body,
html {
  margin: 0;
}
hr {
  padding: 0;
  border-width: medium;
  border-style: double none none;
  border-color: #333 currentcolor currentcolor;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  color: #333;
  text-align: center;
}
b,
body,
div,
figure,
h1,
h3,
header,
html,
img,
nav,
p,
span,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0 0;
}
body {
  line-height: 1.4;
  font-family: sans-serif;
}
figure,
header,
nav {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0 0;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #f2f2f2;
  position: relative;
}
img {
  max-width: 100%;
}
a {
  color: #b88b58;
  text-decoration: none;
}
.Body {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 48em) {
  .Body {
    font-size: 20px;
    line-height: 27px;
  }
}
.Body > * {
  max-width: 980px;
}
.Body:last-child > :last-child {
  margin-bottom: 0;
}
.Body a {
  color: inherit;
  box-shadow: 0 -1px #b88b58 inset;
}
.Body a:hover {
  color: #b88b58;
}
.Body p {
  margin-bottom: 15px;
}
.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: 700;
}
.Menu {
  display: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.sub-header {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 64em) {
  .Menu {
    font-size: 13px;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    background-color: #262626;
    display: flex;
    justify-content: center;
  }
  .sub-header {
    padding-top: 0;
  }
}
.Menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
  transition: color 0.15s ease-out 0s;
}
@media (min-width: 64em) {
  .Menu-item {
    padding: 0 15px;
    border-bottom: 0;
  }
  .Menu-item:last-of-type {
    border-right: medium;
  }
  .Menu-item:hover {
    color: #999;
    background-color: inherit;
  }
}
.Menu-link {
  transition: color 0.15s ease-out 0s;
  text-decoration: none;
  color: #fff;
  position: relative;
  line-height: 45px;
  top: 1px;
}
.Menu-item:hover .Menu-link {
  color: #999;
}
.Header {
  position: relative;
  height: 45px;
  background-color: #262626;
  display: flex;
  flex-flow: row nowrap;
  z-index: 2;
}
@media (min-width: 64em) {
  .Header {
    padding: 0 15px;
  }
}
@media (max-width: 63.9375em) {
  .Header .HeaderButton--chat {
    display: none;
  }
  .App-header {
    display: none;
  }
  .Material {
    padding-top: 0 !important;
  }
}
.Header-left {
  display: flex;
  flex-basis: 16%;
  flex-grow: 1;
  height: 100%;
}
.Header-center {
  height: 100%;
  display: none;
}
@media (min-width: 64em) {
  .Header-center {
    display: flex;
    justify-content: center;
    flex-grow: 2;
  }
}
.Header-right {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  flex-basis: 16%;
  flex-grow: 1;
}
.Header-meduzaLogo {
  display: flex;
  height: 45px;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}
