footer.footer-desktop {
  padding: 0px;
  background-color: #EDEFFB;
}
footer.footer-desktop .top_footer {
  padding: 32px 0px;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .top_footer {
    padding-top: 26px;
    padding-bottom: 0px;
  }
}
footer.footer-desktop .footer-title {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 33px;
  color: #302E3F;
  white-space: nowrap;
  transition: all 0.3s linear;
  display: flex;
  align-items: flex-end;
  height: 32px;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .footer-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 0px;
    cursor: pointer;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .footer-title.collapse:after {
    content: "\e807";
    font-family: "lh-icons";
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 0px;
    color: #302E3F;
    transition: all 0.1s linear;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .footer-title.collapse + ul {
    display: none;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
footer.footer-desktop .footer-title.collapse.open:after {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .footer-title.collapse.open + ul {
    display: block;
  }
}
footer.footer-desktop ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
footer.footer-desktop ul.hide_sale > li.sale {
  display: none;
}
footer.footer-desktop ul li {
  margin-bottom: 15px;
  color: #302E3F;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop ul li.contact_work_days {
    margin-bottom: 5px;
  }
  footer.footer-desktop ul li.contact_email {
    margin-top: 30px;
  }
}
footer.footer-desktop ul li.contact_phone {
  font-weight: 500;
}
footer.footer-desktop ul li.contact_phone a {
  font-weight: 700;
}
footer.footer-desktop ul a {
  color: #302E3F;
  transition: all 0.3s linear;
}
footer.footer-desktop ul a:hover {
  color: #2D44E1;
}
footer.footer-desktop .desktop {
  display: flex;
}
footer.footer-desktop .block_links {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin: 0px -15px;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links {
    padding: 0px 28px;
  }
}
footer.footer-desktop .block_links .footer_links {
  flex: 1 0 0%;
  padding: 0px 15px;
}
@media screen and (max-width: 991px) {
  footer.footer-desktop .block_links .footer_links {
    flex: 0 0 33.3333333333%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links {
    flex: 0 0 100%;
    margin: 0px;
    text-align: left;
    padding: 0px;
    border-bottom: 1.2px solid rgba(76, 79, 148, 0.3);
  }
}
footer.footer-desktop .block_links .footer_links.menu-1 {
  flex: 1 0 23%;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-1 {
    flex: 1 0 100%;
    display: flex;
    border-bottom: none;
    margin-bottom: 15px;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-1 ul.menu {
    display: none;
  }
}
footer.footer-desktop .block_links .footer_links.menu-2 {
  flex: 1 0 17%;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-2 {
    flex: 1 0 100%;
    order: 3;
  }
}
footer.footer-desktop .block_links .footer_links.menu-3 {
  flex: 1 0 27%;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-3 {
    flex: 1 0 100%;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-3 ul {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
footer.footer-desktop .block_links .footer_links.menu-4 {
  flex: 1 0 33%;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-4 {
    flex: 1 0 100%;
    padding-bottom: 20px;
    line-height: 1;
    order: 4;
  }
}
footer.footer-desktop .block_links .footer_links.menu-4 .content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-4 .content {
    padding-bottom: 30px;
    margin-top: 28px;
    margin-bottom: 20px;
    border-bottom: 1.2px solid rgba(76, 79, 148, 0.3);
  }
}
footer.footer-desktop .block_links .footer_links.menu-4 .left {
  margin-right: 17px;
  flex: 0 0 72px;
}
footer.footer-desktop .block_links .footer_links.menu-4 .left img {
  max-width: 100%;
  width: 100%;
}
footer.footer-desktop .block_links .footer_links.menu-4 .right {
  line-height: 1.5;
}
footer.footer-desktop .block_links .footer_links.menu-4 .right .title {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
}
footer.footer-desktop .block_links .footer_links.menu-4 .right .item {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 10px;
}
footer.footer-desktop .block_links .footer_links.menu-4 .right .item:last-child {
  margin-bottom: 0px;
}
footer.footer-desktop .block_links .footer_links.menu-4 img {
  max-width: 100%;
}
@media all and (min-width: 768px) {
  footer.footer-desktop .block_links .footer_links.menu-4 img.payments-mobile {
    display: none;
  }
}
@media print {
  footer.footer-desktop .block_links .footer_links.menu-4 img.payments-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-4 img.payments-desktop {
    display: none;
  }
}
footer.footer-desktop .block_links .footer_links.menu-4 img.payments-desktop {
  margin-top: 70px;
}
footer.footer-desktop .block_links .footer_links.menu-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border-bottom: none;
  order: 5;
}
@media all and (min-width: 768px) {
  footer.footer-desktop .block_links .footer_links.menu-5 {
    display: none;
  }
}
@media print {
  footer.footer-desktop .block_links .footer_links.menu-5 {
    display: none;
  }
}
footer.footer-desktop .block_links .footer_links.menu-5 img {
  margin-right: 10px;
}
footer.footer-desktop .block_links .footer_links.menu-6 {
  border-bottom: none;
  order: 6;
}
@media all and (min-width: 768px) {
  footer.footer-desktop .block_links .footer_links.menu-6 {
    display: none;
  }
}
@media print {
  footer.footer-desktop .block_links .footer_links.menu-6 {
    display: none;
  }
}
footer.footer-desktop .block_links .footer_links.menu-6 ul.menu {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
footer.footer-desktop .block_links .footer_links.menu-6 ul.menu li {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-6 ul.menu li:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-6 ul.menu li:nth-child(2) {
    text-align: right;
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-6 ul.menu li:nth-child(3) {
    text-align: right;
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-desktop .block_links .footer_links.menu-6 ul.menu li:nth-child(4) {
    order: 3;
  }
}
footer.footer-desktop .block_links .footer_links.menu-6 ul.menu li a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  color: #302E3F;
  white-space: nowrap;
}
footer.footer-desktop .block_links .phone {
  font-weight: 700;
  font-size: 18px;
}
footer.footer-desktop .block_links .track_your_order {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  margin-top: 22px;
  padding: 0px;
  width: 160px;
  height: auto;
  line-height: 34px;
  font-weight: 600;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0.01em;
}
footer.footer-desktop .block_links .track_your_order:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
footer.footer-desktop .block_links .track_your_order.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
footer.footer-desktop .block_links .track_your_order.loading .button_label {
  opacity: 0.2;
}
footer.footer-desktop .block_links .track_your_order:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
footer.footer-desktop .block_links .track_your_order.added {
  display: none;
}
footer.footer-desktop .block_links .track_your_order[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
footer.footer-desktop .block_links .track_your_order:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
footer.footer-desktop .block_links .track_your_order:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
footer.footer-desktop .block_links .track_your_order[disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
footer.footer-desktop .block_links .footer_logo img {
  height: 32px;
}
footer.footer-desktop .block_links .footer_logo ul {
  margin-top: 29px;
}
footer.footer-desktop .right_block {
  width: 34%;
}
footer.footer-desktop ul.social {
  margin-top: 32px !important;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop ul.social {
    margin-top: 0px !important;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
}
footer.footer-desktop ul.social li {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop ul.social li {
    margin-bottom: 0px;
  }
}
footer.footer-desktop ul.social li:not(:last-child) {
  margin-right: 12px;
}
footer.footer-desktop ul.social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #302E3F;
  color: white;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
}
footer.footer-desktop ul.social a:hover {
  background-color: white;
  color: #4E628E;
}
footer.footer-desktop ul.social a.twitter:before {
  content: "\f099";
  font-family: "lh-icons";
}
footer.footer-desktop ul.social a.telegram:before {
  content: "\f3fe";
  font-family: "lh-icons";
}
footer.footer-desktop ul.social a.youtube:before {
  content: "\f167";
  font-family: "lh-icons";
}
@media screen and (max-width: 767px) {
  footer.footer-desktop form.mc4wp-form {
    margin-bottom: 40px;
  }
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields {
  display: flex;
  flex-wrap: wrap;
  max-width: 255px;
}
@media screen and (max-width: 991px) {
  footer.footer-desktop form.mc4wp-form .mc4wp-form-fields {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-desktop form.mc4wp-form .mc4wp-form-fields {
    justify-content: flex-start;
  }
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [name=FNAME],
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=email] {
  background-color: white;
  color: #4E628E;
  border-radius: 10px;
  border: none;
  width: 100%;
  margin-bottom: 12px;
  padding: 0px 12px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [name=FNAME],
  footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=email] {
    font-weight: 500;
    font-size: 15px;
    height: 45px;
  }
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [name=FNAME]::-moz-placeholder, footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=email]::-moz-placeholder {
  color: #4E628E;
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [name=FNAME]::placeholder,
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=email]::placeholder {
  color: #4E628E;
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit] {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  width: 118px;
  font-weight: 600;
  font-size: 15px;
  padding: 0px;
  height: auto;
  line-height: 34px;
  text-transform: none;
  letter-spacing: 0.01em;
  margin-top: 14px;
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit].loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit].loading .button_label {
  opacity: 0.2;
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit].added {
  display: none;
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit]:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit]:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit][disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
@media screen and (max-width: 767px) {
  footer.footer-desktop form.mc4wp-form .mc4wp-form-fields [type=submit] {
    font-weight: 600;
    font-size: 16px;
    height: 45px;
    letter-spacing: 0.01em;
  }
}
footer.footer-desktop .under_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  opacity: 0.7;
  background-color: #88A6E3;
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}

.popup_signin,
.popup_signup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: auto;
  z-index: 99999;
}
.popup_signin .g-recaptcha-v2,
.popup_signup .g-recaptcha-v2 {
  text-align: center;
}
.popup_signin .g-recaptcha-v2 > div,
.popup_signup .g-recaptcha-v2 > div {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .popup_signin,
  .popup_signup {
    padding: 0px 15px;
    width: 100%;
    left: 0px;
  }
}
.popup_signin .woocommerce-notices-wrapper,
.popup_signup .woocommerce-notices-wrapper {
  text-align: center;
  padding: 4px 0;
}
.popup_signin .woocommerce-notices-wrapper .woocommerce-info, .popup_signin .woocommerce-notices-wrapper .woocommerce-message, .popup_signin .woocommerce-notices-wrapper .woocommerce-error,
.popup_signup .woocommerce-notices-wrapper .woocommerce-info,
.popup_signup .woocommerce-notices-wrapper .woocommerce-message,
.popup_signup .woocommerce-notices-wrapper .woocommerce-error {
  padding-left: 20px;
}
.popup_signin .close,
.popup_signup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #4E628E;
  cursor: pointer;
}
.popup_signin .inner,
.popup_signup .inner {
  position: absolute;
  width: 498px;
  height: auto;
  top: 100px;
  left: calc(50% - 249px);
  padding: 18px 69px 40px;
  background: white;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .popup_signin .inner,
  .popup_signup .inner {
    padding-left: 28px;
    padding-right: 28px;
    width: calc(100% - 30px);
    left: 15px;
  }
}
.popup_signin .login_title,
.popup_signup .login_title {
  margin: 50px 0px 40px;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #302E3F;
}
.popup_signin .title,
.popup_signup .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 146.9%;
  letter-spacing: 0.01em;
  color: #302E3F;
  margin-bottom: 15px;
  text-align: left;
}
.popup_signin .form-row,
.popup_signup .form-row {
  position: relative;
  margin: 0px 0px 28px;
}
.popup_signin .form-row.error,
.popup_signup .form-row.error {
  margin-bottom: 19px;
}
.popup_signin .form-row.password_confirm,
.popup_signup .form-row.password_confirm {
  display: none;
}
.popup_signin .form-row input.input-text,
.popup_signup .form-row input.input-text {
  width: 100%;
  height: 56px;
  border: 2px solid #CCCED6;
  box-sizing: border-box;
  border-radius: 8.60606px;
  padding: 0px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #302E3F;
  transition: all 0.3s linear;
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.popup_signin .form-row input.input-text:active, .popup_signin .form-row input.input-text:focus,
.popup_signup .form-row input.input-text:active,
.popup_signup .form-row input.input-text:focus {
  border-color: #2D44E1;
}
.popup_signin .form-row input.input-text:active ~ label, .popup_signin .form-row input.input-text:focus ~ label,
.popup_signup .form-row input.input-text:active ~ label,
.popup_signup .form-row input.input-text:focus ~ label {
  font-size: 14px;
  top: -8px;
  left: 15px;
  padding: 0px 5px;
  background-color: white;
  opacity: 1;
  z-index: 2;
}
.popup_signin .form-row input.input-text.error,
.popup_signup .form-row input.input-text.error {
  border-color: #EA522E;
}
.popup_signin .form-row input.input-text[name=password],
.popup_signup .form-row input.input-text[name=password] {
  padding-right: 75px;
}
.popup_signin .form-row .error.vilidation,
.popup_signup .form-row .error.vilidation {
  text-align: left;
  color: #EA522E;
  font-size: 12px;
  font-weight: 500;
  padding-left: 20px;
  margin-top: 4px;
}
.popup_signin .form-row .error.vilidation:before,
.popup_signup .form-row .error.vilidation:before {
  opacity: 0;
}
.popup_signin .form-row .error.vilidation a,
.popup_signup .form-row .error.vilidation a {
  color: #EA522E;
  text-decoration: underline;
  font-weight: 500;
}
.popup_signin .form-row label,
.popup_signup .form-row label {
  font-weight: 500;
  font-size: 16px;
  color: #302E3F;
  position: absolute;
  top: 19px;
  left: 20px;
  opacity: 0.5;
  background-color: transparent;
  transition: all 0.3s linear;
  z-index: 0;
}
.popup_signin .form-row.focus label,
.popup_signup .form-row.focus label {
  font-size: 14px;
  top: -8px;
  left: 15px;
  padding: 0px 5px;
  background-color: white;
  opacity: 1;
  z-index: 2;
}
.popup_signin .form-row.woocommerce-form-row-phone label,
.popup_signup .form-row.woocommerce-form-row-phone label {
  font-size: 14px;
  top: -8px;
  left: 15px;
  padding: 0px 5px;
  background-color: white;
  opacity: 1;
  z-index: 2;
}
.popup_signin .submit_block,
.popup_signup .submit_block {
  margin-top: 52px;
  margin-bottom: 0px;
}
.popup_signin .submit_block [type=submit],
.popup_signup .submit_block [type=submit] {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  background-color: #2D44E1;
  border-color: #2D44E1;
  font-weight: 600;
  font-size: 16px;
  height: 56px;
  width: 100%;
  text-transform: none;
}
.popup_signin .submit_block [type=submit]:hover,
.popup_signup .submit_block [type=submit]:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.popup_signin .submit_block [type=submit].loading:after,
.popup_signup .submit_block [type=submit].loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.popup_signin .submit_block [type=submit].loading .button_label,
.popup_signup .submit_block [type=submit].loading .button_label {
  opacity: 0.2;
}
.popup_signin .submit_block [type=submit]:active,
.popup_signup .submit_block [type=submit]:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.popup_signin .submit_block [type=submit].added,
.popup_signup .submit_block [type=submit].added {
  display: none;
}
.popup_signin .submit_block [type=submit][disabled],
.popup_signup .submit_block [type=submit][disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.popup_signin .submit_block [type=submit]:hover,
.popup_signup .submit_block [type=submit]:hover {
  background-color: #5299F7;
  border-color: #5299F7;
}
.popup_signin .submit_block [type=submit]:active,
.popup_signup .submit_block [type=submit]:active {
  background-color: #5299F7;
  border-color: #5299F7;
}
.popup_signin .submit_block [type=submit][disabled],
.popup_signup .submit_block [type=submit][disabled] {
  background-color: #88A6E3;
  border-color: #88A6E3;
}
.popup_signin .submit_block [type=submit] i,
.popup_signup .submit_block [type=submit] i {
  display: none;
}
.popup_signin .social-login,
.popup_signup .social-login {
  margin-top: 34px;
}
.popup_signin .social-login .text,
.popup_signup .social-login .text {
  font-weight: 600;
  font-size: 14px;
  color: #302E3F;
  margin-bottom: 9px;
}
.popup_signin .social-login .buttons,
.popup_signup .social-login .buttons {
  display: flex;
  justify-content: center;
  margin: 0px -10px;
  width: calc(100% + 20px);
  flex-wrap: wrap;
}
.popup_signin .social-login .buttons [data-id=google_connect],
.popup_signup .social-login .buttons [data-id=google_connect] {
  position: relative;
}
.popup_signin .social-login .buttons [data-id=google_connect] .g-signin2,
.popup_signup .social-login .buttons [data-id=google_connect] .g-signin2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.popup_signin .social-login .buttons .button,
.popup_signup .social-login .buttons .button {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: auto;
  height: 30px;
  padding: 0px 15px;
  color: white;
  border: 1px solid #ED9023;
  background-color: #ED9023;
  cursor: pointer;
  position: relative;
  text-transform: none;
  letter-spacing: 0.01em;
  transition: all 0.2s ease-in-out 0ms;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #4E628E;
  background-color: white;
  border-color: #4E628E;
  width: 152px;
  height: 44px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #302E3F;
  border: 2px solid #CCCED6;
  border-radius: 8.60606px;
  background-color: white;
  cursor: pointer;
  margin: 0 10px 10px 10px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_signin .social-login .buttons .button:hover,
.popup_signup .social-login .buttons .button:hover {
  background-color: #ED9023;
  border-color: #ED9023;
}
.popup_signin .social-login .buttons .button.loading:after,
.popup_signup .social-login .buttons .button.loading:after {
  content: "\f110";
  font-family: "lh-icons";
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  animation: rotating 2s linear infinite;
  line-height: 1;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.popup_signin .social-login .buttons .button.loading .button_label,
.popup_signup .social-login .buttons .button.loading .button_label {
  opacity: 0.2;
}
.popup_signin .social-login .buttons .button:active,
.popup_signup .social-login .buttons .button:active {
  transition: all 0.01s ease-in-out 0ms;
  background-color: #ED9023;
  border-color: #ED9023;
}
.popup_signin .social-login .buttons .button.added,
.popup_signup .social-login .buttons .button.added {
  display: none;
}
.popup_signin .social-login .buttons .button[disabled],
.popup_signup .social-login .buttons .button[disabled] {
  background-color: #5299F7;
  border-color: #5299F7;
}
.popup_signin .social-login .buttons .button:hover,
.popup_signup .social-login .buttons .button:hover {
  color: #2D44E1;
  background-color: white;
  border-color: #2D44E1;
}
.popup_signin .social-login .buttons .button:active,
.popup_signup .social-login .buttons .button:active {
  color: #88A6E3;
  background-color: white;
  border-color: #88A6E3;
}
.popup_signin .social-login .buttons .button[disabled],
.popup_signup .social-login .buttons .button[disabled] {
  color: #5299F7;
  background-color: white;
  border-color: #5299F7;
}
.popup_signin .social-login .buttons .button img,
.popup_signup .social-login .buttons .button img {
  margin-right: 10px;
}
.popup_signin .footer,
.popup_signup .footer {
  margin-top: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 146.9%;
  color: #4E628E;
}
.popup_signin .footer button,
.popup_signup .footer button {
  font-weight: 600;
  line-height: 154.4%;
  color: #2D44E1;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.popup_signin .checkboxs,
.popup_signup .checkboxs {
  text-align: left;
  padding-top: 1px;
}
.popup_signin .checkboxs label,
.popup_signup .checkboxs label {
  position: relative;
  top: 0px;
  left: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 146.9%;
  letter-spacing: 0.01em;
  color: #302E3F;
  padding-left: 30px;
  display: inline-block;
  opacity: 1;
}
.popup_signin .checkboxs label [type=checkbox],
.popup_signup .checkboxs label [type=checkbox] {
  display: none;
}
.popup_signin .checkboxs label [type=checkbox]:checked + span:before,
.popup_signup .checkboxs label [type=checkbox]:checked + span:before {
  background-color: #4E628E;
}
.popup_signin .checkboxs label [type=checkbox]:checked + span:after,
.popup_signup .checkboxs label [type=checkbox]:checked + span:after {
  content: "\e803";
  font-family: "lh-icons";
  font-weight: normal;
  position: absolute;
  top: 0px;
  left: 4px;
  color: white;
}
.popup_signin .checkboxs label span:before,
.popup_signup .checkboxs label span:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #CCCFD6;
  border-radius: 2.68085px;
  transition: all 0.3s linear;
}
.popup_signin .checkboxs .form-row,
.popup_signup .checkboxs .form-row {
  margin: 10px 0px;
}
.popup_signin .show_password,
.popup_signup .show_password {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 500;
  font-size: 16px;
  color: #302E3F;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0px;
  line-height: 54px;
  opacity: 0.5;
  cursor: pointer;
  width: 75px;
  z-index: 2;
  transition: all 0.3s linear;
}
.popup_signin .show_password:hover,
.popup_signup .show_password:hover {
  opacity: 1;
}
.popup_signin .select2-container,
.popup_signup .select2-container {
  width: 100% !important;
}
.popup_signin .select2-container .select2-selection__arrow,
.popup_signup .select2-container .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.popup_signin .select2-container .select2-selection__rendered,
.popup_signup .select2-container .select2-selection__rendered {
  padding-left: 20px;
  font-weight: 600;
}
.popup_signin .select2-results__option,
.popup_signup .select2-results__option {
  text-align: left;
}
.popup_signin .select2-selection,
.popup_signup .select2-selection {
  text-align: left;
  height: 56px;
  display: flex;
  align-items: center;
  border: 2px solid #CCCED6;
  border-radius: 8.60606px;
}

.popup_signup .form-row + .checkboxs {
  padding-top: 0px;
}
.popup_signup .submit_block {
  margin-top: 25px;
}
.popup_signup .social-login {
  margin-top: 20px;
}
.popup_signup .footer {
  margin-top: 40px;
}

.klaviyo-subscribe-form {
  padding: 14px 47px;
  background-color: #DCDFF1;
  display: flex;
  font-size: 14px;
  border-radius: 15px;
}
.klaviyo-subscribe-form .klaviyo-form {
  display: flex;
  width: calc(100% - 275px);
  padding-left: 60px;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .klaviyo-subscribe-form .klaviyo-form {
    margin-top: 23px;
  }
}
.klaviyo-subscribe-form .klaviyo-form--content {
  display: flex;
  align-items: center;
  color: #302E3F;
  font-weight: 600;
}
.klaviyo-subscribe-form .klaviyo-form--content ul {
  padding-left: 20px;
  margin-top: 6px;
}
.klaviyo-subscribe-form .klaviyo-form--content li {
  font-weight: 600;
  position: relative;
  margin-bottom: 8px;
}
.klaviyo-subscribe-form .klaviyo-form--content li:before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
}
.klaviyo-subscribe-form .klaviyo-form--image {
  width: 50px;
  margin-right: 20px;
  position: relative;
  left: -10px;
  top: 5px;
}
.klaviyo-subscribe-form .klaviyo-form--input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 11px;
  font-weight: 600;
  display: block;
  width: 100%;
  font-size: 16px;
  transition: 0.3s;
  outline: 2px solid transparent;
  border: 0;
  height: 42px;
}
.klaviyo-subscribe-form .klaviyo-form--input:focus {
  outline: 2px solid #000;
}
.klaviyo-subscribe-form .klaviyo-form--input.error {
  outline: 2px solid #f43a3a;
}
.klaviyo-subscribe-form .klaviyo-form--input::-moz-placeholder {
  font-weight: 500;
  color: #CCCED6;
  font-size: 14px;
}
.klaviyo-subscribe-form .klaviyo-form--input::placeholder {
  font-weight: 500;
  color: #CCCED6;
  font-size: 14px;
}
.klaviyo-subscribe-form .klaviyo-form--input-error {
  font-size: 13px;
  margin: 4px 0 0 12px;
  color: #f43a3a;
  font-weight: 500;
  display: none;
}
.klaviyo-subscribe-form .klaviyo-form--input-wrapper {
  margin-right: 10px;
  width: 50%;
}
.klaviyo-subscribe-form .klaviyo-form--submit {
  display: block;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 13px;
  font-weight: 600;
  background: #2D44E1;
  color: #fff;
  min-width: 140px;
  cursor: pointer;
}
.klaviyo-subscribe-form .klaviyo-form--submit-text {
  position: relative;
}
.klaviyo-subscribe-form .klaviyo-form--loader {
  position: absolute;
  top: 50%;
  transform: translate(10px, -50%);
  font-size: 16px;
  transition: 0.7s;
  opacity: 0;
  left: -23px;
}
.klaviyo-subscribe-form .klaviyo-form.loading .klaviyo-form--loader {
  transform: translate(0, -50%);
  opacity: 1;
}
@media (max-width: 1050px) {
  .klaviyo-subscribe-form {
    padding: 14px 25px;
  }
  .klaviyo-subscribe-form .klaviyo-form {
    padding-left: 30px;
  }
  .klaviyo-subscribe-form .klaviyo-form--input {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .klaviyo-subscribe-form {
    padding: 20px 35px;
    align-items: center;
  }
  .klaviyo-subscribe-form .klaviyo-form {
    display: block;
    max-width: 375px;
    margin: 0 auto;
    padding-left: 40px;
    width: 100%;
  }
  .klaviyo-subscribe-form .klaviyo-form--input-wrapper {
    width: 100%;
    margin-bottom: 12px;
  }
  .klaviyo-subscribe-form .klaviyo-form--submit {
    margin: 0 auto;
  }
}
@media (max-width: 725px) {
  .klaviyo-subscribe-form {
    display: block;
  }
  .klaviyo-subscribe-form .klaviyo-form {
    padding: 0;
  }
  .klaviyo-subscribe-form .klaviyo-form--content {
    max-width: 275px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 600px) {
  .klaviyo-subscribe-form {
    padding: 15px;
  }
  .klaviyo-subscribe-form .klaviyo-form--content {
    max-width: 290px;
    font-size: 15px;
    margin: 0 auto 9px;
  }
  .klaviyo-subscribe-form .klaviyo-form--content ul {
    margin-top: 4px;
  }
  .klaviyo-subscribe-form .klaviyo-form--content li {
    margin-bottom: 4px;
  }
  .klaviyo-subscribe-form .klaviyo-form--input {
    font-size: 15px;
    height: 48px;
  }
  .klaviyo-subscribe-form .klaviyo-form--submit {
    font-size: 15px;
    padding: 16px;
    width: 100%;
  }
}

.header-mobile__menu-wrap .klaviyo-subscribe-form {
  margin: 0 10px 30px;
}
.site-footer .klaviyo-subscribe-form {
  margin: 8px 0 40px;
}

.klaviyo-subscribe-form-mobile {
  display: none;
  width: calc(100% + 30px);
  margin-left: -15px;
}

@media (max-width: 767px) {
  .klaviyo-subscribe-form-mobile {
    display: block;
  }
  .klaviyo-subscribe-form-desktop {
    display: none;
  }
}
.klaviyo-subscribe-form.klaviyo-subscribe--success {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  color: #000;
  display: none;
}
@media (max-width: 820px) {
  .klaviyo-subscribe-form.klaviyo-subscribe--success {
    font-size: 18px;
  }
}
.site-footer .klaviyo-subscribe-form.klaviyo-subscribe--success {
  width: 100%;
}
