* {
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
p,
ul,
ul li {
	margin: 0;
	padding: 0;
}

a {
	color: #117327;
	font-weight: 600;
	cursor: pointer;
}

ol {
	counter-reset: item;
	padding: 0px 64px;
}

ol li.counter {
	list-style: none;
	position: relative;
	margin-bottom: 15px;
}

ol li.counter::before {
	position: absolute;
	top: 2px;
	left: -45px;
	padding: 0px;
	counter-increment: item;
	content: counter(item);
	background: #117327;
	border-radius: 100%;
	color: #fff;
	width: 24px;
	height: 24px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

ol li.counter ul {
	padding-left: 10px;
}

ol li.counter ul li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}

ul li::marker {
	color: #117327;
}

h1 {
	font-size: 37px;
}

body {
	display: block;
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	min-width: 320px;
	font-weight: 400;
	font-size: 18px;
}

p {
	margin-bottom: 15px;
}

.green-text {
	color: #117327;
}

img {
	width: 100%;
	display: block;
}

.image {
	display: block;
	margin: 15px auto;
}

.image img.inner-img {
	display: block;
	margin: 0 auto;
	/*border-radius: 8px;*/
}

.image.horizontal {
	max-width: 500px;
}

.image.vertical {
	max-width: 430px;
}

.image p.description {
	background-color: #C0FFBF;
	display: block;
	/*border-radius: 8px;*/
	/*margin-top: 10px;*/
	margin-bottom: 0;
	padding: 20px 15px;
	font-size: 16px;
	text-align: center;
	/*border-top-left-radius: 0;*/
	/*border-top-right-radius: 0;*/
}

.plashka {
	position: relative;
	/*pointer-events: none;*/
}

header {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 34px;
	background-color: #117327;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
}

.logo-text {
    text-decoration: none;
	/*margin-left: 18px;*/
	color: #fff;
	text-transform: uppercase;
}

nav {
	padding: 10px 65px;
	background-color: #C0FFBF;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

nav a {
	font-size: 14px;
	text-decoration: none;
	color: #000;
	display: block;
}

nav a:hover {
    text-decoration: underline;
}

.main-title {
	padding: 30px 120px;
	text-align: center;
	background: rgb(192, 255, 191);
	background: linear-gradient(90deg, rgba(192, 255, 191, 0.4010197829131653) 0%, rgba(192, 255, 191, 0.4) 20%, rgba(192, 255, 191, 0) 53%, rgba(192, 255, 191, 0.4) 80%);
	margin-top: 20px;
	margin-bottom: 20px;
}

.main-title.initial-title {
	margin: 0;
}

.main-title h1 {
	color: #117327;
	margin-bottom: 20px;
}

.main-title p.title-date {
	font-weight: 200;
	margin: 0;
}

.container {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 15px;
}

.text-title {
	display: block;
	width: 100%;
	margin: 20px 0px;
	background-color: #E5FFE4;
	border-radius: 8px;
	padding: 30px;
	position: relative;
}

.text-title::before {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	width: 125px;
	height: 30px;
	border-radius: 8px 0px 8px 0px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #117327;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #117327;
}

.text-title::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -5px;
	width: 125px;
	height: 30px;
	border-radius: 8px 0px 8px 0px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #117327;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #117327;
}

.text-title h2 {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 1px;
}

.infograf {
	display: block;
	max-width: 610px;
	width: 100%;
	margin: 15px auto;
	padding: 30px;
	border-radius: 8px;
	border: 1px solid #117327;
}


.info-block {
	text-align: center;
}

.infograf p {
	text-align: center;
}

.infograf .infograf-title {
	color: #117327;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.infograf .infograf-subtitle {
	margin-bottom: 30px;
	font-size: 16px;
}

.progress-bar {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #DCFFD0;
	border-radius: 107px;
	border: 1px solid #1D7200;
	margin-bottom: 20px;
	overflow: hidden;
}

.progress-bar:last-child {
	margin-bottom: 0px;
}

.progress-bar .progress-bar-inner {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 20%;
	height: 40px;
	background-color: #1D7200;
	border-radius: 107px;
	padding-right: 15px;
	padding-left: 7px;
	text-align: right;
}

.progress-bar-inner.prog-83.progress-animated {
	-webkit-animation: progressBar83 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar83 2s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-87.progress-animated {
	-webkit-animation: progressBar87 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar87 2s ease-in-out;
	-moz-animation-fill-mode: both;
}


.progress-bar-inner.prog-80.progress-animated {
	-webkit-animation: progressBar80 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar80 2s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-75.progress-animated {
	-webkit-animation: progressBar75 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar75 2s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-bar-inner.prog-70.progress-animated {
	-webkit-animation: progressBar70 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar70 2s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-animated {
	-webkit-animation: progressBar 2s ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation: progressBar 2s ease-in-out;
	-moz-animation-fill-mode: both;
}

.progress-bar .progress-bar-inner span {
	width: 100%;
	color: #fff;
	font-size: 17px;
	line-height: 40px;
	font-weight: 600;
}

@-webkit-keyframes progressBar100 {
	0% {
		width: 20%;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes progressBar100 {
	0% {
		width: 20%;
	}

	100% {
		width: 100%;
	}
}

@-webkit-keyframes progressBar87 {
	0% {
		width: 20%;
	}

	100% {
		width: 87%;
	}
}

@-moz-keyframes progressBar87 {
	0% {
		width: 20%;
	}

	100% {
		width: 87%;
	}
}

@-webkit-keyframes progressBar83 {
	0% {
		width: 20%;
	}

	100% {
		width: 83%;
	}
}

@-moz-keyframes progressBar83 {
	0% {
		width: 20%;
	}

	100% {
		width: 83%;
	}
}

@-webkit-keyframes progressBar80 {
	0% {
		width: 20%;
	}

	100% {
		width: 80%;
	}
}

@-moz-keyframes progressBar80 {
	0% {
		width: 20%;
	}

	100% {
		width: 80%;
	}
}

@-webkit-keyframes progressBar75 {
	0% {
		width: 20%;
	}

	100% {
		width: 75%;
	}
}

@-moz-keyframes progressBar75 {
	0% {
		width: 20%;
	}

	100% {
		width: 75%;
	}
}

@-webkit-keyframes progressBar70 {
	0% {
		width: 20%;
	}

	100% {
		width: 70%;
	}
}

@-moz-keyframes progressBar70 {
	0% {
		width: 20%;
	}

	100% {
		width: 70%;
	}
}

.timeline-block {
	margin: 40px auto;
}

.timeline-item {
	max-width: 610px;
	width: 100%;
	position: relative;
	border: solid 1px #117327;
	border-radius: 8px;
	margin: 5px auto;
	padding: 36px 20px 30px 20px;
}

.timeline-item p {
	text-align: center;
	margin-bottom: 0px;
}

.timeline-item .week-counter {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translate(-50%);
	max-width: 128px;
	width: 100%;
	padding: 5px;
	border-radius: 50px;
	color: #fff;
	background-color: #117327;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

/* TEST */

#quiz-block {
	max-width: 610px;
	width: 100%;
}

.quiz-block {
	margin: 40px auto;
	background: #E5FFE4;
	padding: 20px;
	text-align: center;
	border-radius: 10px;
}

.quiz-item {
	display: none;
}

.quiz-item.active {
	display: block;
}

.quiz-block p.subtitle {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 0;
	border: none;
}

.btn-main,
.btn-main-2,
.btn-main-cta {
	display: block;
	background: #117327;
	color: #fff;
	font-size: 21px;
    line-height: 1.3;
	font-weight: 600;
	letter-spacing: 1px;
	width: 100%;
	max-width: 158px;
	margin: 15px auto;
	margin-bottom: 0px;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
	padding: 5px;
	border: 1px solid transparent;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.btn-main-2 {
	max-width: 240px;
}

.btn-main-cta {
	text-decoration: none;
	max-width: 300px;
	font-size: 20px;
	line-height: 1.3;
	padding: 10px 10px;
	text-transform: uppercase;
	border-radius: 82px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.btn-main:hover,
.btn-main-2:hover,
.btn-main-cta:hover {
	color: #fff;
	border: 1px solid #fff;
}

.quiz-answer label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	line-height: 24px;
	margin: 10px 0;
	padding: 10px;
	cursor: pointer;
	width: fit-content;
	width: -moz-fit-content;
	border-radius: 8px;
	color: #000;
	text-align: left;
}

.quiz-answer label:hover {
	background-color: #fff;
	color: #117327;
	border-radius: 10px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.quiz-multiple {
	display: block;
}

.result-block p:not(.subtitle) {
	color: #000;
	line-height: 24px;
	margin: 10px 0;
	text-align: left;
}

.result-block p:last-child {
	margin-bottom: 0;
}

.result-block {
	display: none;
}

input[type="radio"],
input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid currentColor;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
	position: relative;
}

input[type="radio"]::before,
input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #117327;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
	transform: translate(-50%, -50%) scale(1);
}

/* TEST */

.preflags {
	background-color: #E5FFE4;
	border: solid 2px #117327;
	border-radius: 8px;
	padding: 25px 20px;
	margin-top: 40px;
}

.preflags p {
	text-align: center;
}

.preflags p:last-child {
	margin-bottom: 0px;
}

.comments-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 40px 0px;
}

.comments-logo {
	width: 40px;
	margin-right: 20px;
}

.comment:first-child {
    padding-top: 0px;
    border-top: none;
    margin-top: 0px;
}
.comment {
	padding-top: 20px;
	border-top: solid 2px rgba(17, 115, 39, 0.5);
	margin-top: 20px;

}

.comment.ans {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
	padding-left: 60px;
	padding-top: 30px;
}

.comment .author {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/*margin-bottom: 20px;*/
}

.comment.ans .author {
	position: relative;
}

.comment.ans .author::before {
	content: "";
	position: absolute;
	left: -25px;
	top: -11px;
	width: 11px;
	height: 45px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #117327;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #117327;
}

.author .ava {
	width: 70px;
	border-radius: 50%;
	margin-right: 20px;
}

.author-info p {
	margin-bottom: 0px;
}

.author-info p.comm-name {
	color: #117327;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1.4px;
    margin-bottom: 10px;
}

.author-info p.comm-date {
	color: #959595;
	font-weight: 200;
	font-size: 16px;
}

.comment p.comm-text {
	font-size: 18px;
	margin-bottom: 0px;
    padding-left: 90px;
}

.comment img.comm-img {
	/*border-radius: 8px;*/
	margin-top: 15px;
}

.comment img.comm-img.horizontal {
	max-width: 280px;
}

.comment img.comm-img.vertical {
	max-width: 346px;
}

@media screen and (max-width: 1023px) {
	.mw-mob {
		max-width: 370px;
		width: 100%;
	}
	.text-title h2,
	.main-title h1 {
		line-height: 1.3;
	}
	.main-title {
		padding: 30px 25px ;
	}
	.text-title::before {
		left: 0px;
		top: 0px;
	}
	.text-title::after {
		right: 0;
		bottom: 0;
	}
    .comments-title {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	.image.horizontal {
		max-width: 500px;
		width: 100%;
	}

	.image.vertical {
		max-width: 380px;
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	nav {
		display: none;
	}

	h1 {
		font-size: 26px;
	}
}

@media screen and (max-width: 768px) {
	.mw-mob {
		max-width: 320px;
		width: 100%;
	}
	.button-submit {
		font: 20px / 1.4 "Roboto", sans-serif!important;

	}
	.image.vertical {
		max-width: 350px;
		width: 100%;
	}
	.image.horizontal {
		max-width: 450px;
		width: 100%;
	}
	h1 {
		font-size: 20px;
	}

	.image {
		margin: 20px auto;
	}

	p,
	label {
		font-size: 15px;
	}

	.main-title h1 {
		margin-bottom: 10px;
	}

	.main-title {
		padding: 20px 15px;
		margin-bottom: 30px;
	}

	header {
		font-size: 22px;
	}

	.image p.description {
		padding: 15px;
		font-size: 14px;
	}

	.infograf {
		padding: 15px 15px;
		margin: 30px auto;
	}

	.infograf .infograf-title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.infograf .infograf-subtitle {
		font-size: 13px;
		margin-bottom: 20px;
	}

	.infograf p {
		margin-bottom: 10px;
	}

	.progress-bar,
	.progress-bar .progress-bar-inner {
		height: 30px;
	}

	.progress-bar .progress-bar-inner span {
		font-size: 14px;
		line-height: 30px;
	}

	.timeline-item {
		padding: 30px 15px 20px 15px;
	}

	/* .timeline-item .week-counter {
		font-size: 15px;
	} */
	.quiz-block p.subtitle {
		font-size: 18px;
	}

	.btn-main,
	.btn-main-2 {
		font-size: 17px;
	}

	.text-title {
		padding: 20px;
		margin: 20px 0px;
	}

	.text-title h2 {
		font-size: 18px;
	}

	ol {
		padding-right: 0px;
		padding-left: 40px;
	}

	li {
		font-size: 15px;
	}

	ol li.counter {
		margin-bottom: 15px;
	}

	ol li.counter::before {
		width: 20px;
		height: 20px;
		font-size: 14px;
		top: 1px;
		left: -35px;
	}

	.preflags {
		padding: 20px 15px;
		margin-top: 20px;
	}

	/*.comment {*/
	/*	padding-bottom: 20px;*/
	/*	margin-bottom: 20px;*/
	/*}*/

	.comment.ans {
		padding-top: 20px;
		padding-left: 40px;
	}

	.comments-title {
		font-size: 18px;
	}

	.comments-logo {
		width: 40px;
	}

	.comment .author {
		margin-bottom: 10px;

	}

	.author .ava {
		width: 40px;
		margin-right: 10px;
	}

	.comment p.comm-text {
        padding-left: 50px;
    }
	.comment p.comm-text,
	.author-info p.comm-name {
		font-size: 16px;

	}

	.author-info p.comm-date {
		font-size: 15px;
	}

	.comment img.comm-img {
		margin-top: 12px;
	}

	.comment.ans .author::before {
		left: -25px;
		top: -10px;
		height: 29px;
	}

	/*.btn-main-cta {*/
	/*	padding: 20px;*/
	/*	font-size: 28px;*/
	/*}*/

}
@media screen and (max-width: 479px){
	.main-title h3 {
		font-size: 19px;
	}
	.image.vertical {
		max-width: 320px;
		width: 100%;
	}
}
#order_form_1 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 400px;
	margin: 30px auto;
	padding: 0 20px;
}

#order_form_1 input[type="text"],
#order_form_1 input[type="tel"] {
	width: 100%;
	padding: 18px 24px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	transition: all 0.3s ease;
	outline: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

#order_form_1 input[type="text"]:focus,
#order_form_1 input[type="tel"]:focus {
	border-color: #117327;
	box-shadow: 0 4px 12px rgba(17, 115, 39, 0.15);
	transform: translateY(-2px);
}

#order_form_1 input[type="text"]::placeholder,
#order_form_1 input[type="tel"]::placeholder {
	color: #999;
	font-style: italic;
}

#order_form_1 input[type="text"]:hover,
#order_form_1 input[type="tel"]:hover {
	border-color: #117327;
}

#order_form_1 button[type="submit"] {
	margin-top: 10px;
}

.inL_130862 {
    display: block !important
}

.inL_389304 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.inL_523149 {
    max-width: 200px;
}

.inL_818105 {
    display: none
}

.inL_200018 {
    display: none
}

.inL_339030 {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.inL_389730 {
    position: absolute;
    visibility: hidden
}

.adult {
    /*width: fit-content;*/
    position: relative;

	cursor: pointer;
    margin: 10px auto 0
}

.adult::after {
    /*border-radius: 8px;*/
    position: absolute;
    content: '18+';
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 40px;
    background-color: #add8e6f3;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.adult.active::after {
    content: none
}
  
  .order_block {
	display: none;
	background: linear-gradient(180deg, rgba(229, 250, 234, 0.5) 0%, #117327 200%);
	border-radius: 8px;
	padding: 20px 10px;
  }
  
  @keyframes pop-up-appear {
	0% {
	  transform: translateY(-2000px);
	}
  
	30% {
	  transform: translateY(100px);
	}
  
	100% {
	  transform: translateY(0);
	}
  }
  
  @keyframes pop-up-appear-before {
	0% {
	  transform: scale(0);
	}
  
	100% {
	  transform: scale(1);
	}
  }
  
  @keyframes pop-up-appear-after {
	0% {
	  opacity: 0;
	}
  
	100% {
	  opacity: 1;
	}
  }
  
  @keyframes pulse {
	to {
	  box-shadow: 0 0 0 15px transparent;
	}
  }

#time {
	color: red;
	font-weight: 700;
	font-size: 1.5rem;
}

.order_block {
	display: none;
	text-align: center !important;
	position: relative;
}

.wrapper-product {

	position: relative;
    text-align: center;
}

.sale-image {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 105px;
	height: 105px;
}

.order_block h3 {
	font: bold 18px Arial !important;
	background: transparent;
}

.order_block form {
	margin: 0 auto;
}

@media (max-width: 320px) {
	.order_block form {
		width: auto;
	}
}

@keyframes pop-up-appear {
	0% {
		transfsorm: 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;
	}
}

.alert {
	font-family: "Roboto", sans-serif;
	position: fixed;
	top: 85px;
	right: 10px;
	padding: 10px 20px;
	max-width: 90%;
	background: #f7f7f7;
	box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transition: opacity 0.3s;
	opacity: 0;
	pointer-events: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 400;
	font-size: 16px;
	line-height: 135%;
	background-color: #fff;
}

input::placeholder {
	border: none !important;
}

.left {
	position: relative;
}

.best-form {
	font: 16px/1.2 "Roboto", sans-serif;
	padding: 1rem;
	color: #fff;
	background-color: #fa0;
	background-image: url("../fonts/62de4e9c2eb3701760f4cfabbfef5edf717d4abc.svg");
	background-size: cover;
}

.form-wrapper {
    max-width: 300px;
    width: 100%;
}

.form-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
	max-width: 650px;
	margin: 0 auto;
}

.product {
	/* max-width: 320px; */
	margin: 0 auto;
	display: flex;
}

.product .left {
	width: 100%;
}

/* .product .price-old span:before {
        position: absolute;
        content: "";
        left: 0;
        top: 45%;
        right: 0;
        border-top: 5px solid #ed1b24;
        transform: rotate(-10deg);
    } */

input,
button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}


.name-input,
.phone-input {
	color: #000;
	background: #fff;
	border: 0;
	width: 100%;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 19px;
	margin-bottom: 10px;
	display: flex;
	transition: all 0.15s ease-in-out;
}

.name-input label,
.phone-input label {
	align-self: center;
	padding-left: 15px;
	width: 60px;
	font-weight: 700;
	-webkit-appearance: none;
}

.name-input input,
.phone-input input {
	flex: 1 1 auto;
	border: 0;
	padding: 7;
	font: inherit;
	color: inherit;
	box-sizing: border-box;
	min-width: 0;
	padding: 10px 15px;
	padding-left: 10;
	border-radius: 6px;
}

input::placeholder {
	font-family: sans-serif;
	color: grey !important;
}

.button-submit {
	text-align: center;
	display: flex;
	box-sizing: border-box !important;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1;
	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;
	cursor: pointer;
	font: 23px/1.4 "Roboto", sans-serif;
	font-weight: 400;
}

.button-submit-text {
	color: #fffefe;
	flex: 1 1 auto;
	font: inherit;
	font-weight: 900;
}

@media screen and (max-width: 759px) {
	.product {
		display: block;
	}
}

@keyframes shadow-pulse2 {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 128, 0, 0.9);
		/*box-shadow: 0 0 0 0px rgba(255, 160, 122, 0.9);*/
	}

	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

@keyframes shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
	}

	100% {
		box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
	}
}