@media (min-width: 64em) {
  .Header-meduzaLogo {
    position: static;
  }
}
.HeaderButton {
  position: relative;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0 15px;
  -moz-user-select: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  fill: currentcolor;
  border: 0;
  background: transparent none repeat scroll 0 0;
  margin: 0;
  cursor: pointer;
}
.HeaderButton:active {
  outline-width: 0;
}
.HeaderButton:hover {
  color: #999;
}
.HeaderButton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #676767;
}
@media (min-width: 64em) {
  .HeaderButton::after {
    top: 10px;
    bottom: 10px;
  }
}
.HeaderButton-link {
  display: block;
  padding-top: 2px;
  text-transform: uppercase;
  color: inherit;
  font-weight: 600;
  cursor: pointer;
}
.HeaderButton-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.HeaderButton--chat {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.MaterialTag {
  position: relative;
  z-index: 30;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  color: #b88b58;
  -moz-user-select: none;
}
@media (max-width: 32em) {
  .MaterialTag {
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
span.MaterialTag {
  cursor: default;
  pointer-events: none;
}
@media (min-width: 32em) {
  .MaterialTag--medium {
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.MaterialTag--solid {
  color: #fff;
  background: #b88b58 none repeat scroll 0% 0%;
  border-color: #b88b58;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.MaterialMeta {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: gray;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
  font-weight: 400;
}
@media (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}
@media (min-width: 48em) {
  .MaterialMeta--source {
    background-position-y: 4px;
    white-space: nowrap;
  }
}
.MediaMaterialHeader {
  max-width: 840px;
}
.MediaMaterialHeader-first {
  color: #000;
  line-height: 27px;
}
@media (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
}
.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
  transition: color 0.25s ease-out 0s;
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 48em) {
  .MediaMaterialHeader-first,
  .MediaMaterialHeader-separator {
    font-size: 36px;
  }
}
.MediaMaterial {
  background-color: #fff;
  padding: 12px;
}
@media (min-width: 48em) {
  .MediaMaterial {
    padding: 25px 15px 20px;
  }
}
.MediaMaterial-header {
  display: flex;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0 auto 18px;
  align-items: flex-start;
}
@media (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}
.MediaMaterial-tag {
  margin-bottom: 5px;
}
@media (min-width: 48em) {
  .MediaMaterial-tag {
    margin-bottom: 11px;
  }
}
.MediaMaterial-meta {
  margin-top: 12px;
}
@media (min-width: 48em) {
  .MediaMaterial-meta {
    margin-top: 12px;
  }
}
.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}
.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
@media (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
  }
}
@media (min-width: 48em) {
  .MediaMaterial--fullWidth .MediaMaterial-header {
    align-items: center;
    text-align: center;
  }
}
.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}
.Material {
  padding: 12px 0 0;
}
@media (min-width: 48em) {
  .Material {
    padding: 15px 0 0;
  }
}
.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}
.Material-shadow--top {
  top: 0;
}
.Material-container {
  background: #fff none repeat scroll 0% 0%;
  position: relative;
}
@media (min-width: 48em) {
  .Body h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
}
.MaterialContent--bannerless .Body > * {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 40.625em) {
  .MaterialContent .Figure {
    margin-right: auto;
    margin-left: auto;
  }
}
.Figure {
  margin: 15px -12px;
}
.Figure img {
  display: block;
  margin: 5px auto;
}
@media (min-width: 48em) {
  .Figure {
    margin: 27px auto 20px;
  }
}
@media (min-width: 75em) {
  .Figure {
    max-width: 650px;
  }
}
.Figure img {
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 40.625em) {
  .Figure img {
    border-radius: 2px;
  }
}
.Figure-caption {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 7px 12px 0;
  font-size: 15px;
  line-height: 17px;
}
@media (min-width: 40.625em) {
  .Figure-caption {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }
}
.App {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s,
    -o-transform 0.25s ease-out 0s;
}
.App-content {
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s,
    -o-transform 0.25s ease-out 0s;
}
.App-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: #f2f2f2;
  flex: 1 0 auto;
}
.App-header {
  position: relative;
  z-index: 200;
}
.App--isMaterial .App-content {
  background-color: #e6e6e6;
}
.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.Body a {
  color: green;
}
.Body a:hover {
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  background-image: url(../images/custom_select.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
@media (max-width: 768px) {
  select {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  select {
    font-size: 24px;
  }
}
a:active,
a:focus {
  outline: 0;
}
input {
  outline: 0;
}
input:active {
  outline: 0;
}
:focus {
  outline: 0;
}
button:active,
button:focus {
  outline: 0 !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
.ord_button {
  background-color: #fa3d3d;
  color: #fff !important;
  display: inline-block;
  padding: 10px 30px;
  font-size: 22px !important;
  box-shadow: 2px 3px 8px #999;
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid #fff;
  margin: 20px 0 30px;
  line-height: 27px;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
  text-shadow: 1px 1px 0 #565656;
  font-weight: 500;
}
.ord_button:hover {
  background-color: #772133;
  box-shadow: 2px 3px 3px #999;
  text-decoration: none !important;
  transform: scale(1.1);
}
.center {
  text-align: center;
}
.countdown-block {
  text-align: center;
  background: #ed1b24 none repeat scroll 0% 0%;
  color: #fff;
  padding-bottom: 10px;
  box-shadow: 0 0 #000;
}
.countdown-block > h3 {
  font-weight: 800;
  font-size: 24px;
  padding-top: 5px;
  margin: 0;
  padding-bottom: 10px;
}
.countdown-container {
  max-width: 320px;
  background: #ed1b24 none repeat scroll 0% 0%;
  border: 5px solid #fffd07;
  text-align: center;
  margin: 0 auto;
}
.countdown-container h3 {
  color: #fffd07;
  margin: -10px auto 0;
  background: #ed1b24 none repeat scroll 0% 0%;
  width: 93%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
}
.countdown-item {
  color: #fff;
  width: 5rem;
  font-weight: 800;
}
.countdown-divider {
  color: #fff;
  width: 1rem;
}
.countdown-text {
  margin: 0 auto -8px;
  background: #ed1b24 none repeat scroll 0% 0%;
  width: 93%;
  color: #fffd07;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.countdown-text span {
  width: 33%;
}
@media (max-width: 350px) {
  .countdown-text {
    justify-content: space-between;
  }

  .countdown-text span {
    width: 27%;
  }
}
.best-form {
  font: 16px/1.2 "Roboto", sans-serif;
  padding: 1rem 1rem 40px;
  color: #fff;
  background-color: #fa0;
  background-image: url(../fonts/form-bg.svg);
  background-size: cover;
}
.best-form > .wrap {
  max-width: 320px;
  margin: 0 auto;
}
.product {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.product .left {
  width: 50%;
}
.product .right {
  width: 50%;
  text-align: center;
}
.product .price-old {
  line-height: 1;
}
.product .price-old span {
  display: inline-block;
  font-size: 2rem;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.product .price-old > span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 25%;
  right: 0;
  border-top: 5px solid #ed1b24;
  transform: rotate(-20deg);
}
.product .price-old > span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 25%;
  right: 0;
  border-top: 5px solid #ed1b24;
  transform: rotate(20deg);
}
.comment p:first-child img {
  float: left;
}
.comment p:last-child {
  padding-left: 60px;
}
.comment p:first-child strong {
  position: relative;
  bottom: 5px;
}
.comment p:first-child {
  margin-bottom: 0;
}
.product .discount-text {
  margin-top: 1rem;
  color: #000;
  font-size: 18px;
}
.product .price {
  color: #ed1b24;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1;
}
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.name-input,
.phone-input,
.country-select {
  color: #000;
  background-color: #fff;
  border: 0;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  transition: all 0.15s ease-in-out 0s;
}
.name-input label,
.phone-input label {
  align-self: center;
  padding-left: 15px;
  width: 60px;
  font-weight: 700;
}
.name-input input,
.phone-input input,
.country-select {
  flex: 1 1 auto;
  border: 0;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px 10px 10px;
  border-radius: 6px;
}
.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 14px 0;
  background-image: linear-gradient(to top, #137c09, #16ac0c);
  transition: all 0.15s ease-in-out 0s;
  cursor: pointer;
  font: 400 18px/1.4 "Roboto", sans-serif;
}
.button-submit:hover {
  opacity: 0.8;
}
.button-submit-text {
  margin-top: 1px;
  color: #fff;
  flex: 1 1 auto;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-feature-settings: inherit;
  font-language-override: inherit;
  font-kerning: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-weight: 400;
}
.button-submit-arrow {
  margin-top: 3px;
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem;
}
@media (max-width: 1230px) {
  .ac_footer {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .ac_footer {
    padding: 15px;
    font-size: 11px;
    line-height: 1.2;
  }
}
#only-mob {
  display: none;
}
@media screen and (max-width: 759px) {
  .product {
    display: block;
  }
  .product .left,
  .product .right {
    width: 100%;
  }
  .product .right {
    margin: 20px 0;
  }
  .img-responsive {
    margin: 0 auto;
  }
  #only-mob {
    display: block;
    text-align: center;
  }
  .product .price-old > span::before {
    transform: rotate(10deg);
  }
  .product .price-old > span::after {
    transform: rotate(-10deg);
  }
}

.ac_footer {
  display: none !important;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
  color: #a12000;
}

.modal {
  position: fixed;
  left: -100%;
  top: 50%;
  width: 80%;
  height: 80%;
  max-height: 800px;
  max-width: 800px;
  font-size: 14px;
  overflow: auto;
  overscroll-behavior: contain;
  transition: left .5s;
  background-color: #fff;
  border: 1px solid black;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.modal--active {
  left: 50%;
}

.modal__wrapper {
  position: relative;
  padding: 30px 15px;
}

.modal__close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  cursor: pointer;
}

.modal__close-button::before,
.modal__close-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: #cccccc;

}

.modal__close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.modal__paragraph {
  margin-top: 15px;
}

.modal__paragraph--bold {
  font-weight: 700;
}

.modal__paragraph--italic {
  font-style: italic;
}

.modal__subtitle {
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
}

.modal__subtitle+.modal__paragraph {
  margin-top: 10px;
}

.modal__ordered-list {
  padding-left: 25px;
  margin-top: 10px;
  list-style: decimal;
}

.modal__ordered-item:not(:first-of-type) {
  margin-top: 10px;
}

.modal__unordered-list {
  margin-top: 10px;
  padding-left: 15px;
}

.modal__unordered-item:not(:first-of-type) {
  margin-top: 10px;
}

.modal__unordered-list--inner {
  padding-left: 20px;
  list-style-type: disc;
}

.overlay-bg {
  position: fixed;
  z-index: -5;
  opacity: 0;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  transition: opacity .5s;
}

.overlay-bg--active {
  z-index: 15;
  opacity: 1;
  left: 0;
}

.footer {
  padding: 15px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.footer-info {
  max-width: 576px;
  margin: 10px auto;
  font-size: 12px;
}

.footer-links {
  padding: 10px 0;
  font-size: inherit;
  text-align: center;
  color: #b88b58;
}

.footer-link {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.footer-link:hover {
  text-decoration: none;
}

.footer-link:not(:last-of-type) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #A12000;
}


.nav__link--disclaimer {
  font-weight: 700;
  text-decoration: underline;
  color: #b88b58;
  cursor: pointer;
}

.nav__link--disclaimer:hover {
  text-decoration: none;
}