html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
b,
figure,
header,
nav {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0px 0px;
}
body {
  line-height: 1;
}
figure,
header,
nav {
  display: block;
}
a {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0px 0px;
}
* {
  box-sizing: border-box;
}
body {
  background-color: rgb(242, 242, 242);
  position: relative;
}
img {
  max-width: 100%;
}
a {
  color: rgb(184, 139, 88);
  text-decoration: none;
}
.Body {
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width: 48em) {
  .Body {
    font-size: 20px;
    line-height: 27px;
  }
}
.Body > * {
  font-family: proxima nova, arial, helvetica neue, sans-serif;
}
.Body:last-child > :last-child {
  margin-bottom: 0px;
}
.Body a {
  color: blue;
  text-decoration: underline;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: rgb(238, 238, 238) -moz-use-text-color -moz-use-text-color;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}
.Body a:hover {
  color: blue;
  text-decoration: none;
}
.Body p {
  margin-bottom: 15px;
}
.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-family: proxima nova, arial, helvetica neue, sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.SvgIcon {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 45px;
  width: 100px;
}
.Menu {
  display: none;
  font-family: proxima nova, arial, helvetica neue, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 64em) {
  .Menu {
    font-size: 13px;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    background-color: rgb(38, 38, 38);
    display: flex;
    justify-content: center;
  }
}
.Menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px;
  text-align: center;
  transition: color 0.15s ease-out 0s;
}
@media only screen and (min-width: 64em) {
  .Menu-item {
    padding: 0px 15px;
    border-bottom: 0px none;
  }
}
@media only screen and (min-width: 64em) {
  .Menu-item:last-of-type {
    border-right: medium none;
  }
}
@media only screen and (min-width: 64em) {
  .Menu-item:hover {
    color: rgb(153, 153, 153);
    background-color: inherit;
  }
}
.Menu-link {
  transition: color 0.15s ease-out 0s;
  text-decoration: none;
  color: rgb(255, 255, 255);
  position: relative;
  line-height: 45px;
  top: 1px;
}
.Menu-item:hover .Menu-link {
  color: rgb(153, 153, 153);
}
.MeduzaLogo {
  position: relative;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
}
.Header {
  position: relative;
  height: 45px;
  background-color: rgb(38, 38, 38);
  display: flex;
  flex-flow: row nowrap;
  z-index: 2;
}
@media only screen and (min-width: 64em) {
  .Header {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .Header .HeaderButton--chat {
    display: none;
  }
}
.Header-left {
  display: flex;
  flex-basis: 16%;
  flex-grow: 1;
  height: 100%;
}
.Header-center {
  height: 100%;
  display: none;
}
@media only screen and (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: 0px;
  right: 0px;
}
@media only screen and (min-width: 64em) {
  .Header-meduzaLogo {
    position: static;
  }
}
.HeaderButton {
  position: relative;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0px 15px;
  -moz-user-select: none;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  fill: currentcolor;
  border: 0px none;
  background: transparent none repeat scroll 0px 0px;
  margin: 0px;
  cursor: pointer;
}
.HeaderButton:active {
  outline-width: 0px;
}
.HeaderButton:hover {
  color: rgb(153, 153, 153);
}
.HeaderButton::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-right: 1px solid rgb(103, 103, 103);
}
@media only screen and (min-width: 64em) {
  .HeaderButton::after {
    top: 10px;
    bottom: 10px;
  }
}
.HeaderButton-link {
  display: block;
  padding-top: 2px;
  text-transform: uppercase;
  color: inherit;
  font-family: proxima nova, arial, helvetica neue, sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.HeaderButton-link::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  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;
  font-family: proxima nova, arial, helvetica neue, sans-serif;
  color: rgb(184, 139, 88);
  -moz-user-select: none;
}
@media only screen and (max-width: 32em) {
  .MaterialTag {
    height: 15px;
    line-height: 15px;
    padding: 0px 5px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
span.MaterialTag {
  cursor: default;
  pointer-events: none;
}
@media only screen and (min-width: 32em) {
  .MaterialTag--medium {
    height: 20px;
    line-height: 20px;
    padding: 0px 7px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.MaterialTag--solid {
  color: rgb(255, 255, 255);
  background: rgb(184, 139, 88) none repeat scroll 0% 0%;
  border-color: rgb(184, 139, 88);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.MaterialMeta {
  display: inline-block;
  font-family: proxima nova, arial, helvetica neue, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: gray;
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .MaterialMeta--source {
    white-space: nowrap;
  }
}
.MaterialMeta--time {
  background-size: 12px 12px;
}
.MediaMaterialHeader {
  max-width: 840px;
}
.MediaMaterialHeader-first {
  color: rgb(0, 0, 0);
  line-height: 27px;
}
@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
}
.MediaMaterialHeader-first {
  transition: color 0.25s ease-out 0s;
  font-family: proxima nova, arial, helvetica neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    font-size: 36px;
  }
}
.MediaMaterial {
  background-color: rgb(255, 255, 255);
  padding: 12px;
}
@media only screen and (min-width: 48em) {
  .MediaMaterial {
    padding: 25px 15px 20px;
  }
}
.MediaMaterial-header {
  display: flex;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0px auto 18px;
  align-items: flex-start;
}
@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}
.MediaMaterial-tag {
  margin-bottom: 5px;
}
@media only screen and (min-width: 48em) {
  .MediaMaterial-tag {
    margin-bottom: 11px;
  }
}
.MediaMaterial-meta {
  margin-top: 12px;
}
@media only screen and (min-width: 48em) {
  .MediaMaterial-meta {
    margin-top: 12px;
  }
}
.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}
.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0px auto;
}
@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 48em) {
  .MediaMaterial--fullWidth .MediaMaterial-header {
    align-items: center;
    text-align: center;
  }
}
.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}
.Material {
  padding: 12px 0px 0px;
}
@media only screen and (min-width: 48em) {
  .Material {
    padding: 15px 0px 0px;
  }
}
.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}
.Material-shadow--top {
  top: 0px;
}
.Material-container {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  position: relative;
}
@media only screen and (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;
}
.MaterialContent .Figure {
  margin-right: -12px;
  margin-left: -12px;
}
@media only screen and (min-width: 40.625em) {
  .MaterialContent .Figure {
    margin-right: auto;
    margin-left: auto;
  }
}
.Figure {
  margin: 15px -12px;
}
.Figure img {
  display: block;
  margin: 5px auto;
}
@media only screen and (min-width: 48em) {
  .Figure {
    margin: 27px auto 20px;
  }
}
@media only screen and (min-width: 75em) {
  .Figure {
    max-width: 650px;
  }
}
.Figure img {
  max-width: 100%;
  vertical-align: bottom;
}
@media only screen and (min-width: 40.625em) {
  .Figure img {
    border-radius: 2px;
  }
}
.Figure-caption {
  width: 100%;
  max-width: 650px;
  margin: 0px auto;
  padding: 7px 12px 0px;
  font-size: 15px;
  line-height: 17px;
}
@media only screen and (min-width: 40.625em) {
  .Figure-caption {
    padding-right: 0px;
    padding-left: 0px;
    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: rgb(242, 242, 242);
  flex: 1 0 auto;
}
.App-header {
  position: relative;
  z-index: 200;
}
.App--isMaterial .App-content {
  background-color: rgb(230, 230, 230);
}
.logo {
  display: block;
  margin-top: 10px;
}
.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.Body a {
  color: blue;
}
.Body a:hover {
  box-shadow: none;
}

input {
  outline: 0px none;
}
.eeee {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  cursor: pointer;
}

@import url(../cssindex.html);
.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
figure,
header,
main,
nav {
  display: block;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
button,
input,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
.ruletka-p {
  text-indent: 0px;
  color: black;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: bold;
}
.order_block {
  text-align: center !important;
}
.order_block img {
  width: 20%;
  min-width: 200px;
}
.order_block h3 {
  font: bold 18px Arial !important;
  background: transparent;
}
.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}
.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../img/cross.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .close-popup {
    right: 0;
  }
}
.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}
.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}
.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255) !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}
.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #fff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  background-color: rgb(113, 195, 65);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }
  30% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pop-up-button:hover {
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

.ord_button {
  text-align: center;
  background-color: #ff4141;
  color: rgb(255, 255, 255) !important;
  display: inline-block;
  padding: 5px 20px;
  font-size: 20px !important;
  box-shadow: 2px 3px 8px rgb(115, 115, 115);
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid rgb(255, 255, 255);
  margin: 20px 0px 30px;
  line-height: 27px;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
}

.ord_button:hover {
  background-color: #f52424;
  box-shadow: 2px 3px 3px rgb(153, 153, 153);
  text-decoration: none !important;
  transform: scale(1.1);
}

.months span {
  display: none;
}

.months span.currentMonth {
  display: inline;
}

form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}

