@charset "UTF-8";
.primary-error {
  display: none;
  color: #ff5b01;
  padding: 0.5em 0;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #543159;
  border-radius: 0;
  font-weight: bold;
  padding: 0.7em 0;
  background: #543159;
  color: white;
  font-family: ‘Segoe UI’, Arial, -apple-system, BlinkMacSystemFont, Helvetica, Roboto, Noto, sans-serif, ‘Apple Color Emoji’, ‘Segoe UI Emoji’, ‘Segoe UI Symbol’;
  font-size: 1.067em;
  line-height: initial;
  min-width: 8.2em;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  background: radial-gradient(circle, rgb(53, 78, 162) 50%, rgb(15, 46, 93) 100%) !important;
}
.btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 0 1em;
}
.btn svg:first-child,
.btn img:first-child {
  padding-left: 0.625em;
}
.btn svg:last-child,
.btn img:last-child {
  padding-right: 0.625em;
}

button {
  cursor: pointer;
}

body > footer {
  background: #0d192b;
  color: #91959c;
  margin-top: 3em;
  overflow: hidden;
}
body > footer .max-content-width-area {
  display: flex;
  flex-direction: column;
}
body > footer .max-content-width-area .footer__row-1 {
  display: flex;
  margin-top: 1.4em;
  margin-bottom: 2.5em;
  position: relative;
}
@media (max-width: 478px) {
  body > footer .max-content-width-area .footer__row-1 {
    flex-direction: column;
    max-width: 15em;
    margin-left: auto;
    margin-right: auto;
  }
}
body > footer .max-content-width-area .footer__row-1 .footer__gears-icon {
  width: 29em;
  height: auto;
  position: absolute;
  top: -9em;
  left: 1%;
  opacity: 0.1;
}
@media (max-width: 1280px) {
  body > footer .max-content-width-area .footer__row-1 .footer__gears-icon {
    left: -18em;
  }
}
@media (max-width: 880px) {
  body > footer .max-content-width-area .footer__row-1 .footer__gears-icon {
    display: none;
  }
}
body > footer .max-content-width-area .footer__row-1 .footer__help {
  display: flex;
  align-items: center;
}
body > footer .max-content-width-area .footer__row-1 .footer__help > span + span {
  margin-left: 1.385em;
}
body > footer .max-content-width-area .footer__row-1 .footer__help > span:first-child {
  font-size: 0.867em;
  font-weight: 500;
  margin-right: 1.5em;
}
body > footer .max-content-width-area .footer__row-1 .footer__help > span a {
  text-decoration: none;
  color: inherit;
}
body > footer .max-content-width-area .footer__row-1 .footer__help > span a:active, body > footer .max-content-width-area .footer__row-1 .footer__help > span a:hover {
  text-decoration: none;
  color: inherit;
}
body > footer .max-content-width-area .footer__row-1 .footer__help > span a * {
  max-height: 2.154em;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav {
  flex-grow: 2.2;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav {
    width: 50%;
    flex-shrink: 0;
  }
}
@media (max-width: 478px) {
  body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav {
    width: 100%;
    margin: 0 0 1em;
  }
}
@media (max-width: 478px) {
  body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav {
    margin: 0 0 3em;
  }
}
@media (max-width: 880px) {
  body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__logo svg {
    max-width: 100%;
    width: 310px;
    height: auto;
  }
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__logo .footer__mail {
  margin: 1em 0;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__logo .footer__mail a {
  text-decoration: none;
  color: inherit;
  color: white;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__logo .footer__mail a:hover {
  text-decoration: underline;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__help {
  display: none;
  flex-wrap: wrap;
  margin: 0.4em 0 1.2em;
}
@media (max-width: 720px) {
  body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__help {
    display: flex;
  }
}
@media (max-width: 478px) {
  body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__help {
    width: 92%;
    margin: 0.8em auto 2.5em;
  }
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__help > span:first-child {
  width: 100%;
  margin: 0 0 1em 0;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__help > span:nth-child(2) {
  margin: 0;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__nav {
  margin-left: 18%;
}
@media (max-width: 1520px) {
  body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__nav {
    margin-left: 4em;
  }
}
@media (max-width: 1280px) {
  body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__nav {
    margin: 0;
  }
}
@media (max-width: 478px) {
  body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__nav {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.933em;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__nav nav ul li {
  margin: 1em 0;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__nav nav ul li:first-child {
  margin-top: 0;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__nav nav ul li:last-child {
  margin-bottom: 0;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__nav nav ul li a {
  text-decoration: none;
  color: inherit;
  color: white;
}
body > footer .max-content-width-area .footer__row-1 .footer__logo-and-nav .footer__nav nav ul li a:hover {
  text-decoration: underline;
}
body > footer .max-content-width-area .footer__row-1 .footer__contacts {
  flex-grow: 2;
  z-index: 1;
  margin-left: 13%;
}
@media (max-width: 1520px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts {
    margin-left: 6em;
  }
}
@media (max-width: 1280px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts {
    margin-left: 4em;
  }
}
@media (max-width: 720px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts {
    margin-left: 1.8em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (max-width: 478px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts {
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__help {
    display: none;
  }
}
body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__phones {
  margin-top: 0.7em;
  font-size: 1.667em;
  line-height: 1.6em;
  color: white;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0.8;
  flex-direction: column;
}
@media (max-width: 720px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__phones {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__phones {
    flex-grow: 0;
  }
}
body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__phones > a {
  text-decoration: none;
  color: inherit;
  font-weight: 800;
  margin-right: 1.4em;
}
body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__phones > a:hover {
  text-decoration: underline;
}
@media (max-width: 720px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__phones > a {
    margin-right: 0;
  }
}
body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__phones > a span {
  color: #91959c;
}
body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__work-time {
  margin: 0.9em 0 0;
  font-size: 0.867em;
  font-weight: 500;
}
@media (max-width: 478px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__work-time {
    margin: 1.5em 0 0;
  }
}
body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__work-time > span:last-child {
  color: white;
  margin-left: 3.5em;
}
body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__work-time > span {
  display: inline-block;
}
@media (max-width: 720px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__work-time > span:last-child {
    margin: 0.3em 0 0 0;
    width: 100%;
  }
}
body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__note {
  margin: 1.1em 0 0;
  font-size: 0.867em;
  font-weight: 500;
}
@media (max-width: 478px) {
  body > footer .max-content-width-area .footer__row-1 .footer__contacts .footer__note {
    margin: 3.5em 0 0;
  }
}
body > footer .max-content-width-area .footer__row-2 {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body > footer .max-content-width-area .footer__row-2 a,
body > footer .max-content-width-area .footer__row-2 span {
  text-decoration: none;
  color: inherit;
  font-size: 0.733em;
}
body > footer .max-content-width-area .footer__row-2 a:hover,
body > footer .max-content-width-area .footer__row-2 span:hover {
  text-decoration: underline;
}

#add-to-cart-popup .popup.loading {
  pointer-events: none;
  position: relative;
}

#add-to-cart-popup .popup.loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 224, 224, 0.7);
  z-index: 10;
}

.popup-preloader-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 20;
}

.popup-preloader {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-top-color: #543159;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
}

.popup-preloader-text {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.contact-page .contact-page__columns {
  display: flex;
  margin-top: 2em;
}
@media (max-width: 940px) {
  .contact-page .contact-page__columns {
    flex-direction: column;
  }
}
.contact-page .contact-page__columns > div {
  width: calc(50% - 1em);
}
@media (max-width: 940px) {
  .contact-page .contact-page__columns > div {
    width: 100%;
  }
}
.contact-page .contact-page__columns > div > h3:first-child {
  margin-top: 0;
}
.contact-page .contact-page__columns > div:last-child {
  margin-left: 2em;
}
@media (max-width: 940px) {
  .contact-page .contact-page__columns > div:last-child {
    margin: 5em 0 0;
  }
}
.contact-page .contact-page__columns > div .contact__mail {
  text-decoration: none;
  color: inherit;
}
.contact-page .contact-page__columns > div .contact__mail:hover {
  text-decoration: underline;
}
.contact-page .contact-page__phone-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-page .contact-page__phone-row .contact-page__phone {
  text-decoration: none;
  color: inherit;
  font-size: 1.667em;
  line-height: 1.6em;
  font-weight: 800;
  color: #0d192b;
}
.contact-page .contact-page__phone-row .contact-page__phone:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .contact-page .contact-page__phone-row .contact-page__phone {
    width: 100%;
  }
}
.contact-page .contact-page__phone-row .contact-page__phone span {
  color: #646b76;
}
.contact-page .contact-page__phone-row .contact-page__socials {
  margin-left: 3em;
}
@media (max-width: 480px) {
  .contact-page .contact-page__phone-row .contact-page__socials {
    margin-left: 0;
  }
}
.contact-page .contact-page__phone-row .contact-page__socials > span + * {
  margin-left: 1em;
}
.contact-page .contact-page__phone-row .contact-page__socials > span a {
  text-decoration: none;
  color: inherit;
}
.contact-page .contact-page__phone-row .contact-page__socials > span a:active, .contact-page .contact-page__phone-row .contact-page__socials > span a:hover {
  text-decoration: none;
  color: inherit;
}
.contact-page .question-form {
  max-width: 33em;
}
.contact-page .question-form .question-form__title {
  margin-bottom: 0.6em;
}
.contact-page .question-form .question-form__title svg {
  min-width: 24px;
}
.contact-page .question-form .question-form__title h3 {
  margin: 0 0 0 0.3em;
}
.contact-page .question-form label {
  font-weight: bold;
  margin-bottom: 0.5em;
  display: block;
  margin-top: 1em;
}
.contact-page .question-form input {
  font-size: 1em;
  font-family: inherit;
  color: #4a5668;
  background: white;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #0d192b;
  padding: 1em 1.3em;
  border-radius: 0;
  outline: none;
}
.contact-page .question-form .question-form__note {
  color: #5b6d89;
  margin: 1em 0;
}
.contact-page .contact-page__map {
  margin-top: 5em;
}

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.popup__overlay#message-popup h2 {
  margin: 0;
}
.popup__overlay .popup {
  background: white;
  position: relative;
}
.popup__overlay .popup .popup__close {
  background: transparent;
  border-width: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -30px;
  top: -30px;
}
@media (max-width: 620px) {
  .popup__overlay .popup .popup__close {
    right: 1em;
  }
}
.popup__overlay .popup .popup__scroll-wrap {
  padding: 2em;
  max-width: 500px;
  max-height: 65vh;
  overflow: auto;
}
@media (max-width: 420px) {
  .popup__overlay .popup .popup__scroll-wrap {
    padding: 1em;
  }
}
.popup__overlay .popup .popup__scroll-wrap > *:first-child,
.popup__overlay .popup .popup__scroll-wrap #add-to-wishlist-title,
.popup__overlay .popup .popup__scroll-wrap #remove-from-wishlist-title {
  margin-top: 0;
}
.popup__overlay .popup .popup__scroll-wrap > *:last-child {
  margin-top: 0;
}
.popup__overlay .popup .popup__scroll-wrap .popup__product img {
  max-width: 100px;
  max-height: 100px;
  width: auto !important;
  height: auto !important;
  margin-right: 1em;
}
.popup__overlay .popup .popup__scroll-wrap form > * + * {
  margin-top: 1em;
}
.popup__overlay .popup .popup__scroll-wrap .popup__note {
  color: #5b6d89;
}
.popup__overlay .popup .popup__scroll-wrap .popup__controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__overlay .popup .popup__scroll-wrap .popup__controls--spread {
  justify-content: space-between;
}
@media (max-width: 420px) {
  .popup__overlay .popup .popup__scroll-wrap .popup__controls--spread {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.popup__overlay .popup .popup__scroll-wrap .popup__controls > * + * {
  margin-left: 1em;
}
@media (max-width: 420px) {
  .popup__overlay .popup .popup__scroll-wrap .popup__controls > * + * {
    margin-left: 1em;
    margin-bottom: 1em;
  }
}
.popup__overlay .popup .popup__scroll-wrap .popup__controls .popup__controls__link-style {
  font-weight: 600;
  text-decoration: underline;
  color: #055adb;
  font-size: 0.9em;
  cursor: pointer;
}
.popup__overlay .popup .popup__scroll-wrap .popup__controls:not(.popup__controls--spread) .btn {
  min-width: 50%;
}

@media (max-width: 800px) {
  #videoWellDone {
    height: 420px;
  }
}