/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./UIKit/burgerMenuButton/styles.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.styles_btn__65Icv {
  position: relative;
  display: block;
  flex-shrink: 0;

  width: 24px;
  height: 24px;

  color: black;
  cursor: pointer;
}

.styles_icon__bEUzI {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  transition: transform 0.3s ease, opacity 0.3s ease;
}

.styles_icon__bEUzI.styles_cross__w316Q {
  opacity: 0;
  transform: scaleY(0);
}

.styles_btn__65Icv.styles_open__uK7sY .styles_icon__bEUzI.styles_burger__Boj1V {
  opacity: 0;
  transform: scaleY(0);
}

.styles_btn__65Icv.styles_open__uK7sY .styles_icon__bEUzI.styles_cross__w316Q {
  opacity: 1;
  transform: scaleY(1);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./UIKit/localeSwitcher/styles.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.styles_switcherContainer__p6OAY {
  height: 24px;
}

@media (min-width: 640px) {

  .styles_switcherContainer__p6OAY {
    margin-left: 10px;
  }
}

@media (min-width: 1230px) {

  .styles_switcherContainer__p6OAY {
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-left-color: rgb(134 134 133 / var(--tw-border-opacity, 1));
  }
}

.styles_switcherContainer__p6OAY.styles_open__fgjWx .styles_switcherOptions__KzfF2 {
  opacity: 1;
  pointer-events: initial;
  clip-path: inset(0 0 0 0);
}

.styles_switcherContainer__p6OAY.styles_open__fgjWx .styles_switcherIcon__a8vhR {
  transform: rotate(0deg);
}

.styles_switcherContainer__p6OAY.styles_open__fgjWx .styles_switcherLabel__BdAt5 {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_switcherContainer__p6OAY.styles_open__fgjWx .styles_switcherLabelText__bVj7H::before,
.styles_switcherLabel__BdAt5:hover .styles_switcherLabelText__bVj7H::before {
  transform: scale(1);
}

.styles_switcherContainer__p6OAY.styles_open__fgjWx .styles_switcherLabel__BdAt5:after {
  pointer-events: initial;
}

.styles_switcherLabel__BdAt5 {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: space-between;
  background-color: inherit;
  padding-left: 10px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_switcherLabel__BdAt5:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_switcherLabel__BdAt5 {

  position: relative;
}

.styles_switcherLabel__BdAt5:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;

  width: 100%;
  height: 10px;
  opacity: 0;

  pointer-events: none;
}

.styles_switcherLabelText__bVj7H {
  cursor: pointer;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;

  position: relative;
  transition: color 0.3s ease;
}

.styles_switcherLabelText__bVj7H::before {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));

  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;

  width: 100%;
  height: 2px;

  transform: scaleX(0);
  transition: transform 0.3s ease 0s;
}

.styles_switcherIcon__a8vhR {
  margin-left: 4px;
  height: 24px;
  width: 16px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;

  transform: rotate(-180deg);
  transition: transform 0.3s ease;
}

.styles_switcherOptions__KzfF2 {
  position: absolute;
  z-index: 50;
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 109 132 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

  transition: opacity 0.3s ease, clip-path 0.3s ease;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}

.styles_switcherOptionItem__7CRM4 {
  width: auto;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_switcherOptionItem__7CRM4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 233 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_switcherOptionItem__7CRM4 {
  transition: background 0.3s ease, color 0.3s ease;
}

.styles_switcherOptionItem__7CRM4:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 109 132 / var(--tw-border-opacity, 1));
}

.styles_switcherOptionButton__J_zB4 {
  height: 100%;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 24px;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./UIKit/navMenu/styles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.styles_menuVertical__OcrNy {

  position: absolute;

  top: 52px;

  left: 0px;

  z-index: 100;

  width: 100%;

  --tw-bg-opacity: 1;

  background-color: rgb(255 233 245 / var(--tw-bg-opacity, 1));

  padding-top: 16px;

  padding-bottom: 16px;

  --tw-text-opacity: 1;

  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}@media (min-width: 1280px) {.styles_menuVertical__OcrNy {

    top: 72px;
  }
}.styles_menuVertical__OcrNy {

  transition: clip-path 0.3s ease;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}

.styles_menuVertical__OcrNy.styles_open__qCbaX {
  pointer-events: initial;
  clip-path: inset(0 0 0 0);
}

.styles_menuVertical__OcrNy .styles_list__hYs_n {

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 16px;
}

.styles_menu__6d8VR .styles_list__hYs_n {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 44px;
}

.styles_link__50QY3 {

  display: inline-flex;

  align-items: center;

  gap: 4px;

  font-size: 16px;

  font-weight: 500;

  line-height: 24px;

  --tw-text-opacity: 1;

  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_link__50QY3:hover {

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_link__50QY3 {

  position: relative;
  transition: color 0.3s ease 0s;
}

.styles_link__50QY3::before {

  --tw-bg-opacity: 1;

  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));

  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;

  width: 100%;
  height: 2px;

  transform: scaleX(0);
  transition: transform 0.3s ease 0s;
}

.styles_link__50QY3:hover::before {
  transform: scale(1);
}

.styles_item__ZIW91.styles_submenu__9E6S2 {
  position: relative;
}

.styles_item__ZIW91.styles_submenu__9E6S2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;

  width: 100%;
  height: 10px;
  opacity: 0;
  pointer-events: none;
}

.styles_item__ZIW91.styles_submenu__9E6S2:hover:before {
  pointer-events: initial;
}

