/** Loader **/

.loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid #eee;
  border-top-color: #8fbf60;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
/** Loader **/

.page-footer {
  background-color: #36424c;
  font-size: 14px;
  padding: 40px 0px;
}
.page-footer a {
  color: #fff;
}
.page-footer .copywrite {
  direction: ltr;
  color: #fff;
  font-weight: 300;

  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.page-footer .footer_h1 {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
}
.page-footer .copywrite__links a {
  color: #fff;
}
.page-footer .contact-us {
  color: #fff;
  width: 265px;
  margin-left: 30px;
}
.page-footer a {
  text-decoration: none;
}
.page-footer__nav {
  width: 100%;
  margin-bottom: 55px;
}
.page-footer__categories-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 100px;
}
.page-footer__category-title {
  font-size: 24px;
  font-family: var(--cci-font-title);
  text-transform: uppercase;
  margin-bottom: 18px;
}
.page-footer__feedback-item .page-footer__category-title {
  margin-bottom: 2px;
}
.page-footer__location {
  display: flex;
  margin-top: 20px;
}
.page-footer__location .contact-us {
  font-family: var(--cci-font-title);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
}
.page-footer__location .mdi-chevron-down {
  color: #fff;
}
.page-footer__category-item {
  margin-top: 16px;
  font-size: 16px;
  height: 16px;
  font-weight: 300;
}
.page-footer__category-item a {
  color: #fff;
}
.page-footer__bottom-line {
  display: flex;
  padding-bottom: 54px;
}
.page-footer__contact-us {
  position: relative;
  padding-top: 38px;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}
.page-footer__email {
  width: calc(100% - 40px);
  height: 48px;
  border: 1px #242c32 solid;
  color: #3a434c;
  font-size: 14px;
  padding-left: 15px;
}
.page-footer__email_btn {
  margin-left: 10px;
  background-color: transparent;
  width: 32px;
  color: #fff;
}
.page-footer__email_btn .mdi-arrow-left {
  display: none;
}

