* {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Proxima Nova Rg";
  font-style: normal;
  color: #242424;
}

html {
  min-height: 100vh;
  position: relative;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #ffffff;
  position: relative;
}
body.fixed {
  overflow: hidden;
}

p {
  margin-bottom: 15px;
}

a,
button {
  cursor: pointer;
}

img {
  display: block;
}

section {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

img,
button,
a {
  user-select: none;
  -webkit-user-drag: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.mob,
[class^="--mob"],
[class*="--mob"] {
  display: none !important;
}

main {
  padding: 30px 0 100px 0;
}

.title {
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #888888;
  font-family: "Proxima Nova Lt";
  margin-bottom: 50px;
}

.subtitle {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #242424;
  font-family: "Proxima Nova Lt";
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.freeshipping {
  padding: 16px 20px;
  border-radius: 12px;
  margin-top: 30px;
  border: 1px solid #ffdeae;
  display: flex;
  align-items: center;
  max-width: 450px;
}
.freeshipping span {
  color: #281900;
}
.freeshipping strong {
  color: #281900;
}
.freeshipping img {
  margin-right: 10px;
}

.header {
  background-color: #775656;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__order {
  background-color: #888888;
}
.header .container {
  display: flex;
  justify-content: space-between;
}
.header * {
  color: #fafafa;
  font-feature-settings: "pnum" on, "lnum" on;
}

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

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

.header__links {
  width: 610px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 90px;
}

.header__logo {
  display: block;
  margin-right: 25px;
  align-self: baseline;
}
.header__logo img {
  display: block;
}

.header__text {
  font-weight: 300;
  font-size: 14px;
  font-family: "Proxima Nova Th";
  margin-bottom: 0;
}

.header__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #fafafa;
  position: relative;
}
.header__link:hover {
  text-decoration: underline;
}
.header__link.active {
  /*font-family: "Proxima Nova Th";
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  font-feature-settings: "pnum" on, "lnum" on;*/
  color: #ffdeae;
}
/*
.header__link.active:after {
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #fafafa;
  border-radius: 50%;
}
*/

.header__cart-cnt {
  width: 24px;
  height: 24px;
  background: #281900;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fafafa;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
}

.header__cart-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__cart-circle svg {
  position: relative;
  top: -1px;
}
.header__cart-circle svg path {
  fill: #fafafa;
}

.header__cart {
  position: relative;
}
.header__cart.active .header__cart-cnt {
  display: flex;
}
.header__cart.active .header__cart-circle {
  background: #fafafa;
}
.header__cart.active path {
  fill: #888888;
}

.footer {
  padding: 30px 0 40px 0;
  border-top: 1px solid #c4c4c4;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}

.footer__phone {
  margin-bottom: 15px;
}
.footer__phone a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 7px;
  font-family: "Proxima Nova Lt";
  color: #888;
  padding-left: 26px;
  background: url(../images/phone.png) left center no-repeat;
  background-size: 18px 18px;
}

.footer__rights {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 7px;
  font-family: "Proxima Nova Rg";
  color: #242424;
}

.footer__zaitsev {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
  font-family: "Proxima Nova Rg";
  color: #242424;
}
.footer__zaitsev a {
  font-size: 14px;
  text-decoration: underline;
}

.footer__note {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  color: #242424;
}

.footer__right {
  width: 870px;
  display: flex;
  justify-content: space-between;
}
.footer__order .footer__right {
  justify-content: end;
}
.footer__order .footer__phone,
.footer__order .footer__note {
  margin-bottom: 0;
}

.footer__col {
  display: grid;
  grid-row-gap: 20px;
  height: fit-content;
}
.footer__col a {
  display: block;
}

.footer__link {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #888888;
}
.footer__link:hover {
  text-decoration: underline;
  color: #242424;
}

.footer__created {
  font-size: 14px;
}
.footer__created a {
  color: #BE032E;
}
.footer__created a:hover {
  text-decoration: underline;
}

.crumbs {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.crumbs a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #888888;
  opacity: 0.5;
  font-family: "Proxima Nova Lt";
}
.crumbs a:hover {
  color: #242424;
  text-decoration: underline;
  opacity: 1;
}
.crumbs img {
  display: block;
  margin: 0 8px;
  height: fit-content;
  flex-shrink: 0;
}

.fancybox-toolbar svg,
.fancybox-toolbar path {
  fill: #fafafa !important;
}

.header__burger {
  display: none;
}

.mob-menu {
  display: none;
}

.header__cart-fixed {
  position: fixed;
  top: 30px;
  right: 30px;
  filter: drop-shadow(0px 0px 10px rgb(141, 141, 141));
  transition-duration: 0.2s;
  display: none;
  z-index: 3;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.33);
  z-index: 1000;
}
.popup {
  display: none;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 45px 50px 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  width: 500px;
  margin-left: -250px;
  margin-top: -310px;
}
.popup__close {
  width: 44px;
  height: 44px;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: .8;
  cursor: pointer;
}
.popup__close:hover {
  opacity: 1;
}
.popup__close svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.popup__heading {
  font-family: "Proxima Nova Lt";
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.popup__description {
  color: #242424;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.popup__code {
  font-weight: 300;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: "Proxima Nova Rg";
}
.popup__input {
  height: 50px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  padding: 0 25px;
  width: 320px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #242424;
}
.popup__input:focus {
  border-color: #be032e;
}
.popup__submit-wrap {
  margin-top: 50px;
}
.popup__submit,
.popup__apply {
  width: 260px;
  height: 60px;
  padding: 20px 47px;
  color: #fff;
  background-color: #BE032E;
  border-radius: 100px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-family: "Proxima Nova Rg";
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.popup__submit:hover,
.popup__apply:hover{
  background-color: #920021;
}
.popup__submit:disabled,
.popup__submit[disabled] {
  pointer-events: none;
}
.popup__apply {
  display: none;
  width: 270px;
  margin-top: 10px;
}
.popup__submit-note {
  font-size: 12px;
  color: #888888;
  padding-top: 22px;
}
.popup__submit-note a {
  color: #ff888b;
}
.popup__submit-note a:hover {
  color: #ff525f;
}
.popup__countdown {
  margin-bottom: 30px;
}
.popup__countdown-text {
  color: #242424;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.tick {
  width: 320px;
  font-size: 29px;
}
.tick-flip span {
  color: #fff;
}
.tick-group {
  margin-left: 10px;
}
.tick-group:first-child {
  margin-left: 0;
}
.tick-flip-panel {
  color: #fff !important;
  background-color: #BE032E !important;
}
.tick-label {
  font-size: 14px;
  line-height: 18px;
  color: #888;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .header__cart-fixed {
    top: 17px;
    right: 27px;
  }
  .mob,
  [class^="--mob"],
  [class*="--mob"] {
    display: revert !important;
  }
  .desk,
  [class^="--desk"],
  [class*="--desk"] {
    display: none !important;
  }
  .header__text {
    display: none;
  }
  .header__links {
    display: none;
  }
  .container {
    max-width: 320px;
  }
  .header {
    height: 70px;
  }
  .header .container {
    align-items: center;
    z-index: 3;
  }
  .header__burger {
    width: 36px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    transition-duration: 0.2s;
  }
  .header__burger-line {
    width: 100%;
    height: 1px;
    background: white;
  }
  .header__logo {
    margin-right: 0;
  }
  .header__logo img {
    width: 126px;
    display: block;
  }
  .header__cart svg {
    width: 36px;
    height: 36px;
  }
  .mob-menu {
    background: #888888;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .header__burger.opened {
    height: 36px;
  }
  .header__burger.opened .header__burger-line:nth-child(1) {
    display: none;
  }
  .header__burger.opened .header__burger-line:nth-child(2) {
    transform: rotate(-45deg);
    position: relative;
    top: 18px;
  }
  .header__burger.opened .header__burger-line:nth-child(3) {
    transform: rotate(45deg);
    position: relative;
    bottom: 17px;
  }
  .mob-menu {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .mob-menu.opened {
    opacity: 1;
    visibility: visible;
  }
  .mob-menu__items {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
  }
  .mob-menu__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fafafa;
    margin-bottom: 40px;
  }
  .mob-menu__item:last-child {
    margin-bottom: 0;
  }
  .mob-menu__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #c4c4c4;
  }
  .mob-menu__bottom p {
    font-size: 12px;
    line-height: 15px;
    color: #fafafa;
    text-align: center;
    margin-bottom: 9px;
  }
  .mob-menu__bottom p:last-child {
    margin-bottom: 0;
  }
  .mob-menu__bottom p a {
    color: #fafafa;
  }
  .mob-menu__bottom .mob-menu__phone {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 26px;
    border-top: 1px solid #d9d9d9;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer__right {
    width: 100%;
    flex-direction: column;
    order: -1;
    margin-bottom: 30px;
  }
  .footer__col {
    display: block;
  }
  .footer__col:last-child .footer__link:last-child {
    margin-bottom: 0;
  }
  .footer__link {
    margin-bottom: 16px;
    text-align: center;
    line-height: 110%;
    font-size: 11px;
  }
  .footer__phone {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }
  .footer__rights {
    margin-bottom: 9px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }
  .footer__zaitsev {
    margin-bottom: 9px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }
  .footer__zaitsev a {
    font-size: 12px;
    line-height: 15px;
  }
  .footer__note {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }
  .footer__created {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }
  main {
    padding: 0 0 40px;
  }
  .crumbs {
    display: none;
  }
  .page__title {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #888888;
    font-family: "Proxima Nova Lt";
  }
  .header__cart-circle {
    width: 36px;
    height: 36px;
    border: 1px solid #fafafa;
  }
  .header__cart-circle svg {
    width: 18px;
  }
  .header__cart-cnt {
    width: 20px;
    height: 20px;
    top: -7px;
    left: -7px;
    font-size: 13px;
  }
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .props__subtitle {
    text-align: center;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .title {
    margin: 40px auto;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.01em;
  }

  .subtitle {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 0.01em;
  }

  .popup {
    width: 380px;
    margin-left: -190px;
    padding: 25px 30px 30px;
  }
  .popup__close {
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 389px) {
  .popup {
    padding: 20px;
    width: 360px;
    margin-left: -180px;
  }
}

/*# sourceMappingURL=main.css.map */
.czm-speech-bubble-text {
  text-align: center;
}
