html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  background: #ebebeb;
  transition: opacity 0.4s ease-out;
}

body { touch-action: pan-y; }

.message-popup {
	touch-action: initial;
}

.material-icons-outlined { font-size: inherit; vertical-align: middle; }

a, a:hover, a:active {
  text-decoration: none;
}

body div.db { display: block; }

img.order-splash {
	display: block;
	margin: 0 auto;
	max-height: 120px;
	margin-bottom: 20px;
}

header {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 20;
}

.old-price {
	text-decoration: line-through;
	opacity: 0.5;
}

header > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(0, 0, 0, 0.0);
  padding: 10px 25px;
  transition: all 0.4s ease-out;
}

header.hbg > div {
  background: rgba(0, 0, 0, 0.8);
}

body header.hbg img.logo {
  height: 25px;
}


header > div:nth-child(3) > div {

}

header > div > div {
  display: flex;
  width: 33.3%;
  justify-content: flex-start;
}

header > div > div:nth-child(2) {
  justify-content: center;
}

header > div > div:nth-child(3) {
  justify-content: flex-end;
}

header > div > div > div {
  padding: 0 25px;
  padding-left: 0;
  white-space: nowrap;

}

header > div > div:nth-child(3) > div, header > div > div:nth-child(2) > div {
  padding: 0;
}

header > div > div > div > a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.video-block {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000;
}

.video-block-fade {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.video-block video {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.listen-name {
	cursor: pointer;
	color: #8f392b;
}

.listen-name:hover {
	text-decoration: underline;
}

img.logo {
  display: inline-block;
  object-fit: contain;
  object-position: center;
  width: 40px;
  height: 40px;
  vertical-align:middle;
}

header.page {
	background: #1e212f;
}

pre {
	word-wrap: break-word;
	white-space: pre-wrap;
}

.video-sample {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	background: #000;
}

.mt-5 {
	margin-top: 5em;
}

.mh-95 {
	min-height: 75vh;
}

.site-title {
  display: inline-block;
  vertical-align: middle;
}

.video-block-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.video-block-inner-hdr {
  font-size: 3vw;
  font-weight: bold;
  width: 60%;
  text-align: center;
}
.video-block-inner-subhdr {
  width: 60%;
  text-align: center;
  padding-top: 15px;
  font-size: 1.3vw;
  color: #faf9c2;
}

div.btn, button.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border-radius: 7px;
  background-color: #d6ffe1;
  user-select: none;
  padding: 12px 20px;
  color:#2b2b2b;
  margin: 0px 5px;
  cursor: pointer;
  box-sizing: border-box;
	border: 2px solid #d6ffe1;
}

button.btn {
	display: block;
	width: 100%;
	margin: 0;
	margin-top: 25px;
	background-color: #ffd400;
	color: #000;
	border-color: #ffd400;
}

div.btn.active {
	border: 2px solid #332d2d;
}

div.btn.color-2 {
  background-color: #f7f6ff;
}

body .video-block-btns > div.btn {
  border: 2px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.7s ease;
}

body .video-block-btns > div.btn.color-2 {
  color: #e2e2e2;
  border-color: #9e9e9e;
}

body .video-block-btns > div.btn:hover {
  border-color: #bebebe;
}

.video-block-btns {
  margin: 30px 0;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}

.badge {
  background: #fff;
  padding: 1.5em;
  border-radius: 10px;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)!important;
  margin-top: 2em;
  box-sizing: border-box;
}

footer {
  background: #bebebe;
  margin-top: 4em;
  padding: 25px 0px;

}

footer > div > div {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  align-items: center;
}

footer div > a, footer div > a:hover, footer div > a:visited {
  color: #30333f;
}

img.vm {
  margin-top: 5px;
}

.shop .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.shop .items > div {
  width: 32%;
  background: #f8f8ff;
  height: 510px;
  margin-bottom: 2%;
  overflow: hidden;
  border-radius: 10px;
}

.shop .items > div > div {
  position: relative;
}

.shop .items > div > div > .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  left: calc(50% - 20px);
  cursor: pointer;
}

.shop .items > div > div > img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.items-inner {
  padding: 20px;
  padding-top: 0;
}

.btn.item-btn {
  margin: 0;
  display: block;
  text-align: center;
  background-color: #b8c9ff;
}



.video-popup, .message-popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);

}

