/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css);
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (1) ***!
  \**********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (2) ***!
  \**********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (3) ***!
  \**********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap);
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (4) ***!
  \**********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap);
/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/toastify-js/src/toastify.css ***!
  \******************************************************************************************************************************************************************************/
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
          box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/air-datepicker/air-datepicker.css ***!
  \***********************************************************************************************************************************************************************************/
.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}
/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss (5) ***!
  \**********************************************************************************************************************************************************/
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * Fonts
*/
@font-face {
  font-family: "DINP-R";
  src: url(../images/design/DINPro-Regular.2ac4eb.eot) format("eot"), url(../images/design/DINPro-Regular.7b307e.woff) format("woff"), url(../images/design/DINPro-Regular.f8ce19.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "wReg";
  src: url(../images/design/WixMadeforDisplay-Regular.82931d.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "wMed";
  src: url(../images/design/WixMadeforDisplay-Medium.f0a574.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "wSem";
  src: url(../images/design/WixMadeforDisplay-SemiBold.d6e8e1.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "wBol";
  src: url(../images/design/WixMadeforDisplay-Bold.6ddb73.ttf) format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "wExt";
  src: url(../images/design/WixMadeforDisplay-ExtraBold.fdedb5.ttf) format("truetype");
  font-style: normal;
}
/**
 * Helper mixins
*/
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
/* @font-face {
  font-family: 'namu1';
  src: url('../fonts/NAMU-1930.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
*/
html, body {
  font-family: "Onest";
  font-weight: 300;
}

.unb {
  font-family: "Unbounded" !important;
}

.wave {
  fill: transparent;
}

.waved {
  margin-top: -8px;
  background: transparent !important;
}

.waveError, .wavedError {
  color: #fff !important;
  fill: #EE4266;
  background: #EE4266 !important;
}

.material-symbols-outlined {
  text-decoration: none;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.beta {
  width: 100%;
  padding: 10px 100px;
  background: #2358EF;
  color: #fff;
  font-weight: 700;
  font-size: 600;
  text-align: center;
}

.iax {
  background: -webkit-gradient(linear, left top, right top, from(hsl(152, 100%, 50%)), to(hsl(186, 100%, 69%)));
  background: linear-gradient(90deg, hsl(152, 100%, 50%) 0%, hsl(186, 100%, 69%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ibx {
  background: -webkit-gradient(linear, left top, right top, from(hsl(197, 100%, 63%)), to(hsl(294, 100%, 55%)));
  background: linear-gradient(90deg, hsl(197, 100%, 63%) 0%, hsl(294, 100%, 55%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icx {
  background: -webkit-gradient(linear, left top, right top, from(hsl(33, 100%, 53%)), to(hsl(58, 100%, 68%)));
  background: linear-gradient(90deg, hsl(33, 100%, 53%) 0%, hsl(58, 100%, 68%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ia {
  background: -webkit-gradient(linear, left top, right top, from(hsl(33, 100%, 53%)), to(hsl(58, 100%, 68%)));
  background: linear-gradient(90deg, hsl(33, 100%, 53%) 0%, hsl(58, 100%, 68%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ib {
  background: -webkit-gradient(linear, left top, right top, from(hsl(333, 100%, 53%)), to(hsl(33, 94%, 57%)));
  background: linear-gradient(90deg, hsl(333, 100%, 53%) 0%, hsl(33, 94%, 57%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ic {
  background: -webkit-gradient(linear, left top, right top, from(hsl(197, 100%, 63%)), to(hsl(294, 100%, 55%)));
  background: linear-gradient(90deg, hsl(197, 100%, 63%) 0%, hsl(294, 100%, 55%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.id {
  background: -webkit-gradient(linear, left top, right top, from(hsl(59, 86%, 68%)), to(hsl(134, 36%, 53%)));
  background: linear-gradient(90deg, hsl(59, 86%, 68%) 0%, hsl(134, 36%, 53%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.iab {
  background: -webkit-gradient(linear, left top, right top, from(hsl(33, 100%, 53%)), to(hsl(58, 100%, 68%)));
  background: linear-gradient(90deg, hsl(33, 100%, 53%) 0%, hsl(58, 100%, 68%) 100%);
}

.ibb {
  background: -webkit-gradient(linear, left top, right top, from(hsl(333, 100%, 53%)), to(hsl(33, 94%, 57%)));
  background: linear-gradient(90deg, hsl(333, 100%, 53%) 0%, hsl(33, 94%, 57%) 100%);
}

.icb {
  background: -webkit-gradient(linear, left top, right top, from(hsl(197, 100%, 63%)), to(hsl(294, 100%, 55%)));
  background: linear-gradient(90deg, hsl(197, 100%, 63%) 0%, hsl(294, 100%, 55%) 100%);
}

.idb {
  background: -webkit-gradient(linear, left top, right top, from(hsl(59, 86%, 68%)), to(hsl(134, 36%, 53%)));
  background: linear-gradient(90deg, hsl(59, 86%, 68%) 0%, hsl(134, 36%, 53%) 100%);
}

html, body {
  font-size: 1.1rem;
  color: #2D204E;
  min-width: 100%;
  min-height: 100vh;
  background: #fff;
}

.hp {
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
  margin-left: 10px;
}

.hpx {
  z-index: 2;
  position: relative;
  margin-left: -80px;
}

.underGrad {
  position: absolute;
  border-radius: 130px;
  background: #2358EF;
  opacity: 0.2;
  z-index: 1;
  width: 45ch;
  height: 45ch;
  bottom: 15px;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
}

.underGrad2 {
  position: absolute;
  border-radius: 130px;
  background: #2358EF;
  opacity: 0.1;
  z-index: 1;
  width: 45ch;
  height: 45ch;
  bottom: 15px;
  -webkit-transform: rotateZ(-3deg);
          transform: rotateZ(-3deg);
}

.sideCode {
  width: 50%;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.codefull {
  -webkit-transform: rotateY(-30deg);
          transform: rotateY(-30deg);
  position: relative;
  height: 50vh;
  max-width: 600px;
  width: 100%;
  -webkit-box-shadow: rgb(38, 57, 77) 0px 40px 90px 0px;
          box-shadow: rgb(38, 57, 77) 0px 40px 90px 0px;
  border-radius: 20px;
}

.topcode {
  width: 100%;
  height: 36px;
  background: #252B43;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-top: 3px;
}
.topcode .rbo {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin-right: 10px;
}

.mainCode {
  height: calc(100% - 36px);
  background: #1E2235;
  border-radius: 0 0 20px 20px;
}

.window {
  overflow: hidden;
  height: 100%;
  width: 80%;
  margin: 0 auto;
  white-space: pre-wrap; /* Сохранение пробелов и переносов строк */
  position: relative;
  word-wrap: break-word; /* Перенос длинных слов на следующую строку */
  overflow-wrap: break-word;
  text-align: left;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.6rem;
  font-weight: 600;
  font-family: "IBM Plex Mono";
}

.cli-body {
  white-space: pre-wrap; /* Сохраняет пробелы и переносы строк */
  position: relative;
  word-wrap: break-word; /* Обеспечивает перенос слов */
  overflow-wrap: break-word; /* Альтернативное свойство для переноса строк */
}

#text {
  color: #0f0; /* Основной цвет текста */
}

#cursor {
  background-color: #0f0;
  -webkit-animation: blink 1s step-end infinite;
          animation: blink 1s step-end infinite;
  display: inline-block;
  width: 8px; /* Ширина курсора */
  height: 1em;
  margin-left: 2px;
  animation: blink 1s step-end infinite;
  vertical-align: middle;
}

@-webkit-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #0f0;
  }
}

@keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #0f0;
  }
}
.keyword {
  color: #569cd6; /* Цвет ключевых слов */
}

.string {
  color: #d69d85; /* Цвет строк */
}

.function {
  color: #dcdcaa; /* Цвет функций */
}

.loader {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  width: 100vw;
  height: 100vh;
}

.lbar {
  width: 200px;
  height: 2px;
  background: #f3f5f7;
  position: relative;
}

.inbar {
  height: 100%;
  width: 0%;
  background: -webkit-gradient(linear, left top, right top, from(hsl(220, 90%, 53%)), to(hsl(319, 90%, 71%)));
  background: linear-gradient(90deg, hsl(220, 90%, 53%) 0%, hsl(319, 90%, 71%) 100%);
  -webkit-transition: width 0.85s;
  transition: width 0.85s;
}

.inbarFull {
  width: 100%;
}

.thx {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thxBox {
  width: 500px;
  height: 400px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contentThx {
  padding: 30px 0;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  height: calc(100% - 130px);
}

.thxMessage {
  width: 90%;
  margin: 20px auto;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #252B43;
  opacity: 0.7;
}

.blur {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

.blurme {
  -webkit-filter: blur(0.27rem);
          filter: blur(0.27rem);
}

.full {
  width: 100%;
  padding: 0px 0;
}

.inner {
  width: 1100px;
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.wrap {
  position: relative;
  min-height: calc(100vh - 200px - 100px);
}

.footer {
  min-height: 200px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

.heroWaves {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0px;
}

.hero {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.hero .side {
  width: 48%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .side .heroSide {
  width: 40%;
  position: relative;
  background: navy;
}
.hero .side .heroPic {
  width: 88%;
  height: auto;
  position: relative;
  z-index: 3;
}
.hero .side .heroSideText {
  width: 60%;
}
.hero .side .mainText {
  font-size: 5rem;
  width: 100%;
  font-weight: 900;
}
.hero .side .secondText {
  font-size: 2.6rem;
  line-height: 3.2rem;
  width: 100%;
  font-weight: 800;
  margin: 0px 0 30px 0;
}
.hero .side .thirdText {
  font-size: 1rem;
  line-height: 1.6rem;
  width: 100%;
}

.headLine {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 3rem;
}

.burgAll {
  display: none;
}

.burgBtnClose {
  display: none;
}

.top {
  position: relative;
  width: 100%;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 5%;
}
.top .logo {
  width: 200px;
  margin-right: 30px;
}
.top .logo img {
  width: 70%;
  height: auto;
  max-height: 60px;
}
.top .nav {
  width: calc(100% - 700px);
  /* nav > a{
      position:relative;
      display: inline-block;
      color:$link;
      font-size:0.9rem;
      font-weight: 500;
      margin-right: 30px;
    } */
}
.top .nav nav {
  position: relative;
}
.top .nav nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.top .nav nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.top .nav nav ul li a {
  position: relative;
  display: inline-block;
  color: #2358EF;
  font-size: 0.9rem;
  font-weight: 700;
  margin-right: 10px;
}
.top .nav nav ul li a span {
  margin-right: 6px;
}
.top .nav nav ul li .prodsInNav {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 16px;
  margin-top: 30px;
  width: 200px;
  padding: 10px 20px;
  margin-left: -10px;
}
.top .nav nav ul li .prodsInNav ul {
  display: block;
}
.top .nav nav ul li .prodsInNav ul li {
  display: block;
  margin: 12px 0 12px 0;
}
.top .nav nav ul li .prodsInNav ul li a {
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .nav nav ul li .prodsInNav ul li a span {
  margin-right: 10px;
  opacity: 0.8;
}
.top .nav nav ul li .prodsInNav ul li a:hover {
  opacity: 1 !important;
}
.top .triangle {
  position: absolute;
  top: -8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1c2329 transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.top .triangle2 {
  position: absolute;
  top: -8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(255, 255, 255, 0.99) transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.top #allprds:hover {
  border-color: transparent !important;
}
.top .phone {
  width: 160px;
  font-weight: 700;
  opacity: 0.5;
  font-family: "Space Grotesk";
}
.top .phone a {
  color: #252B43;
}
.top .mobContacts {
  display: none;
}
.top .lngb {
  width: 100px;
  position: relative;
  z-index: 3;
}
.top .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: 700;
  font-size: 0.9rem;
  color: #2358EF;
}
.top .account a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.feather {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.off {
  display: none !important;
}

.sh {
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sh6 {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.currentLang {
  text-transform: uppercase;
}

.lngSelBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgb(100, 116, 139);
  -webkit-font-feature-settings: "cv02", "cv03", "cv04", "cv11";
          font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  font-size: 14px;
  font-variation-settings: normal;
  font-weight: 600;
  letter-spacing: normal;
  padding: 6px 12px;
  width: 62px;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: rgba(148, 163, 184, 0.1);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  border: none;
}

.langWin {
  position: absolute;
  background: #1c2329;
  border-radius: 5px;
  padding: 10px;
  font-size: 0.85rem;
  font-weight: 600;
  left: 0px;
  margin-top: 10px;
}
.langWin ul li {
  cursor: pointer;
  padding: 5px 12px 4px 10px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.6);
}
.langWin ul li:hover {
  color: rgb(255, 255, 255);
}

.prodTitle {
  font-size: 3rem;
  font-weight: 700;
}

.prodsDesc {
  font-size: 1rem;
  margin: 20px 0;
}

.products {
  margin-top: 40px;
  padding-bottom: 80px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28%, 1fr));
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.bgprods1 {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image: radial-gradient(18% 28% at 24% 50%, #d9e2fa 3%, rgba(7, 58, 255, 0) 100%), radial-gradient(31% 43% at 7% 98%, #b3f6a1 24%, rgba(7, 58, 255, 0) 100%), radial-gradient(21% 37% at 72% 23%, rgba(194, 228, 240, 0.6117647059) 0%, rgba(7, 58, 255, 0) 100%), radial-gradient(35% 56% at 91% 74%, rgba(205, 226, 253, 0.6705882353) 0%, rgba(7, 58, 255, 0) 100%), linear-gradient(125deg, #F8F8F8 1%, #F8F8F8 100%);
}

.bgprods2 {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image: radial-gradient(42% 53% at 34% 72%, #d5b0f6 7%, rgba(7, 58, 255, 0) 100%), radial-gradient(21% 37% at 72% 23%, rgba(243, 225, 143, 0.6117647059) 0%, rgba(7, 58, 255, 0) 100%), radial-gradient(35% 56% at 91% 74%, rgba(205, 226, 253, 0.6705882353) 0%, rgba(7, 58, 255, 0) 100%), linear-gradient(125deg, #F8F8F8 1%, #F8F8F8 100%);
}

.testlinear {
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(45deg, #070707 0%, rgba(248, 251, 253, 0.0117647059) 99%);
  color: #fff !important;
}

.soonwhite {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.prod-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(29%, 1fr));
  grid-gap: 2rem;
  padding: 0px;
  margin-top: 40px;
  margin-bottom: 200px;
}

.prod-masonry-item {
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  font-size: 0.9rem;
  position: relative;
  height: 300px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* .prod-masonry-item.big {
    grid-row-end: span 2; 
    min-height: 240px;
}

.prod-masonry-item.med {
    grid-row-end: span 2;
    min-height: 180px;
}



.prod-masonry-item.small {
    grid-row-end: span 2;
    min-height: 150px ;
} */
.oneProd {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0px solid #eee;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.oneProd .prodPic {
  width: 100%;
  height: 60%;
  background: black;
  border-radius: 10px 10px 0px 0px;
}
.oneProd .prodPic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.oneProd .prodDetails {
  background: #011E34;
  color: #fff;
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 40%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oneProd .prodDetails .prodName {
  font-weight: 800;
  font-size: 1.4rem;
}
.oneProd .prodDetails .prodAnno {
  font-size: 0.9rem;
  width: 90%;
  margin: 7px auto;
  opacity: 0.7;
}

.oneProd:hover {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.aboutCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}
.aboutCont .text {
  width: 42%;
  font-size: 0.95rem;
  line-height: 1.45rem;
}
.aboutCont .pic {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  width: 70%;
  min-height: 600px;
  max-width: 800px;
  position: relative;
  z-index: 3;
  margin-left: -100px;
}
.aboutCont .pic .hp {
  margin-left: -80px;
}

.faq {
  margin-bottom: 120px;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 991px;
  min-width: 320px;
  margin: 50px auto;
  padding: 0 50px;
}

.accordion h1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #2358EF;
}

.accordion-item {
  margin-top: 16px;
  border: 1px solid #fcfcfc;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 12px 0px;
          box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 12px 0px;
}

.accordion-item .accordion-item-title {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1rem;
  font-weight: 600;
  color: #232323;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-item .accordion-item-desc {
  display: none;
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: #666;
  border-top: 1px dashed #ddd;
  padding: 10px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accordion-item input[type=checkbox] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.accordion-item input[type=checkbox]:checked ~ .accordion-item-desc {
  display: block;
}

.accordion-item input[type=checkbox]:checked ~ .accordion-item-title .icon:after {
  content: "-";
  font-size: 20px;
  color: #2358EF;
}

.accordion-item input[type=checkbox] ~ .accordion-item-title .icon:after {
  content: "+";
  font-size: 20px;
  color: #2358EF;
}

.accordion-item:first-child {
  margin-top: 0;
}

.accordion-item .icon {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .accordion {
    padding: 0 16px;
  }
  .accordion h1 {
    font-size: 22px;
  }
}
.allLogos {
  margin: 10px auto 20px auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8%, 1fr));
  grid-column-gap: 4%;
  grid-row-gap: 20%;
}
.allLogos .oneL {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.4;
}
.allLogos .oneL img {
  width: 90%;
}
.allLogos .oneL:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.aboutSect {
  background: transparent;
  padding: 0px 0 40px 0;
}

.linkColor {
  color: #2358EF !important;
}

.allFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  line-height: 1.2rem;
  font-size: 0.9rem;
}

.lastfoot {
  text-align: right;
}

.powered {
  text-align: right;
}
.powered .pic {
  text-align: right;
  display: inline-block;
}
.powered .pic img {
  width: 60px;
  height: auto;
  opacity: 0.8;
}
.powered .text {
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0.4;
}

.visa ul li {
  display: inline-block;
}
.visa ul li img {
  width: 70px;
  border-radius: 8px;
}

.footbot {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footbot .privacy a {
  font-size: 0.8rem;
  margin-right: 30px;
  color: #2D204E;
  opacity: 0.7;
  font-weight: 500;
}

.footlogo img {
  height: 34px;
  width: auto;
  opacity: 0.7;
}

.f_title {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0px;
  opacity: 0.3;
}

.f_text {
  margin-top: 10px;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.4rem;
}

.brok {
  opacity: 0.7;
  font-size: 0.8rem;
}

.conn {
  margin-top: 10px;
}
.conn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.conn ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 1px;
  margin-right: 11px;
  -webkit-transition: -webkit-filter opacity 0.6s ease;
  transition: -webkit-filter opacity 0.6s ease;
  transition: filter opacity 0.6s ease;
  transition: filter opacity 0.6s ease, -webkit-filter opacity 0.6s ease;
  opacity: 0.3;
  -webkit-filter: grayscale(100%) brightness(0.6) contrast(5) sepia(50%);
          filter: grayscale(100%) brightness(0.6) contrast(5) sepia(50%);
}
.conn ul li img {
  width: 100%;
  height: auto;
}
.conn ul li:hover {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
}

.heroProd {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.singleProduct {
  max-width: 700px;
  min-height: 400px;
  margin: 20px auto 80px auto;
}
.singleProduct .prodScreen {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 20px;
  position: relative;
}
.singleProduct .prodScreen .title {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 10px 0 30px 0;
  color: #c8ccd4;
}

.shx {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.prodHead {
  font-size: 3rem;
  font-weight: 900;
  margin: 0px auto 30px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  min-height: 400px;
  max-width: 700px;
  position: relative;
}

.shadowText {
  text-shadow: 6px 11px 17px rgb(42, 42, 42), -4px -6px 25px rgb(38, 90, 108), 20px 20px 25px rgba(22, 28, 65, 0.68);
  font-weight: 800;
  font-size: 3rem;
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.epol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.epol .epolText {
  width: 40%;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}
.epol .epolPic {
  width: 50%;
  min-height: 60vh;
  background: #eee;
}

.travelDates {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.btn {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#2358EF), to(#2358EF));
  background: linear-gradient(90deg, #2358EF 0%, #2358EF 100%);
  color: #fff;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 16px 24px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border: 0px solid transparent;
  margin: 0 auto 0 auto;
  width: 100%;
}

.inactive {
  background: #eee;
}

.productBoxAnno {
  text-align: center;
  font-weight: 800;
  max-width: 60%;
  margin: 0 auto 40px auto;
  font-size: 1.5rem;
}

.camo {
  position: absolute;
  width: 98%;
  height: 98%;
  background: rgb(255, 255, 255);
  left: 1%;
  top: 1%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
}

.inCamo {
  width: 50px;
  height: 50px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(42%, 1fr)); /* Гибкое создание колонок, каждая из которых минимум 42% ширины */
  gap: 40px; /* Пространство между блоками */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Центрируем колонки внутри грид-контейнера */
}

.onlyOne {
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}

.oneCard {
  border: 1px solid #eee;
  border-radius: 20px;
  background: #fff;
  font-size: 0.9rem;
}

.headCard {
  position: relative;
  padding: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headCard .cardBage {
  position: absolute;
  width: 110px;
  top: 0px;
  left: calc(50% - 60px);
  border-radius: 0px 0px 10px 10px;
  font-size: 0.65rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 3px 5px;
}
.headCard .cardTitle {
  width: 60%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: capitalize;
}
.headCard .cardLogo {
  width: 38%;
  max-width: 100px;
  min-height: 50px;
}

.starRating {
  bottom: 10px;
  position: absolute;
  /* span::before {
      content: "★";
      position: relative;
      color: rgb(204, 204, 204);
  }

  span.s::before {
      content: "★";
      position: relative;
      color: rgb(245, 186, 90);
  } */
}
.starRating span {
  font-size: 0.95rem;
  margin-right: 2px;
  color: #f9bc2c;
}

.fillfill {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 40;
}

.multivisaCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.multivisaCard .oneMainOptTitle {
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0.6;
}
.multivisaCard .oneMainOptVal {
  font-weight: 900;
  color: #2358EF;
  font-family: "Space Grotesk";
}

.middleCard {
  width: 90%;
  margin: 0 auto;
}
.middleCard .mainOpts {
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(51%, 1fr));
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.middleCard .mainOpts .oneMainOpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
  padding: 8px 0px 12px 0;
}
.middleCard .mainOpts .oneMainOpt .oneMainOptTitle {
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0.6;
  text-align: left;
  width: 50%;
}
.middleCard .mainOpts .oneMainOpt .oneMainOptVal {
  font-family: "Space Grotesk";
  font-weight: 900;
  opacity: 0.7;
  width: 50%;
  text-align: right;
}
.middleCard .mainOpts .oneMainOpt .oneMainOptVal .symb {
  font-size: 0.65rem;
}

.optRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1rem;
  margin-bottom: 8px;
}
.optRow .name {
  font-weight: 400;
  font-size: 0.65rem;
  opacity: 1;
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.optRow .name .optType {
  width: 14px;
  margin-right: 5px;
}
.optRow .name span {
  opacity: 0.65;
}
.optRow .value {
  font-size: 0.7rem;
  font-weight: 700;
}

.cardButton {
  width: 60%;
  margin: 25px auto 40px auto;
}

.cardPrice {
  border-bottom: 1px solid #eee;
  padding: 10px 17px 20px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
.cardPrice .pName {
  font-weight: 600;
  font-size: 0.8rem;
  opacity: 0.4;
}
.cardPrice .mainPrice {
  color: #000;
  font-family: "Space Grotesk";
  font-size: 2rem;
  font-weight: 800;
}
.cardPrice .mainPrice span {
  font-size: 0.8rem;
}
.cardPrice .mainPrice span .sym {
  font-size: 0.6rem;
}
.cardPrice .mainPrice .symb {
  font-size: 1rem;
}

.oldXp {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABAAAAAJACAYAAAATlRTVAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGAGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjQtMDctMTBUMTM6MjU6MDQrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI0LTA3LTEwVDEzOjI3OjE2KzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI0LTA3LTEwVDEzOjI3OjE2KzAzOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRhMTg4NDA3LTAzN2ItNDc5Yi05MGMxLTNmMWVlNDQ4MWY4ZSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmZiNjIyMzVkLWQ0YjAtYmY0NS04N2Q3LWQ3OThjOGFhZmQ3OSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjYzMjY5YWMzLTBhMTQtNDkyMS1hNGUyLTU1ZWU3YzM5MzM4ZCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NjMyNjlhYzMtMGExNC00OTIxLWE0ZTItNTVlZTdjMzkzMzhkIiBzdEV2dDp3aGVuPSIyMDI0LTA3LTEwVDEzOjI1OjA0KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NGExODg0MDctMDM3Yi00NzliLTkwYzEtM2YxZWU0NDgxZjhlIiBzdEV2dDp3aGVuPSIyMDI0LTA3LTEwVDEzOjI3OjE2KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7cM4QJAAAOa0lEQVR4nO3dsW0DMRQFQZ5xDci5KnAHjtyRG7zgGrOpKggC2pkKXrzAJ4855wAAAADe28fuAQAAAMB6AgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQcN73/bN7BAAAALDWMcaYu0cAAAAAazkBAAAAgAABAAAAAAIEAAAAAAgQAAAAACBAAAAAAIAAAQAAAAACzsfj62/3CAAAAGCtY4wxd48AAAAA1nICAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQcD6f37s3AAAAAIsdY4y5ewQAAACwlhMAAAAACBAAAAAAIEAAAAAAgAABAAAAAALO8/z83z0CAAAAWOu4rut39wgAAABgrWNOvwACAADAu/MGAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQIAAAAABAgAAAAAAAAQIAAAAABAgAAAAAECAAAAAAQIAAAAAAAAECAAAAAAQIAAAAABAgAAAAAECAAAAAAAABAgAAAAAECAAAAAAQ8AKvRxVz/AlZ6AAAAABJRU5ErkJggg==) 60% 35% no-repeat;
  background-size: cover;
  position: absolute;
  padding: 0 5px 0 8px;
  right: 17px;
  top: -14px;
  font-family: "Space Grotesk";
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  opacity: 0.25;
}
.oldXp span {
  font-size: 0.7rem;
}
.oldXp .symb {
  font-size: 0.9rem;
}
.oldXp .sym {
  font-size: 0.7rem;
}

.cardPrices {
  background: linear-gradient(135deg, hsl(210, 20%, 96%) 10%, hsl(0, 0%, 100%) 100%);
  border-radius: 0px;
  width: 90%;
  border-radius: 10px;
  margin: 0px auto 0px auto;
  border: 1px solid #f3f5f7;
  padding: 10px 18px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cardPrices .abs {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin-top: -30px;
}
.cardPrices .priceRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cardPrices .priceRow .simpleAnno {
  font-size: 0.7rem;
  font-weight: 800;
  color: #02C743;
}
.cardPrices .priceRow .priceAnno {
  font-weight: 800;
  font-size: 0.8rem;
  text-align: left;
  width: 40%;
}
.cardPrices .priceRow .priceAnno .oldPrice {
  position: relative;
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  font-size: 1.2rem;
  text-align: center;
  color: #FF5642;
}
.cardPrices .priceRow .priceAnno .oldPrice .cross {
  position: absolute;
  height: 120%;
  width: 130%;
  margin-left: -17%;
  margin-top: -5%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMTggMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDExOCAxNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnRvbWF0bzt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTYyLjQsNS4xQzQ1LjEsMy41LDI1LjEsNy4zLDksMTQuNWMtMC43LDAuMy0yLjItMS44LTIuOS0xLjZjMTcuMS01LjUsMjYuMy05LDQ1LjMtOC42Ii8+CjwvZz4KPC9zdmc+Cg==) left top no-repeat;
  background-size: cover;
}
.cardPrices .priceRow .priceAnno .oldPrice span {
  font-size: 0.6rem;
}
.cardPrices .priceRow .priceAnno .oldPrice .symb {
  font-size: 0.8rem;
}
.cardPrices .priceRow .priceAnnoX {
  font-size: 0.6rem;
  font-weight: 800;
  opacity: 0.6;
  text-align: left;
  width: 40%;
}
.cardPrices .priceRow .priceBoxMainX {
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  font-size: 1.2rem;
  opacity: 1;
  width: 60%;
  color: #F73F16;
  text-align: right;
}
.cardPrices .priceRow .priceBoxMainX span {
  font-size: 0.6rem;
}
.cardPrices .priceRow .priceBoxMainX .symb {
  font-size: 0.8rem;
}
.cardPrices .priceRow .priceBoxMain {
  font-family: "Bricolage Grotesque";
  font-weight: 800;
  font-size: 1.5rem;
  width: 60%;
  text-align: right;
}
.cardPrices .priceRow .priceBoxMain span {
  font-size: 0.7rem;
}
.cardPrices .priceRow .priceBoxMain .symb {
  font-size: 1rem;
}

.remboard {
  border-color: transparent !important;
  cursor: default;
}

.lds-ellipsis {
  /* change color here */
  color: #2358EF;
}

.lds-ellipsis,
.lds-ellipsis div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 10px;
}

.lds-ellipsis div {
  position: absolute;
  top: 0.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
.cardOptions {
  margin: 16px 0 0px 0;
  padding: 0 0 18px 0;
}

.cardDrfat {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.cardDrfat .draftBtn {
  border-bottom: 2px dotted #2358EF;
  font-weight: 700;
  padding-bottom: -2px;
  font-size: 0.75rem;
  color: #2358EF;
  display: inline-block;
  cursor: pointer;
}
.cardDrfat .draftBtn:hover {
  border-color: transparent;
}

.personJur {
  width: 100%;
  background: #f3f5f7;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 23px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.multivisa {
  width: 100%;
  background: #fafbfc;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.out-top {
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
  -webkit-transform-origin: 13px 25px;
          transform-origin: 13px 25px;
}

.in-top {
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
  -webkit-transform-origin: 13px 25px;
          transform-origin: 13px 25px;
}

.out-bottom {
  -webkit-animation: rotate 25s linear infinite;
          animation: rotate 25s linear infinite;
  -webkit-transform-origin: 84px 93px;
          transform-origin: 84px 93px;
}

.in-bottom {
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
  -webkit-transform-origin: 84px 93px;
          transform-origin: 84px 93px;
}

.filterText {
  font-size: 0.7rem;
  margin-bottom: 7px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

.filterBtnsContainer {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(28%, 1fr));
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin: 0px 0 30px 0;
}
.filterBtnsContainer .filter_btn {
  background: #eee;
  border-radius: 6px;
  text-align: center;
  padding: 14px 0;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
}
.filterBtnsContainer .active {
  color: #fff;
  background: #2358EF;
}

.infoBox {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  margin: 0 auto 40px auto;
}
.infoBox .summaryInf {
  font-weight: 800;
  margin-bottom: 30px;
}
.infoBox .rowPar {
  font-weight: 600;
}
.infoBox .rowPar .infoRow {
  font-size: 0.9rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px dashed #eee;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.infoBox .rowPar .infoRow .key {
  width: 25%;
  color: #666;
  font-size: 0.7rem;
  opacity: 0.7;
}
.infoBox .rowPar .infoRow .val {
  width: 75%;
  font-size: 0.8rem;
  font-weight: 800;
  opacity: 0.79;
  word-break: break-all;
}
.infoBox .rowPar .infoRow:last-child {
  border-bottom: none;
}

.heb {
  font-size: 0.75rem;
  border-radius: 4px;
  padding: 7px 12px;
  font-weight: 700;
  display: inline-block;
  background: #eee;
  color: rgba(0, 0, 0, 0.35);
  cursor: pointer;
}

.sep {
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #eee;
  margin: 10px 0;
}

.clientBox {
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image: radial-gradient(70% 53% at 36% 76%, #ecf5f6 0%, rgba(7, 58, 255, 0) 100%), linear-gradient(125deg, white 1%, white 100%);
  border-radius: 20px;
  padding: 40px 40px 20px 40px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.clientBox .titleCli {
  color: #44506F;
  font-weight: 800;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.clientBox .titleCliAnno {
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.2rem;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 30px;
}

.travellersList {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.25);
}

.oneTraveller {
  background: #fff;
  border-radius: 20px;
  padding: 20px 40px 20px 40px;
  margin-bottom: 20px;
}
.oneTraveller .titleTraveller {
  font-size: 0.9rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.oneTraveller .titleTraveller .head {
  width: 60%;
  color: #c8ccd4;
  font-weight: 800;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.oneTraveller .titleTraveller .head .dob {
  margin-left: 20px;
  font-size: 0.9rem;
  border-radius: 10px;
  padding: 6px 12px;
  color: #fff;
  background: #2358EF;
  font-family: "Space Grotesk";
}
.oneTraveller .titleTraveller .copy {
  font-weight: 700;
  font-size: 0.8rem;
  color: #2358EF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.loginBox {
  background: #fff !important;
  position: relative;
  max-width: 700px;
  padding: 80px 200px 100px 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 100px auto 150px auto;
  border-radius: 20px;
  background: transparent;
  text-align: center;
}
.loginBox .logHead {
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 70px;
}

.allPols {
  width: 90%;
  margin: 100px auto 200px auto;
}
.allPols .aph {
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.polsPart {
  margin-bottom: 50px;
}

.clientPolicies {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.onePol {
  background: #fff;
  font-size: 0.78rem;
  color: rgba(0, 0, 0, 0.65);
  padding: 20px 10px 10px 10px;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.polType {
  text-transform: uppercase;
}

.polStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.actState {
  margin-right: 5px;
  border-radius: 4px;
  background: #ddd;
  padding: 4px 7px;
  font-weight: 800;
  font-size: 0.6rem;
}

.polType {
  font-weight: 800;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.polAct {
  margin: 10px 0;
}

.actTitle {
  font-weight: 600;
  font-size: 0.65rem;
  color: rgba(0, 0, 0, 0.35);
}

.actDates {
  font-family: "Space Grotesk";
  font-weight: 700;
}

.polObj {
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
  padding: 10px 0;
  min-height: 126px;
}

.polDownload {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 6px;
  color: #2358EF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.polDownload span {
  margin-right: 4px;
}

.objrow {
  font-size: 0.7rem;
  margin: 4px 0;
  font-weight: 700;
}
.objrow span {
  color: rgba(0, 0, 0, 0.3);
}

.EMITTED {
  background: rgb(26, 183, 26);
  color: #fff;
}

.ABORTED {
  background: rgb(237, 6, 87);
  color: #fff;
}

.CANCELLED {
  background: rgb(0, 0, 2);
  color: #fff;
}

.outdated {
  opacity: 0.5;
}

.polsPartName {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  padding-bottom: 1%;
  font-size: 2.2rem;
  font-weight: 800;
}

.noPols {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 800;
  margin-top: 20px;
}

.filterPols {
  width: 100%;
  max-width: 400px;
  border: 0px solid #eee;
  background: #fff;
  border-radius: 20px;
  padding: 0px;
  margin-bottom: 40px;
}

.container_terms {
  width: 80%;
  margin: auto;
  padding: 100px 20px 30px 20px;
  position: relative;
  z-index: 1;
}
.container_terms h1, .container_terms h2, .container_terms h3 {
  color: #333;
  font-weight: 700;
}
.container_terms h1 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  font-weight: 800;
}
.container_terms h2 {
  font-size: 1.8rem;
}
.container_terms h3 {
  font-size: 1.4rem;
}
.container_terms a {
  color: #0066cc;
  text-decoration: none;
}
.container_terms a:hover {
  text-decoration: underline;
}
.container_terms p {
  margin: 15px 0 40px 0;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #232323;
}
.container_terms ul, .container_terms ol {
  margin-bottom: 40px;
}
.container_terms ol li {
  margin-top: 18px;
  font-size: 0.95rem;
  font-style: italic;
}
.container_terms ul li {
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 600;
}

.gcmore {
  height: 150px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(42%, rgb(255, 255, 255)), color-stop(69%, rgba(255, 255, 255, 0.7721463585)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 42%, rgba(255, 255, 255, 0.7721463585) 69%, rgba(255, 255, 255, 0) 100%);
  margin-top: -75px;
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 13rem;
  border-radius: 0 0 20px 20px;
}

.masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
  padding: 0px;
  margin-top: 50px;
  max-height: 300px;
  overflow: hidden;
}

.masonry-item {
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
}

.masonry-item.tall {
  grid-row-end: span 3;
  border: 1px solid #fafbfc;
}

.masonry-item.short {
  grid-row-end: span 5;
  background: rgba(0, 0, 0, 0.03);
}

.frb div {
  font-size: 0.7rem;
  font-weight: 600;
  color: #888;
}
.frb div span {
  font-weight: 400;
  margin-right: 4px;
}

.svcars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.savedCar {
  text-align: center;
  font-size: 0.7rem;
  border-radius: 10px;
  height: 60px;
  margin: 0 0px 30px 0px;
  width: calc(25% - 2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
  background: #eee;
  cursor: pointer;
  margin-right: 7px;
  font-family: "Space Grotesk";
}

.savedCar:last-child {
  margin-right: 0;
}

.pimk {
  color: #fff !important;
  background: #2358EF !important;
}

.pumk {
  color: #2358EF;
}

.pn {
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  pointer-events: none;
}

.pnn {
  font-weight: 600;
  font-size: 0.58rem;
  opacity: 0.7;
  text-decoration: none;
  pointer-events: none;
}

.prodDesc {
  max-width: 60%;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.5rem;
}

.smallInp {
  max-width: 420px;
  margin: 0 auto;
  padding: 0px 0 40px 0;
}

.calcTitle {
  font-size: 1.9rem;
  font-weight: 800;
  color: #c8ccd4;
  margin: 30px 0 50px 0;
  text-align: left;
}

.gradient-background-x {
  background: linear-gradient(300deg, #2358EF, #623098, #2358EF);
  background-size: 180% 180%;
  -webkit-animation: gradient-animation 18s ease infinite;
          animation: gradient-animation 18s ease infinite;
}

/*  @keyframes gradient-animation {
   0% {
     background-position: 0% 50%;
   }
   50% {
     background-position: 100% 50%;
   }
   100% {
     background-position: 0% 50%;
   }
 } */
.productTop {
  margin: 20px auto 40px auto;
  max-width: 700px;
  position: relative;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 0px solid #fafbfc;
}

.prodText {
  font-weight: 900;
  font-size: 5.2rem;
  line-height: 5.4rem;
  position: relative;
  z-index: 2;
}

.planes {
  background: transparent;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -200px;
  width: 100%;
  height: 500px;
}

.bgtrvl {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  border-radius: 0 30px 30px 0;
}

.trvpic {
  position: absolute;
  width: 210%;
  top: -130px;
  left: -100px;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 0.15;
  z-index: 1;
}

.heroframe {
  border: 0px solid #eee;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 820px;
  margin: 20px auto 40px auto;
  position: relative;
  height: 400px;
}

.testHero {
  background: transparent !important;
  width: 100%;
  border-radius: 18px;
}

.txtx {
  color: #fff;
  font-size: 5rem;
  line-height: 5.8rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-weight: 900;
  z-index: 3;
}

.hPic {
  position: absolute;
  width: 650px;
  height: 240px;
  background: url("https://images-porsche.imgix.net/-/media/38F74B77CEAD47019163D6C73AC41C1F_4C70266A3460468EA7233C81E3381ACE_911-targa-4-gts-side?w=1400&q=85&crop=faces%2Centropy%2Cedges&auto=format") center center no-repeat;
  background-size: contain;
  right: -100px;
  bottom: -55px;
  z-index: 4;
}

.cool {
  -webkit-filter: saturate(10%);
          filter: saturate(10%);
}

.prodPic01 {
  background: url("https://images-porsche.imgix.net/-/media/29200583E46C486581905B15B7F99E2A_C9D24F865FEE489D848D0D5D1A3FB656_CZ25W02IX0010-911-carrera-cabrio-side?w=1400&q=85&crop=faces%2Centropy%2Cedges&auto=format") center center no-repeat;
  background-size: contain;
}

.prodTextGrad {
  background-image: url("https://64.media.tumblr.com/450e19db0b0943eebf8482305106f136/9f38fe21d4441da8-3e/s400x600/cec901aa3f22028c9e0302cb9ef45dc5e729ecc7.gif");
  background-size: cover;
}

.prodPicTrvl {
  background: url(../images/design/bags12.7cb441.png) center center no-repeat;
  background-size: contain;
  width: 920px;
  height: 550px;
  left: -50px;
  bottom: -50px;
}

.prodTextGradTrvl {
  background-image: url("https://64.media.tumblr.com/39dbe48a2614ebf52629adf04b77a260/f5e477ae00a6f956-53/s400x600/b0e9dcc5421f5e4ce5ddf356bb18f7a12c628ab3.gif");
  background-size: cover;
}

.blockGradTrvl {
  background: url("https://i0.wp.com/backgroundabstract.com/wp-content/uploads/edd/2021/09/gradient-blue-pink-abstract-art-wallpaper-preview-e1656162284223.jpg?fit=728%2C410&ssl=1") center center no-repeat;
  background-size: cover;
}

.underChar {
  display: block;
  margin: 70px auto 20px auto;
  border: none;
  padding: 0;
  border-radius: 0;
  width: 9ch;
  background: repeating-linear-gradient(90deg, rgb(210, 208, 208) 0, rgb(205, 203, 203) 1ch, transparent 0, transparent 1.5ch) 0 100%/8.5ch 4px no-repeat;
  letter-spacing: 0.5ch;
  font: 5ch "IBM Plex Mono", consolas, monospace;
  font-weight: 700;
}
.underChar:focus {
  outline: none;
}

.otpAnno {
  text-align: center;
  font-size: 0.8rem;
  margin-bottom: 40px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.45);
}

.waitOtp {
  height: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  position: relative;
  background: transparent !important;
}

.paybox {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 50px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.paySystem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sysSwitch {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.7rem;
  font-weight: 500;
  padding-bottom: 4px;
  color: #2358EF;
  border-bottom: 2px dotted #2358EF;
  cursor: pointer;
}

.mpay {
  border: 0px solid #eee;
  border-radius: 6px;
  width: 170px;
}

.paySysAnno {
  text-align: center;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.67);
}

.payanno {
  width: 80%;
  max-width: 500px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 20px auto;
  font-weight: 500;
  opacity: 1;
  color: #9E99AA;
}

.ShowOnLaptop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#qrcode {
  display: block;
  margin: 20px auto;
  border: 2px solid #fafbfc; /* Обрамление QR-кода */
  padding: 10px; /* Отступы вокруг QR-кода */
  border-radius: 15px; /* Скругленные углы */
  background: transparent;
  width: 256px;
  height: 256px; /* Цвет фона вокруг QR-кода */
}

#canvas-wrapper {
  position: relative;
  display: block;
}

#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  padding: 6px;
  border: 2px solid #000;
}

.payways {
  max-width: 100%;
  display: none;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.onePayWay {
  background: #eee;
  padding: 10px;
  border-radius: 6px;
}

.paywayLogo {
  width: 40px;
  height: 40px;
  padding: 7px;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paywayName {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  font-size: 0.8rem;
  margin-top: 4px;
}

.payAcceptLinkColor {
  color: #2358EF;
}

.deliveryBox .titleBox {
  text-align: left;
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 10px;
  opacity: 0.7;
  padding-left: 7px;
}
.deliveryBox .selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.deliveryBox .selector .sideX {
  width: 50%;
  padding: 25px 10px;
  font-size: 0.9rem;
  color: #999;
  background: #fff;
  border-radius: 10px;
  width: 47%;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}
.deliveryBox .selector .sideX a {
  font-size: 0.7rem;
  text-decoration: none;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.33);
  margin-top: 10px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px 5px;
}
.deliveryBox .selector .actDelivery {
  background: #2358EF;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px inset;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px inset;
}
.deliveryBox .selector .addr {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 700;
}

.gl {
  color: rgba(0, 0, 0, 0.6);
}

.stores {
  width: 120px;
  margin-bottom: 6px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.storeNoAv {
  opacity: 0.35;
}

.soonInf {
  position: absolute;
  background: rgba(0, 0, 0, 0.12);
  top: 10px;
  right: 10px;
  border-radius: 20px;
  padding: 7px 12px;
  color: rgba(0, 0, 0, 0.34);
  font-weight: 700;
}

.soon {
  opacity: 0.3;
}

.cardIcon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cardIcon span {
  font-size: 4rem;
  display: block;
}

.oneProdMain {
  padding: 30px 20px 0px 20px;
  cursor: pointer;
}
.oneProdMain .cardProdTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
.oneProdMain .cardProdTitle .cardProdIcon span {
  font-size: 70px;
}
.oneProdMain .cardProdTitle .cardProdHead {
  font-size: 1.7rem;
  font-weight: 900;
  margin-left: 20px;
  color: #000;
}
.oneProdMain .cardProdText {
  margin: 10px 0 10px 0;
  line-height: 1.3rem;
  font-size: 0.8rem;
  font-weight: 500;
  max-width: 90%;
  color: rgba(0, 0, 0, 0.65);
}

#iamotp {
  border: 1px solid #eee;
}

.payLogos img {
  width: 60%;
  float: right;
}

.taxiWarning {
  font-size: 0.8rem;
  width: 70%;
  font-weight: 600;
  text-align: center;
  margin: 30px auto 0 auto;
  color: #7c8087;
}

/*======================
    404 page
=======================*/
.page_404 {
  padding: 40px 0;
  background: transparent;
  max-width: 100%;
  text-align: center;
  margin: 100px auto;
  position: relative;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
  mix-blend-mode: multiply;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
}

.e404 {
  font-size: 1.5rem;
  font-weight: 700;
}

.lost {
  font-weight: 700;
  font-size: 2rem;
}

.nodesk {
  display: none;
}

.partnership {
  margin-bottom: 5px;
  text-align: center;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.partnershipGo {
  color: rgba(255, 255, 255, 0.89);
  font-size: 0.85rem;
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #2358EF;
  border-radius: 4px;
  padding: 8px 0;
}

.poweredX {
  margin-top: 30px;
}

.poweredMob {
  display: none;
}

.trvlforms {
  padding: 0px !important;
  background: transparent !important;
}

.addPerson {
  color: #2358EF;
  background: #fafbfc;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  font-size: 1rem;
  text-transform: none !important;
  font-weight: 600;
}
.addPerson span {
  font-size: 1.7rem;
}

.trvlOk {
  width: 300px;
  margin: 0 auto;
}

.switchLabe {
  font-weight: 700;
}

.minimize {
  max-height: 200px !important;
  overflow: hidden !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.helloBank {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.helloBank .logopic img {
  height: 32px;
  opacity: 0.8;
}
.helloBank .text {
  font-size: 0.75rem;
  font-weight: 500;
  opacity: 0.6;
}

.piptik {
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 100px;
  position: absolute;
  right: 14px;
  top: 16px;
  cursor: pointer; /* Указатель для интерактивности */
}
.piptik span {
  color: rgba(0, 0, 0, 0.45);
}

.piptikBox {
  width: 200px;
  height: 127px;
  background: #fff;
  top: -138px;
  left: -180px;
  position: absolute;
  z-index: 6;
  border-radius: 10px;
  padding: 4px;
  display: none; /* Скрываем по умолчанию */
}

.piptik:hover .piptikBox {
  display: block; /* Показываем при наведении на десктопе */
}

.loyal {
  margin: 0px auto 0px auto;
  max-width: 700px;
  position: relative;
}

.kaufmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.kaufbage {
  display: inline-block;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.kaufcard {
  width: 40px;
  height: auto;
}

.kaufname {
  margin-left: 6px;
  font-size: 0.75rem;
  font-weight: 600;
}

.kaufanno {
  margin-top: 6px;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.43);
}

.promocodeBox {
  border-radius: 18px;
  padding: 20px 40px 20px 40px;
  margin-bottom: 40px;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px;
  background-image: linear-gradient(57deg, #cf00ff 0%, rgba(106, 7, 255, 0.8509803922) 83%), radial-gradient(75% 75% at 50% 50%, #0029ff 0%, rgba(7, 134, 255, 0.7882352941) 100%);
}

#promocode {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "IBM Plex Mono";
  border: none;
  border-radius: 0;
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
}

#promocode::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#promocode::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#promocode:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#promocode::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#promocode::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.oldprkauf {
  color: red;
  text-decoration: line-through;
}

.kaufmancodetext {
  margin-top: 0px;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
  opacity: 0.9;
}

.sesadm {
  padding: 20px 0 30px 0px;
  border-radius: 18px;
  background: #fff;
}

.uititle {
  font-size: 1.9rem;
  font-weight: 800;
  color: #c8ccd4;
  margin: 0px 0 20px 0;
  text-align: left;
}

.sellui {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
}

.buyerui {
  background: #fff;
  border-radius: 18px;
  margin-top: 50px;
  position: relative;
}

.orderdetails {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
.orderdetails .ordRow {
  margin-bottom: 10px;
}
.orderdetails .ordRow .ordKey {
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0.4;
  margin-bottom: 3px;
}
.orderdetails .ordRow .ordValue {
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.inorder {
  width: 100%;
  height: 100%;
}

.sellerControls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.scb {
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 0.8rem;
  padding: 10px 18px;
  margin-right: 6px;
  font-weight: 700;
  cursor: pointer;
  background: #fafbfc;
}

.nowconnect {
  margin-left: 20px;
  font-size: 0.8rem;
}

.sellerOrder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.pside {
  width: 49%;
}

.device {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  border: 1px solid #eee;
}

.client {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
}

.cliTitle {
  color: #c8ccd4;
  font-size: 1rem;
  font-weight: 700;
}

.cliData {
  margin-top: 20px;
}

.cliRow {
  margin-bottom: 10px;
}

.cliKey {
  font-size: 0.7rem;
  font-weight: 700;
  opacity: 0.6;
}

.cliValue {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 0.9rem;
  height: 0.9rem;
}

.onlyMiaPaySystem {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.skeleton {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e0e0e0), color-stop(50%, #f0f0f0), color-stop(75%, #e0e0e0));
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%; /* Делаем градиент шире контейнера */
  border-radius: 8px; /* Скругленные углы */
  -webkit-animation: gradient-animationSkel 1.5s infinite ease-in-out;
          animation: gradient-animationSkel 1.5s infinite ease-in-out; /* Анимация */
}

@-webkit-keyframes gradient-animationSkel {
  0% {
    background-position: 200% 0; /* Начало */
  }
  100% {
    background-position: -200% 0; /* Конец */
  }
}

@keyframes gradient-animationSkel {
  0% {
    background-position: 200% 0; /* Начало */
  }
  100% {
    background-position: -200% 0; /* Конец */
  }
}
#px {
  font-weight: 700;
  font-size: 0.72rem;
  opacity: 0.6;
}
#px span {
  font-size: 1rem;
}

.inputGroup2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.inputGroup3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.inp {
  min-height: 56px;
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}

.iflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.i50 {
  width: 50%;
}

.label {
  position: absolute;
  background: #fff;
  display: inline-block;
  z-index: 3;
  font-weight: 700;
  font-size: 0.7rem;
  top: -9px;
  left: 12px;
  padding: 0px 8px;
  color: rgba(0, 0, 0, 0.44);
  border-radius: 6px;
}

input {
  min-height: 56px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 0 14px;
  font-size: 0.9rem;
  font-weight: 700;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.23);
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.23);
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.23);
}

input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.23);
}

input::placeholder {
  color: rgba(0, 0, 0, 0.23);
}

input:focus {
  border-color: #2358EF;
}

.i100 {
  width: 100%;
}

.i50 {
  width: 50%;
}

.tYears {
  position: absolute;
  right: 60px;
  height: 30px;
  line-height: 30px;
  top: 13px;
  width: 80px;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
}
.tYears span {
  background: #fafbfc;
  padding: 3px 8px;
  border-radius: 6px;
}

.checkbox-wrapper-51 .toggle {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8rem;
  width: 42px;
  height: 24px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-51 .toggle:before {
  content: "";
  position: relative;
  top: 1px;
  left: 1px;
  width: 40px;
  height: 22px;
  display: block;
  background: #c8ccd4;
  border-radius: 12px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.checkbox-wrapper-51 .toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(154, 153, 153, 0.75);
          box-shadow: 0 2px 6px rgba(154, 153, 153, 0.75);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.checkbox-wrapper-51 .toggle span svg {
  margin: 7px;
  fill: none;
}

.checkbox-wrapper-51 .toggle span svg path {
  stroke: #c8ccd4;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 24;
  stroke-dashoffset: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.checkbox-wrapper-51 input[type=checkbox]:checked + .toggle:before {
  background: #2358EF;
}

.checkbox-wrapper-51 input[type=checkbox]:checked + .toggle span {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
}

.checkbox-wrapper-51 input[type=checkbox]:checked + .toggle span path {
  stroke: #2358EF;
  stroke-dasharray: 25;
  stroke-dashoffset: 25;
}

.switchLabe {
  color: rgba(0, 0, 0, 0.45);
  display: inline-block;
  vertical-align: middle;
  padding-left: 7px;
  font-size: 0.85rem;
}

.accPriv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accPriv input[type=checkbox]:checked + .toggle:before {
  background: #02C743;
}

.accPriv input[type=checkbox]:checked + .toggle span path {
  stroke: #02C743;
}

.multivisa {
  margin-bottom: 30px;
}

:root {
  --ss-primary-color: #5897fb;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-focus-color: #5897fb;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 10px;
}

@-webkit-keyframes ss-valueIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes ss-valueIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ss-valueOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes ss-valueOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}

.ss-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color var(--ss-animation-timing);
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
  font-family: "Arial";
  font-size: 0.85rem;
  font-weight: 600;
  padding: 10px;
  min-height: 56px;
}

.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
  color: green;
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-values {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.ss-main .ss-values .ss-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #2D204E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ss-main .ss-values .ss-max {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: green;
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: pink;
  border-radius: var(--ss-border-radius);
}

.ss-main .ss-values .ss-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0px auto var(--ss-spacing-s);
}

.ss-main .ss-values .ss-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #2358EF;
  border-radius: 4px;
  -webkit-animation-name: ss-valueIn;
          animation-name: ss-valueIn;
  -webkit-animation-duration: var(--ss-animation-timing);
          animation-duration: var(--ss-animation-timing);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  padding: 5px;
}

.ss-main .ss-values .ss-value.ss-value-out {
  -webkit-animation-name: ss-valueOut;
          animation-name: ss-valueOut;
  -webkit-animation-duration: var(--ss-animation-timing);
          animation-duration: var(--ss-animation-timing);
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 18px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}

.ss-main .ss-values .ss-value .ss-value-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: 6px;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: #2358EF;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-deselect {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}

.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-main .ss-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-main .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition: var(--ss-animation-timing);
  transition: var(--ss-animation-timing);
}

.ss-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  -webkit-transition: opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
  transition: opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  overflow: hidden;
  z-index: 10000;
}

.ss-content.ss-relative {
  position: relative;
  height: 100%;
}

.ss-content.ss-open-above {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}

.ss-content.ss-open-below {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}

.ss-content .ss-search {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-search input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  outline: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-family: "Arial";
  border: none;
  border-bottom: 2px solid #2358EF;
  border-radius: 0px !important;
}

.ss-content .ss-search input::-webkit-input-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input::-moz-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input:-ms-input-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input::-ms-input-placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search input::placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}

.ss-content .ss-search .ss-addable {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}

.ss-content .ss-search .ss-addable svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
  opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
  stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 13px;
  height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
  stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
  stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 10px;
  height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition: var(--ss-animation-timing);
  transition: var(--ss-animation-timing);
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  padding-left: 14px;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ss-content .ss-list .ss-option:hover {
  color: #000;
  background-color: #fafbfc;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: var(--ss-highlight-color);
}

.ss-list > .ss-search {
  font-weight: 700;
  font-size: 0.7rem;
  color: rgba(0, 0, 0, 0.4);
  padding-left: 14px;
}


.air-datepicker-body--day-name {
  color: #2369F6 !important;
}

.air-datepicker {
  font-weight: 600;
}

.-current- {
  color: #00C246 !important;
  font-weight: 800 !important;
  opacity: 1 !important;
}

.-day- {
  color: #252B43;
  font-family: "Space Grotesk";
  opacity: 0.75;
}

.-selected- {
  background: #2358EF !important;
  opacity: 1 !important;
}

.-disabled- {
  font-weight: 400;
  opacity: 0.6;
}

.-other-month- {
  opacity: 0.3;
}

@media screen and (max-width: 600px) {
  :root {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  *, *::before, *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  :root, body {
    margin: 0;
    padding: 0;
    border: initial;
  }
  #rounds {
    display: none;
  }
  .underGrad {
    position: absolute;
    border-radius: 70px;
    background: #2358EF;
    opacity: 0.2;
    z-index: 1;
    width: 350px;
    height: 350px;
    bottom: 15px;
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
  .underGrad2 {
    position: absolute;
    border-radius: 70px;
    background: #2358EF;
    opacity: 0.1;
    z-index: 1;
    width: 350px;
    height: 350px;
    bottom: 15px;
    -webkit-transform: rotateZ(-3deg);
            transform: rotateZ(-3deg);
  }
  .heroProd {
    padding: 70px 0 0px 0;
  }
  .activeBurg {
    overflow: hidden;
    width: 100lvw;
    height: 100lvh;
  }
  .phone {
    display: none;
  }
  .burgBtnClose {
    position: absolute;
    width: 34px;
    height: 34px;
    left: 10px;
    line-height: 34px;
    text-align: center;
    padding-top: 9px;
    display: block;
  }
  .openMenu {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
  }
  .top .nav nav ul {
    display: block;
  }
  .top .nav nav ul li {
    width: 100%;
  }
  .top .nav nav ul li a span {
    margin-right: 10px;
  }
  .top .nav nav ul li .prodsInNav {
    display: block !important;
    position: relative !important;
    background: transparent;
    border-radius: 0px;
    margin-top: 0px;
    width: 85%;
    padding: 0px 0px;
    margin-left: 0px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .top .nav nav ul li .prodsInNav .triangle {
    display: none;
  }
  .top .nav nav ul li .prodsInNav ul {
    padding: 0;
    margin: 0;
    background: transparent !important;
    display: block !important;
  }
  .top .nav nav ul li .prodsInNav ul li {
    display: block !important;
    width: 100% !important;
  }
  .top .nav nav ul li .prodsInNav ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 1rem !important;
    text-transform: capitalize;
    opacity: 1 !important;
    background: #fafbfc !important;
  }
  #allprds {
    font-size: 0 !important;
    display: none;
  }
  .top {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(255, 255, 255);
    z-index: 9999;
    display: block;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); /* Скрытое состояние через transform */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; /* Плавная анимация */
  }
  .top .logo {
    margin-left: 30px;
    width: 170px;
  }
  .top .nav {
    margin-left: 30px;
    margin-top: 60px;
    margin-bottom: 50px;
    width: 100%;
  }
  .top nav ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .top nav ul li a {
    position: relative;
    display: inline-block;
    color: #2358EF;
    font-size: 0.9rem;
    font-weight: 700;
    margin-right: 30px;
    background: #ebebeb;
    width: 80%;
    padding: 10px;
    border-radius: 10px;
  }
  .top .phone {
    margin-left: 30px;
  }
  .top .lngb {
    position: absolute;
    top: 20px;
    right: 0px;
  }
  .top .account {
    display: inline-block;
    line-height: 1.2rem;
    background: #fafbfc;
    border-radius: 10px;
    padding: 20px 20px 16px 20px;
    position: absolute;
    width: calc(94% - 20px);
    bottom: 15vh;
  }
  .burgAll {
    -webkit-backdrop-filter: blur(0.7px);
            backdrop-filter: blur(0.7px);
    position: fixed;
    width: 100%;
    top: 0;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(39%, rgba(255, 255, 255, 0.950017507)), color-stop(61%, rgba(255, 255, 255, 0.6390931373)), color-stop(80%, rgba(253, 253, 253, 0.2665441176)), to(rgba(252, 252, 252, 0)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.950017507) 39%, rgba(255, 255, 255, 0.6390931373) 61%, rgba(253, 253, 253, 0.2665441176) 80%, rgba(252, 252, 252, 0) 100%);
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 14px;
    padding-bottom: 80px;
  }
  .burgAll .burgBtn {
    width: 34px;
    height: 34px;
    margin-left: 10px;
    margin-right: 5px;
    line-height: 34px;
    text-align: center;
    padding-top: 3px;
    position: relative;
    z-index: 5;
  }
  .burgAll .moblogo {
    position: relative;
    width: 170px;
  }
  .burgAll .moblogo img {
    width: 70%;
    height: auto;
  }
  .inner {
    width: 94%;
  }
  .btn {
    width: 100%;
  }
  .shadowText {
    font-size: 2.6rem;
    bottom: 20px;
    left: 20px;
    line-height: 2.9rem;
  }
  .cards, .inputGroup2, .inputGroup3 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
  .aboutSect {
    padding: 40px 10px 50px 10px;
  }
  .oneTraveller .titleTraveller .head {
    font-size: 1rem;
  }
  .oneTraveller .titleTraveller .head .dob {
    margin-left: 10px;
    font-size: 0.7rem;
  }
  .oneTraveller {
    padding: 20px 20px 0px 20px;
  }
  .allLogos {
    margin: 50px auto 100px auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(26%, 1fr));
    grid-column-gap: 10%;
    grid-row-gap: 15%;
  }
  .oneL img {
    margin: 0 auto;
    width: 100%;
  }
  .oneL:nth-child(9) {
    display: none;
  }
  .accordion {
    padding: 0 0px;
  }
  .allFooter {
    display: inline-block;
    width: 90%;
    margin-left: 5%;
  }
  .allFooter .footlogo {
    margin-top: 40px;
  }
  .allFooter div {
    width: 100%;
  }
  .allFooter div .f_title {
    margin-top: 0px;
    font-size: 0;
  }
  .allFooter .lastfoot {
    text-align: left;
    margin-top: 40px;
  }
  .allFooter .lastfoot .powered {
    width: 120px;
    text-align: left;
  }
  .allFooter .lastfoot .powered .pic {
    text-align: left;
  }
  .footbot {
    margin-top: 60px;
    display: inline-block;
    width: 100%;
  }
  .footbot .privacy {
    margin: 10px 0 40px 0;
    display: block;
    width: 100%;
  }
  .footbot .privacy a {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .footbot .visa {
    width: 100%;
  }
  .footbot .visa ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18%, 1fr));
    grid-column-gap: 0.25%;
    grid-row-gap: 20px;
  }
  .container_terms {
    width: 94%;
  }
  .container_terms h1 {
    font-size: 1.9rem;
  }
  .container_terms h2 {
    font-size: 1.4rem;
  }
  .container_terms h3 {
    font-size: 1.2rem;
  }
  .infoBox {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    margin: 0 auto 40px auto;
  }
  .infoBox .summaryInf {
    font-weight: 800;
    margin-bottom: 30px;
  }
  .infoBox .rowPar {
    font-weight: 600;
  }
  .infoBox .rowPar .infoRow {
    font-size: 0.9rem;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-bottom: 1px dashed #eee;
    padding-bottom: 9px;
    margin-bottom: 9px;
  }
  .infoBox .rowPar .infoRow .key {
    width: 42%;
    color: #666;
    font-size: 0.7rem;
    opacity: 0.7;
  }
  .infoBox .rowPar .infoRow .val {
    width: 58%;
    font-size: 0.8rem;
    font-weight: 800;
    opacity: 0.79;
  }
  .infoBox .rowPar .infoRow:last-child {
    border-bottom: none;
  }
  .payanno {
    width: 70%;
    max-width: 500px;
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin: 30px auto 30px auto;
    font-weight: 500;
    opacity: 1;
  }
  .prodDesc {
    max-width: 95%;
    margin: 0 auto;
    font-size: 0.85rem;
    line-height: 1.4rem;
  }
  .mobContacts {
    display: block !important;
    margin-left: 30px;
  }
  .epol {
    display: block;
  }
  .epol .epolText {
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-top: 20px;
    padding: 0 10px;
  }
  .epol .epolPic {
    width: 100%;
    min-height: 90vh;
    height: 90vh;
    max-height: 90vh;
    background: #eee;
  }
  .sideCode {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .aboutCont {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .aboutCont .text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.45rem;
  }
  .aboutCont .pic {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 0%;
    min-height: 0vh;
  }
  .hero {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    height: 90vh;
    padding-top: 140px;
    margin-top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .side {
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .side .heroSide {
    width: 40%;
    position: relative;
  }
  .hero .side .heroPic {
    width: 100%;
    position: relative;
    z-index: 1 !important;
  }
  .hero .side .heroSideText {
    width: 60%;
  }
  .hero .side .mainText {
    font-size: 3rem;
    width: 100%;
    font-weight: 900;
  }
  .hero .side .secondText {
    font-size: 2.2rem;
    line-height: 2.7rem;
    width: 100%;
    font-weight: 800;
    margin: 0px 0 30px 0;
  }
  .hero .side .thirdText {
    font-size: 0.9rem;
    line-height: 1.4rem;
    width: 100%;
    margin-bottom: 40px;
  }
  .sideCode {
    width: 100%;
    -webkit-perspective: none;
            perspective: none;
  }
  .codefull {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    height: 500px;
  }
  .window {
    font-size: 0.75rem;
  }
  .headLine {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 2.3rem;
    line-height: 2.4rem;
    margin-top: 0px;
  }
  .soon {
    opacity: 0.3;
  }
  .soonInf {
    position: absolute;
    background: rgba(0, 0, 0, 0.12);
    top: 5px;
    font-size: 0.6rem;
    right: 5px;
    border-radius: 20px;
    padding: 5px 9px;
    color: rgba(0, 0, 0, 0.34);
    font-weight: 700;
  }
  .cardIcon span {
    font-size: 2rem;
    display: block;
  }
  .oneProdMain {
    padding: 30px 20px 46px 20px;
    cursor: pointer;
  }
  .oneProdMain .cardProdTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  .oneProdMain .cardProdTitle .cardProdIcon span {
    font-size: 50px;
  }
  .oneProdMain .cardProdTitle .cardProdHead {
    font-size: 1rem;
    font-weight: 800;
    margin-left: 0px;
  }
  .oneProdMain .cardProdText {
    margin: 10px 0 10px 0;
    line-height: 1.1rem;
    font-size: 0.65rem;
    font-weight: 500;
    max-width: 100%;
    color: #646464;
  }
  .products {
    margin-top: 40px;
    padding-bottom: 80px;
    width: 100%;
    display: block;
    grid-template-columns: repeat(auto-fill, minmax(28%, 1fr));
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
  .prod-masonry {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    grid-gap: 1rem;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  .prod-masonry-item {
    margin-bottom: 0px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 0px;
    font-size: 0.9rem;
  }
  /* .prod-masonry-item.big {
      grid-row-end: span 2; 
      min-height: 180px;
  }

  .prod-masonry-item.med {
      grid-row-end: span 2;
      min-height: 180px;
  }



  .prod-masonry-item.small {
      grid-row-end: span 2;
      min-height: 180px ;
  }

  .prod-masonry-item:hover{
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      transition:0.5s;
  } */
  .thxBox {
    width: 90%;
    height: 400px;
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contentThx {
    padding: 30px 0;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    height: calc(100% - 130px);
  }
  .hPic {
    display: none;
  }
  .txtx {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .productTop {
    height: 200px;
  }
  .prodText {
    font-size: 2.5rem;
    line-height: 2.8rem;
    text-align: center;
  }
  .heroframe {
    height: 180px;
  }
  .savedCar {
    width: calc(33.3333333333% - 2px);
  }
  .savedCar:nth-child(4) {
    display: none;
  }
  .optRow .name {
    font-size: 0.8rem;
  }
  .oneCard {
    border: 1px solid #eee;
    border-radius: 20px;
    background: #fff;
    font-size: 0.9rem;
    width: 100%;
    margin: 0 auto;
  }
  .sh6 {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .sh {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .calcTitle {
    margin: 10px 0 60px 0;
  }
  .smallInp {
    max-width: 420px;
    margin: 0 auto;
    padding: 0px 0 30px 0;
  }
  #iamotp {
    border: none;
    margin-bottom: 0px;
    padding: 0px 0px;
  }
  .payLogos {
    margin-left: 5%;
  }
  .payLogos img {
    width: 50%;
    float: left;
  }
  .loginBox {
    position: relative;
    max-width: 700px;
    padding: 80px 40px 100px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 100px auto 0px auto;
    border-radius: 20px;
    background: #fff;
    text-align: center;
  }
  .loginBox .logHead {
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
  .nodesk {
    margin-top: 20px;
    display: block;
    position: relative;
  }
  .nodesk img {
    position: relative;
    z-index: 3;
  }
  .poweredX {
    margin-top: 30px;
    display: none;
  }
  .poweredMob {
    display: block;
    margin-top: 20px;
  }
  .appfoot {
    width: 100%;
  }
  .appfoot_block {
    width: 90%;
    border-radius: 20px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.03);
    margin: 0px auto 20px auto;
  }
  .appfoot_block .xab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .appfoot_block .xab .f_text a.gl {
    font-weight: 800 !important;
    font-size: 0.8rem !important;
    line-height: 1.1rem !important;
    display: block !important;
  }
  .appfoot_rules {
    width: 90%;
    margin: 0 auto 20px auto;
    display: block;
  }
  .appfoot_rules a {
    display: block;
    font-size: 0.8rem;
    font-weight: 800;
    color: #2358EF;
    margin-bottom: 7px;
  }
  .appfoot_last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: 60px auto 40px auto;
  }
  .appfoot_last a img {
    width: 100px;
  }
  .paylogoapp {
    display: block;
    width: 150px;
  }
  .backBtn {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 10px 10px 6px 10px;
    color: #2358EF;
  }
  .allPols {
    width: 100%;
  }
  .clientBox {
    padding: 30px 20px 0px 20px;
  }
  .clientPolicies {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .actDates {
    font-size: 0.7rem;
  }
  .filterPols {
    margin-top: 135px;
  }
  .payways {
    display: grid;
  }
  #qrcode {
    display: none;
  }
  .trvlforms {
    padding: 0 !important;
  }
  .helloBank {
    margin-bottom: 40px;
  }
  .miaSinglePay {
    position: absolute;
    left: 5%;
    text-align: center;
    width: 90%;
    margin-top: -14px;
  }
  .miaSinglePay a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }
}
/* Показать заглушку в ландшафтной ориентации */
.landscape-placeholder {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255); /* Темный полупрозрачный фон */
  color: red;
  font-size: 18px;
  text-align: center;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000; /* Поверх всего остального контента */
}
.landscape-placeholder div {
  width: 60%;
}

/* Показать заглушку в ландшафтной ориентации только на мобильных устройствах */
@media screen and (max-width: 768px) and (orientation: landscape) {
  /* Скрыть основной контент при ландшафтной ориентации */
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vanilla-cookieconsent/dist/cookieconsent.css ***!
  \**********************************************************************************************************************************************************************************************/
#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :after, #cc-main :before, #cc-main a, #cc-main button, #cc-main div, #cc-main h2, #cc-main input, #cc-main p, #cc-main span {
  all: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cc-main .pm__badge, #cc-main button {
  all: initial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge, #cc-main a, #cc-main button, #cc-main input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table, #cc-main tbody, #cc-main td, #cc-main th, #cc-main thead, #cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --cc-modal-border-radius:.5rem;
  --cc-btn-border-radius:.4rem;
  --cc-modal-transition-duration:.25s;
  --cc-link-color:var(--cc-btn-primary-bg);
  --cc-modal-margin:1rem;
  --cc-z-index:2147483647;
  --cc-bg:#fff;
  --cc-primary-color:#2c2f31;
  --cc-secondary-color:#5e6266;
  --cc-btn-primary-bg:#30363c;
  --cc-btn-primary-color:#fff;
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#000;
  --cc-btn-primary-hover-color:#fff;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#eaeff2;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#d4dae0;
  --cc-btn-secondary-hover-color:#000;
  --cc-btn-secondary-hover-border-color:#d4dae0;
  --cc-separator-border-color:#f0f4f7;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#667481;
  --cc-toggle-on-knob-bg:#fff;
  --cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color:var(--cc-bg);
  --cc-toggle-disabled-icon-color:var(--cc-bg);
  --cc-toggle-readonly-bg:#d5dee2;
  --cc-toggle-readonly-knob-bg:#fff;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg:#f0f4f7;
  --cc-cookie-category-block-border:#f0f4f7;
  --cc-cookie-category-block-hover-bg:#e9eff4;
  --cc-cookie-category-block-hover-border:#e9eff4;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:#dee4e9;
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:var(--cc-btn-secondary-bg);
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#e4eaed;
  --cc-pm-toggle-border-radius:4em;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title, #cc-main a, #cc-main b, #cc-main em, #cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link, #cc-main a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 600;
  position: relative;
  -webkit-transition: background-size 0.25s, color 0.25s ease;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover, #cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc, #cc-main .pm__body {
  -ms-scroll-chaining: auto contain;
      overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar, #cc-main ::-webkit-scrollbar-thumb, #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent, html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration:0s;
  }
}
.cc--darkmode {
  --cc-bg:#161a1c;
  --cc-primary-color:#ebf3f6;
  --cc-secondary-color:#aebbc5;
  --cc-btn-primary-bg:#c2d0e0;
  --cc-btn-primary-color:var(--cc-bg);
  --cc-btn-primary-border-color:var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg:#98a7b6;
  --cc-btn-primary-hover-color:#000;
  --cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg:#242c31;
  --cc-btn-secondary-color:var(--cc-primary-color);
  --cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg:#353d43;
  --cc-btn-secondary-hover-color:#fff;
  --cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color:#222a30;
  --cc-toggle-on-bg:var(--cc-btn-primary-bg);
  --cc-toggle-off-bg:#525f6b;
  --cc-toggle-on-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg:var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg:#343e45;
  --cc-toggle-readonly-knob-bg:#5f6b72;
  --cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);
  --cc-section-category-border:#1e2428;
  --cc-cookie-category-block-bg:#1e2428;
  --cc-cookie-category-block-border:var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg:#242c31;
  --cc-cookie-category-block-hover-border:#232a2f;
  --cc-cookie-category-expanded-block-bg:transparent;
  --cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);
  --cc-overlay-bg:rgba(0,0,0,.65);
  --cc-webkit-scrollbar-bg:var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);
  --cc-footer-bg:#0c0e0f;
  --cc-footer-color:var(--cc-secondary-color);
  --cc-footer-border-color:#060809;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  -webkit-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
          box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transform: translateY(1.6em);
          transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1.6em));
          transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns, #cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}

#cc-main .cm__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0 0;
}

#cc-main .cm__desc, #cc-main .cm__title {
  padding: 0 1.3rem;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: var(--cc-secondary-color);
  font-size: 0.9em;
  line-height: 1.5;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn, #cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn, #cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven, #cc-main .cm--wide .cm__btn-group--uneven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven, #cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  padding: 0.5em 1em;
  text-align: center;
}

#cc-main .cm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group, #cc-main .cm--cloud.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration:.35s;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#cc-main .cm--bar .cm__body, #cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn, #cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body, #cc-main .cm--bar.cm--inline .cm__links {
  max-width: 74em;
}

#cc-main .cm--bar.cm--inline .cm__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .cc--anim .cm, #cc-main .cc--anim.cm-wrapper:before {
  -webkit-transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn, #cc-main .cc--anim .cm__close {
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn, #cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin:.5em;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns, #cc-main .cm__desc, #cc-main .cm__links, #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn, #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn, #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
  }
  #cc-main .cm__link-group {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group, #cc-main .cm--flip .cm__btns {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  -webkit-box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
          box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  margin-right: 2em;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: stroke 0.15s ease;
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section, #cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border: 1px solid var(--cc-cookie-category-block-border);
  border-radius: var(--cc-btn-border-radius);
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--cc-cookie-category-block-bg);
  border: 1px solid var(--cc-cookie-category-block-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-title:hover {
  background: var(--cc-cookie-category-block-hover-bg);
  border-color: var(--cc-cookie-category-block-hover-border);
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  -webkit-transform: scale(0.5) rotate(180deg);
          transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 600;
}

#cc-main .pm__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle, #cc-main .section__toggle-wrapper, #cc-main .toggle__icon, #cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle, #cc-main .toggle-service .toggle__icon, #cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(23px);
          transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off, #cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  -webkit-transform: scale(0.55) rotate(-45deg);
          transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  -webkit-transform: translateX(27px);
          transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  -webkit-box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
          box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: var(--cc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .pm__service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption, #cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  border-top: 1px solid var(--cc-separator-border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  background: var(--cc-btn-primary-bg);
  border: 1px solid var(--cc-btn-primary-border-color);
  border-radius: var(--cc-btn-border-radius);
  color: var(--cc-btn-primary-color);
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 0.82em;
  font-weight: 600;
  min-height: 42px;
  min-width: 110px;
  padding: 0.5em 1.5em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

#cc-main .pm__btn:hover {
  background: var(--cc-btn-primary-hover-bg);
  border-color: var(--cc-btn-primary-hover-border-color);
  color: var(--cc-btn-primary-hover-color);
}

#cc-main .pm__btn--secondary {
  background: var(--cc-btn-secondary-bg);
  border-color: var(--cc-btn-secondary-border-color);
  color: var(--cc-btn-secondary-color);
}

#cc-main .pm__btn--secondary:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
  color: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 1.6em));
          transform: translateY(calc(-50% + 1.6em));
}

#cc-main .pm--box.pm--flip .pm__btn-group, #cc-main .pm--box.pm--flip .pm__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration:.35s;
}

#cc-main .pm--bar .pm__section-table, #cc-main .pm--bar .pm__table-body, #cc-main .pm--bar .pm__table-td, #cc-main .pm--bar .pm__table-th, #cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body, #cc-main .pm--bar:not(.pm--wide) .pm__footer, #cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group, #cc-main .pm--bar:not(.pm--wide) .pm__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn, #cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body, #cc-main .pm--bar.pm--wide .pm__footer, #cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group, #cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm, #cc-main .cc--anim .pm-overlay {
  -webkit-transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease, -webkit-transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  -webkit-transform-origin: left;
          transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  -webkit-transform: translateX(27px);
          transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  -webkit-transform: translateX(23px);
          transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td, #cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn, #cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn, #cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    -webkit-transform: translateY(1.6em);
            transform: translateY(1.6em);
  }
  #cc-main .pm__body, #cc-main .pm__footer, #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table, #cc-main .pm__table-body, #cc-main .pm__table-caption, #cc-main .pm__table-td, #cc-main .pm__table-th, #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  #cc-main .pm__btn-group, #cc-main .pm__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn, #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn, #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group, #cc-main .pm--flip .pm__footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
}
