.bx-theme-green {
  --primary: #61A05F;
  --theme-color-primary: #61A05F;
  --theme-b-link: #333333;
  --theme-b-link-hover: #0FA0DA;
  --btn-bg-primary: #61A05F;
  --btn-tx-primary: #FFFFFF;
  --btn-bg-primary-hover: #4D804C;
  --btn-bg-secondary: #FFFFFF;
  --btn-bd-secondary: #333333;
  --btn-tx-secondary: #333333;
  --btn-bg-secondary-hover: #4D804C;
  --btn-tx-secondary-hover: #FFFFFF;
  --btn-bg-disabled: #F2F2F2;
  --btn-tx-disabled: #999999;
}

input {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 3px;
  height: 40px;
  padding: 10px 16px;
}

@font-face {
  font-family: "Montserrat";
  src: url(../lreshop/fonts/Montserrat-Regular.ttf?ijzgpf);
}
body {
  background-attachment: fixed;
  background-size: cover;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: var(--theme-b-link);
}

.hidden {
  display: none !important;
}

.header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header a {
  text-decoration: none;
  color: inherit;
}
.header a:hover {
  color: #0FA0DA!important;
}
.header-top {
  background-color: #FFFFFF;
  padding: 12px 48px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mobile-header-top .header__site-selector select, .header-info .header__site-selector select {
    border: none;
    width: 60px;
}
@media (max-width: 768px) {
    .header-menu-close .header-info .header__site-selector {
        display: none;
    }
}
@media (max-width: 416px) {
    .mobile-header-top {
        width: 150px;
    }
}

.text-regular-l {
  font-size: 16px;
}
.text-regular-s {
  font-size: 12px;
}
.text-regular-bold {
  font-weight: 600;
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer {
  background: #000000;
  padding: 40px 16px 24px;
}
.footer-copyright {
  text-align: center;
  font-size: 12px;
  color: #999999;
  padding-top: 40px;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
}
.footer-menu__item {
  flex: 25%;
}
.footer-menu__item .nav-link {
  padding: 0px;
  padding-bottom: 8px;
}
.footer-menu__element {
  margin-bottom: 16px;
  color: var(--btn-tx-primary);
}
.aloe-detail-banner.first:not(.max466) .banner-text {
  padding: 53px 65px 53px 65px!important
}
.aloe-detail-banner.first:not(.max466) {
  margin-bottom: 40px;
}
.partner-desc-list-detail .partner-desc-list-container .text h3 {
  margin-bottom: 3px;
}
.partner-desc-list-detail .partner-desc-list-container .text {
  width: 85%;
}
.choose-type-block .text a.active .arrowRight img {
  transform: rotate(90deg);
}
.aloe-detail-banner.max466.stories-detail-banner.first .img-stories{
  display: none;
}
@media screen and (max-width: 1024px){
  .aloe-detail-banner.first .banner-text {
    width:unset;
  }
}
@media screen and (max-width: 820px){
  .aloe-detail-banner.first:not(.max466) .banner-text {
    padding: 32px 23px 36px 31px!important;
  }
  .aloe-detail-banner .banner-text p {
    margin-bottom: 30px;
  }
  .aloe-detail-banner.first:not(.max466) {
    margin-bottom: 28px;
  }
}


.workarea, .navigation-container, .page-title {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0 !important;
}
.page-title {
  padding: 0 16px;
}

.title_center {
  text-align: center;
}

.main-page .workarea {
  position: relative;
  z-index: 0;
  max-width: 100%;
}

.slick-next, .slick-prev {
  opacity: 0.9;
  z-index: 1;
}
.slick-next:hover, .slick-prev:hover{
  opacity: 1;
}
.slick-next::before, .slick-prev::before {
  content: none;
}

.slick-next {
  right: 58px;
  top: 50%;
}

.slick-prev {
  left: 16px;
  top: 50%;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #000000;
}

.main-page .sticky .top-menu {
  border-bottom: 0px solid var(--btn-tx-primary);
}

.bx-content-section {
  padding: 0 16px;
}

.link {
  text-decoration: none;
  cursor: pointer;
  color: var(--theme-b-link-hover);
}

.link:hover {
  color: var(--theme-b-link);
}

/*region Text*/
h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}

h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}