label {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
}

.form_group {
  padding: 10px;
  display: block;
  margin: 10px auto;
  border: 2px solid grey;
  border-radius: 5px;
  width: 460px;
  max-width: 100%;
}

.btn {
  display: block;
  margin: 20px auto;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

/* .btn:hover {
  opacity: 0.8;
} */

.dotted-list {
  padding-left: 40px;
  list-style: disc;
}

ul {
  margin: 20px 0;
}

.product-pic-block {
  position: relative;
}

.product-pic-block img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.prices {
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  transform: rotateZ(-16deg);
  text-align: center !important;
  background: linear-gradient(
    to right,
    rgb(238, 165, 19) 0%,
    rgb(253, 237, 19) 100%
  );
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 19%;
  padding: 10px 20px;
}

@media all and (max-width: 767px) {
  .prices {
    left: auto;
    right: 10%;
  }
}

/* .prices span {
  display: block;
}

.discount {
} */

.old-price {
  text-decoration: line-through;
}

.new-price {
  text-decoration: underline;
  text-decoration-color: #ff0000;
}
.button__text:after {
	content: '*';
	display: inline-block;
	font-size: 75%;
	vertical-align: top;
}

@media only screen and (max-width: 1230px) {
	.ac_footer {
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.ac_footer {
		padding: 15px;
		font-size: 11px;
		line-height: 1.2;
	}
}
.ac_footer {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 50px 0;
	color: #A12000;
}

.ac_footer a {
	color: #A12000;
}

.ac_footer p {
	text-align: center;
}

img[height="1"],
img[width="1"] {
	display: none !important;
}


	/*checkbox*/
	
	.form-checkbox {
		align-items: center;
		display: grid;
		grid-template-columns: min-content auto;
		column-gap: 10px;
		padding: 0;
		justify-content: center;
		margin-top: 20px;
		align-self: flex-start;
	}
	
	.form-checkbox__text,
	.form-checkbox__link {
		color: #9c9c9c;
		font-size: 14px;
	}
	
	.form-checkbox__link {
		font-weight: 600;
		text-decoration: none;
	}
	
	input[type="checkbox"] {
		width: 20px;
		height: 20px;
		cursor: pointer;
	}

	/* TIMER */
	
	.time-block {
		margin-bottom: 20px;
	}
	
	.time-remain {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0 auto;
		font-weight: 300;
		text-transform: uppercase;
		color: blue;
	}
	
	.time-remain-items {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		padding: 0 14px;
		font-size: 32px;
	}
	
	.time-text {
		font-size: 10px;
		font-weight: bold;
	}
	
	.time-dots {
		font-size: 32px;
		margin-bottom: 15px;
	}
