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, sub, sup, tt, var,
b, u, i, center, select, input, button, textarea,
dl, dt, dd,
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, ul, ol, li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  font-size: inherit;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

html {
  margin: 0 !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

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

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

.flex {
  display: flex;
}
.flex > * {
  position: relative;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.wrap {
  flex-flow: row wrap;
}
.flex.flex-center {
  align-items: center;
}
.flex.flex-bottom {
  align-items: flex-end;
}
.flex.flex-text-center {
  justify-content: center;
}
.flex.flex-text-right {
  justify-content: flex-end;
}
.flex .flex-item-right {
  margin-left: auto !important;
}
.flex .flex-item-left {
  margin-right: auto !important;
}
.flex .flex-1 {
  flex: 1;
}
.flex .flex-2 {
  flex: 2;
}
.flex .flex-3 {
  flex: 3;
}
.flex .flex-4 {
  flex: 4;
}
.flex .flex-5 {
  flex: 5;
}
.flex .flex-6 {
  flex: 6;
}
.flex .flex-7 {
  flex: 7;
}
.flex .flex-8 {
  flex: 8;
}
.flex .flex-9 {
  flex: 9;
}
.flex .flex-10 {
  flex: 10;
}
.flex.fixed-columns-count {
  flex-wrap: wrap;
}
.flex.fixed-columns-count > * {
  width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
  max-width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
  min-width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
}
.flex.fixed-columns-count.bleed {
  margin-left: calc( var(--bleed) * -1 );
  margin-right: calc( var(--bleed) * -1 );
}
.flex.fixed-columns-count.bleed > *:first-child {
  margin-left: var(--bleed);
}
.flex.fixed-columns-count.bleed > *:last-child {
  margin-right: var(--bleed);
}
.flex.fixed-columns-new {
  flex-wrap: wrap;
  row-gap: var(--row-gap);
  justify-content: space-between;
}
.flex.fixed-columns-new > * {
  flex-basis: calc(100% / var(--columns-count) - var(--columns-gap));
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .flex.fixed-columns-new.phone-single {
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .flex.fixed-columns-new.phone-single > * {
    flex-basis: auto;
    align-items: center;
  }
}
.flex.bleed > * {
  margin-left: var(--bleed);
  margin-right: var(--bleed);
}
.flex.bleed > *:first-child {
  margin-left: 0;
}
.flex.bleed > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1660px) {
  .flex.break-laptop {
    flex-direction: column;
  }
  .flex.break-laptop.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-laptop.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-laptop.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-laptop.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1260px) {
  .flex.break-tablet {
    flex-direction: column;
  }
  .flex.break-tablet.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-tablet.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
  .flex.break-mobile {
    flex-direction: column;
  }
  .flex.break-mobile.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-mobile.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.fs-96 {
  font-size: 6em;
  font-weight: 300px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .fs-96 {
    font-size: 40px;
  }
}

.fs-48 {
  font-size: 3em;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .fs-48 {
    font-size: 30px;
  }
}

.fs-40 {
  font-size: 2.5em;
}

.fs-36 {
  font-weight: 800;
  font-size: 2em;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .fs-36 {
    font-size: 20px;
  }
}

.fs-33 {
  font-size: 2.06em;
}
@media screen and (max-width: 960px) {
  .fs-33 {
    font-size: 21px;
  }
}

.fs-32 {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.15;
}
@media screen and (max-width: 960px) {
  .fs-32 {
    font-size: 18px;
  }
}

.fs-30 {
  font-weight: 500;
  font-size: 1.87em;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .fs-30 {
    font-size: 20px;
  }
}

.fs-24 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .fs-24 {
    font-size: 15px;
  }
}

.fs-21 {
  font-size: 1.31em;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .fs-21 {
    font-size: 14px;
  }
}

.fs-20 {
  font-size: 1.25em;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .fs-20 {
    font-size: 15px;
  }
}

.fs-18 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 960px) {
  .fs-18 {
    font-size: 14px;
  }
}

.fs-14 {
  font-size: 0.875em;
}
@media screen and (max-width: 960px) {
  .fs-14 {
    font-size: 11px;
  }
}

.fs-12 {
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 960px) {
  .fs-12 {
    font-size: 9px;
  }
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-extrabold.eot");
  src: url("../fonts/manrope-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-extrabold.woff2") format("woff2"), url("../fonts/manrope-extrabold.woff") format("woff"), url("../fonts/manrope-extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-bold.eot");
  src: url("../fonts/manrope-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-bold.woff2") format("woff2"), url("../fonts/manrope-bold.woff") format("woff"), url("../fonts/manrope-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-semibold.eot");
  src: url("../fonts/manrope-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-semibold.woff2") format("woff2"), url("../fonts/manrope-semibold.woff") format("woff"), url("../fonts/manrope-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-medium.eot");
  src: url("../fonts/manrope-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-medium.woff2") format("woff2"), url("../fonts/manrope-medium.woff") format("woff"), url("../fonts/manrope-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-regular.eot");
  src: url("../fonts/manrope-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-regular.woff2") format("woff2"), url("../fonts/manrope-regular.woff") format("woff"), url("../fonts/manrope-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-light.eot");
  src: url("../fonts/manrope-light.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-light.woff2") format("woff2"), url("../fonts/manrope-light.woff") format("woff"), url("../fonts/manrope-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --promo-color: #F7C52F;
  --promo-text-color: white;
  --promo-text-border: #ffffff80;
}

.blue {
  color: #2680F8;
}

.row-gap {
  row-gap: 1rem;
}

.attach_icon {
  width: 2rem;
}

.select2 .selection .select2-selection__arrow {
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
.select2 .selection .select2-selection__arrow b {
  display: none;
}
.select2 .selection .select2-selection {
  border-radius: 22px;
  background: #E9F0FD;
  border: 1px solid rgba(38, 128, 248, 0.5);
  border-radius: 1rem;
  height: 3.687rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  color: #2B2D2D;
}
.select2 .selection .select2-selection .select2-selection__rendered {
  line-height: 1.15;
  padding-left: 1.125rem;
}

.select2-container {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.select2-container .select2-dropdown {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.select2-container .select2-results {
  background: #E9EDFD;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.select2-container .select2-results ul {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.select2-container .select2-results__option {
  padding: 1rem;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: calc( 10px + ( 6 * ( 100vw - 960px ) / 960 ) );
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 12px;
  }
}

body {
  background-color: #F8F8F8;
  color: #2B2D2D;
  font-family: "Manrope", sans-serif;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-left: 4.16%;
  padding-right: 4.16%;
}
@media screen and (max-width: 960px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.overlay-mobile {
  background: rgba(57, 57, 57, 0.56);
  z-index: 3;
  position: fixed;
  width: 100%;
  height: calc( 100vh + 16.6rem );
  margin-top: -16.6rem;
}

.fixed {
  position: fixed;
}

.disabled {
  display: none;
}

.margin-compensate {
  margin-top: calc(38px + 1.08rem);
}

.dots-wrapper.dots-new-line {
  margin-bottom: -1.5em;
}
@media screen and (max-width: 960px) {
  .dots-wrapper.dots-new-line {
    margin-bottom: 0;
  }
}
.dots-wrapper.dots-new-line .text {
  flex-direction: row;
}
.dots-wrapper.dots-new-line .text {
  display: flex;
  flex-direction: column;
}
.dots-wrapper.dots-new-line .text:after {
  margin-left: 0;
}
.dots-wrapper.dots-new-line .text.reverse {
  flex-direction: column-reverse;
}
.dots-wrapper .text {
  display: inline;
}
.dots-wrapper .text:after {
  content: url("../img/dots.svg");
  margin-left: 0.6em;
}

@media screen and (max-width: 960px) {
  .menu-open .site-header .navs {
    display: flex;
  }

  .menu-open {
    overflow: hidden;
  }
}
.fav-icon.active svg {
  fill: #EF4142;
}
.fav-icon svg {
  transition: all 0.1s ease-in-out;
  fill: #BDBDBD;
}
.fav-icon svg:hover {
  fill: #EF4142;
}

.site-header {
  padding: 30px 0px;
  background-color: #F8F8F8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1660px) {
  .site-header {
    padding: 25px 0px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 960px) {
  .site-header {
    padding: 15px 0px;
  }
}
.site-header .logo {
  height: 36px;
  width: auto;
}
@media screen and (max-width: 1660px) {
  .site-header .logo {
    height: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .logo {
    height: 28px;
  }
}
.site-header .dropdown {
  position: relative;
}
.site-header .dropdown.main-menu {
  order: 1;
}
@media screen and (max-width: 960px) {
  .site-header .dropdown.main-menu {
    order: initial;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .site-header .dropdown.main-menu .dropdown-header {
    display: none;
  }
}
.site-header .dropdown .dropdown-card {
  position: absolute;
  max-width: 27.5rem;
  right: -1rem;
  top: 3rem;
  background: white;
  border: 1px solid rgba(62, 100, 200, 0.13);
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.11);
  border-radius: 1.625rem;
  padding: 2.5rem 1.75rem;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
  color: #2B2D2D;
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-card {
    top: 47px;
  }
}
.site-header .dropdown .dropdown-card .cart-item {
  width: 24.25rem;
}
.site-header .dropdown .dropdown-card .cart-item.empty {
  width: fit-content;
  white-space: nowrap;
}
.site-header .dropdown .dropdown-card .cart-item .info {
  column-gap: 1rem;
}
.site-header .dropdown .dropdown-card .cart-item .info .cart-item-description {
  font-weight: normal;
  font-size: 1rem;
}
.site-header .dropdown .dropdown-card .cart-item .info .product-image-wrapper {
  width: 7.5rem;
  height: 7.5rem;
  aspect-ratio: 1;
}
.site-header .dropdown .dropdown-card .cart-item .info .cart-remover {
  aspect-ratio: 1;
  width: 1.375rem;
  height: 1.375rem;
}
.site-header .dropdown .dropdown-card .cart-item .info .cart-remover label {
  cursor: pointer;
}
.site-header .dropdown .dropdown-card .cart-item .info img {
  height: auto;
}
.site-header .dropdown .dropdown-card .cart-item .total-price {
  margin-left: 8.5rem;
  margin-bottom: 1.625rem;
  margin-top: 0.5rem;
}
.site-header .dropdown .dropdown-card .cart-item .button {
  margin-left: 8.5rem;
}
.site-header .dropdown .dropdown-card .purple {
  color: #6D44C6;
}
.site-header .dropdown .dropdown-card .item {
  row-gap: 1rem;
}
.site-header .dropdown .dropdown-card .price-text {
  font-weight: 700;
  font-size: 1.125rem;
  color: #EF4142;
  display: flex;
  column-gap: 0.625rem;
}
.site-header .dropdown .dropdown-card .price-text.simple {
  color: #2B2D2D;
}
.site-header .dropdown .dropdown-card .price-text .old {
  text-decoration-line: line-through;
  color: #8A8A8A;
  font-weight: 400;
}
.site-header .dropdown .dropdown-card .button {
  font-size: 0.875rem;
}
.site-header .dropdown .dropdown-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: calc( 100% );
  padding-top: 15px;
  min-width: 20rem;
}
.site-header .dropdown .dropdown-wrapper.portfolio {
  min-width: 23rem;
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper.portfolio {
    min-width: calc(100vw - 18px*2);
    display: block;
  }
}
.site-header .dropdown .dropdown-wrapper.portfolio .dropdown-inner {
  border: 1px solid rgba(62, 100, 200, 0.13);
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper.main-menu {
    max-height: none;
    margin-top: 2.5rem;
    position: static;
    padding-top: 0;
    min-width: 0;
  }
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper.disabled {
    display: none !important;
  }
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner {
  padding: 22px 26px;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.11);
  border-radius: 26px;
  background: white;
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner.main-menu {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 1.1rem;
  }
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner.main-menu .dropdown-element {
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner.main-menu .dropdown-element {
    font-weight: 500;
    margin-left: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner small {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.9);
  line-height: 1.15;
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .avatar {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  background: #ECECEC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .avatar img {
  max-width: 60%;
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .pseudo-button {
  padding: 0px 14px;
  height: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-header {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.04em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element {
  margin-bottom: clamp(0px, 1.25rem, calc(100vh / (var(--categoriesCount) * 6)));
  font-weight: 800;
  line-height: 1.15;
  position: relative;
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element {
    margin-bottom: 30px;
  }
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element.exit {
  color: #EF4142;
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element:last-child {
  margin-bottom: 0px;
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element .menu-category-link {
  display: none;
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element .menu-category-link {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element.hovered a.has-subcats::after {
    transform: translateY(-50%) rotate(90deg);
  }
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element a {
  display: flex;
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element a.has-subcats {
  position: relative;
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element a.has-subcats:after {
  content: "";
  background: url("../img/icon-expand.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element a.has-subcats:after {
    width: 13px;
    height: 13px;
    margin-top: -1px;
    right: 0;
  }
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element .dropdown-expand {
  display: none;
  position: absolute;
  left: 100%;
  top: -22px;
  padding-left: 40px;
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element .dropdown-expand {
    position: static;
    padding-left: 0px;
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element .dropdown-expand .subcat-link {
    font-weight: 400;
  }
}
.site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element .dropdown-expand .dropdown-inner {
  min-width: 20rem;
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element .dropdown-expand .dropdown-inner {
    min-width: 0;
  }
}
@media screen and (min-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element:hover .dropdown-expand {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .site-header .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element.hovered .dropdown-expand {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .site-header .dropdown:hover .dropdown-wrapper {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .site-header .dropdown.hovered .dropdown-wrapper {
    display: block;
  }
}
.site-header .navs {
  padding-left: 6.9375rem;
  padding-right: 13rem;
  margin-top: 4px;
}
@media screen and (max-width: 1660px) {
  .site-header .navs {
    padding-left: 5rem;
    padding-right: 11rem;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .navs {
    padding-left: 3rem;
    padding-right: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .site-header .navs {
    margin-top: 0px;
    display: none;
    flex-direction: column;
    position: fixed;
    top: 62px;
    left: 18px;
    right: 18px;
    background: #FFFFFF;
    border: 1px solid rgba(136, 136, 136, 0.2);
    box-shadow: 0px 44px 74px rgba(0, 0, 0, 0.35);
    border-radius: 22px;
    padding: 30px 20px;
    row-gap: 30px;
    max-height: calc(100vh - 70px);
    overflow: auto;
    justify-content: flex-start;
  }
}
.site-header .navs .main-nav {
  line-height: 1.15;
  column-gap: 3.25rem;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 1660px) {
  .site-header .navs .main-nav {
    column-gap: 2.75rem;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .navs .main-nav {
    column-gap: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .site-header .navs .main-nav {
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    align-items: flex-start;
  }
}
.site-header .navs .main-nav #main-menu-category-button {
  --offsets: 1.125rem;
  margin-left: calc(var(--offsets) * -1);
}
@media screen and (max-width: 1260px) {
  .site-header .navs .main-nav #main-menu-category-button {
    width: calc(100% + var(--offsets));
  }
}
.site-header .navs .main-nav #main-menu-category-button .main-nav-link {
  color: white;
  background: #6D44C6;
  padding: 0.75rem 2.75rem 0.75rem var(--offsets);
  border-radius: 1.25rem;
}
@media screen and (max-width: 1260px) {
  .site-header .navs .main-nav #main-menu-category-button .main-nav-link {
    width: fit-content;
    margin-bottom: -0.75rem;
  }
}
.site-header .navs .main-nav #main-menu-category-button .main-nav-link::after {
  right: 0.875rem;
  filter: brightness(0) invert(1);
}
.site-header .navs .main-nav .main-nav-link {
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  color: #000000;
  line-height: 1.15;
}
.site-header .navs .main-nav .wishlist-mobile {
  display: none;
  align-items: center;
  column-gap: 0.5rem;
}
@media screen and (max-width: 960px) {
  .site-header .navs .main-nav .wishlist-mobile {
    display: flex;
  }
}
.site-header .navs .main-nav .wishlist-mobile img {
  width: 1.625rem;
  height: 1.5rem;
}
.site-header .navs .main-nav a:hover, .site-header .navs .main-nav a.selected {
  color: #2680F8;
}
@media screen and (max-width: 960px) {
  .site-header .navs .main-nav .full {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .site-header .navs .main-nav .dropdown.hovered a:not(.green)::after {
    transform: translateY(-50%);
  }
}
.site-header .navs .main-nav .dropdown > a.green {
  color: white;
  background: #44BEA8;
  border-radius: 16px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
}
.site-header .navs .main-nav .dropdown > a.green:hover {
  color: white;
  background: #2680F8;
}
.site-header .navs .main-nav .dropdown > a:not(.green) {
  position: relative;
  padding-right: 24px;
}
.site-header .navs .main-nav .dropdown > a:not(.green):after {
  content: "";
  background: url("../img/icon-dropdown.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 16px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .site-header .navs .main-nav .dropdown > a:not(.green):after {
    transform: translateY(-50%) rotate(-90deg);
  }
}
.site-header .navs .main-nav .dropdown > a:not(.green):hover:after {
  background-image: url("../img/icon-dropdown-blue.svg");
}
@media screen and (max-width: 960px) {
  .site-header .search.mobile-search {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .site-header .search {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 47px;
    padding: 0 18px;
  }
}
.site-header .search .suggester {
  position: relative;
}
@media screen and (max-width: 960px) {
  .site-header .search .suggester {
    width: 100%;
    padding: 1rem 1rem;
    background: white;
    border-radius: 22px;
    box-shadow: 0px 44px 74px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(62, 100, 200, 0.13);
  }
}
.site-header .search .suggester .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-height: 50%;
}
@media screen and (max-width: 1660px) {
  .site-header .search .suggester .icon {
    right: 15px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .search .suggester .icon {
    right: 10px;
  }
}
@media screen and (max-width: 960px) {
  .site-header .search .suggester .icon {
    right: 2rem;
  }
}
.site-header .search .suggester .suggestions {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: 0px 44px 74px rgba(0, 0, 0, 0.35);
  border-radius: 22px;
  font-weight: 600;
}
.site-header .search .suggester .suggestions .list {
  border-radius: 22px;
}
.site-header .search .suggester .suggestions .list .item {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: all 0.1s ease-in-out;
}
.site-header .search .suggester .suggestions .list .item:first-of-type {
  border-radius: 22px 22px 0 0;
  padding-top: 1rem;
}
.site-header .search .suggester .suggestions .list .item:last-of-type {
  border-radius: 0 0 22px 22px;
  padding-bottom: 1rem;
}
.site-header .search .suggester .suggestions .list .item:hover {
  background: #6D44C6;
  color: white;
}
.site-header .search .suggester .suggestions .nothing-found {
  padding: 1rem 2rem;
}
.site-header .search input {
  width: 100%;
  height: 2.6875rem;
  border-radius: 22px;
  background: #E5F3FB;
  border: 1px solid #2680F8;
  padding: 0px 20px;
  font-weight: bold;
}
@media screen and (max-width: 1660px) {
  .site-header .search input {
    height: 37px;
    padding: 0px 15px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .search input {
    height: 28px;
    padding: 0px 10px;
  }
}
@media screen and (max-width: 960px) {
  .site-header .search input {
    width: 100%;
    height: 38px;
  }
}
.site-header .account {
  margin-left: 3.3rem;
  --bleed: 0.75rem;
}
@media screen and (max-width: 1660px) {
  .site-header .account {
    --bleed: 9px;
    margin-left: 20px;
  }
  .site-header .account img {
    height: 22px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .account {
    --bleed: 8px;
    margin-left: 10px;
  }
  .site-header .account img {
    height: 18px;
  }
}
@media screen and (max-width: 960px) {
  .site-header .account {
    --bleed: 10px;
    margin-left: auto;
  }
  .site-header .account img {
    height: auto;
  }
}
.site-header .account .menu-toggle {
  display: none;
  width: 38px;
}
@media screen and (max-width: 960px) {
  .site-header .account .menu-toggle {
    display: block;
  }
}
.site-header .account .menu-toggle .bar {
  height: 6px;
  margin-bottom: 3px;
  border-radius: 3px;
  background: #2B2D2D;
}
.site-header .account .menu-toggle .bar:last-child {
  margin-bottom: 0;
}
.site-header .account .menu-toggle .cross {
  width: 38px;
  height: 27px;
}
.site-header .account .menu-toggle .cross img {
  height: 100%;
}
.site-header .account .dropdown {
  position: static;
}
.site-header .account .dropdown .dropdown-wrapper {
  left: auto;
  right: 0;
}
.site-header .account .dropdown .dropdown-wrapper .dropdown-inner .dropdown-element {
  --bleed: 6px;
}
.site-header .account .icon {
  position: relative;
}
@media screen and (max-width: 960px) {
  .site-header .account .icon {
    display: inline-block;
  }
}
.site-header .account .icon img {
  position: relative;
  z-index: 2;
}
.site-header .account .icon.hovered img {
  filter: brightness(100);
}
.site-header .account .icon.hovered:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: #2680F8;
  border-radius: 50%;
}
@media screen and (max-width: 1660px) {
  .site-header .account .icon.hovered:after {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .account .icon.hovered:after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 960px) {
  .site-header .account .icon.hovered:after {
    width: 42px;
    height: 42px;
    display: inline-block;
  }
}
.site-header .account .icon:hover img {
  filter: brightness(100);
}
.site-header .account .icon:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: #2680F8;
  border-radius: 50%;
}
@media screen and (max-width: 1660px) {
  .site-header .account .icon:hover:after {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1260px) {
  .site-header .account .icon:hover:after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 960px) {
  .site-header .account .icon:hover:after {
    width: 42px;
    height: 42px;
  }
}
.site-header .account .icon.wishlist:hover:after {
  background-color: #EE4042;
}
@media screen and (max-width: 960px) {
  .site-header .account .icon.wishlist {
    display: none;
  }
}
.site-header .account .icon.search-icon {
  display: none;
}
@media screen and (max-width: 960px) {
  .site-header .account .icon.search-icon {
    display: block;
  }
  .site-header .account .icon.search-icon img {
    width: 27px;
    height: 27px;
  }
}
.site-header .account .icon.cart {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .site-header .account .icon.cart img {
    height: 26px;
  }
}
.site-header .account .icon.cart .cart-index {
  width: 1.0625rem;
  height: 1.0625rem;
  background: #1C2840;
  color: white;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: -45%;
  right: -40%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  padding-top: 0.2em;
}
.site-header .account .icon.cart .cart-index.disabled {
  display: none;
}
@media screen and (max-width: 960px) {
  .site-header .account .icon.cart .cart-index {
    bottom: -25%;
    right: -25%;
  }
}

.site-content {
  --headerHeight: 103px;
  --fullScreenWithoutHeader: calc(100vh - var(--headerHeight));
  margin-top: var(--headerHeight);
}
@media screen and (max-width: 1660px) {
  .site-content {
    --headerHeight: 88px;
  }
}
@media screen and (max-width: 1260px) {
  .site-content {
    --headerHeight: 84px;
  }
}
@media screen and (max-width: 960px) {
  .site-content {
    --headerHeight: 69px;
  }
}
.site-content.drop-margin {
  margin-top: 0;
}

.site-footer {
  background: #1C2840;
  align-items: center;
  line-height: 1.15;
  letter-spacing: -0.01;
  color: #FFFFFF;
  font-size: 0.875em;
}
@media screen and (max-width: 960px) {
  .site-footer {
    font-size: 1rem;
  }
}
.site-footer .upper {
  padding-top: 5.18rem;
  padding-bottom: 5.312rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .site-footer .upper {
    flex-direction: column;
    padding-top: 3.18rem;
    padding-bottom: 0;
    align-items: center;
  }
}
.site-footer .upper .contacts .logo {
  margin-bottom: 3.93rem;
}
@media screen and (max-width: 960px) {
  .site-footer .upper .contacts .logo {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .upper .contacts .buttons {
    display: flex;
    flex-direction: row;
  }
}
.site-footer .upper .contacts .buttons .button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: -0.04em;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 11.56rem;
}
.site-footer .upper .contacts .buttons .button::after {
  display: none;
}
@media screen and (max-width: 960px) {
  .site-footer .upper .contacts .buttons .button {
    font-size: 1.5rem;
  }
}
.site-footer .upper .contacts .buttons .button.contacts-button {
  opacity: 0.7;
  position: relative;
  border: solid 2px transparent;
  display: flex;
  z-index: 0;
  background: linear-gradient(126deg, #EF4142, #533C85);
  padding-left: 2.37rem;
  padding-right: 2.37rem;
  text-transform: capitalize;
  background-origin: border-box;
}
.site-footer .upper .contacts .buttons .button.contacts-button:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #1C2840;
}
@media screen and (max-width: 960px) {
  .site-footer .upper .contacts .buttons .button.contacts-button {
    padding-left: 34px;
    padding-right: 34px;
    max-width: 13.56rem;
  }
}
.site-footer .upper .contacts .buttons .button.faq-button {
  margin-left: 1.5rem;
  background: linear-gradient(114.27deg, #EF4142 25.92%, #533C85 86.71%);
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 960px) {
  .site-footer .upper .contacts .buttons .button.faq-button {
    margin-top: 0;
    margin-left: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .upper .menu {
    flex-direction: column;
    margin-top: 1.59rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .upper .menu .columns-wrapper {
    column-gap: 2rem;
  }
}
.site-footer .upper .menu .column {
  display: flex;
  flex-direction: column;
  margin-right: 6.25rem;
}
.site-footer .upper .menu .column:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .site-footer .upper .menu .column.middle-column {
    margin-right: 6.25rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .upper .menu .column {
    margin-right: 0;
    margin-bottom: 1.59rem;
  }
}
.site-footer .upper .menu .column .menu-title {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02;
  opacity: 1;
  color: #FFFFFF;
  margin-bottom: 1.56rem;
}
@media screen and (max-width: 960px) {
  .site-footer .upper .menu .column .menu-title {
    font-size: 1.25rem;
    margin-bottom: 21px;
  }
}
.site-footer .upper .menu .column .link {
  letter-spacing: -0.01em;
  opacity: 0.7;
  margin-bottom: 1.2em;
  font-size: 1rem;
}
.site-footer .upper .menu .column .link:last-of-type {
  margin-bottom: 0;
}
.site-footer .upper .icons {
  --bleed: 0.812rem;
  margin-right: 6.25rem;
}
@media screen and (max-width: 1660px) {
  .site-footer .upper .icons {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .upper .icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.59rem;
  }
}
.site-footer .upper .icons .social {
  opacity: 0.7;
  margin-bottom: 1.18rem;
}
@media screen and (max-width: 960px) {
  .site-footer .upper .icons .social {
    margin-right: 0;
    margin-bottom: 1.59rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .upper .icons .social img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.site-footer .upper .icons .partners {
  max-width: 18.75rem;
  --bleed: 0.25rem;
  flex-wrap: wrap;
  row-gap: 0.87rem;
}
@media screen and (max-width: 1660px) {
  .site-footer .upper .icons .partners {
    row-gap: 0.75rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .upper .icons .partners {
    max-width: calc(100% - 40px);
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.site-footer .upper .icons .partners #Speedy-tag {
  width: 9.06rem;
}
.site-footer .upper .icons .partners #Evrotrust-tag {
  width: 8.75rem;
}
.site-footer .upper .icons .partners #Visa-tag {
  width: 3.625rem;
}
.site-footer .upper .icons .partners #Mastercard-tag {
  width: 8.5375rem;
}
.site-footer .bottom {
  --bleed: 4rem;
  align-items: center;
  border-top: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, rgba(239, 65, 66, 0.5), rgba(38, 128, 248, 0.5));
  padding-top: 1rem;
  padding-bottom: 1.56rem;
  width: 100%;
  font-weight: 600;
  letter-spacing: -0.01em;
  opacity: 0.7;
  font-size: 0.9rem;
}
@media screen and (max-width: 1660px) {
  .site-footer .bottom {
    --bleed: 3rem;
  }
}
@media screen and (max-width: 1260px) {
  .site-footer .bottom {
    --bleed: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .bottom {
    --bleed: 0;
    flex-direction: column-reverse;
    border-top: none;
    padding-top: 0;
    padding-bottom: 3.18rem;
  }
  .site-footer .bottom span {
    margin-top: 1.59rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .bottom .right-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, rgba(239, 65, 66, 0.5), rgba(38, 128, 248, 0.5));
    padding-bottom: 1.59rem;
    row-gap: 0.625rem;
  }
}

.no-link-mobile .mobile-link-img {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  margin-left: 0.25em;
  display: none;
}
@media screen and (max-width: 960px) {
  .no-link-mobile .mobile-link-img {
    display: inline-block;
  }
}

.dimmer {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  display: none;
  overflow: auto;
  align-items: center;
  justify-content: center;
}
.dimmer.active {
  display: flex;
}
.dimmer .loading-circle {
  display: block;
  animation-name: loading-rotation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 50%;
  transform-origin: 50% 50%;
  height: 4rem;
}

.popup {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  display: none;
  overflow: auto;
}
.popup.active {
  display: flex;
}
@keyframes loading-rotation {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.popup.loading .popup-box {
  display: none;
}
.popup.loading .loading-circle {
  display: block;
  animation-name: loading-rotation;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 50%;
  transform-origin: 50% 50%;
  height: 4rem;
}
.popup .loading-circle {
  display: none;
}
.popup .popup-box {
  background: #FFFFFF;
  border-radius: 23px;
  padding: 2.5rem 4rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .popup .popup-box {
    width: 100% !important;
    white-space: normal;
    padding: 0.825rem 2rem;
  }
}
.popup .popup-box .closer {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.234rem;
  cursor: pointer;
}
.popup .submit-success-message {
  color: #2B2D2D;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
.popup .submit-success-message .image {
  width: 13.93rem;
  padding-bottom: 1.37rem;
}
.popup .submit-success-message .text {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}
.popup .submit-success-message.has-subtext .text {
  padding-bottom: 0.68rem;
}
.popup .submit-success-message.has-subtext .subtext {
  font-weight: 400;
  padding-bottom: 2.5rem;
  text-align: center;
}
.popup#new-pass .popup-box {
  width: 30.375rem;
}
.popup#new-pass .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #2B2D2D;
  padding-right: 2.875rem;
}
.popup#new-pass .top-elements .head-img-wrapper {
  width: 15.125rem;
}
.popup#new-pass .put-password {
  margin: 2rem 0;
}
.popup .input-wrapper {
  position: relative;
}
.popup .input-wrapper .input-icon {
  position: absolute;
  width: 1.4rem;
  height: 1.06rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.popup .input-wrapper .input-icon::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.06rem;
  cursor: pointer;
}
.popup .input-wrapper .input-icon.match::after {
  background: url("../img/profile/icon-checked-double.svg") center center/contain no-repeat;
}
.popup .input-wrapper .input-icon.hide::after {
  background: url("../img/profile/icon-eye-closed.svg") center center/contain no-repeat;
}
.popup .input-wrapper .input-icon.show::after {
  background: url("../img/profile/icon-eye.svg") center center/contain no-repeat;
}
.popup#login .popup-box {
  width: 30.375rem;
}
.popup#login .title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #2B2D2D;
  padding-right: 2.875rem;
}
.popup#login .top-elements .head-img-wrapper {
  width: 15.125rem;
}
.popup#login .forgotten-pass {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.popup#login .if-new {
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  color: #2B2D2D;
}
@media screen and (max-width: 960px) {
  .popup#login .if-new {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
}
.popup#login .recover-divider {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.56rem;
  margin-top: 1.56rem;
}
.popup#login .for-login .text {
  white-space: nowrap;
  margin-bottom: 1.6rem;
}
.popup#register {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 960px) {
  .popup#register {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.popup#register .label-checkbox span + div {
  transform: translateY(0.1em);
}
@media screen and (max-width: 1660px) {
  .popup#register .label-checkbox span + div {
    transform: translateY(0.2em);
  }
}
@media screen and (max-width: 960px) {
  .popup#register .label-checkbox span + div {
    transform: translateY(2px);
  }
}
.popup#register .datetimepickerRegister {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3rem;
  z-index: 1;
}
.popup#register .form-group:last-child {
  margin-bottom: 1.56rem;
}
.popup#register .popup-box {
  max-width: 39.81rem;
  align-self: flex-start;
}
.popup#register .fields-gap {
  column-gap: 1.375rem;
}
.popup#register .title {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-feature-settings: "pnum" on, "lnum" on, "ordn" on;
  color: #2B2D2D;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 960px) {
  .popup#register .title {
    font-size: 2rem;
  }
}
.popup#register .customer-type-switch {
  margin-bottom: 1.75rem;
  background: #F8F8F8;
  border: 0.5px solid #2680F8;
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 0.25rem;
}
.popup#register .customer-type-switch input[type=radio] {
  display: none;
}
.popup#register .customer-type-switch .type {
  color: rgba(30, 28, 28, 0.7);
  padding: 1.125rem 1.25rem;
  border-radius: 21px;
  background: #F8F8F8;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: -0.01em;
  width: 50%;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .popup#register .customer-type-switch .type {
    white-space: normal;
    padding: 0.825rem 2rem;
  }
}
.popup#register .customer-type-switch .type .authorized-person-info-pic {
  width: 1.125rem;
  height: 1.125rem;
  aspect-ratio: 1;
  margin-left: 0.5rem;
  position: absolute;
  right: 1.25rem;
}
@media screen and (max-width: 960px) {
  .popup#register .customer-type-switch .type .authorized-person-info-pic {
    right: 0.75rem;
  }
}
.popup#register .customer-type-switch .type.active {
  color: white;
  background: #44BEA8;
}
.popup#register .customer-type-switch .type.active .authorized-person-info-pic {
  filter: brightness(0) invert(1);
}
.popup#register .customer-type-switch .type.active::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  aspect-ratio: 1;
  display: inline-block;
  position: absolute;
  left: 1.5rem;
  background: url("../img/checked-user-type.svg") center center/contain no-repeat;
}
@media screen and (max-width: 960px) {
  .popup#register .customer-type-switch .type.active::before {
    left: 0.75rem;
  }
}
.popup#register .attorney-letter-upload-section {
  background: #6D44C6;
  margin: 0 -4rem 1.56rem -4rem;
  padding: 2rem 4rem;
}
@media screen and (max-width: 960px) {
  .popup#register .attorney-letter-upload-section {
    margin: 0 -2rem 1.56rem -2rem;
    padding: 2rem 2rem;
  }
}
.popup#register .attorney-letter-upload-section .title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.15rem;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.popup#register .attorney-letter-upload-section .label-wrapper {
  column-gap: 1.69rem;
}
.popup#register .attorney-letter-upload-section .form-control {
  width: 100%;
  height: 3rem;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 0.87rem;
  padding-right: 0.87rem;
  border-radius: 1rem;
  background: #FFFFFF;
  border: 1px solid rgba(38, 128, 248, 0.5);
}
.popup#register .attorney-letter-upload-section .form-control::before {
  content: "";
  background: url("../img/upload.svg") center center/contain no-repeat;
  display: block;
  width: 0.937rem;
  height: 1.06rem;
  margin-right: 0.79rem;
}
.popup#register .attorney-letter-upload-section .supported {
  font-weight: 400;
  font-size: 0.81rem;
  line-height: 1.54;
  color: #F2F2F2;
}
.popup#register .attorney-letter-upload-section .file-group-list .selected-file {
  display: flex;
  align-items: center;
  margin-top: 1.625rem;
  height: 2.81rem;
  border-top: 0.5px solid #FFFFFF;
  border-bottom: 0.5px solid #FFFFFF;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.popup#register .attorney-letter-upload-section .file-group-list .selected-file::before {
  content: "";
  background: url("../img/icon-pdf.svg") center center/contain no-repeat;
  display: block;
  width: 1.22rem;
  height: 1.22rem;
  aspect-ratio: 1;
  margin-right: 0.51rem;
}
.popup#register .attorney-letter-upload-section .file-group-list .selected-file::after {
  content: "";
  background: url("../img/icon-trash.svg") center center/contain no-repeat;
  display: block;
  width: 1.145rem;
  height: 1.145rem;
  aspect-ratio: 1;
  margin-left: 0.426rem;
}
.popup#register .attorney-letter-upload-section .file-group-list .selected-file .delete-icon {
  margin-left: auto;
  font-weight: 400;
  font-size: 0.81rem;
  line-height: 1.54;
  color: #FFFFFF;
}
.popup#register .attorney-letter-upload-section span {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #2B2D2D;
}
.popup#register .attorney-letter-upload-section .file-group {
  margin-bottom: 0;
}
.popup#register .text-titles {
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #2B2D2D;
}
.popup#register .checkbox-text {
  font-weight: 400;
  line-height: 1.44;
  color: #2B2D2D;
  font-size: 1rem;
}
.popup#register .checkbox-text.with-links {
  transform: translateY(0.05em);
}
@media screen and (max-width: 1660px) {
  .popup#register .checkbox-text.with-links {
    transform: translateY(0.05em);
  }
}
@media screen and (max-width: 960px) {
  .popup#register .checkbox-text.with-links {
    transform: translateY(-5px);
  }
}
.popup#register .note {
  margin-bottom: 1rem;
  font-size: 0.75rem;
}
.popup#register .birth-date > * {
  flex: 1;
}
.popup#register .agreements label {
  margin-bottom: 0;
}
.popup#register .input-icon-calendar::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1.06rem;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  background: url("../img/calendar.svg") center center/contain no-repeat;
}
.popup#register .button {
  align-self: center;
}