h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

.txt-bold {
  font-weight: 600;
}

.txt-large {
  font-size: 16px;
}

.txt-small {
  font-size: 12px;
}

/*endregion Text*/

/*region Radio*/
input[type="radio"]:checked + .label-radio::after {
  background: #61A05F;
}

input[type="radio"]:checked:disabled + .label-radio::after {
  background: #999999;
}

input[type="radio"]:disabled + .label-radio::before {
  background: #F2F2F2;
}

.label-radio {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin-right: 24px;
  line-height: 18px;
  user-select: none;
}

.label-radio::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 10px;
}

.label-radio::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
}
/*endregion Radio*/

/*region Checkbox*/
.label-checkbox {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.label-checkbox:hover {
  color: var(--theme-b-link-hover);
}

input[type="checkbox"]:checked + .label-checkbox::after {
  background: url(images/icons/active_checkbox.svg);
  background-repeat: no-repeat;
}

input[type="checkbox"]:checked + .label-checkbox::before {
  background: #61A05F;
  border: 1px solid #61A05F;
}

input[type="checkbox"]:disabled + .label-checkbox::before {
  background: #F2F2F2;
}

input[type="checkbox"]:checked:disabled + .label-checkbox::after {
  background: url(images/icons/disabled_checkbox.svg);
  background-repeat: no-repeat;
}

.label-checkbox::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 3px;
}

.label-checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 10px;
  height: 10px;
}
/*endregion Checkbox*/

/*region Buttons*/
.btn {
  border-radius: 3px;
  height: 40px;
  padding: 12px 24px 11px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  background: var(--btn-bg-primary-hover);
  color: var(--btn-tx-secondary-hover);
  border: 1px solid var(--btn-bg-primary-hover);
}
.btn:hover path {
  fill: var(--btn-tx-secondary-hover);
}
.btn-primary {
  background: var(--btn-bg-primary);
  color: var(--btn-tx-primary);
  border: 1px solid var(--btn-bg-primary);
}
.btn-secondary {
  background: transparent;
  color: var(--btn-tx-secondary);
  border: 1px solid var(--btn-bd-secondary);
}
.btn-big {
  height: 56px;
  padding: 18px 24px;
  font-size: 14px;
}
.btn-small {
  height: 32px;
  padding: 9px 16px;
  font-size: 10px;
}
/*endregion Buttons*/

/*region Errors*/
.error input, .error select, .error textarea {
  border: 2px solid #D5412A;
}

.error-txt {
  display: none;
}

.error .error-txt, .error-message {
  display: block;
  color: #D5412A;
}

.error .label-checkbox::before {
  border: 1px solid #D5412A;
}
/*endregion Errors*/

.footer-menu__element a {
  text-decoration: none;
  color: #FFFFFF;
}

/*region authPopup*/
#modal_auth.popup-window {
  padding: 40px;
  border-radius: 8px;
  max-width: 523px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.authform-label-container {
  margin-bottom: 6px;
}

.authform-title {
  margin-bottom: 24px;
}

.authform-formgroup-container {
  margin-bottom: 32px;
}

.authform-formgroup-container:last-of-type {
  margin-bottom: 0;
}

.authform-link-container {
  margin: 16px 0 24px;
}

.authform-input-container input {
  width: 100%;
}

.authform-link-container a {
  text-decoration: none;
  color: var(--theme-b-link-hover);
}

.authform-link-container a:hover {
  color: var(--theme-b-link);
}

.authpage-input-password {
  position: relative;
}

.authpage-input-password-icon {
  position: absolute;
  right: 16px;
  top: 10px;
  cursor: pointer;
}
/*endregion authPopup*/

/*region confirmationPopup*/
.popup-window.confirmation-popup {
  border-radius: 8px;
  padding: 40px;
  font-family: "Montserrat", sans-serif;
  width: 422px;
}

.popup-window.confirmation-popup  .popup-window-buttons {
  display: flex;
  padding: 0;
  margin-top: 32px;
}