@keyframes shadow-pulse-big {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 113, 227, 0.9);
	}

	100% {
		box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
	}
}

.prod-pulse {
	margin-bottom: 0px;
	border-radius: 20px;
	animation: prod-shadow-pulse 1s infinite;
}

@keyframes prod-shadow-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.9);
	}

	100% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}
}

@keyframes prod-shadow-pulse2 {
	0% {
		background: linear-gradient(rgba(255, 255, 255, 0.8) 0%,
				rgba(255, 255, 255, 0) 25%);
	}

	11% {
		background: linear-gradient(rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0.8) 25%,
				rgba(255, 255, 255, 0) 50%);
	}

	23% {
		background: linear-gradient(rgba(255, 255, 255, 0) 25%,
				rgba(255, 255, 255, 0.8) 50%,
				rgba(255, 255, 255, 0) 75%);
	}

	34% {
		background: linear-gradient(rgba(255, 255, 255, 0) 50%,
				rgba(255, 255, 255, 0.8) 75%,
				rgba(255, 255, 255, 0) 100%);
	}

	45% {
		background: linear-gradient(rgba(255, 255, 255, 0) 75%,
				rgba(255, 255, 255, 0.8) 100%);
	}

	55% {
		background: linear-gradient(rgba(255, 255, 255, 0) 75%,
				rgba(255, 255, 255, 0.8) 100%);
	}

	66% {
		background: linear-gradient(rgba(255, 255, 255, 0) 50%,
				rgba(255, 255, 255, 0.8) 75%,
				rgba(255, 255, 255, 0) 100%);
	}

	77% {
		background: linear-gradient(rgba(255, 255, 255, 0) 25%,
				rgba(255, 255, 255, 0.8) 50%,
				rgba(255, 255, 255, 0) 75%);
	}

	89% {
		background: linear-gradient(rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0.8) 25%,
				rgba(255, 255, 255, 0) 50%);
	}

	100% {
		background: linear-gradient(rgba(255, 255, 255, 0.8) 0%,
				rgba(255, 255, 255, 0) 25%);
	}
}