[tooltip-text] {
  cursor: pointer;
}

.tooltip-window {
  width: auto;
  max-width: 16.87rem;
  background-color: #6D44C6;
  color: white;
  border-radius: 1.25rem;
  padding: 0.83rem 1.06rem 1.5rem 1.25rem;
  position: absolute;
  z-index: 999999;
  font-weight: 400;
  transform: translateY(-1rem);
  font-size: 0.75rem;
  line-height: 1.17;
}
.tooltip-window .title {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin-bottom: 0.375rem;
}
.tooltip-window::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #6D44C6 transparent transparent transparent;
  margin-left: var(--arrow-offset);
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #2680F8;
  column-gap: 3rem;
  padding: 1rem 2rem;
  color: white;
  height: 10rem;
  row-gap: 1rem;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  .cookie-bar {
    height: auto;
  }
}
.cookie-bar .cookie-bar-text {
  line-height: 1.25;
}
.cookie-bar .cookie-bar-settings {
  column-gap: 1rem;
  row-gap: 1rem;
}
.cookie-bar .cookie-bar-settings .button::after {
  display: none;
}
.cookie-bar .cookie-bar-settings .settings-link {
  text-decoration: underline;
  font-weight: 600;
}

/*// TODO uncomment after new company ready*/
/* CHRISTMAS */
.christmas-bar {
  padding: 10px 0px;
  background: #6D44C6;
  color: white;
  font-size: large;
  /*margin-bottom: 20px;*/
  /*margin-top: 87px;*/
  display: block;
  position: inherit;
}