.page-footer__email-wrap {
  border-bottom: 1px solid #90bf63;
  white-space: nowrap;
  display: flex;
  position: relative;
  max-width: 100%;
}
.page-footer__email-wrap .page-footer__email {
  background-color: #36424c;
  color: #ffffff;
  padding-left: 0;
  height: 48px;
  font-weight: 300;
  font-size: 20px;
}
.page-footer__email-wrap .page-footer__email::placeholder {
  color: #adbfbf;
}
.page-footer__email-wrap .mdi {
  color: #adbfbf;
  font-size: 24px;
}
.page-footer__email-wrap .mdi-check {
  display: none;
}
.page-footer__email-wrap .loading {
  display: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 0.25rem solid #eee;
  border-top-color: #8fbf60;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.footer-mobile-app {
  display: inline-block;
  height: 48px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.modal_product,
.modalPopupUa {
  display: none;
  z-index: 99999999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modalPopupUa {
  display: block !important;
  background-color: #dbe0e4 !important;
}

.modal_content {
  background: #fff;
  width: 800px;
  margin: 15% auto 0;
  /*padding: 16px;*/
  padding: 35px 40px;
}
#modal_product__close {
  cursor: pointer;
  font-size: 32px;
  font-weight: 800;
}
.modal_content__header {
  display: flex;
  justify-content: space-between;
}
.modal_product__header__text {
  color: #36424c;
  font-size: 32px;
  font-weight: bold;
}
.modal_content__body {
  font-size: 18px;
  line-height: 1.5;
  color: #36424c;
  margin-top: 38px;
}
.modal_content__body__name {
  margin-left: 45px;
}
.modal_content__body__img {
  text-align: center;
}
.modal_content__footer {
  margin-top: 37px;
}
.modal_content__footer .modal_content__footer__button {
  display: block;
  cursor: pointer;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal_content__footer .continue {
  border: 2px #90bf63 solid;
  background: white;
  color: #90bf63;
}
.modal_content__footer .toCart {
  border: 1px #90bf63 solid;
  background: #90bf63;
  color: white;
}
.modal_content__body__price .product-card__price-value {
  font-size: 18px;
  font-weight: bold;
}
.modal_content__body__price sup {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: super;
  margin: -11px 0 0 6px;
}
a.dsaIcon {
  margin-right: 40px;
  display: inline-block;
}

.qr-block {
  position: relative;
  padding-top: 80px !important;
  background: #f76759 0% 0% no-repeat padding-box;
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  min-height: 304px;
}
.qr-block .mdl-cell {
  margin-bottom: 0;
  padding-bottom: 0;
}
.qr-block__image {
  max-width: 100%;
}
.qr-background {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 256px;
  min-height: 216px;
  position: relative;
  height: 100%;
}
.qr-block__image-code {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  z-index: 1;
}
.qr-block__title {
  font-size: 16px;
  line-height: 24px;
}
.qr-block__text {
  font-size: 24px;
  line-height: 32px;
  margin-top: 8px;
}
.qr-block__app {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 32px;
}

.qr-block__app img {
  height: 48px;
}

.footer_right_block__item--text_mobile {
  display: none;
}
.footer_right_block__item--text {
  margin-top: 15px;
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.footer_right_block__item--text a {
  color: white;
  font-weight: bold;
  cursor: pointer;
}
.footer_right_block__item__full-width {
  flex: 0 0 100%;
}

@media (max-width: 575px) {
  .footer_right_block__item {
    flex: 1 0 100%;
  }
  .footer_right_block__item--text_desktop {
    display: none;
  }
  .footer_right_block__item--text_mobile {
    display: block;
    margin-top: 30px;
  }
}
.select_site {
  margin-top: 48px;
  display: flex;
  padding: 10px 16px;
  border-radius: 16px;
  text-transform: uppercase;
  width: fit-content;
  justify-content: center;
  align-items: center;

  background: #fff;

  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.196px;
  color: #000 !important;
}

@media screen and (max-width: 1510px) {
  a.dsaIcon {
    margin-right: 10px;
  }

  a.dsaIcon img {
    max-width: 59px;
  }

  .footer-mobile-app {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

@media screen and (max-width: 1182px) {
  a.dsaIcon {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1023px) {
  a.dsaIcon img {
    max-width: 71px;
  }
  .page-footer .footer-mobile-app {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .modal_content {
    position: absolute;
    bottom: 0;
    width: calc(100% - 48px);
    right: 24px;
    left: 24px;
    padding: 18px;
    margin: 0 auto 24px;
  }
  .modal_content__body {
    margin-top: 0;
  }

  .modal_content__body__name {
    margin-left: 18px;
  }
  .modal_product {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .qr-block {
    padding-top: 32px !important;
    min-height: 0;
  }
}

@media screen and (max-width: 575px) {
  .qr-background,
  .qr-block__title {
    display: none;
  }
}

@media screen and (max-width: 427px) {
  a.dsaIcon img {
    max-width: 60px;
  }

  .page-footer .footer-mobile-app {
    background-repeat: no-repeat;
    width: 115px;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

@media screen and (max-width: 427px) {
  a.dsaIcon {
    width: 100%;
    /*width: 30%;*/
    text-align: center;
  }

  a.dsaIcon img {
    max-width: 100%;
  }

  .page-footer .footer-mobile-app {
    background-repeat: no-repeat;
    width: 32%;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.page-footer .footer-separator {
  width: 100%;
  height: 1px;
  background-color: #4f5d69;
}
.sending .loading {
  display: block;
}
.sended .mdi-arrow-right,
.sending .mdi-arrow-right {
  display: none;
}
.sended .mdi-check {
  display: block;
}
.subscribe__form input {
  border: 1px solid transparent;
}
.subscribe__form .error {
  color: #fd6368;
}
.subscribe__form .error::placeholder {
  color: #fd6368;
}
.full-screen-spinner {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 999;
  overflow: hidden;
}
.full-screen-spinner .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  border: 0.35rem solid #c2c2c2;
  border-top-color: #8fbf60;
}
.full-screen-dots {
  position: fixed;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 10000;
}
/**/
.spinner-dots {
  width: 70px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -21px;
}

.spinner-dots > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-dots .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-dots .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**/
@media only screen and (max-width: 767px) {
  .page-footer__location .lang-bar__location {
    margin-top: 0 !important;
  }
}

/** Social icon **/
.socials {
  min-width: 160px;
  margin-top: 16px;
}
.socials__title {
  color: #90bf63;
  font-size: 16px;
}
.socials__list {
  padding-top: 10px;
  color: #fff !important;
}
.socials__item {
  display: inline-block;
}
.socials__item svg {
  fill: #fff;
}
.socials__item:not(:last-child) {
  margin-right: 20px;
}
.socials_on-top .socials__item:not(:last-child) {
  margin-right: 30px;
}
.socials__item .socials_on-top svg {
  fill: #fff;
  width: 22px;
}
/** Social icon **/

/*footer modal error on site*/
.wrap_formError {
  display: flex;
  background: #fff;
}

.leftBlock {
  width: 30%;
  background: #fe636b;
}

.rightBlock {
  width: 70%;
}

.tableIcon {
  display: table;
  height: 100%;
  width: 100%;
}

.tableCellIcon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.tableCellIcon i {
  font-size: 80px;
  color: #fff;
}

.from_error {
  width: 100%;
  margin: 0 auto;
}

.wrap_formError .from_errorTitle {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

.from_error .cci-textarea.cci-textfield-success {
  position: relative;
}

.from_error .cci-textarea textarea {
  border: 1px solid #cdcdcd;
}

.modal_form_text {
  padding: 10px !important;
  position: relative;
}
.error_form .modal_form_text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #fed0cd;
  margin-top: 8px;
  /*color: var(--cci-color-red);*/
  background: #fffafa;
  border-radius: 8px;
}
#errorTooltip {
  position: absolute;
  display: flex;
  align-items: center;
  background: #ffffff;
  cursor: pointer;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.08));
  font-weight: 700;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  border: 1px solid rgb(242, 243, 245);
  padding: 8px 24px 8px 12px;
  border-radius: 12px;
  font-size: 18px;
  line-height: 24px;
  z-index: 99;
}
#errorTooltip img {
  width: 28px;
  height: 28px;
}
#errorTooltip div {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.error_form .v-dialog-card .v-dialog-card__content .v-dialog-card__title {
  font-size: 24px !important;
  line-height: 32px !important;
}
.error_form
  .v-dialog__content
  .v-dialog
  .v-dialog-card
  .v-dialog-card__content
  .v-dialog-card__title {
  margin-bottom: 8px;
}
.error_form .v-dialog-card__text .fieldTitle.red_text {
  color: var(--cci-color-red);
}
.error_form .v-dialog-card__text .fieldTitle {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.error_form .modal_form_text {
  padding: 16px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.buttonError {
  font-family: var(--cci-font-rubik);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  padding: 10px 16px;
  z-index: 9999;
  min-width: 150px;
  background-color: var(--cci-color-red);
  color: #fafaff;
}

.form_errorButton {
  margin-top: 16px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.form_errorButton .modalClose {
  font-family: var(--cci-font-rubik);
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  padding: 10px 16px;
  z-index: 9999;
  min-width: 150px;
  background: #ffffff;
  border: 1px solid rgba(51, 63, 72, 0.75);
  color: rgba(51, 63, 72, 0.75);
}
.error_send_ok {
  text-align: left;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.subscribe-modal__container {
  position: fixed;
  bottom: 24px;
  left: 32px;
  max-width: 360px;
  z-index: 999;
}
.subscribe-modal {
  display: flex;
  padding: 24px 16px;
  gap: 16px;
  background: #ffffff;
  box-shadow: 0px 3px 16px rgba(0, 16, 48, 0.08);
  border-radius: 8px;
}

.subscribe-modal__content .subscribe-modal__content__title,
.subscribe-modal__success-message__content__title {
  text-align: left;
  font-family: var(--cci-font-rubik);
  width: 90%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333f48;
  margin-bottom: 16px;
}
.subscribe-modal__success-message__content__title {
  width: 100%;
  font-size: 16px;
  margin-top: 12px;
  text-align: center;
}
.subscribe-modal__success-message__content {
  text-align: center;
  margin-bottom: 8px;
}
.subscribe-modal__content__close {
  cursor: pointer;
  position: absolute;
  right: 28px;
}
.subscribe-modal__content__close .mdi {
  color: #858c91;
}
.subscribe-modal__content .subscribe-modal__content__text,
.subscribe-modal__success-message__content__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(51, 63, 72, 0.75);
}
.subscribe-modal__content .subscribe-modal__content__warning {
  margin-top: 8px;
  color: #858c91;
  font-family: Rubik;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
}
.subscribe-modal__content .subscribe-modal__content__form {
  margin-top: 16px;
}
.subscribe-modal__content .subscribe-modal__content__form input[name="email"] {
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 40px;
  padding: 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #858c91;
  font-family: var(--cci-font-rubik);
}
.subscribe-modal button {
  margin-top: 8px;
  padding: 8px 10px;
}
.subscribe-modal__success-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.subscribe-modal__success-message__image {
  text-align: center;
}
@media (max-width: 575px) {
  .subscribe-modal__container {
    width: 100%;
    padding: 0 14px;
    max-width: 100%;
    left: 0;
  }

  .subscribe-modal__container .subscribe-modal {
    max-width: 100%;
  }
  .subscribe-modal__image {
    display: none;
  }
  .footer-links {
    flex-wrap: wrap;
  }

  .footer-links > * {
    display: block;
    flex-basis: 100%;
    padding-bottom: 2px;
  }
  .form_errorButton .modalClose {
    display: none;
  }
  #errorTooltip {
    position: fixed !important;
    bottom: 10px;
    z-index: 99999;
    width: 90vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.disclaimer-by {
  max-width: 1250px;
}

.disclaimer-by p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.disclaimer-by p.no-margin-b {
  margin-bottom: 0;
}

.paymentSystems {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 100%;
}
.paymentSystems.paymentSystems--top{
  align-items: flex-start;
}
.paymentSystems .ps_svg {
  width: 100px;
}

.paymentSystems a.dsaIcon {
  margin-right: 0;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .paymentSystems {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

  .paymentSystems .ps_svg {
    width: 180px;
  }

  .paymentSystems a.dsaIcon {
    width: 65px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}