@keyframes prod-shadow-pulse3 {
	0% {
		box-shadow: 5px 0px 2px white;
	}

	15% {
		box-shadow: 5px 5px 2px white;
	}

	30% {
		box-shadow: 0px 5px 2px white;
	}

	45% {
		box-shadow: -5px 5px 2px white;
	}

	55% {
		box-shadow: -5px 0px 2px white;
	}

	70% {
		box-shadow: -5px -5px 2px white;
	}

	85% {
		box-shadow: 0px -5px 2px white;
	}

	100% {
		box-shadow: 5px -5px 2px white;
	}
}

.best-form {
	background: linear-gradient(#fffcc0, #67d9e1);
}

@media (max-width: 600px) {}

.button-submit {
	background-image: linear-gradient(to top, #002f99, #870000);
}

.button-submit:hover {
	background-image: linear-gradient(to top, #0044dd, #b30000);
}



.new-price {
    color: red;
}

.new-price-text,
.old-price-text {
    color: #000;
    font-size: 18px;
    text-align: center;
}

.prices {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
}

.new-price-wrap,
.old-price-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.old-price-wrap {
    margin-right: 15px;
    /*margin-top: -4px;*/
}

.old-price-text {
    position: relative;
    /*top: 2px;*/
}

.new-price,
.old-price {
    font-size: 25px;
    font-weight: 700;
}

.old-price {
    display: flex;
    text-decoration: line-through;
    color: #000;
    font-size: 20px;
    line-height: 30px;
}



/* Modal overlay & box */

 
.x_country_select {
	display: none !important;
}
#order-in-progress__popup span {color: #000 !important;}