.christmas-bar.active {
  display: block;
}

.christmas-bar .container-fluid.top-menu {
  border: none;
  padding: 0px;
  position: relative;
}

.christmas-bar .christmas-title {
  text-align: center;
  line-height: 1.2;
  padding: 0.5rem 36px 0.5rem 1rem;
  /*font-family: 'SemiBold';*/
  /*padding-right: 40px;*/
}

.christmas-bar .closer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.christmas-bar .closer img {
  width: 24px;
  height: auto;
  filter: brightness(0);
}
/*// TODO uncomment after new company ready*/

/* General Styles */
.logo-group {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Align items to the top */
}



.footer-text {
  text-align: center;
  color: white;
  margin-bottom: 0;
  font-size: 14px;
}

/* Desktop View */
.desktop-view {
  display: flex;
  justify-content: space-between;
  background-color: #1a2740;
  padding: 16px;
}

.desktop-view .left-column,
.desktop-view .right-column {
  flex: 1;
}

.desktop-view .left-column {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; /* Align items to the top */
}

.desktop-view .right-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; /* Align text to the top */
}

/* Mobile View */
.mobile-view {
  display: none;
}

/* Media Query for Mobile */
@media (max-width: 992px) {
  .desktop-view {
      display: none;
  }

  .mobile-view {
      display: flex;
      flex-direction: column;
      justify-content: flex-start; /* Ensure items align to the top */
      align-items: center;
      background-color: #1a2740;
      padding: 16px;
  }
  .logo {
    margin-right: 3px;
  }
  
  .mobile-view .left-column,
  .mobile-view .right-column {
      flex: 1;
      justify-content: center;
      align-items: flex-start; /* Align items to the top */
  }

  .mobile-view .left-column {
      margin-bottom: 16px;
  }
}