.popup-window.confirmation-popup span.popup-window-button.btn {
  -webkit-box-shadow: unset;
  font-family: "Montserrat", sans-serif;
}

.popup-window .popup-window-close-icon {
  opacity: 1;
  width: 17px;
  height: 17px;
}

.popup-window .popup-window-close-icon:after {
  background-image: url(images/icons/close.svg);
  opacity: 1;
  width: 17px;
  height: 17px;
}

.success-change-psswd {
  text-align: center;
  max-width: 300px;
}

.success-change-psswd h2{
  margin: 17px auto 0px;
}

.footer-menu__item .nav > li > a:hover, .nav > li > a:focus {
  background: #000000;
}
/*endregion confirmationPopup*/
.recommend-title {
  margin: 64px 0 24px;
  font-size: 18px;
  font-weight: 600;
}

.recommend-slider {
  margin: 0 0 104px;
  /*margin: 0px;*/
}

.recommend-slider-name {
  text-align: center;
  padding: 8px 0 12px;
}

.recommend-slider-price {
  text-align: center;
}

.recommend-slider-item {
  padding: 8px;
}

.recommend-slider-img img {
  width: 100%;
}

.header-top-order {
  padding: 12px 16px 16px;
}

.header-top-order a {
  width: 100%;
}

.workarea.text-page, .text-page-title {
  max-width: 900px;
}
.authform {
  padding-top: 40px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modal_auth.popup-window .authform {
  padding-top: 0;
}
.authform form {
  max-width: 500px;
  width: 100%;
}
.popup-window {
  font-family: "Montserrat", sans-serif;
}
.hidden-desktop {
  display: none;
}
.mobile-hidden {
  display: block;
}
.desktop-hidden {
  display: none;
}
.aloe-detail-banner .banner-text .stories-page a.know-more{
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  margin-right: 10px;
  white-space: nowrap;
}
.aloe-detail-banner .banner-text .stories-page .more-stories{
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.aloe-detail-banner .banner-text .open-video img.stories-play {
  width: 26px;
  height: 25px;
  object-fit: contain;
}
.aloe-desc-list-new-banners{
  display: flex;

  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
  margin: 0 -8px;

}
.aloe-desc-list-listed{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 16px 0;
}
.aloe-desc-list-container .preview_picture.special-offers{
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px){
  .aloe-desc-list-container.special-offers{
    background: none !important;
    display: block;
  }
  .aloe-desc-list-container .preview_picture.special-offers{
    display: block;
  }
}
@media (max-width: 1200px) {
  .aloe-detail-banner .banner-text .stories-page .more-stories{
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
  .desktop-hidden {
    display: block;
  }
  h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
  }

  .header-top {
    padding: 11px 16px;
    border: 1px solid #E5E5E5;
  }
  .authform {
    padding: 0 16px ;
  }
  #modal_auth.popup-window .authform {
    padding: 0;
  }
  .recommend-slider {
    margin: 0 0 64px;
  }
  .recommend-title {
    margin: 33px 0 16px;
  }
  .hidden-desktop {
    display: block !important;
  }
  .aloe-detail-banner .banner-text .stories-page a.know-more{
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
  }
}
@media (max-width: 520px) {
  #modal_auth.popup-window {
    position: fixed !important;
    top: 0 !important;
    bottom: 0;
    border-radius: 0;
  }
  #modal_auth.popup-window {
    padding-top: 16px !important;
  }
  .authform-title {
    text-align: center;
    font-size: 18px;
  }
  .popup-window.confirmation-popup {
    width: 304px;
    padding: 16px;
  }
  .popup-window.confirmation-popup .popup-window-buttons {
    margin-top: 24px;
  }
  .popup-window.confirmation-popup h2 {
    font-size: 18px;
    width: 90%;
  }
}
@media (max-width: 380px) {
  #modal_auth.popup-window {
    padding: 16px !important;
  }
  #modal_auth.popup-window .authform-title {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .aloe-detail-banner.first:not(.max466) .banner-text {
      padding: 47px 38px 30px 39px!important;
  }
  .aloe-detail-banner.first:not(.max466) h3 {
    margin-bottom: 13px;
  }
  .aloe-detail-banner .banner-text h3 {
    line-height: 21px;
  }
  .aloe-detail-banner .banner-text p {
    margin-bottom: 24px;
  }
  .aloe-detail-banner .banner-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px!important;
  }
  .aloe-detail-banner .banner-text .open-video img {
    margin-right: 0;
  }
  .aloe-detail-banner .banner-text .open-video img.stories-play {
    width: 22px;
    height: 21px;
  }
  .aloe-detail-banner .banner-text a {
    margin-right: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .aloe-detail-banner.first:not(.max466) {
    margin-bottom: 25px;
  }
  .partner-desc-list-detail .partner-desc-list-container .text h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .partner-desc-list-detail .partner-desc-list-container .text p {
    font-size: 14px;
    line-height: 18px;
  }
  .partner-desc-list-detail:not(.aloe) .partner-desc-list-container {
    margin: 0;
  }
  .aloe-detail-banner.first:not(.max466).partner .banner-text {
    padding: 49px 36px 48px 17px!important;
    justify-content: space-between;
  }
  .aloe-detail-banner.partner .banner-text p {
    font-size: 12px;
  }
}
@media (max-width:320px) {
  .aloe-detail-banner.first:not(.max466), .aloe-detail-banner.first:not(.max466) .detail_picture {
    min-height: 360px!important;
  }
  .aloe-detail-banner.first:not(.max466) .banner-text {
    padding: 35px 35px 21px 35px!important;
  }
  .aloe-detail-banner .banner-text p {
    margin-bottom: 13px;
    line-height: 16px!important;
  }
  .aloe-detail-banner.first:not(.max466) h3 {
    margin-bottom: 6px;
  }
  .partner-desc-list-detail .partner-desc-list-container img {
    height: auto;
  }
  .aloe-detail-banner.first:not(.max466).partner .banner-text {
    padding: 19px 19px 21px 16px!important;
  }
}
@media (max-width:576px) {
  .choose-type-block .active-block .text .arrowRight.mob {
    transform: rotate(180deg);
    background: #BEBEBE;
  }
}
@media (max-width: 414px) {
  .bx-content-section .row.mb-4.bx-site{
    padding: 0 16px !important;
  }
}