.video-popup-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.video-popup-inner > div > span {
  color: #fff;
  display: block;
  position: absolute;
  top: -6%;
  right: 0;
  z-index: 99;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

.video-popup-inner > div {
  width: 60%;
  height: 480px;
  background: #000;
  position: relative;
}

.video-popup-inner > div > video {
  display: block;
  width: 100%;
  height: 100%;

}

.message-popup .video-popup-inner > div {
	background: #fff;
	font-size: 110%;
	padding: 25px;
}

.message-popup-btns {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: auto;
	z-index: 99999;
	padding-top: 10px;
	text-align: center;
}

.message-popup-btns > div:nth-child(2) {
	background-color: #ffeb3b;
	border-color: #ffeb3b;
}

.message-popup-inner {
	height: 100%;
}

.pre-cropper-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.cropper-img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.order-btn .btn {
  margin-left: 0;
  margin-right: 0;
  font-size: 1vw;
}

.photo-place img.orig { display: none; }
.photo-place img.preview {
	display: block;
	width: 300px;
	height: auto;
	object-fit: contain;
	object-position: center;
	border-radius: 10px;
	margin: 10px 0;
}
.mt-1-5em {
  margin-top: 1.5em;
}

.sub-photos { display: none; }

.mt-1em {
  margin-top: 1em;
}
.sub-select { display: none; padding: 10px 0; }

.no-name { padding: 15px 0; padding-bottom: 0;}
.no-name > div:nth-child(1) {
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #848484;
}

.no-name-sub {
	display: none;
	padding: 10px;
	margin-top: 10px;

	border: 1px dashed #bebebe;

}
.no-name-sub .btn {
	margin: 0;
	margin-top: 10px;
}

.photo-place {
	display: none;
	margin: 10px 0;

}

.photo-place img {
	display: block;
	width: 300px;
	height: auto;

}

.hidden-file-input { opacity: 0; top:0;left:0;position: absolute;width: 100%; height: 100%; cursor: pointer;}
.btn.btn-photo {
	position: relative;
	margin: 0;
	margin: 5px 0;
	background-color: #bebebe;
	border-color: #bebebe;
}

.mt-5p { margin-top: 5px; }
.mb-5p { margin-bottom: 5px; }
.mt-10p { margin-top: 10px; }
.mb-10p { margin-bottom: 10px; }
.mb-25p { margin-bottom: 25px; }

.tac { text-align: center; }
.mb-0 { margin-bottom: 0!important; }
.mtb-05 { margin: 0.5em 0; }

.sub-h2 { margin-top: 5px; margin-bottom: 20px; font-size: 17px;}

.selectize-control.single .selectize-input {
  background-image: unset;
  background-color: #fff;
}

.order-btn .btn.active {
  border: 1px solid #333333;
}

.order-heading {
  font-weight: bold;
  padding-bottom: 5px;
}


.selectize-input {

}

.preview {
  cursor: pointer;
  color:#673ab7;
}

body .btn.btn-pay {
  background-color: #ffeb3b;
  margin: 0;
  width: 100%;
  text-align: center;
}

.price-main {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #607d8b;
}

.pre-selector {
  text-align: center;
  padding: 20px 0;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single, .selectize-input {
  border-color: #000;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	opacity: 0;
}

.btn-sub-pay {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 20px 0;
}

.main-select > div > input {
  color: #000;
}

body .form-el {
	display: block;
	width: 100%;
	padding: 10px 5px;
	margin-top: 10px;
	outline: none !important;
	border: 2px solid #bebebe;
	font-family: 'Rubik', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	border-radius: 5px;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}

.form-el-hdr {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 15px;
	line-height: 1em;
}

.form-el-hdr-sub {
	font-size: 13px;
	line-height: 0.8em;
	color: #795548;
}

.order-form {
	margin-top: 25px;
}

.pre-form-btns .btn {
	display: block;
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 2px;
}

.video-sample-block {
	position: relative;

}

.video-sample-block .play-btn {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
  left: calc(50% - 20px);
  cursor: pointer;
}

.select2-selection {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  outline: 0;
  min-height: 44.8px;
  text-align: left;
	font-weight: 400;
	font-size: 17px;
	color: #000;
}
.select2-container--default .select2-selection--single {
	border: 2px solid #bebebe;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
}

.select2-selection__rendered {
  margin: 7px;
}

.select2-selection__arrow {
  margin: 6px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}

header > div > div:nth-child(3) > div:nth-child(1) {
  padding-right: 25px;
}

header > div > div:nth-child(3) > div:nth-child(3) {
	padding-left: 25px;
}

#tmr {
  font-size: 19px;
  text-align: center;
  color: #ff3737;
  font-weight: 600;
}


.div-button-2, .div-button-4 {
    color: #262323;
    font-weight: 600;
    padding: 12px 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 7px;
    background: #e1c4f3;
    user-select: none;
}

.div-button-3 {
    background: #efefef !important;
    border: 2px solid #fff !important;
}

.div-button-3.pm-active {
    border: 2px solid #000 !important;
}

.mt-2 { margin-top: 2em; }

.bgcacc { background-color: #f44336 !important; border-color: #f44336 !important; color: #fff !important; }

.play-btn {
  width: 40px;
  height: 40px;
  background: radial-gradient( rgba(255, 0, 128, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  display: block;
  box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
}


/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -22%;
  left: -22%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}


.badge > h2, .badge > h3 {
	margin-top: 0;
}

.color-w { color: #fff; }
.color-b { color: #000; }
.color-m { color: red; }
.color-a { color: yellow; }

main {
	min-height: 100vh;
}


.container {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.bg-b-1 {
	background-color: #FFF8E1;
}
.bg-b-2 {
	background-color: #E3F2FD;
}
.bg-b-3 {
	background-color: #E0F7FA;
}
.bg-b-4 {
	background-color: #FCE4EC;
}
.bg-b-5 {
	background-color: #E0E0E0;
}
.bg-b-6 {
	background-color: #E0F7FA;
	background-image: radial-gradient(circle, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
	background-size: 10px 10px;
}
.bg-b-7 {
	background-color: #FFF8E1;
	background-image: radial-gradient(circle, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
	background-size: 10px 10px;
}

.d-f { display: flex; }
.ai-c { align-items: center; }
.fd-c { flex-direction: column; }
.fw-b { font-weight: bold; }
.fs-30 { font-size: 30px; }
.fs-20 { font-size: 20px; }
.fs-25 { font-size: 25px; }
.fs-15 { font-size: 15px; }
.fs-17 { font-size: 17px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.g-5 { gap: 5px; }
.g-10 { gap: 10px; }

.btn.btn-s {
	margin: 0;
	font-size: 13px;
	padding: 8px 11px;
	background-color: #d4ebff;
	border-color: #d4ebff;


}