.styles_item__ZIW91.styles_open__qCbaX .styles_link__50QY3 {

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_item__ZIW91.styles_open__qCbaX .styles_link__50QY3::before {
  transform: scale(1);
}

.styles_item__ZIW91.styles_open__qCbaX .styles_icon__umALc {

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
  transform: rotate(0deg);
}

.styles_item__ZIW91.styles_open__qCbaX .styles_options__V4V7Z {
  opacity: 1;
  pointer-events: initial;
  clip-path: inset(0 0 0 0);
}

.styles_icon__umALc {

  height: 24px;

  width: 16px;

  --tw-text-opacity: 1;

  color: rgb(134 134 133 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1230px) {.styles_icon__umALc {

    display: none;
  }
}

.styles_icon__umALc {

  transform: rotate(-180deg);
  transition: transform 0.3s ease 0s;
}

.styles_options__V4V7Z {

  position: absolute;

  z-index: 50;

  margin-top: 8px;

  display: flex;

  flex-direction: column;

  overflow: hidden;

  border-radius: 10px;

  border-width: 1px;

  --tw-border-opacity: 1;

  border-color: rgb(153 109 132 / var(--tw-border-opacity, 1));

  --tw-bg-opacity: 1;

  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1230px) {.styles_options__V4V7Z {

    display: none;
  }
}

.styles_options__V4V7Z {

  width: 340px;
  max-height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;

  transition: opacity 0.3s ease, clip-path 0.3s ease;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}

.styles_optionItem__Fx55U {

  width: auto;

  cursor: pointer;

  font-size: 1rem;

  line-height: 1.5rem;

  font-weight: 500;

  --tw-text-opacity: 1;

  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_optionItem__Fx55U:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(255 233 245 / var(--tw-bg-opacity, 1));

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_optionItem__Fx55U {

  transition: background 0.3s ease, color 0.3s ease;
}

.styles_optionItem__Fx55U:not(:last-child) {

  border-bottom-width: 1px;

  --tw-border-opacity: 1;

  border-color: rgb(153 109 132 / var(--tw-border-opacity, 1));
}

.styles_optionButton__jORy6 {

  display: block;

  height: 100%;

  width: 100%;

  padding-top: 12px;

  padding-bottom: 12px;

  padding-left: 16px;

  padding-right: 24px;

  text-align: left;
}

.styles_optionButton__jORy6 strong {

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_optionButton__jORy6 b {
  font-weight: 700;
}

.styles_optionItem__Fx55U[data-current="true"] {
  pointer-events: none;
}
.styles_optionItem__Fx55U[data-current="true"] .styles_optionButton__jORy6 {

  --tw-text-opacity: 1;

  color: rgb(46 139 87 / var(--tw-text-opacity, 1));
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./layout/header/styles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.styles_header__bzk6Y {

  position: fixed;

  top: 0px;

  left: 0px;

  z-index: 89;

  width: 100%;

  --tw-bg-opacity: 1;

  background-color: rgb(255 233 245 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1280px) {

  .styles_header__bzk6Y {

    height: 52px;
  }
}

@media (min-width: 1280px) {

  .styles_header__bzk6Y {

    height: 72px;
  }
}

.styles_headerContainerOuter__WHA7b {

  margin-left: auto;

  margin-right: auto;

  height: 100%;

  width: 100%;

  max-width: 1440px;
}

.styles_headerContainerInner___85Mp {

  display: flex;

  height: 100%;

  width: 100%;

  align-items: center;

  justify-content: center;

  gap: 12px;

  padding-top: 10px;

  padding-bottom: 10px;

  padding-left: 20px;

  padding-right: 20px;
}

@media (min-width: 1230px) {

  .styles_headerContainerInner___85Mp {

    padding-left: 125px;

    padding-right: 125px;
  }
}

.styles_desktopMenu__m3jVO {

  display: none;
}

@media (min-width: 1230px) {

  .styles_desktopMenu__m3jVO {

    display: flex;
  }
}

.styles_burgerMenuContainer__xv41R {

  z-index: 99;

  width: 100%;
}

@media (min-width: 1230px) {

  .styles_burgerMenuContainer__xv41R {

    display: none;
  }
}

.styles_burgerTop__Q8Vr6 {

  position: relative;

  z-index: 101;

  display: flex;

  width: 100%;

  align-items: center;

  justify-content: space-between;

  gap: 8px;
}

.styles_burgerOptionsContainer__oRS8Z {

  display: flex;

  align-items: center;
}

.styles_cartButton__tSW3N {

  position: relative;

  margin-left: 16px;

  display: flex;

  min-width: -moz-fit-content;

  min-width: fit-content;

  align-items: center;

  justify-content: center;
}

@media (min-width: 640px) {

  .styles_cartButton__tSW3N {

    margin-left: 24px;
  }
}

.styles_cartButton__tSW3N {

  transition: opacity 0.3s ease;
}

.styles_cartButton__tSW3N:hover {
  opacity: 0.6;
}

.styles_cartIcon__loVsj {

  position: relative;

  bottom: 2px;

  height: 24px;

  width: 24px;

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_cartItemsCounter__o_s4_ {

  position: absolute;

  top: -10px;

  right: -8px;

  height: 20px;

  width: 20px;

  border-radius: 9999px;

  --tw-bg-opacity: 1;

  background-color: rgb(153 109 132 / var(--tw-bg-opacity, 1));

  --tw-text-opacity: 1;

  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1536px) {

  .styles_headerContainerOuter__WHA7b button.styles_link__VQWAT {

    padding-left: 20px;

    padding-right: 20px;
  }
}

@media not all and (min-width: 1280px) {

  .styles_headerContainerOuter__WHA7b button.styles_link__VQWAT {

    height: 48px;

    padding-left: 16px;

    padding-right: 16px;

    font-size: 1rem;

    line-height: 1.5rem;
  }
}

@media not all and (min-width: 1230px) {

  .styles_headerContainerOuter__WHA7b button.styles_link__VQWAT {

    display: none;
  }
}

@media (min-width: 1536px) {

  .styles_headerContainerOuter__WHA7b button.styles_link__VQWAT {

    min-width: 320px;
  }
}

@media not all and (min-width: 640px) {

  .styles_headerContainerOuter__WHA7b button.styles_mobLink__seRmE {

    height: 38px;

    padding-left: 15px;

    padding-right: 15px;

    font-size: 0.875rem;

    line-height: 1.25rem;
  }
}

@media (min-width: 640px) {

  @media not all and (min-width: 1230px) {

    .styles_headerContainerOuter__WHA7b button.styles_mobLink__seRmE {

      height: 40px;

      padding-left: 20px;

      padding-right: 20px;

      font-size: 1rem;

      line-height: 1.5rem;
    }
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/cart/ui/components/discountsInfoWindow/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__i0uRy {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0px;
  z-index: 93;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 16px;
}@media not all and (min-width: 640px) {.styles_container__i0uRy {
    width: 100%;
  }
}@media (min-width: 640px) {.styles_container__i0uRy {
    width: 415px;
  }
}.styles_container__i0uRy {
  --tw-shadow: 0px 1px 4px rgba(12,12,13,0.1), 0px 1px 4px rgba(12,12,13,0.05);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color), 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.styles_container__i0uRy.styles_windowEnter__4tGyu {
  clip-path: inset(100% 0 0 0);
}
.styles_container__i0uRy.styles_windowEnterActive__sBY_D {
  clip-path: inset(-20px);
  transition: clip-path 0.3s ease;
}
.styles_container__i0uRy.styles_windowExit__LvLXT {
  clip-path: inset(-20px);
}
.styles_container__i0uRy.styles_windowExitActive__E9SXW {
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.3s ease;
}

.styles_title__OaFw3 {
  text-align: center;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 600;
}
.styles_title__OaFw3:not(:last-child) {
  margin-bottom: 12px;
}

.styles_description___KYX4 {
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
}
.styles_description___KYX4:not(:last-child) {
  margin-bottom: 6px;
}

.styles_row__pYoWV {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
}
.styles_row__pYoWV:not(:last-child) {
  margin-bottom: 6px;
}

.styles_count__iGAI2 {
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
}

.styles_value__4gzpp {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_list__sofOI:not(:last-child) {
  margin-bottom: 12px;
}

.styles_info__oNjQK {
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./UIKit/button/styles.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.styles_button__IQFN4 {

  display: inline-flex;

  cursor: pointer;

  align-items: center;

  justify-content: center;

  overflow: hidden;

  white-space: nowrap;

  text-align: center;

  font-family: var(--font-josefin-sans), sans-serif;
}

.styles_button__IQFN4.styles_primary__LJq3d {

  border-width: 1px;

  --tw-border-opacity: 1;

  border-color: rgb(231 0 128 / var(--tw-border-opacity, 1));

  --tw-bg-opacity: 1;

  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));

  font-weight: 600;

  --tw-text-opacity: 1;

  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.styles_button__IQFN4.styles_primary__LJq3d:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_button__IQFN4.styles_primary__LJq3d {
  transition: background 0.3s ease, color 0.3s ease;
}

.styles_button__IQFN4.styles_secondary__5hjVy {

  border-width: 1px;

  --tw-border-opacity: 1;

  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));

  --tw-bg-opacity: 1;

  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));

  font-weight: 600;

  --tw-text-opacity: 1;

  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.styles_button__IQFN4.styles_secondary__5hjVy:hover {

  --tw-border-opacity: 1;

  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));

  --tw-bg-opacity: 1;

  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));

  --tw-text-opacity: 1;

  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.styles_button__IQFN4.styles_secondary__5hjVy {

  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.styles_button__IQFN4.styles_teritary__jbDKG {

  border-width: 1px;

  --tw-border-opacity: 1;

  border-color: rgb(231 0 128 / var(--tw-border-opacity, 1));

  background-color: transparent;

  font-weight: 600;

  --tw-text-opacity: 1;

  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_button__IQFN4.styles_teritary__jbDKG:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));

  --tw-text-opacity: 1;

  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.styles_button__IQFN4.styles_teritary__jbDKG {

  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.styles_button__IQFN4.styles_text__neJms {

  background-color: transparent;

  font-weight: 600;

  --tw-text-opacity: 1;

  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.styles_button__IQFN4.styles_text__neJms:hover {

  --tw-bg-opacity: 1;

  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));

  --tw-text-opacity: 1;

  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.styles_button__IQFN4.styles_text__neJms {
  transition: background 0.3s ease, color 0.3s ease;
}

.styles_button__IQFN4.styles_xs__zfdoc {

  border-radius: 50px;

  font-size: clamp(12px, 4vw, 16px);

  line-height: clamp(18px, 6vw, 24px);
}

@media not all and (min-width: 1230px) {

  .styles_button__IQFN4.styles_xs__zfdoc {

    height: 38px;
  }
}

@media not all and (min-width: 400px) {

  .styles_button__IQFN4.styles_xs__zfdoc {

    padding-left: 20px;

    padding-right: 20px;
  }
}

@media (min-width: 400px) {

  .styles_button__IQFN4.styles_xs__zfdoc {

    padding-left: 50px;

    padding-right: 50px;
  }
}

@media (min-width: 1230px) {

  .styles_button__IQFN4.styles_xs__zfdoc {

    height: 40px;
  }
}

.styles_button__IQFN4.styles_sm__ayIDX {

  border-radius: 50px;

  font-size: clamp(16px, 4vw, 20px);

  line-height: clamp(16px, 4vw, 20px);
}

@media not all and (min-width: 1230px) {

  .styles_button__IQFN4.styles_sm__ayIDX {

    height: 40px;

    padding-left: 40px;

    padding-right: 40px;
  }
}

@media (min-width: 1230px) {

  .styles_button__IQFN4.styles_sm__ayIDX {

    height: 56px;

    padding-left: 60px;

    padding-right: 60px;
  }
}

.styles_button__IQFN4.styles_base__x8cT8 {

  border-radius: 50px;

  padding-left: 40px;

  padding-right: 40px;

  font-size: clamp(16px, 4vw, 20px);

  line-height: clamp(16px, 4vw, 20px);
}

@media not all and (min-width: 1230px) {

  .styles_button__IQFN4.styles_base__x8cT8 {

    height: 48px;
  }
}

@media (min-width: 1230px) {

  .styles_button__IQFN4.styles_base__x8cT8 {

    height: 60px;
  }
}

.styles_button__IQFN4.styles_lg__mQ9Yd {

  border-radius: 50px;

  font-size: clamp(16px, 4vw, 20px);

  line-height: clamp(16px, 4vw, 20px);
}

@media not all and (min-width: 1230px) {

  .styles_button__IQFN4.styles_lg__mQ9Yd {

    height: 60px;

    gap: 6px;

    padding-left: 30px;

    padding-right: 30px;
  }
}

@media (min-width: 1230px) {

  .styles_button__IQFN4.styles_lg__mQ9Yd {

    height: 72px;

    gap: 10px;

    padding-left: 50px;

    padding-right: 50px;
  }
}

.styles_button__IQFN4.styles_long__j6Err {

  border-radius: 50px;

  padding-left: 53px;

  padding-right: 53px;

  font-size: clamp(14px, 4vw, 18px);

  line-height: clamp(14px, 4vw, 18px);
}

@media not all and (min-width: 1230px) {

  .styles_button__IQFN4.styles_long__j6Err {

    height: 48px;
  }
}

@media (min-width: 1230px) {

  .styles_button__IQFN4.styles_long__j6Err {

    height: 56px;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/cart/ui/components/cartFooter/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.styles_container__KJNJu{
  flex-shrink: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media not all and (min-width: 1230px){
  .styles_container__KJNJu{
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 1230px){
  .styles_container__KJNJu{
    padding-left: 24px;
    padding-right: 24px;
  }
}

.styles_header__pZxVP{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.styles_header__pZxVP:not(:last-child){
  margin-bottom: 4px;
}

.styles_title__HNuEK{
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
}

.styles_infoButton__UyqSw{
  position: relative;
  z-index: 92;
  height: 50px;
  width: 100px;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
}

.styles_infoButton__UyqSw:hover{
  cursor: pointer;
  opacity: 0.5;
}

.styles_infoButton__UyqSw {
  top: 15px;
  transition: opacity 0.3s ease;
}

.styles_progressBar__wDuTZ{
  height: 14px;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 227 220 / var(--tw-bg-opacity, 1));
}
.styles_progressBar__wDuTZ:not(:last-child){
  margin-bottom: 4px;
}

.styles_progressLine__vCqYG{
  height: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.styles_info__M3MEY{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.styles_info__M3MEY:not(:last-child){
  margin-bottom: 16px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 227 220 / var(--tw-border-opacity, 1));
  padding-bottom: 16px;
}

.styles_checkout__H6yoB:not(:last-child){
  margin-bottom: 16px;
}

.styles_strongText__4Ml8S{
  font-weight: 600 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_strikeTroughText__pEJ9c{
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

.styles_discountPrice__VNEDO{
  display: flex;
  align-items: center;
  gap: 12px;
}

.styles_row__cc3As{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.styles_row__cc3As p{
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
}

.styles_payButton__QA7zM{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.styles_payButton__QA7zM:not(:last-child){
  margin-bottom: 10px;
}

.styles_splitPoint__rYG4G{
  height: 8px;
  width: 8px;
  flex-shrink: 0;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
  transition: background-color 0.3s ease;
}
:hover > .styles_splitPoint__rYG4G{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* Стили для иконки */
.styles_iconWrapper__IoRdM{
  margin-left: 0.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.styles_buttonIcon__kAnlh{
  height: 1.75rem;
  width: 1.75rem;
  margin-left: -2px;
}

.styles_checkOtherProgramsButton__ROhT_{
  width: 100%;
}

.styles_backdrop__sdj4z{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.1);
}
.styles_backdrop__sdj4z.styles_backdropEnter__U_5SR{
  opacity: 0;
}
.styles_backdrop__sdj4z.styles_backdropEnterActive__GgadF{
  opacity: 1;
  transition: opacity 0.3s ease;
}
.styles_backdrop__sdj4z.styles_backdropExit__W3wuH{
  opacity: 1;
}
.styles_backdrop__sdj4z.styles_backdropExitActive__A0f4i{
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Адаптация для планшетов */
@media (max-width: 1024px) {
  .styles_iconWrapper__IoRdM{
    height: 2.25rem;
    width: 2.25rem;
  }
  .styles_buttonIcon__kAnlh{
    height: 1.5rem;
    width: 1.5rem;
  }
}
/* Адаптация для мобильных */
@media (max-width: 768px) {
  .styles_iconWrapper__IoRdM{
    height: 2rem;
    width: 2rem;
  }
  .styles_buttonIcon__kAnlh{
    height: 1.25rem;
    width: 1.25rem;
  }
}
/* Адаптация для маленьких мобильных */
@media (max-width: 480px) {
  .styles_iconWrapper__IoRdM{
    height: 1.75rem;
    width: 1.75rem;
  }
  .styles_buttonIcon__kAnlh{
    height: 1rem;
    width: 1rem;
  }
  .styles_payButton__QA7zM {
    gap: 6px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./UIKit/cartProductInfo/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_cardInfo__WUeYU {
    display: flex;
    align-items: center
}
@media not all and (min-width: 640px) {
    .styles_cardInfo__WUeYU.styles_primary__0P_MU {
        gap: 0.375rem
    }
}
@media (min-width: 640px) {
    .styles_cardInfo__WUeYU.styles_primary__0P_MU {
        gap: 0.75rem
    }
}
@media not all and (min-width: 640px) {
    .styles_cardInfo__WUeYU.styles_primary__0P_MU:not(:last-child) {
        margin-bottom: 5px
    }
}
@media (min-width: 640px) {
    .styles_cardInfo__WUeYU.styles_primary__0P_MU:not(:last-child) {
        margin-bottom: 8px
    }
}
.styles_cardInfo__WUeYU.styles_secondary__PRwBE {
    display: flex;
    gap: 0.5rem
}
.styles_cardInfo__WUeYU.styles_secondary__PRwBE:not(:last-child) {
    margin-bottom: 0.25rem
}

.styles_icon__jAskj {
    position: relative;
    display: block;
    flex-shrink: 0
}
@media not all and (min-width: 640px) {
    .styles_primary__0P_MU .styles_icon__jAskj {
        height: 1rem;
        width: 1rem
    }
}
@media (min-width: 640px) {
    .styles_primary__0P_MU .styles_icon__jAskj {
        height: 1.5rem;
        width: 1.5rem
    }
}
.styles_secondary__PRwBE .styles_icon__jAskj {
    aspect-ratio: 1 / 1;
    width: 18px
}

.styles_cardInfoText__2igrQ {
    font-weight: 500
}
@media not all and (min-width: 640px) {
    .styles_primary__0P_MU .styles_cardInfoText__2igrQ {
        font-size: 12px;
        line-height: 1.18
    }
}
@media (min-width: 640px) {
    .styles_primary__0P_MU .styles_cardInfoText__2igrQ {
        font-size: clamp(12px, 4vw, 16px);
        line-height: clamp(18px, 6vw, 24px)
    }
}
.styles_secondary__PRwBE .styles_cardInfoText__2igrQ {
    font-size: clamp(10px, 4vw, 12px);
    line-height: clamp(10px, 4vw, 12px)
}

.styles_cardInfoText__2igrQ span {
    font-weight: 600
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/cart/ui/components/recommendedCartProduct/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__VmJVz {
  position: relative;
  height: 100%;
  width: 180px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 16px;
  padding: 10px;
  --tw-shadow: 0px 1px 4px rgba(12,12,13,0.1), 0px 1px 4px rgba(12,12,13,0.05);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color), 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.styles_image__ufEpo {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

@media not all and (min-width: 1230px) {

  .styles_image__ufEpo {
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 1230px) {

  .styles_image__ufEpo {
    height: 130px;
  }
}

.styles_image__ufEpo {
  transition: filter 0.3s ease;
}
.styles_image__ufEpo:hover {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.styles_image__ufEpo:not(:last-child) {
  margin-bottom: 12px;
}
.styles_image__ufEpo img {
  -o-object-fit: cover;
     object-fit: cover;
}

.styles_addToCartBtn__Qp2d8 {
  position: absolute;
  top: 14px;
  right: 14px;
  height: 36px;
  width: 36px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 181 220 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 220 / var(--tw-bg-opacity, 1));
  padding: 10px;
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.styles_addToCartBtn__Qp2d8:hover {
  --tw-border-opacity: 1;
  border-color: rgb(231 0 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_addToCartBtn__Qp2d8 svg {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_addToCartBtn__Qp2d8.styles_active__9bUGX {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.styles_addToCartBtn__Qp2d8.styles_active__9bUGX svg {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.styles_cardTitle__7yhHV {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow: hidden;
  overflow-wrap: break-word;
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 700;
  transition: color 0.3s ease;
}
.styles_cardTitle__7yhHV:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_cardTitle__7yhHV:not(:last-child) {
  margin-bottom: 12px;
}
.styles_cardTitle__7yhHV strong {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_cardTitle__7yhHV b {
  font-weight: 700;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./UIKit/sliderArrow/style.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.style_button__LwNm5 {
  position: relative;
  display: block;
  width: 48px;
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: opacity 0.3s ease, color 0.3s ease, background 0.3s ease;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.style_button__LwNm5.style_prev__aXD7n {
  transform: rotate(-180deg);
}
.style_button__LwNm5.style_primary__DKfen {
  border-style: none;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.style_button__LwNm5.style_primary__DKfen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.style_button__LwNm5.style_primary__DKfen.style_disabled__QI_TG {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(255 181 220 / var(--tw-text-opacity, 1));
}
.style_button__LwNm5.style_secondary__kbr_j {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.style_button__LwNm5.style_secondary__kbr_j:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));
}
.style_button__LwNm5.style_secondary__kbr_j.style_disabled__QI_TG {
  opacity: 0;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.15
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 18, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/cart/ui/components/cartItem/styles.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__MpqV6 {
  position: relative;
  width: 100%;
  border-radius: 16px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 1px 4px rgba(12,12,13,0.1), 0px 1px 4px rgba(12,12,13,0.05);
  --tw-shadow-colored: 0px 1px 4px var(--tw-shadow-color), 0px 1px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.styles_deleteButtonDesktop__qppVy {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  height: 24px;
  width: 24px;
}

.styles_deleteButtonDesktop__qppVy:hover {
  opacity: 0.5;
}

@media (min-width: 768px) {

  .styles_deleteButtonDesktop__qppVy {
    display: block;
  }
}

.styles_deleteButtonDesktop__qppVy {
  transition: opacity 0.3s ease;
}

.styles_content__1KECh {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

@media not all and (min-width: 1230px) {

  .styles_content__1KECh {
    padding: 12px;
  }
}

@media (min-width: 1230px) {

  .styles_content__1KECh {
    padding: 16px;
  }
}

.styles_image___f3IG {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
}

@media not all and (min-width: 640px) {

  .styles_image___f3IG {
    height: 100px;
    width: 100px;
  }
}

@media (min-width: 640px) {

  .styles_image___f3IG {
    height: 120px;
    width: 120px;
  }
}

.styles_image___f3IG {
  transition: filter 0.3s ease;
}
.styles_image___f3IG:hover {
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.styles_image___f3IG img {
  -o-object-fit: cover;
     object-fit: cover;
}

.styles_descriptionContainer__iihm_ {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.styles_header___qD8B {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.styles_header___qD8B:not(:last-child) {
  margin-bottom: 12px;
}

.styles_cardTitle__kzz4L {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  font-weight: 700;
}

@media not all and (min-width: 768px) {

  .styles_cardTitle__kzz4L {
    padding-right: 4px;
  }
}

@media not all and (min-width: 640px) {

  .styles_cardTitle__kzz4L {
    font-size: 13px;
    line-height: 1.25;
  }
}

@media (min-width: 640px) {

  .styles_cardTitle__kzz4L {
    font-size: clamp(14px, 4vw, 18px);
    line-height: clamp(20px, 4vw, 24px);
  }
}

@media (min-width: 768px) {

  .styles_cardTitle__kzz4L {
    padding-right: 38px;
  }
}

.styles_cardTitle__kzz4L {
  word-break: break-all;
  transition: color 0.3s ease;
}
.styles_cardTitle__kzz4L:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_cardTitle__kzz4L strong {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_cardTitle__kzz4L b {
  font-weight: 700;
}

.styles_deleteButtonMobile__5nJS4 {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  width: 30px;
}

@media (min-width: 768px) {

  .styles_deleteButtonMobile__5nJS4 {
    display: none;
  }
}

.styles_splitLine__VJtUI {
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 227 220 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1230px) {

  .styles_splitLine__VJtUI {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1230px) {

  .styles_splitLine__VJtUI {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}

.styles_programsHeader__8RqEj {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media not all and (min-width: 1230px) {

  .styles_programsHeader__8RqEj {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 1230px) {

  .styles_programsHeader__8RqEj {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
}

.styles_programsTitle__6FuhW {
  text-align: left;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 600;
}

.styles_programsChevron__5noJm {
  aspect-ratio: 1 / 1;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 768px) {

  .styles_programsChevron__5noJm {
    width: 24px;
  }
}

@media (min-width: 768px) {

  .styles_programsChevron__5noJm {
    width: 32px;
  }
}

.styles_programsChevron__5noJm {
  transition: transform 0.3s ease;
}
.styles_programsChevron__5noJm.styles_open___ef4L {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.styles_programsContent__kDOfB {
  pointer-events: none;
  max-height: 0px;
  overflow: hidden;
  will-change: max-height;
  transition: max-height 0.3s ease;
}
.styles_programsContent__kDOfB.styles_open___ef4L {
  pointer-events: initial;
}

.styles_slider__oROsb {
  width: 100%;
  padding-top: 1px !important;
}

@media not all and (min-width: 1230px) {

  .styles_slider__oROsb {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 12px !important;
  }
}

@media (min-width: 1230px) {

  .styles_slider__oROsb {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 16px !important;
  }
}
.styles_slider__oROsb .swiper-wrapper {
  align-items: stretch;
}

.styles_swiperSlide__l_eyu {
  height: auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/cart/ui/components/cartItemsList/styles.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_list__1RP6u {

    flex-grow: 1;

    overflow-y: scroll;

    padding-top: 16px;

    padding-bottom: 16px
}

@media not all and (min-width: 1230px) {

    .styles_list__1RP6u {

        padding-left: 14px;

        padding-right: 14px
    }
}

@media (min-width: 1230px) {

    .styles_list__1RP6u {

        padding-left: 24px;

        padding-right: 24px
    }
}

.styles_cartItem__eVImX:not(:last-child) {

    margin-bottom: 12px
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/cart/ui/components/emptyState/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_emptyState__jpfJE {

    display: flex;

    min-height: 100%;

    flex-direction: column;

    align-items: center;

    justify-content: center
}

.styles_emptyStateTitle__0ZTEL {

    font-size: clamp(16px, 4vw, 24px);

    line-height: clamp(22px, 6vw, 32px);

    font-weight: 600
}
.styles_emptyStateTitle__0ZTEL:not(:last-child) {

    margin-bottom: 24px
}

.styles_emptyStateImage__cycr2 {

    position: relative;

    aspect-ratio: 1 / 1;

    width: 100%;

    max-width: 327px
}
.styles_emptyStateImage__cycr2:not(:last-child) {

    margin-bottom: 24px
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/cart/ui/components/cartWindow/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__GVBTL {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}

.styles_header__vqzOn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 1230px) {

  .styles_header__vqzOn {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 8px;
  }
}

@media (min-width: 1230px) {

  .styles_header__vqzOn {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.styles_header__vqzOn:not(:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(233 227 220 / var(--tw-border-opacity, 1));
}

.styles_title__UFil4 {
  font-size: clamp(16px, 4vw, 24px);
  line-height: clamp(22px, 6vw, 32px);
  font-weight: 500;
}

.styles_closeButton__6Gqua {
  position: relative;
  height: 32px;
  width: 32px;
}

.styles_closeButton__6Gqua:hover {
  opacity: 0.5;
}

.styles_closeButton__6Gqua {
  transition: opacity 0.3s ease;
}

.styles_content__PYBmz {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}

@media not all and (min-width: 1230px) {

  .styles_content__PYBmz {
    max-height: calc(100% - 53px);
  }
}

@media (min-width: 1230px) {

  .styles_content__PYBmz {
    max-height: calc(100% - 73px);
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/cart/ui/CartWindowProvider/styles.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_noScroll__YeiFa {
  overflow: hidden;
}

.styles_container__zPdpQ {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  height: 100%;
}

@media not all and (min-width: 1230px) {

  .styles_container__zPdpQ {
    width: 100%;
  }
}

@media (min-width: 1230px) {

  .styles_container__zPdpQ {
    width: 600px;
  }
}

.styles_container__zPdpQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.styles_container__zPdpQ.styles_cartWindowEnter__xFKrb {
  opacity: 0;
}
@media not all and (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowEnter__xFKrb {
    --tw-translate-y: 110%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowEnter__xFKrb {
    --tw-translate-x: 110%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.styles_container__zPdpQ.styles_cartWindowEnterActive__JeZXx {
  opacity: 1;
}
@media not all and (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowEnterActive__JeZXx {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowEnterActive__JeZXx {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.styles_container__zPdpQ.styles_cartWindowEnterActive__JeZXx {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.styles_container__zPdpQ.styles_cartWindowExit__4a1yg {
  opacity: 1;
}
@media not all and (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowExit__4a1yg {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowExit__4a1yg {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.styles_container__zPdpQ.styles_cartWindowExitActive__F3K8p {
  opacity: 0;
}
@media not all and (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowExitActive__F3K8p {
    --tw-translate-y: 110%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1230px) {

  .styles_container__zPdpQ.styles_cartWindowExitActive__F3K8p {
    --tw-translate-x: 110%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.styles_container__zPdpQ.styles_cartWindowExitActive__F3K8p {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.styles_backdrop__tjUyn {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 90;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.3);
}
.styles_backdrop__tjUyn.styles_backdropEnter__jymp5 {
  opacity: 0;
}
.styles_backdrop__tjUyn.styles_backdropEnterActive__8AMZk {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.styles_backdrop__tjUyn.styles_backdropExit__3tnpA {
  opacity: 1;
}
.styles_backdrop__tjUyn.styles_backdropExitActive__uhc0n {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.styles_floatingButton__dnBGY {
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 99;
  height: 43px;
  width: 220px;
}

@media (min-width: 1230px) {

  .styles_floatingButton__dnBGY {
    width: 410px;
  }
}

.styles_floatingButton__dnBGY {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 4px 12.4px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 4px 12.4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.styles_floatingButton__dnBGY:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 0 1px #E70080;
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.styles_floatingButton__dnBGY {
  transition: background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./UIKit/section-title/styles.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_title__PI62q {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 640px) {
  .styles_title__PI62q {
    font-size: 14px;
  }
}
@media (min-width: 640px) {
  .styles_title__PI62q {
    font-size: clamp(16px, 4vw, 24px);
    line-height: clamp(22px, 6vw, 32px);
  }
}
@media not all and (min-width: 640px) {
  .styles_title__PI62q:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  @media not all and (min-width: 1230px) {
    .styles_title__PI62q:not(:last-child) {
      margin-bottom: 14px;
    }
  }
}
@media (min-width: 1230px) {
  .styles_title__PI62q:not(:last-child) {
    margin-bottom: 30px;
  }
}
.styles_title__PI62q strong {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.styles_title__PI62q b {
  font-weight: 700;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./modules/home/feedback/styles.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__nYyA8 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}

.styles_sliderContainer__ueU98 {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1230px) {

  .styles_sliderContainer__ueU98 {
    justify-content: space-between;
  }
}

.styles_imageSlider__IJUSv {
  width: 100%;
}

@media not all and (min-width: 1230px) {

  .styles_imageSlider__IJUSv {
    overflow: visible !important;
  }
}

.styles_imageContainer__pvtUS {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}

.styles_imageInnerContainer__qwx_R {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1230px) {

  .styles_imageInnerContainer__qwx_R {
    padding-bottom: 40px;
  }
}

.styles_info__1NYU1 {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 220 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 640px) {

  .styles_info__1NYU1 {
    height: 32px;
  }
}

@media (min-width: 640px) {

  .styles_info__1NYU1 {
    height: 40px;
  }
}

.styles_info__1NYU1 span {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1.43;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {

  .styles_info__1NYU1 span {
    font-size: 12px;
  }
}

@media (min-width: 640px) {

  .styles_info__1NYU1 span {
    font-size: 14px;
  }
}

.styles_image__nP5ej {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
}


.styles_image__nP5ej img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.styles_messageContainer__WluFb {
  display: flex;
  align-items: flex-end;  
  margin: 16px 0;
}

.styles_avatar__vCRJP {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  background: #dbeafe;
  color: #1e293b;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

/* Защитим размер на маленьких экранах */
@media (max-width: 600px) {
  .styles_avatar__vCRJP {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    font-size: 18px !important;
  }
}

.styles_messageContent__MTrD5 {
  display: flex;
  flex-direction: column;
  max-width: 900px;
}

.styles_userInfo__VeiRy {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.styles_userName__4b191 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-right: 8px;
}

.styles_messageBubble__vU_MA {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  padding: 10px 14px;
  margin-bottom: 4px;
  text-align: left;
  border: 1px solid #e5e7eb;
}

.styles_messageText___8Ea8 {
  font-size: 15px;
  color: #222;
  margin: 0;
}

.styles_time__N2b4V {
  font-size: 13px;
  color: #8a8a8a;
  align-self: flex-end;
  margin-top: 2px;
}

.styles_messageBubble__vU_MA {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  padding: 10px 14px;
  margin-bottom: 4px;
  border: 1px solid #e5e7eb;
  position: relative;
}

.styles_messageBubble__vU_MA::after {
  content: "";
  position: absolute;
  left: -17px; /* максимально к левому краю bubble */
  bottom: 8px; /* хвостик выходит за пределы bubble */
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 18px solid transparent; /* ширина хвостика */
  border-top: 12px solid #ffffff; /* цвет bubble */
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.08));
  transform: rotate(180deg);
}

.styles_commentContent__b0uUJ {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.styles_messageContainer__WluFb {
  display: flex;
  align-items: flex-end;  
  margin: 16px 0;
  max-width: 900px;
  width: 100%;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/swiper/modules/effect-coverflow.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/swiper/modules/effect-fade.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/swiper/modules/thumbs.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/

/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./UIKit/accordionItem/style.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.style_button__XI1Zu {

	display: flex;

	width: 100%;

	cursor: pointer;

	align-items: center;

	justify-content: space-between;

	text-align: left;

	font-weight: 500;

	transition: color .3s ease 0s;
}

.style_button__XI1Zu:hover .style_icon__UtW6t {

	stroke: #E70080;
}

.style_chevron__oAJWE {
  transition: transform 0.3s ease;
}

.style_icon__UtW6t {
  transition: stroke 0.3s ease;
}

.style_content__hPIbf {
  max-height: 0;
  opacity: 0;

  transition: max-height 0.25s ease-out, opacity 0.25s ease-out;
  will-change: max-height;
  overflow: hidden;
  pointer-events: none;
}

.style_content__hPIbf.style_open__n4xye {
  opacity: 1;
  pointer-events: initial;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./modules/home/frequentlyAskedQuestions/styles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__LKYxy {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
  opacity: 51
}

.styles_container___2snj {
  position: relative;
  display: flex;
  background-size: cover;
  background-position: right
}

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

@media not all and (min-width: 768px) {

  .styles_bg__Y8Hmo {
    display: none
  }
}

@media (min-width: 1230px) {

  .styles_bg__Y8Hmo {
    height: 1200px;
    max-width: 1440px
  }
}

.styles_bg__Y8Hmo img {
  height: 100%;
  --tw-translate-x: 16%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  opacity: 0.23
}

.styles_content__6zNrT {
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center
}

@media not all and (min-width: 1230px) {

  .styles_title__A_DG8:not(:last-child) {
    margin-bottom: 8px
  }
}

@media (min-width: 1230px) {

  .styles_title__A_DG8:not(:last-child) {
    margin-bottom: 30px
  }
}

.styles_accordionContainer__GJHDJ {
  display: grid;
  width: 100%
}

.styles_accordionContainer__GJHDJ > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1))
}

@media (min-width: 1230px) {

  .styles_accordionContainer__GJHDJ {
    max-width: 935px
  }
}

.styles_accordionContainer__GJHDJ {

  @media not all and (min-width: 640px) {

    &:not(:last-child) {
      margin-bottom: 18px
    }
  }

  @media (min-width: 640px) {

    @media not all and (min-width: 1230px) {

      &:not(:last-child) {
        margin-bottom: 28px
      }
    }
  }

  @media (min-width: 1230px) {

    &:not(:last-child) {
      margin-bottom: 42px
    }
  }
}

.styles_info__edtJQ {
  display: flex;
  flex-direction: column;
  align-items: center
}

.styles_infoText__F6Pnr {
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
  font-size: clamp(15px, 4vw, 24px);
  line-height: 1.2;

  @media not all and (min-width: 1230px) {

    &:not(:last-child) {
      margin-bottom: 12px
    }
  }

  @media (min-width: 1230px) {

    &:not(:last-child) {
      margin-bottom: 20px
    }
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./UIKit/programDetailCard/styles.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.styles_card__bXNcg{
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.styles_card__bXNcg.styles_primary__ITu9I, .styles_card__bXNcg.styles_tertiary__C3zf8{
  flex-direction: column;
}
@media not all and (min-width: 640px){
  .styles_card__bXNcg.styles_primary__ITu9I{
    padding: 10px;
  }
}
@media (min-width: 640px){
  .styles_card__bXNcg.styles_primary__ITu9I{
    padding: 16px;
  }
}
.styles_card__bXNcg.styles_primary__ITu9I {
  /* Увеличиваем ширину карточки */
  margin-left: auto;
  margin-right: auto;
  max-width: 420px; /* вместо ~400px */
}
.styles_card__bXNcg.styles_secondary__REoGe {
  overflow: hidden;
  /* Увеличиваем ширину карточки */
  margin-left: auto;
  margin-right: auto;
  max-width: 420px; /* вместо ~400px */
}
.styles_card__bXNcg.styles_tertiary__C3zf8 {
  /* Увеличиваем ширину карточки */
  margin-left: auto;
  margin-right: auto;
  max-width: 420px; /* вместо ~400px */
}

.styles_primary__ITu9I .styles_imgWrap__1uDbA:not(:last-child){
  margin-bottom: 12px;
}
.styles_secondary__REoGe .styles_imgWrap__1uDbA {
  flex-shrink: 0;
}
@media not all and (min-width: 400px){
  .styles_secondary__REoGe .styles_imgWrap__1uDbA{
    width: 80px;
  }
}
@media (min-width: 400px){
  @media not all and (min-width: 768px){
    .styles_secondary__REoGe .styles_imgWrap__1uDbA{
      width: 33.333333%;
    }
  }
}
@media (min-width: 768px){
  @media not all and (min-width: 1024px){
    .styles_secondary__REoGe .styles_imgWrap__1uDbA{
      width: 100px;
    }
  }
}
@media (min-width: 1024px){
  .styles_secondary__REoGe .styles_imgWrap__1uDbA{
    width: 33.333333%;
  }
}
.styles_tertiary__C3zf8 .styles_imgWrap__1uDbA {
  position: relative;
}
.styles_tertiary__C3zf8 .styles_imgWrap__1uDbA:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.styles_image__EhEy6{
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: filter 0.3s ease;
}
.styles_image__EhEy6:hover{
  --tw-brightness: brightness(.9);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.styles_image__EhEy6 img{
  -o-object-fit: cover;
     object-fit: cover;
  /* Улучшенное качество масштабирования */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: high-quality;
}
.styles_secondary__REoGe .styles_image__EhEy6 {
  height: 100%;
}
.styles_primary__ITu9I .styles_image__EhEy6, .styles_tertiary__C3zf8 .styles_image__EhEy6{
  aspect-ratio: 1 / 1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  /* Улучшенное управление размерами */
}
@media not all and (min-width: 640px){
  .styles_primary__ITu9I .styles_image__EhEy6, .styles_tertiary__C3zf8 .styles_image__EhEy6{
    max-height: 200px;
  }
}
@media (min-width: 640px){
  .styles_primary__ITu9I .styles_image__EhEy6, .styles_tertiary__C3zf8 .styles_image__EhEy6{
    max-height: 320px;
  }
}
.styles_primary__ITu9I .styles_image__EhEy6, .styles_tertiary__C3zf8 .styles_image__EhEy6 { /* увеличены на ~20px */
}

.styles_wrap__LgF7z {
  position: relative;
  display: flex;
  flex-direction: column;
}
.styles_primary__ITu9I .styles_wrap__LgF7z, .styles_tertiary__C3zf8 .styles_wrap__LgF7z {
  flex: 1 1 auto;
}
@media not all and (min-width: 400px){
  .styles_secondary__REoGe .styles_wrap__LgF7z{
    width: calc(100% - 80px);
    padding: 10px;
  }
}
@media (min-width: 400px){
  .styles_secondary__REoGe .styles_wrap__LgF7z{
    padding: 16px;
  }
  @media not all and (min-width: 768px){
    .styles_secondary__REoGe .styles_wrap__LgF7z{
      width: 66.666667%;
    }
  }
}
@media (min-width: 768px){
  @media not all and (min-width: 1024px){
    .styles_secondary__REoGe .styles_wrap__LgF7z{
      width: calc(100% - 100px);
    }
  }
}
@media (min-width: 1024px){
  .styles_secondary__REoGe .styles_wrap__LgF7z{
    width: 66.666667%;
  }
}
.styles_tertiary__C3zf8 .styles_wrap__LgF7z {
  z-index: 2;
  padding: 12px 16px 16px;
}

/* Остальные стили остаются без изменений */
@media not all and (min-width: 640px){
  .styles_tertiary__C3zf8 .styles_heading__dSoi5{
    padding: 12px;
  }
}
@media (min-width: 640px){
  .styles_tertiary__C3zf8 .styles_heading__dSoi5{
    padding: 16px;
  }
}
.styles_tertiary__C3zf8 .styles_heading__dSoi5 {
  position: absolute;
  left: 0;
  bottom: 100%;
  padding: 16px;
}
.styles_heading__dSoi5:not(:last-child){
  margin-bottom: 8px;
}

.styles_title__MYgnC{
  width: 100%;
  overflow-wrap: break-word;
  font-weight: 700;
  transition: color 0.3s ease;
}
@media not all and (min-width: 640px){
  .styles_title__MYgnC:not(:last-child){
    margin-bottom: 5px;
  }
}
@media (min-width: 640px){
  .styles_title__MYgnC:not(:last-child){
    margin-bottom: 8px;
  }
}
.styles_title__MYgnC strong{
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_title__MYgnC b {
  font-weight: 700;
}
.styles_title__MYgnC:hover{
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_primary__ITu9I .styles_title__MYgnC{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
@media not all and (min-width: 640px){
  .styles_primary__ITu9I .styles_title__MYgnC{
    font-size: 14px;
    line-height: 1.25;
  }
}
@media (min-width: 640px){
  .styles_primary__ITu9I .styles_title__MYgnC{
    font-size: clamp(16px, 4vw, 24px);
    line-height: clamp(22px, 6vw, 32px);
  }
}
.styles_secondary__REoGe .styles_title__MYgnC{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
@media not all and (min-width: 640px){
  .styles_secondary__REoGe .styles_title__MYgnC{
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (min-width: 640px){
  .styles_secondary__REoGe .styles_title__MYgnC{
    font-size: clamp(14px, 4vw, 18px);
    line-height: clamp(20px, 4vw, 24px);
  }
}
.styles_tertiary__C3zf8 .styles_title__MYgnC{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
@media not all and (min-width: 640px){
  .styles_tertiary__C3zf8 .styles_title__MYgnC{
    font-size: 13px;
    line-height: 1.2;
  }
}
@media (min-width: 640px){
  .styles_tertiary__C3zf8 .styles_title__MYgnC{
    font-size: clamp(14px, 4vw, 18px);
    line-height: clamp(20px, 4vw, 24px);
  }
}

.styles_description__UCExd{
  width: 100%;
  overflow: hidden;
  overflow-wrap: break-word;
  font-weight: 500;
}
.styles_description__UCExd strong{
  font-weight: 700;
}
.styles_description__UCExd b {
  font-weight: 700;
}
.styles_primary__ITu9I .styles_description__UCExd{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 640px){
  .styles_primary__ITu9I .styles_description__UCExd{
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (min-width: 640px){
  .styles_primary__ITu9I .styles_description__UCExd{
    font-size: clamp(12px, 4vw, 16px);
    line-height: clamp(18px, 6vw, 24px);
  }
}
.styles_secondary__REoGe .styles_description__UCExd{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 640px){
  .styles_secondary__REoGe .styles_description__UCExd{
    font-size: 12px;
  }
}
@media (min-width: 640px){
  .styles_secondary__REoGe .styles_description__UCExd{
    font-size: 14px;
  }
}
.styles_secondary__REoGe .styles_description__UCExd {
  line-height: 1.2;
}
.styles_tertiary__C3zf8 .styles_description__UCExd{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 640px){
  .styles_tertiary__C3zf8 .styles_description__UCExd{
    min-height: 20px;
    font-size: 13px;
  }
}
@media (min-width: 640px){
  .styles_tertiary__C3zf8 .styles_description__UCExd{
    min-height: 34px;
    font-size: 14px;
  }
}
.styles_tertiary__C3zf8 .styles_description__UCExd {
  line-height: 1.2;
}

.styles_cardInfo__7XOmH{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.styles_cardInfo__7XOmH:not(:last-child){
  margin-bottom: 12px;
}

.styles_cardInfoItem__Y4VSA{
  display: flex;
  align-items: center;
}

@media not all and (min-width: 640px){
  .styles_cardInfoItem__Y4VSA{
    gap: 0.375rem;
  }
}

@media (min-width: 640px){
  .styles_cardInfoItem__Y4VSA{
    gap: 0.75rem;
  }
}
@media not all and (min-width: 640px){
  .styles_cardInfoItem__Y4VSA:not(:last-child){
    margin-bottom: 5px;
  }
}
@media (min-width: 640px){
  .styles_cardInfoItem__Y4VSA:not(:last-child){
    margin-bottom: 8px;
  }
}

@media not all and (min-width: 640px){
  .styles_cardInfo__7XOmH img{
    height: 1rem;
    width: 1rem;
  }
}

@media (min-width: 640px){
  .styles_cardInfo__7XOmH img{
    height: 1.5rem;
    width: 1.5rem;
  }
}

.styles_cardInfoText__KWmsU{
  font-weight: 500;
}

@media not all and (min-width: 640px){
  .styles_cardInfoText__KWmsU{
    font-size: 12px;
    line-height: 1.18;
  }
}

@media (min-width: 640px){
  .styles_cardInfoText__KWmsU{
    font-size: clamp(12px, 4vw, 16px);
    line-height: clamp(18px, 6vw, 24px);
  }
}

.styles_cardInfoText__KWmsU span{
  font-weight: 600;
}

.styles_cardActions__ZIaAK{
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
}

.styles_detailsBtn__vNIk7{
  flex-grow: 1;
  font-size: 14px !important;
}

@media not all and (min-width: 1230px){
  .styles_detailsBtn__vNIk7{
    height: 40px !important;
  }
}

@media (min-width: 1230px){
  .styles_detailsBtn__vNIk7{
    height: 50px !important;
  }
}

.styles_cardCartButton__KkNrl{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 181 220 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1230px){
  .styles_cardCartButton__KkNrl{
    height: 40px;
    width: 40px;
    padding: 8px;
  }
}

@media (min-width: 1230px){
  .styles_cardCartButton__KkNrl{
    height: 50px;
    width: 50px;
    padding: 12px;
  }
}

.styles_cardCartButton__KkNrl {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.styles_cardCartButton__KkNrl:hover{
  --tw-border-opacity: 1;
  border-color: rgb(231 0 128 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_cardCartButton__KkNrl.styles_active__lxifc{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.styles_btnIconContainer__yuAeo{
  height: 26px;
  width: 24px;
}

@media not all and (min-width: 640px){
  .styles_icon__he7S0{
    width: 20px;
  }
}

@media (min-width: 640px){
  .styles_icon__he7S0{
    width: 24px;
  }
}

.styles_icon__he7S0 {
  position: relative;
  display: block;
  flex-shrink: 0;
  aspect-ratio: 1;
}

.styles_timer__oNAXq {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  justify-content: center;
}

.styles_timerItem__FJmST {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d1fae5;
  border-radius: 8px;
  padding: 8px 4px;
  min-width: 50px;
}

.styles_timerNumber__iZAYx {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.styles_timerLabel__VZfyE {
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
}

.styles_timerEnded__y3Uqs {
  font-weight: 700;
  color: #e80080;
  font-size: 14px;
  text-align: center;
  padding: 8px;
  background: #fff0f6;
  border-radius: 8px;
  border: 1px solid #e80080;
  animation: styles_pulse__AChbg 2s ease-in-out infinite;
}

@keyframes styles_pulse__AChbg {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(232, 0, 128, 0.4);
  }
  50% {
    opacity: 0.8;
    box-shadow: 0 0 0 8px rgba(232, 0, 128, 0);
  }
}
.styles_imageLabel__zjTOL {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: #f086a2;
  opacity: 0.85;
  color: white;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
  text-align: center;
  /* Уменьшаем шрифт для мобильных */
  /* Для очень маленьких экранов */
}
@media (max-width: 768px) {
  .styles_imageLabel__zjTOL {
    font-size: 8px;
    padding: 4px 8px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 480px) {
  .styles_imageLabel__zjTOL {
    font-size: 6px;
    padding: 3px 6px;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/hero/styles.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.styles_heroBg__jAMIs {
  top: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 900px;
  border-radius: 300px 300px 300px 300px;
  background-image: linear-gradient(0.251turn, rgb(255, 181, 220) 0%, rgb(255, 181, 220) 0%, rgba(255, 247, 5, 0) 41%, rgba(255, 247, 5, 0) 100%);
  z-index: 0;
}

.styles_heroSection__OOSJo {
  position: relative;
  overflow: hidden;
  background: #fcf8f8;
  min-height: 920px;
}

.styles_heroContent__O2ECZ {
  top: 20px;
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 24px 0 24px;
}

.styles_heroHeader__aOMX_ {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 24px;
}

.styles_avatarWrapper__jDW0_ {
  flex-shrink: 0;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 0;
}

.styles_avatarImg__1d_Tn {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.styles_headerText__I788O {
  flex: 1;
  margin-top: 16px;
}

.styles_title__i4UNl {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.1;
}

.styles_title__i4UNl strong {
  font-weight: 700;
  color: #189947;
}

.styles_green__VfSgD {
  color: #22c55e;
}

.styles_subtitle__UWOVO {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.styles_subtitle__UWOVO strong {
  font-weight: 700;
  color: #000000;
}

.styles_description__eKX9V {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: left;
  font-weight: 400;
}

.styles_description2__Tzeb_ {
  font-weight: 700; /* жирный текст */
  font-size: 16px;
  margin-bottom: 16px;
  text-align: left;
}

.styles_featuresRow__TowCo {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.styles_featureBox__t7dlN {
  background: #fff;
  border: 1px solid #e90080;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 14px;
  color: #e90080;
  font-weight: 400;
  width: 250px;
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
}

.styles_featureBox2__VGyXY {
  background: #fff;
  border: 1px solid #059669;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 14px;
  color: #059669;
  font-weight: 400;
  width: 300px;
  text-align: center;
  font-family: "Inter", Arial, sans-serif;
}

.styles_buttonsRow__LEyZa {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.styles_pinkBtn__yVGi5 {
  color: #ffffff;
  font-size: 15px;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 700;
  border-radius: 24px;
  background-color: #e80080;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  width: 250px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.styles_pinkBtn__yVGi5:hover {
  background-color: #ffffff !important;
  color: #e80080 !important;
  border: 1px solid #e80080;
}

.styles_greenBtn__H2dUS {
  background: #d1fae5;
  color: #059669;
  border: none;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  width: 300px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.styles_greenBtn__H2dUS:hover {
  background-color: #059669 !important;
  color: #d1fae5 !important;
}

.styles_programsTitle__Jl_iy {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 32px 0 20px 0;
}

.styles_programsRow__M1PKf {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.styles_programCard__zWXKi {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.styles_programImg__1yn_y {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.styles_programInfo__l6QSl {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.styles_programName__8AtKM {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}

.styles_programBadges__ouB_1 {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.styles_badge__0vw2W {
  background: #bbf7d0;
  color: #22c55e;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 600;
}

.styles_programDetails__ESUeL {
  font-size: 14px;
  color: #222;
  margin-bottom: 8px;
}

.styles_icon__V7G_N {
  margin-right: 4px;
}

.styles_cardFooter__N4Ot2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.styles_trashIcon__FxrrV {
  font-size: 20px;
  color: #f50057;
  margin-left: 8px;
}

.styles_list__bkPt6 {
  width: 100%;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}

.styles_list__bkPt6 li {
  list-style: none;
}

.styles_viewMoreBtn__V4606:not(:last-child) {
  margin-bottom: 24px;
}

/* Адаптив для планшетов */
@media (max-width: 900px) {
  .styles_heroContent__O2ECZ {
    max-width: 100%;
    padding: 32px 16px 0 16px;
  }
  .styles_heroHeader__aOMX_ {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
  }
  .styles_headerText__I788O {
    margin-top: 10px;
    margin-left: 14px;
    margin-right: 14px;
  }
  .styles_title__i4UNl {
    font-size: 28px;
    margin-left: 100px;
  }
  .styles_subtitle__UWOVO {
    font-size: 16px;
    margin-left: 100px;
    text-align: left;
  }
  .styles_featureBox__t7dlN,
  .styles_featureBox2__VGyXY {
    width: 100%;
    max-width: 150px;
    text-align: left;
  }
  .styles_featuresRow__TowCo {
    justify-content: center;
  }
  .styles_buttonsRow__LEyZa {
    justify-content: center;
  }
  .styles_list__bkPt6 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* Адаптив для мобильных */
@media (max-width: 768px) {
  .styles_heroBg__jAMIs {
    width: 100%;
    height: 800px;
    border-bottom-left-radius: 300px;
  }
  .styles_heroContent__O2ECZ {
    padding: 24px 12px 0 12px;
  }
  .styles_avatarWrapper__jDW0_ {
    margin-top: 20px;
    margin-left: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    margin-bottom: 0;
  }
  .styles_avatarImg__1d_Tn {
    width: 60px;
    height: 60px;
  }
  .styles_title__i4UNl {
    font-size: 24px;
    text-align: left;
    margin-left: 120px;
  }
  .styles_subtitle__UWOVO {
    font-size: 15px;
    text-align: left;
    margin-left: 120px;
  }
  .styles_description__eKX9V {
    font-size: 14px;
    text-align: left;
  }
  .styles_featuresRow__TowCo {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
  }
  .styles_featureBox__t7dlN {
    width: 100%;
    max-height: 100px;
    max-width: 150px;
    font-size: 13px;
    text-align: center;
  }
  .styles_featureBox2__VGyXY {
    width: 100%;
    max-height: 100px;
    max-width: 280px;
    font-size: 13px;
    text-align: center;
  }
  .styles_buttonsRow__LEyZa {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .styles_pinkBtn__yVGi5,
  .styles_greenBtn__H2dUS {
    width: 100%;
    max-width: 400px;
    height: 44px;
    font-size: 14px;
  }
  .styles_programsTitle__Jl_iy {
    font-size: 18px;
    margin: 24px 0 16px 0;
  }
  .styles_programsRow__M1PKf {
    gap: 16px;
  }
  .styles_programCard__zWXKi {
    width: 100%;
    max-width: 320px;
  }
  .styles_programName__8AtKM {
    font-size: 16px;
  }
  .styles_programDetails__ESUeL {
    font-size: 13px;
  }
  .styles_list__bkPt6 {
    gap: 15px;
  }
}
/* Адаптив для маленьких мобильных */
@media (max-width: 480px) {
  .styles_heroBg__jAMIs {
    height: 700px;
    border-bottom-left-radius: 200px;
  }
  .styles_heroContent__O2ECZ {
    padding: 20px 8px 0 8px;
  }
  .styles_avatarWrapper__jDW0_ {
    width: 120px;
    height: 120px;
    margin-bottom: 0;
  }
  .styles_avatarImg__1d_Tn {
    width: 110px;
    height: 110px;
  }
  .styles_title__i4UNl {
    font-size: 22px;
  }
  .styles_programCard__zWXKi {
    max-width: 100%;
  }
  .styles_cardFooter__N4Ot2 {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .styles_detailBtn__y67Vu {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .styles_heroSection__OOSJo {
    padding-bottom: 30px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./modules/home/leaveQuestion/styles.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__6_pl9 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
}

.styles_innerContainer__EWQo8 {
  width: 100%;
}

@media not all and (min-width: 1230px) {

  .styles_innerContainer__EWQo8 {
    padding-top: 1rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1230px) {

  .styles_innerContainer__EWQo8 {
    max-width: 1180px;
    padding-bottom: 1.5rem;
  }
}

.styles_title__xrnUm {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {

  .styles_title__xrnUm {
    font-size: 18px;
  }
}

@media (min-width: 640px) {

  .styles_title__xrnUm {
    font-size: clamp(22px, 4vw, 28px);
    line-height: clamp(24px, 6vw, 30px);
  }
}

@media (min-width: 1230px) {

  .styles_title__xrnUm {
    font-size: clamp(28px, 4vw, 32px);
    line-height: clamp(34px, 6vw, 40px);
  }
}

.styles_subtitle__h7Sia {
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {

  .styles_subtitle__h7Sia {
    margin-top: 2px;
  }
}

@media (min-width: 640px) {

  .styles_subtitle__h7Sia {
    margin-top: 0.5rem;
  }
}

.styles_questionTitle__mbl6D {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {

  .styles_questionTitle__mbl6D {
    margin-top: 20px;
    font-size: 18px;
  }
}

@media (min-width: 640px) {

  .styles_questionTitle__mbl6D {
    margin-top: 30px;
    font-size: clamp(28px, 4vw, 32px);
    line-height: clamp(30px, 6vw, 36px);
  }
}

.styles_description___CZ6W {
  max-width: 588px;
  font-size: clamp(16px, 4vw, 20px);
  line-height: clamp(22px, 6vw, 28px);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {

  .styles_description___CZ6W {
    margin-top: 6px;
  }
}

@media (min-width: 640px) {

  .styles_description___CZ6W {
    margin-top: 16px;
  }
}

.styles_content__N_w_I {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.styles_content__N_w_I:last-child {
  margin-bottom: 0px;
}

@media not all and (min-width: 1230px) {

  .styles_content__N_w_I {
    margin-top: 20px;
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
}

@media not all and (min-width: 640px) {

  .styles_content__N_w_I {
    margin-bottom: 12px;
  }
}

@media (min-width: 640px) {

  @media not all and (min-width: 1230px) {

    .styles_content__N_w_I {
      margin-bottom: 1.5rem;
    }
  }
}

@media (min-width: 1230px) {

  .styles_content__N_w_I {
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: row;
    gap: 2.5rem;
  }
}

.styles_iconContainer__R33QK {
  display: flex;
  flex-wrap: wrap;
}

@media not all and (min-width: 1230px) {

  .styles_iconContainer__R33QK {
    gap: 10px;
  }
}

@media not all and (min-width: 640px) {

  .styles_iconContainer__R33QK {
    justify-content: space-between;
  }
}

@media (min-width: 1230px) {

  .styles_iconContainer__R33QK {
    gap: 30px;
  }
}

.styles_link__9wEC5 {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.styles_link__9wEC5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 128 / var(--tw-bg-opacity, 1));
}

@media (max-width: 420px) {

  .styles_link__9wEC5 {
    height: 42px;
    width: 42px;
    border-radius: 10px;
  }
}

@media (min-width: 420px) {

  .styles_link__9wEC5 {
    height: 57px;
    width: 57px;
    border-radius: 16px;
  }
}

.styles_link__9wEC5 {
  transition: background 0.3s ease;
}

.styles_link__9wEC5:hover .styles_img___RPzA {
  filter: brightness(0) invert(1);
}

@media (max-width: 420px) {

  .styles_img___RPzA {
    height: 20px;
    width: 20px;
  }
}

@media (min-width: 420px) {

  .styles_img___RPzA {
    max-height: 44px;
    max-width: 44px;
  }
}

.styles_img___RPzA {

  display: block;
  max-width: 40px;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;

  transition: filter 0.3s ease;
}

.styles_btnWrap__CLX53 {
  display: flex;
}

.styles_btnWrap__CLX53:last-child {
  margin-bottom: 0px;
}

@media not all and (min-width: 1230px) {

  .styles_btnWrap__CLX53 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1230px) {

  .styles_btnWrap__CLX53 {
    margin-bottom: 50px;
    justify-content: flex-end;
  }
}

.styles_menuList__Uhnw3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media not all and (min-width: 768px) {

  .styles_menuList__Uhnw3 {
    flex-direction: column;
  }
}

@media not all and (min-width: 640px) {

  .styles_menuList__Uhnw3 {
    gap: 14px;
  }
}

@media (min-width: 640px) {

  .styles_menuList__Uhnw3 {
    gap: 20px;
  }
}

@media (min-width: 768px) {

  .styles_menuList__Uhnw3 {
    align-items: center;
  }
}

.styles_navLink__OzyaF {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.styles_navLink__OzyaF:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

.styles_navLink__OzyaF {
  transition: color 0.3s ease;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./modules/home/onlineTrainings/styles.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__Mk9KL {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}

.styles_title__HR_IG {
  margin-bottom: 20px;
}

@media (min-width: 1280px) {

  .styles_title__HR_IG {
    margin-bottom: 50px;
  }
}

.styles_leftColumnImage__XyEnQ {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 1230px) {

  .styles_imgWrap__Ikwvy {
    margin-bottom: 18px;
  }
}

@media (min-width: 1230px) {

  .styles_imgWrap__Ikwvy {
    margin-bottom: 30px;
  }
}

.styles_videoContainer__U8qc3 {
  position: relative;
  display: flex;
  width: 100%;
}

@media not all and (min-width: 640px) {

  .styles_videoContainer__U8qc3 {
    margin-bottom: 16px;
  }
}

@media (min-width: 640px) {

  .styles_videoContainer__U8qc3 {
    margin-bottom: 30px;
  }
}

.styles_videoContainer__U8qc3 .styles_link__2_Br7 {
  position: relative;
  margin-top: auto;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
}

.styles_link__2_Br7 img {
  z-index: 1;
}

.styles_icon___ASM5 {
  transition: transform 0.3s ease;
}

.styles_link__2_Br7:hover::before {
  opacity: 0.3;
}

.styles_link__2_Br7:hover .styles_icon___ASM5 {
  transform: translate(-50%, -50%) scale(1.1);
}

.styles_link__2_Br7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;

  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;

  pointer-events: none;
  opacity: 0.4;
  background-color: black;
  transition: opacity 0.3s ease;
}

.styles_columns__JhHo7 {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1230px) {

  .styles_columns__JhHo7 {
    flex-direction: row;
  }
}

.styles_leftColumn__70duv {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

@media (min-width: 1230px) {

  .styles_leftColumn__70duv {
    margin-right: 20px;
    width: calc(50% - 10px);
  }
}

@media (min-width: 1280px) {

  .styles_leftColumn__70duv {
    margin-right: 40px;
    width: calc(50% - 20px);
  }
}

.styles_text__YbGaz {
  font-weight: 400;
}

@media not all and (min-width: 640px) {

  .styles_text__YbGaz {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.15;
  }
}

@media (min-width: 640px) {

  .styles_text__YbGaz {
    margin-bottom: 20px;
    font-size: clamp(16px, 4vw, 20px);
    line-height: clamp(16px, 4vw, 20px);
    line-height: 1.3 !important;
  }
}

.styles_list__KhAEy {
  list-style-type: disc;
}

.styles_list__KhAEy *::marker {
  color: rgb(105 65 170 );
}

.styles_list__KhAEy::marker {
  color: rgb(105 65 170 );
}

@media not all and (min-width: 640px) {

  .styles_list__KhAEy {
    margin-bottom: 14px;
  }
}

@media (min-width: 640px) {

  .styles_list__KhAEy {
    margin-bottom: 20px;
  }
}

@media (min-width: 1280px) {

  .styles_list__KhAEy {
    margin-bottom: 40px;
  }
}

.styles_listItem__fpvGi {
  margin-left: 1rem;
  font-weight: 400;
}

@media not all and (min-width: 640px) {

  .styles_listItem__fpvGi {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.15;
  }
}

@media (min-width: 640px) {

  .styles_listItem__fpvGi {
    margin-bottom: 2px;
    font-size: clamp(16px, 4vw, 20px);
    line-height: clamp(24px, 6vw, 32px);
  }
}

.styles_rightColumn__vOkOO {
  position: relative;
}

@media (min-width: 1230px) {

  .styles_rightColumn__vOkOO {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1280px) {

  .styles_rightColumn__vOkOO {
    width: calc(50% - 20px);
    padding-left: 0px;
    padding-right: 0px;
  }
}

.styles_ctaText__LfOF4 {
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {

  .styles_ctaText__LfOF4 {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (min-width: 640px) {

  .styles_ctaText__LfOF4 {
    font-size: clamp(16px, 4vw, 24px);
    line-height: clamp(22px, 6vw, 32px);
  }
}

@media (min-width: 1280px) {

  .styles_ctaText__LfOF4 {
    text-align: center;
  }
}

.styles_text__YbGaz {
  white-space: pre-line;
  line-height: 1.6;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/@fancyapps/ui/dist/fancybox/fancybox.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./UIKit/expertCard/styles.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
.styles_card__TPtbc {
  height: 100%;
  cursor: default;
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 1230px) {

  .styles_card__TPtbc {
    padding: 14px;
  }
}

@media (min-width: 768px) {

  .styles_card__TPtbc {
    display: flex;
    gap: 16px;
  }
}

@media (min-width: 1230px) {

  .styles_card__TPtbc {
    padding: 24px;
  }
}

.styles_imgCol__duRBU {
  flex-shrink: 0;
}

@media not all and (min-width: 768px) {

  .styles_imgCol__duRBU {
    margin-bottom: 10px;
    max-width: 320px;
  }
}

@media (min-width: 768px) {

  @media not all and (min-width: 1230px) {

    .styles_imgCol__duRBU {
      width: 40%;
    }
  }
}

@media (min-width: 1230px) {

  .styles_imgCol__duRBU {
    width: 53%;
  }
}

.styles_name__CUOIE {
  font-weight: 700;
}

.styles_name__CUOIE:last-child {
  margin-bottom: 0px;
}

@media not all and (min-width: 768px) {

  .styles_name__CUOIE {
    margin-bottom: 4px;
  }
}

@media not all and (min-width: 640px) {

  .styles_name__CUOIE {
    font-size: 14px;
  }
}

@media (min-width: 640px) {

  @media not all and (min-width: 768px) {

    .styles_name__CUOIE {
      font-size: 16px;
    }
  }
}

@media (min-width: 768px) {

  .styles_name__CUOIE {
    margin-bottom: 8px;
    font-size: clamp(16px, 4vw, 24px);
    line-height: clamp(22px, 6vw, 32px);
  }
}

@media (min-width: 1230px) {

  .styles_name__CUOIE {
    font-size: clamp(16px, 4vw, 24px);
    line-height: clamp(36px, 6vw, 42px);
  }
}

.styles_content___LTBQ {
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media not all and (min-width: 768px) {

  .styles_content___LTBQ {
    line-height: 1.25;
  }
}

@media not all and (min-width: 640px) {

  .styles_content___LTBQ {
    font-size: 12px;
  }
}

@media (min-width: 640px) {

  @media not all and (min-width: 768px) {

    .styles_content___LTBQ {
      font-size: 13px;
    }
  }
}

@media (min-width: 768px) {

  .styles_content___LTBQ {
    font-size: clamp(12px, 4vw, 16px);
    line-height: clamp(18px, 6vw, 24px);
  }
}

.styles_link__fAeB5 {
  position: relative;
  display: block;
  aspect-ratio: 1/1.3;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}

.styles_link__fAeB5 img {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.styles_icon__ZFVMO {
  transition: transform 0.3s ease;
}

.styles_link__fAeB5:hover .styles_icon__ZFVMO {
  transform: translate(-50%, -50%) scale(1.1);
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/ourExperts/styles.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.styles_container__mhTMk {
  position: relative;
  background: linear-gradient(135deg, #ffe8f0 0%, #ffd1dc 100%);
  border-radius: 5% 0 0 5%/20% 5% 0 20%; /* Овал СПРАВА */
  overflow: hidden;
  padding: 40px 40px 40px 40px; /* Больше отступ справа */
  margin-right: auto; /* Выравнивание по правому краю */
  width: 100%;
  max-width: 1300px;
}

@media not all and (min-width: 640px){
  .styles_description__1hhzF{
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (min-width: 640px){
  .styles_description__1hhzF{
    font-size: clamp(12px, 4vw, 16px);
    line-height: clamp(18px, 6vw, 24px);
  }
}
.styles_description__1hhzF:not(:last-child){
  margin-bottom: 10px;
}

.styles_listTitle__TQrvw{
  font-weight: 600;
}

@media not all and (min-width: 640px){
  .styles_listTitle__TQrvw{
    margin-bottom: 2px;
    font-size: 13px;
  }
}

@media (min-width: 640px){
  .styles_listTitle__TQrvw{
    font-size: clamp(14px, 4vw, 18px);
    line-height: clamp(20px, 4vw, 24px);
  }
}

.styles_list__W2qnS:not(:last-child){
  margin-bottom: 10px;
}

@media not all and (min-width: 640px){
  .styles_list__W2qnS:not(:last-child){
    margin-bottom: 12px;
  }
  .styles_listItem__pCTI1{
    margin-bottom: 4px;
  }
  .styles_listItem__pCTI1,
.styles_listDescription__Ulbbn{
    font-size: 12px;
    line-height: 1.3;
  }
}

@media (min-width: 640px){
  .styles_listItem__pCTI1,
.styles_listDescription__Ulbbn{
    font-size: clamp(12px, 4vw, 16px);
    line-height: clamp(18px, 6vw, 24px);
  }
}

.styles_listDescription__Ulbbn:not(:last-child) {
  padding: 20px 30px 40px 50px;
}

@media not all and (min-width: 1230px){
  .styles_listDescription__Ulbbn:not(:last-child){
    margin-bottom: 12px;
  }
}

@media (min-width: 1230px){
  .styles_listDescription__Ulbbn:not(:last-child){
    margin-bottom: 24px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./UIKit/programs-category-card/styles.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container__mauFW {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  --tw-blur: blur(10px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}@media not all and (min-width: 640px) {.styles_container__mauFW {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}@media (min-width: 640px) {@media not all and (min-width: 768px) {.styles_container__mauFW {
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 14px;
      padding-bottom: 14px;
    }
  }
}@media (min-width: 768px) {.styles_container__mauFW {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}.styles_container__mauFW {
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.styles_container__mauFW::after {
  content: "";
  pointer-events: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: transparent;
}
.swiper-slide-active .styles_container__mauFW {
  opacity: 1;
  --tw-blur: blur(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.swiper-slide-active .styles_container__mauFW:after {
  pointer-events: none;
}
.swiper-slide-prev .styles_container__mauFW, .swiper-slide-next .styles_container__mauFW {
  opacity: 0.5;
  --tw-blur: blur(3px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.styles_title__zg__9 {
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {.styles_title__zg__9 {
    font-size: 14px;
  }
}

@media (min-width: 640px) {.styles_title__zg__9 {
    font-size: clamp(22px, 4vw, 28px);
    line-height: clamp(24px, 6vw, 30px);
  }
}
@media not all and (min-width: 640px) {.styles_title__zg__9:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 640px) {.styles_title__zg__9:not(:last-child) {
    margin-bottom: 16px;
  }
}

.styles_productsList__8KNY0:not(:last-child) {
  margin-bottom: 16px;
}

.styles_productItem__jk6lf {
  border-bottom: 1px solid #e2e1e1;
}

.styles_link__tc8ii {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

@media not all and (min-width: 640px) {.styles_link__tc8ii {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (min-width: 640px) {.styles_link__tc8ii {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.styles_link__tc8ii {
  transition: background-color 0.3s ease;
}
.styles_link__tc8ii:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 254 239 / var(--tw-bg-opacity, 1));
}

.styles_text__DEYMA {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  font-weight: 600;
}

@media not all and (min-width: 640px) {.styles_text__DEYMA {
    font-size: 12px;
  }
}

@media (min-width: 640px) {.styles_text__DEYMA {
    font-size: clamp(16px, 4vw, 20px);
    line-height: clamp(18px, 6vw, 24px);
  }
}
.styles_text__DEYMA strong {
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}
.styles_text__DEYMA b {
  font-weight: 700;
}

.styles_icon__tZEU7 {
  margin-right: 4px;
  display: block;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {.styles_icon__tZEU7 {
    display: none;
  }
}

@media (min-width: 640px) {.styles_icon__tZEU7 {
    display: inline;
  }
}

.styles_buttonContainer__fb1vQ {
  display: flex;
  justify-content: center;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/ourPrograms/styles.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__wb5Dt {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #FCF8F7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 248 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 181 220 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FFB5DC var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #FCF8F7 var(--tw-gradient-to-position);
}

.styles_swiperSlide__EZ_k9 {
  margin-top: auto;
  margin-bottom: auto;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./UIKit/author-achievements-item/styles.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_container___IQrD {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media not all and (min-width: 1230px) {

  .styles_imageWrapper__52c6q {
    height: 60px;
    width: 60px;
    border-radius: 10px;
    padding: 10px;
  }
}

@media (min-width: 1230px) {

  .styles_imageWrapper__52c6q {
    height: 90px;
    width: 90px;
    border-radius: 20px;
    padding: 15px;
  }
}

.styles_imageWrapper__52c6q {
  background: linear-gradient(to right, #fff 0%, #ffcae7 100%);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.17);
}
@media not all and (min-width: 1230px) {

  .styles_imageWrapper__52c6q:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1230px) {

  .styles_imageWrapper__52c6q:not(:last-child) {
    margin-bottom: 20px;
  }
}

.styles_imageInner__1HwPM {
  position: relative;
  height: 100%;
  width: 100%;
}

.styles_title__0FzWC {
  text-align: center;
  font-weight: 600;
}

@media not all and (min-width: 1230px) {

  .styles_title__0FzWC {
    font-size: clamp(14px, 4vw, 18px);
    line-height: clamp(20px, 4vw, 24px);
  }
}

@media (min-width: 1230px) {

  .styles_title__0FzWC {
    font-size: clamp(16px, 4vw, 24px);
    line-height: clamp(36px, 6vw, 42px);
  }
}

.styles_description___rt8e {
  margin-left: auto;
  margin-right: auto;
  max-width: 170px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(74 74 73 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1230px) {

  .styles_description___rt8e {
    font-size: 12px;
    line-height: 1.15;
  }
}

@media (min-width: 1230px) {

  .styles_description___rt8e {
    font-size: clamp(12px, 4vw, 16px);
    line-height: clamp(18px, 6vw, 24px);
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/projectAuthor/styles.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__FZPT_ {
  overflow: hidden;
  background-color: rgb(252 248 247 / 12);
}

@media (min-width: 1230px) {

  .styles_container__GwLQd {
    padding-left: 80px;
    padding-right: 54px;
  }
}

.styles_row__0pgFs {
  position: relative;
  z-index: 1;
  display: flex;
}

@media not all and (min-width: 1230px) {

  .styles_row__0pgFs {
    flex-direction: column;
    gap: 20px;
  }
}

@media (min-width: 1230px) {

  .styles_row__0pgFs {
    flex-direction: row;
    gap: 30px;
  }
}
@media not all and (min-width: 640px) {

  .styles_row__0pgFs:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 640px) {

  .styles_row__0pgFs:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media not all and (min-width: 1230px) {

  .styles_column__edR3H {
    width: 100%;
  }
}

@media (min-width: 1230px) {

  .styles_column__edR3H {
    width: 50%;
  }
}

.styles_sliderBg__uKUIf {
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(to left, #FFB5DC 3%, #FFE9F5 68%, transparent 100%);
}

@media not all and (min-width: 1230px) {

  .styles_sliderBg__uKUIf {
    aspect-ratio: 1 / 1;
    max-height: 400px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}

@media (min-width: 1230px) {

  .styles_sliderBg__uKUIf {
    height: 628px;
    border-top-right-radius: 230px;
  }
}
.styles_sliderBg__uKUIf:not(:last-child) {
  margin-bottom: 20px;
}

.styles_body__7jkdm {
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.styles_slider__r0YdO {
  position: relative;
  height: 100%;
  width: 100%;
}
.styles_slider__r0YdO::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 40%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #FCF8F7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 248 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.styles_imageSlide__s19Fe {
  position: relative;
  height: 100%;
  width: 100%;
}
.styles_imageSlide__s19Fe img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.styles_link__U52mK {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.styles_link__U52mK:hover .styles_icon__AEh7t {
  transform: scale(1.1) translate(-50%, -50%);
}

.styles_icon__AEh7t {
  max-width: 6rem;
  transition: transform 0.3s ease;
}

.styles_poster__mjOmO {
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.styles_sliderNavigation__qUYP5 {
  margin-top: 0px;
}

.styles_title__dVWLW {
  font-weight: 700;
}

@media not all and (min-width: 640px) {

  .styles_title__dVWLW {
    font-size: 14px;
    line-height: 1.15;
  }
}

@media (min-width: 640px) {

  .styles_title__dVWLW {
    font-size: clamp(16px, 4vw, 20px);
    line-height: clamp(18px, 6vw, 24px);
  }
}
.styles_title__dVWLW strong {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.styles_title__dVWLW b {
  font-weight: 700;
}
@media not all and (min-width: 1230px) {

  .styles_title__dVWLW:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (min-width: 1230px) {

  .styles_title__dVWLW:not(:last-child) {
    margin-bottom: 20px;
  }
}

.styles_description__H18oB {
  font-weight: 400;
}

@media not all and (min-width: 1230px) {

  .styles_description__H18oB {
    line-height: 1.29;
  }
}

@media not all and (min-width: 640px) {

  .styles_description__H18oB {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (min-width: 640px) {

  .styles_description__H18oB {
    font-size: clamp(12px, 4vw, 16px);
    line-height: clamp(18px, 6vw, 24px);
  }
}
.styles_description__H18oB strong {
  font-weight: 700;
}
.styles_description__H18oB b {
  font-weight: 700;
}
@media not all and (min-width: 1230px) {

  .styles_description__H18oB:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 1230px) {

  .styles_description__H18oB:not(:last-child) {
    margin-bottom: 16px;
  }
}

.styles_achievements__psCE4 {
  overflow: visible !important;
}

@media not all and (min-width: 1230px) {

  .styles_achievements__psCE4 {
    margin-bottom: 1rem;
  }
}

.styles_achievementsItem__Z5Nda {
  position: relative;
  z-index: 1;
}

@media not all and (min-width: 768px) {

  .styles_achievementsItem__Z5Nda {
    width: 170px !important;
  }
}

@media (min-width: 768px) {

  @media (max-width: 1024px) {

    .styles_achievementsItem__Z5Nda {
      width: 200px !important;
    }
  }
}

@media (min-width: 1024px) {

  .styles_pagination__j8kUj {
    display: none;
  }
}

.styles_list__heA5z {
  margin-top: -20px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media not all and (min-width: 640px) {

  .styles_item__n9i5r {
    width: 50%;
  }
}

@media (min-width: 640px) {

  @media not all and (min-width: 1024px) {

    .styles_item__n9i5r {
      width: 33.333%;
    }
  }
}

@media (min-width: 1024px) {

  .styles_item__n9i5r {
    width: 20%;
  }
}

.styles_item__n9i5r {
  padding: 0 1.4rem 1.4rem 0;
}

@media (max-width: 767px) {
  .styles_wrapper__FZPT_ {
    padding-top: 10px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/swiper/modules/scrollbar.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./modules/home/supportAndConsultation/styles.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__XHT3x {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}

.styles_container___g4br {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.styles_wrap__vvSnh {
  margin-bottom: -15px;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media not all and (min-width: 1230px) {

  .styles_wrap__vvSnh {
    margin-right: -15px;
  }
}

@media not all and (min-width: 768px) {

  .styles_wrap__vvSnh {
    flex-direction: column;
  }
}

@media (min-width: 1230px) {

  .styles_wrap__vvSnh {
    margin-right: -100px;
  }
}

.styles_item__1VWCj {
  width: 100%;
  padding-bottom: 15px;
}

@media not all and (min-width: 1230px) {

  .styles_item__1VWCj {
    padding-right: 15px;
  }
}

@media not all and (min-width: 768px) {

  .styles_item__1VWCj {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
}

@media (min-width: 768px) {

  .styles_item__1VWCj {
    max-width: 406px;
  }
}

@media (min-width: 1230px) {

  .styles_item__1VWCj {
    padding-right: 100px;
  }
}

@media not all and (min-width: 768px) {

  .styles_item__1VWCj div {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {

  .styles_item__1VWCj:nth-child(even) div {
    margin-left: auto;
  }
}

.styles_videoWrapper__AqII8 {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  background: #f3f4f6;
}

.styles_videoWrapper__AqII8.styles_playing__cgAAx .styles_icon__hoDHD {
  opacity: 0;
  pointer-events: none;
}

.styles_videoPlayer__I8kwl {
  position: absolute;
  inset: auto !important;
  bottom: 0px !important;
  height: calc(100% + 30px) !important;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.styles_icon__hoDHD {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.styles_videoWrapper__AqII8:hover .styles_icon__hoDHD {
  transform: translate(-50%, -50%) scale(1.1);
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./modules/home/tastyAndHealthy/styles.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper___91nI {

    --tw-bg-opacity: 1;

    background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1))
}

.styles_slider__7mvch {

    position: relative;

    width: 100%;

    overflow: visible !important
}

@media not all and (min-width: 640px) {

    .styles_slider__7mvch {

        margin-bottom: 20px
    }
}

@media (min-width: 640px) {

    @media not all and (min-width: 1230px) {

        .styles_slider__7mvch {

            margin-bottom: 34px
        }
    }
}

@media (min-width: 1230px) {

    .styles_slider__7mvch {

        margin-bottom: 44px
    }
}

.styles_slideItem__bfPDS {

    -webkit-user-select: none;

       -moz-user-select: none;

            user-select: none
}

.styles_imageContainer__m4C8f {

    display: flex;

    align-items: center;

    justify-content: center
}

@media (min-width: 1230px) {

    .styles_imageContainer__m4C8f {

        width: 100%
    }
}

.styles_image__p_uDf {

    height: 250px;

    width: 100%;

    -webkit-user-select: none;

       -moz-user-select: none;

            user-select: none;

    border-radius: 20px;

    -o-object-fit: cover;

       object-fit: cover
}

@media (min-width: 640px) {

    .styles_image__p_uDf {

        height: 350px
    }
}

@media (min-width: 768px) {

    .styles_image__p_uDf {

        height: 447px
    }
}

@media (min-width: 1230px) {

    .styles_image__p_uDf {

        width: 344px
    }
}

.styles_text__0KO8Q {

    margin-bottom: 20px;

    font-size: clamp(16px, 4vw, 20px);

    line-height: clamp(24px, 6vw, 32px);

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.styles_listTitle__GM4we {

    margin-bottom: 10px;

    font-size: clamp(16px, 4vw, 20px);

    line-height: clamp(24px, 6vw, 32px);

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
/* 
.list {
  @apply list-disc marker:text-green_primary mb-[20px];
}

.listItem {
  @apply text-white text-font-20-32 font-semibold mb-[2px] ml-4;
} */

.styles_text__0KO8Q {

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.styles_text__0KO8Q:last-child {

    margin-bottom: 0px
}

@media not all and (min-width: 640px) {

    .styles_text__0KO8Q {

        font-size: 14px;

        line-height: 1.25
    }
}

@media (min-width: 640px) {

    .styles_text__0KO8Q {

        font-size: clamp(16px, 4vw, 20px);

        line-height: clamp(24px, 6vw, 32px)
    }
}

.styles_list__6qJyJ {

    margin-bottom: 20px;

    list-style-type: disc
}

.styles_list__6qJyJ *::marker {

    color: rgb(231 0 128 )
}

.styles_list__6qJyJ::marker {

    color: rgb(231 0 128 )
}

@media not all and (min-width: 640px) {

    .styles_list__6qJyJ {

        font-size: 14px;

        line-height: 1.25
    }
}

@media (min-width: 640px) {

    .styles_list__6qJyJ {

        font-size: clamp(16px, 4vw, 20px);

        line-height: clamp(24px, 6vw, 32px)
    }
}

.styles_listItem__FX2Jw {

    margin-bottom: 2px;

    margin-left: 1rem;

    font-weight: 600;

    --tw-text-opacity: 1;

    color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/wantToAchieveDreamFigure/styles.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__BTjdB {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1230px) {

  .styles_container__otdEg {
    padding-right: 0px;
  }
}

.styles_row__RID1v {
  display: flex;
  width: 100%;
}

@media not all and (min-width: 1230px) {

  .styles_row__RID1v {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

@media (min-width: 1230px) {

  .styles_row__RID1v {
    flex-direction: row;
    gap: 30px;
  }
}

.styles_column__VYLee {
  width: 100%;
}

.styles_description__42YnY {
  font-weight: 500;
}

@media not all and (min-width: 640px) {

  .styles_description__42YnY {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (min-width: 640px) {

  .styles_description__42YnY {
    font-size: clamp(12px, 4vw, 16px);
    line-height: clamp(18px, 6vw, 24px);
  }
}
.styles_description__42YnY strong {
  font-weight: 600;
}
.styles_description__42YnY b {
  font-weight: 700;
}
@media not all and (min-width: 1230px) {

  .styles_description__42YnY:not(:last-child) {
    margin-bottom: 14px;
  }
}
@media (min-width: 1230px) {

  .styles_description__42YnY:not(:last-child) {
    margin-bottom: 30px;
  }
}
.styles_description__42YnY.styles_color2__LOzzK strong {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.styles_description__42YnY.styles_color2__LOzzK b {
  font-weight: 700;
}

.styles_listTitle__3Pdxr {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(231 0 128 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {

  .styles_listTitle__3Pdxr {
    font-size: 16px;
  }
}

@media (min-width: 640px) {

  .styles_listTitle__3Pdxr {
    font-size: clamp(16px, 4vw, 20px);
    line-height: clamp(18px, 6vw, 24px);
  }
}
@media not all and (min-width: 640px) {

  .styles_listTitle__3Pdxr:not(:last-child) {
    margin-bottom: 6px;
  }
}
@media (min-width: 640px) {

  @media not all and (min-width: 1230px) {

    .styles_listTitle__3Pdxr:not(:last-child) {
      margin-bottom: 10px;
    }
  }
}
@media (min-width: 1230px) {

  .styles_listTitle__3Pdxr:not(:last-child) {
    margin-bottom: 16px;
  }
}
.styles_listTitle__3Pdxr.styles_color2__LOzzK {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1230px) {

  .styles_list__bjOr8:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 1230px) {

  .styles_list__bjOr8:not(:last-child) {
    margin-bottom: 20px;
  }
}

.styles_listItem___VT01 {
  font-weight: 500;
}

@media not all and (min-width: 640px) {

  .styles_listItem___VT01 {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (min-width: 640px) {

  .styles_listItem___VT01 {
    font-size: clamp(12px, 4vw, 16px);
    line-height: clamp(18px, 6vw, 24px);
  }
}
.styles_listItem___VT01 strong {
  font-weight: 600;
}
.styles_listItem___VT01 b {
  font-weight: 700;
}
@media not all and (min-width: 1230px) {

  .styles_listItem___VT01:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (min-width: 1230px) {

  .styles_listItem___VT01:not(:last-child) {
    margin-bottom: 17px;
  }
}

.styles_rightSide__cVBAD {
  display: flex;
  height: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1230px) {

  .styles_rightSide__cVBAD {
    width: calc(100% - 512px);
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media not all and (min-width: 1230px) {

  .styles_image__kvB2l {
    aspect-ratio: 1.16;
    max-height: 400px;
    width: 100%;
    max-width: 600px;
  }
}

@media (min-width: 1230px) {

  .styles_image__kvB2l {
    height: 100%;
    width: 705px;
  }
}

@media not all and (min-width: 640px) {

  .styles_image__kvB2l {
    padding: 0.375rem;
  }
}

@media (min-width: 640px) {

  .styles_image__kvB2l {
    padding: 0.5rem;
  }
}

@media (min-width: 1230px) {

  .styles_image__kvB2l {
    padding-right: 0px;
  }
}

@media (min-width: 1441px) {

  .styles_image__kvB2l {
    padding: 14px;
  }
}

.styles_image__kvB2l {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

@media (min-width: 1230px) {

  .styles_image__kvB2l {
    border-right-width: 0px;
  }
}

@media (min-width: 1441px) {

  .styles_image__kvB2l {
    border-width: 2px;
  }
}

@media not all and (min-width: 640px) {

  .styles_image__kvB2l {
    border-radius: 20px;
  }
}

@media (min-width: 640px) {

  @media not all and (min-width: 1230px) {

    .styles_image__kvB2l {
      border-radius: 40px;
    }
  }
}

@media (min-width: 1230px) {

  .styles_image__kvB2l {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

@media (min-width: 1441px) {

  .styles_image__kvB2l {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

@media not all and (min-width: 1230px) {

  .styles_image__kvB2l {
    margin-left: auto;
    margin-right: auto;
  }
}

@media not all and (min-width: 640px) {

  .styles_image__kvB2l {
    max-width: 320px;
  }
}
.styles_image__kvB2l .styles_imageInner__hq5hS {
  position: relative;
  height: 100%;
  width: 100%;
}
.styles_image__kvB2l .styles_imageInner__hq5hS img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 1230px) {

  .styles_image__kvB2l .styles_imageInner__hq5hS img {
    -o-object-position: top;
       object-position: top;
  }
}
@media not all and (min-width: 640px) {

  .styles_image__kvB2l .styles_imageInner__hq5hS img {
    border-radius: 10px;
  }
}
@media (min-width: 640px) {

  @media not all and (min-width: 1230px) {

    .styles_image__kvB2l .styles_imageInner__hq5hS img {
      border-radius: 30px;
    }
  }
}
@media (min-width: 1230px) {

  .styles_image__kvB2l .styles_imageInner__hq5hS img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
@media (min-width: 1441px) {

  .styles_image__kvB2l .styles_imageInner__hq5hS img {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./UIKit/benefits-card/styles.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.styles_cardTitle__xD4SY{
  position: relative;
  z-index: 2;
  font-size: clamp(12px, 4vw, 16px);
  line-height: clamp(18px, 6vw, 24px);
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.styles_card__nTmUJ {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.styles_imageContainer__NlAdX {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.styles_image__ZctMV {
  -o-object-fit: cover;
     object-fit: cover;
}

.styles_textOverlay__RIAOX {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* Темный фон для лучшей читаемости */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: white;
  text-align: center;
}

.styles_textContainer__VgY0L {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.styles_textBackground__l8DzG {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f086a2; /* Розовый цвет */
  opacity: 0.85;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.styles_textContent__4MPkL {
  position: relative;
  z-index: 2;
  color: white;
  padding: 15px 15px;
}

.styles_title__dAiq4 {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 1.05;
  text-align: center;
  letter-spacing: 0.5px;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[7].use[5]!./modules/home/whatAwaitsYou/styles.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__MYyeU {

    --tw-bg-opacity: 1;

    background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1))
}

.styles_backgroundImage__e1y3z {

    position: absolute;

    bottom: 0px;

    right: 0px;

    height: 160%;

    width: 100%
}

@media not all and (min-width: 1230px) {

    .styles_backgroundImage__e1y3z {

        min-height: 1400px
    }
}
.styles_backgroundImage__e1y3z img {

    -webkit-user-select: none;

       -moz-user-select: none;

            user-select: none;

    -o-object-fit: contain;

       object-fit: contain;

    -o-object-position: right;

       object-position: right;

    opacity: 0.12
}

.styles_title__mcg9W {

    position: relative;

    z-index: 1
}

.styles_benefitsList__fbzhR {

    position: relative;

    z-index: 1;

    display: flex;

    list-style-type: disc;

    justify-content: center
}

@media not all and (min-width: 640px) {

    .styles_benefitsList__fbzhR {

        flex-direction: column;

        align-items: flex-start
    }
}

@media (min-width: 640px) {

    .styles_benefitsList__fbzhR {

        flex-direction: row
    }
}
@media not all and (min-width: 1230px) {

    .styles_benefitsList__fbzhR:not(:last-child) {

        margin-bottom: 14px
    }
}
@media (min-width: 1230px) {

    .styles_benefitsList__fbzhR:not(:last-child) {

        margin-bottom: 40px
    }
}

.styles_benefitsItem__guZZc {

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(5 150 105 / var(--tw-text-opacity, 1))
}

@media not all and (min-width: 640px) {

    .styles_benefitsItem__guZZc {

        margin-left: 20px;

        font-size: 14px;

        line-height: 1.29
    }
}

@media (min-width: 640px) {

    .styles_benefitsItem__guZZc {

        font-size: clamp(16px, 4vw, 20px);

        line-height: clamp(18px, 6vw, 24px)
    }

    .styles_benefitsItem__guZZc:first-child {

        list-style-type: none
    }

    .styles_benefitsItem__guZZc:not(:first-child) {

        margin-left: 30px
    }
}

@media (min-width: 1230px) {

    .styles_navigation__xRtXt {

        display: none
    }
}

@media not all and (min-width: 768px) {

    .styles_image__pHJXW {

        width: 230px !important
    }
}

@media (min-width: 768px) {

    @media not all and (min-width: 1230px) {

        .styles_image__pHJXW {

            width: 320px !important
        }
    }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./modules/home/whatYouWillGet/styles.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__4zyJ8 {

  --tw-bg-opacity: 1;

  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1))
}

.styles_description__NyF_F {

  font-weight: 400;

  --tw-text-opacity: 1;

  color: rgb(79 93 100 / var(--tw-text-opacity, 1))
}

@media not all and (min-width: 640px) {

  .styles_description__NyF_F {

    font-size: 14px;

    line-height: 1.15
  }
}

@media (min-width: 640px) {

  @media not all and (min-width: 1024px) {

    .styles_description__NyF_F {

      font-size: 16px
    }
  }
}

@media (min-width: 768px) {

  .styles_description__NyF_F {

    text-align: center
  }
}

@media (min-width: 640px) {

  @media (min-width: 1024px) {

    .styles_description__NyF_F {

      line-height: 1.2
    }
  }
}

@media (min-width: 1024px) {

  .styles_description__NyF_F {

    font-size: 20px
  }
}

.styles_description__NyF_F {

  @media not all and (min-width: 640px) {

    &:not(:last-child) {

      margin-bottom: 10px
    }
  }

  @media (min-width: 640px) {

    @media not all and (min-width: 1230px) {

      &:not(:last-child) {

        margin-bottom: 14px
      }
    }
  }

  @media (min-width: 1230px) {

    &:not(:last-child) {

      margin-bottom: 24px
    }
  }
}

.styles_cardsWrapper__djrYY {

  margin-right: -15px;

  display: flex;

  flex-wrap: wrap
}

@media not all and (min-width: 1024px) {

  .styles_cardsWrapper__djrYY {

    margin-bottom: -15px
  }
}

@media (min-width: 1024px) {

  .styles_cardsWrapper__djrYY {

    margin-bottom: -30px
  }
}

.styles_card__rvIqI {

  padding-right: 15px
}

@media not all and (min-width: 1024px) {

  .styles_card__rvIqI {

    width: 50%;

    padding-bottom: 15px
  }
}

@media (min-width: 1024px) {

  .styles_card__rvIqI {

    width: 33.333333%;

    padding-bottom: 30px
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./node_modules/swiper/modules/navigation.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./modules/home/youCanReachResultsWithMe/styles.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.styles_wrapper__AtDYy {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 247 / var(--tw-bg-opacity, 1));
}

.styles_columns__ppL6n {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1230px) {

  .styles_columns__ppL6n {
    flex-direction: row;
  }
}

.styles_leftColumn__h2BA1 {
  margin-right: 40px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

@media not all and (min-width: 1230px) {

  .styles_leftColumn__h2BA1 {
    margin-bottom: 14px;
  }
}

@media (min-width: 1230px) {

  .styles_leftColumn__h2BA1 {
    margin-bottom: 0px;
    width: 570px;
  }
}

.styles_videoContainer__UHO6U {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  background-color: rgba(0,0,0,0.36);
}

@media not all and (min-width: 1230px) {

  .styles_videoContainer__UHO6U {
    margin-bottom: 4px;
    max-width: 460px;
  }
}

@media (min-width: 1230px) {

  .styles_videoContainer__UHO6U {
    margin-bottom: 24px;
    max-width: 570px;
  }
}

.styles_videoContainer__UHO6U {
  /* @apply  lg:h-[427px] ; */
  aspect-ratio: 1 / 0.75;
}

.styles_link__SbLjJ {
  position: relative;
  display: block;
  width: 100%;
}

.styles_link__SbLjJ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  z-index: 2;

  pointer-events: none;
  opacity: 0.36;
  background-color: black;
  transition: opacity 0.3s ease;
}

.styles_link__SbLjJ:hover .styles_icon__WnpDN {
  transform: scale(1.1) translate(-50%, -50%);
}

.styles_link__SbLjJ:hover::before {
  opacity: 0.3;
}

.styles_picture__pqBsi {
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.styles_icon__WnpDN {
  transition: transform 0.3s ease;
}

.styles_imageDescription__dkn8D {
  text-align: center;
  font-weight: 700;
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgb(119 113 112 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {

  .styles_imageDescription__dkn8D {
    font-size: 16px;
  }
}

@media (min-width: 640px) {

  @media not all and (min-width: 1230px) {

    .styles_imageDescription__dkn8D {
      font-size: 18px;
    }
  }
}

@media (min-width: 1230px) {

  .styles_imageDescription__dkn8D {
    font-size: 22px;
  }

  .styles_rightColumn___5lQ6 {
    width: 594px;
  }
}

.styles_slider__U_aGs {
  overflow: visible !important;
}

@media (min-width: 1230px) {

  .styles_slider__U_aGs {
    margin-bottom: 10px;
    overflow: hidden !important;
  }
}

.styles_imageSlideContainer__y4RnX {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 1230px) {

  .styles_imageSlideContainer__y4RnX {
    height: 433px;
  }
}

.styles_imageSlideContainer__y4RnX img {
  width: 100%;
  max-width: 433px;
  border-radius: 20px;
}

.styles_paginationContainer__aWOdP {
  position: absolute;
  bottom: -150px;
  left: 0px;
  width: 100%;
}

.styles_thumbsContainer__KdBqP {
  margin-bottom: 20px;
  width: 100%;
}

@media not all and (min-width: 1230px) {

  .styles_thumbsContainer__KdBqP {
    display: none !important;
  }
}

@media (min-width: 1230px) {

  .styles_thumbsContainer__KdBqP {
    margin-bottom: 0px;
  }
}

.styles_thumbImageContainer__8xSTC {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.styles_thumbImageContainer__8xSTC:hover {
  opacity: 0.7;
}

.styles_thumbImageContainer__8xSTC {

  transition: opacity 0.3s ease;
}

.styles_thumbImageContainer__8xSTC img {
  border-radius: 4px;
}

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

.styles_thumbSlide__79oW_ {
  height: 83px;
  width: 83px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./UIKit/gettingCard/styles.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.styles_block__VIzYL {

  position: relative;

  text-align: center;
}

.styles_inner__GvwUQ {

  margin-left: auto;

  margin-right: auto;

  display: flex;

  aspect-ratio: 1 / 1;

  width: 100%;

  max-width: 220px;

  align-items: center;

  justify-content: center;

  border-radius: 9999px;

  --tw-bg-opacity: 1;

  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));

  padding: 5px;
}

@media not all and (min-width: 1230px) {

  .styles_inner__GvwUQ {

    margin-bottom: 8px;
  }
}

@media (min-width: 1230px) {

  .styles_inner__GvwUQ {

    margin-bottom: 20px;
  }
}

.styles_image__VELzG {

  position: relative;

  aspect-ratio: 1 / 1;

  width: 100%;
}

.styles_imageIn__UMYAg {

  height: 210px;

  width: 210px;

  border-radius: 9999px;

  -o-object-fit: cover;

     object-fit: cover;
}

.styles_descr__0tgHD {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  font-weight: 500;
}

@media not all and (min-width: 1024px) {

  .styles_descr__0tgHD {

    line-height: 1.15 !important;
  }
}

@media not all and (min-width: 640px) {

  .styles_descr__0tgHD {

    font-size: 11px;
  }
}

@media (min-width: 640px) {

  .styles_descr__0tgHD {

    font-size: clamp(12px, 4vw, 16px);

    line-height: clamp(18px, 6vw, 24px);
  }
}

.styles_descr__0tgHD {

  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