/* =================== footer newsletter SECTION ================== */

.footer-newsletter {
  font-family: 'Rubik', sans-serif;
  background: linear-gradient(to right, #FAF3E0, #ECE8FD);
  text-align: center;
  border-radius: 8px;
}

.footer-newsletter-top-banner {
  background-color: #3E7BFC;
  color: white;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}

.footer-newsletter-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  background-size: cover;
  background-position: center;
}

.footer-newsletter-newsletter, .footer-newsletter-instagram {
  flex: 1;
  text-align: center;
}

.footer-newsletter-newsletter h2, .footer-newsletter-instagram h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-newsletter-newsletter p, .footer-newsletter-instagram p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.footer-newsletter-subscribe-btn, .footer-newsletter-follow-btn {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.footer-newsletter-subscribe-btn {
  background-color: #FFA726;
  color: white;
}

.footer-newsletter-follow-btn {
  background-color: #6A1B9A;
  color: white;
}

.footer-newsletter-icon img {
  width: 200px;
  height: auto;
}

.footer-newsletter-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.footer-newsletter-social a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.footer-newsletter-social a:hover {
  transform: scale(1.1);
}

.footer-newsletter-social img {
  width: 40px;
  height: 40px;
  filter: invert(24%) sepia(75%) saturate(7451%) hue-rotate(243deg) brightness(90%) contrast(95%);
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .footer-newsletter-content {
      flex-direction: column;
  }
  .footer-newsletter-social {
      gap: 10px;
  }
  .footer-newsletter-social img {
      width: 30px;
      height: 30px;
      filter: invert(24%) sepia(75%) saturate(7451%) hue-rotate(243deg) brightness(90%) contrast(95%);
      transition: transform 0.3s ease;
  }
}