.raif_pay_logos svg {
    max-height: 20px;
    padding: 0 10px 0 0;
    max-width: 60px;
}

.custom-select,.custom-selector {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.selected-option, .selected-option-reg {
    padding: 10px;
    background-color: white;
}

.options-list, .options-list-reg {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
}

.options-list li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.options-list-reg li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.options-list li:hover {
    background-color: #f0f0f0;
}
.options-list-reg li:hover {
    background-color: #f0f0f0;
}

.custom-select.active .options-list {
    display: block;
}
.custom-selector.active .options-list-reg {
    display: block;
}
.custom-select.active {
    display: block;
}
.custom-selector.active {
    display: block;
}
.product-item-image-wrapper .labels .small {
    font-size: 16px;
}

.product-item-image-wrapper .labels .medium {
    font-size: 25px;
    padding: 5px 8px;
}

.product-item-image-wrapper .labels .large {
    font-size: 30px;
    padding: 8px 8px;
}

.product-element-img-item .labels .small {
    font-size: 16px;
}

.product-element-img-item .labels .medium {
    font-size: 25px;
    padding: 5px 8px;
}

.product-element-img-item .labels .large {
    font-size: 30px;
    padding: 8px 8px;
}
@media (max-width: 768px) {
    .product-element-img-item .labels .medium {
        font-size: 10px !important;
        line-height: unset;
    }

    .product-element-img-item .labels .large {
        font-size: 14px !important;
        line-height: unset;
    }
}
@media (max-width: 1024px) {
    .product-item-container .labels .medium {
        font-size: 10px;
        line-height: 13px;
    }
    .product-item-container .labels .large {
        font-size: 14px;
        line-height: 13px;
    }
}
@media (max-width: 416px) {
    .mobile-header-top .icon-menu {
        transform: scale(2.5);
    }
}
