﻿@charset "UTF-8";
.submit-roulette:hover {
  background: #bb0000;
  transition: background 0.3s;
}

.additional-form-fields{
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

#order_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#order_form input {
  display: flex;
}


.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}

input[value="Получить бесплатно"], .submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0px 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

input[value="Получить бесплатно"]:hover {
  background: #bb0000 !important;
  transition: background 0.3s;
}

input[value="Получить бесплатно"]:active {
  transform: translateY(2px);
  box-shadow: none !important;
}


.input-roulette::placeholder {
  font-size: 0.9em;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: auto !important;
}

input[placeholder="Ваше имя"], input[placeholder="Ваш телефон"] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

.ruletka-p {
  text-indent: 0px;
  color: black;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: bold;
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
}

.ruletka-a {
  color: #1697ce;
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}

.spin-wrapper .ruletka-p {
  margin-bottom: 15px;
}

.danger-text {
  color: red;
  font-weight: bold;
}

.wheel {
  width: 380px;
  height: 380px;
  margin: 0 auto;
  position: relative;
}

.wheel img {
  max-width: 100%;
  max-height: 100%;
}

.wheel-img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px Arial !important;
  line-height: 61px !important;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: white 0px -2px 0px inset, white 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: white 0px -2px 0px inset, white 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: white;
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #eaeaea));
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
  background: -webkit-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
  background: radial-gradient(ellipse at center, white 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);
}

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

.order_block img {
  width: 20%;
}

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

#luckyshop_form,
#profit_form2,
#omni_form,
#everad_form,
#shakes_form,
#apilead_form,
#hp_form,
#p_hp_form,
#pw_hp_form,
#leadtrade_form,
#drcash_form,
#t_drcash_form,
#rocket_form,
#ad1_form,
#p_omni_form,
#m_leads,
#v_m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadgroup_form,
#leadbit_form,
#cpagetti_form,
#monsterleads_form,
#tl_form,
#adeptcpa_form,
#burg_tl_form,
#scpa_pw_ad1_form,
#scpa_pw_hp_form,
#scpa_pw_tl_form,
#scpa_pw_apilead_form,
#scpa_pw_leadtrade_form,
#scpa_pw_drcash_form,
#rekl_form,
#p_apilead_form,
#aff1_form,
#p_hp_form_test,
#p_rekl_form,
#static_omni_form,
#funcpa_form,
#ha9_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
}

.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("cross_1.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;
}

.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: #71c341;
  color: white !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.pop-up-layer {
  position: fixed !important;
  top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 99 !important;
}

.pop-up-layer-show {
  display: block;
}

.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: #71c341;
  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 white white;
  -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;
}

.text_small {
  font-size: 0.5em !important;
  font-weight: normal !important;
}

@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: white !important;
  text-decoration: none !important;
}

@media all and (max-width: 520px) {
  .wheel {
    width: 260px !important;
    height: 260px !important;
  }

  .cursor-text {
    line-height: 45px !important;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 520px) and (max-width: 345px) {
  .wheel {
    width: 250px !important;
    height: 250px !important;
  }

  .cursor-text {
    line-height: 40px !important;
    font-size: 11px !important;
  }
}

html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
b,
figcaption,
figure,
footer,
header,
nav {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

.c15 {
	margin-bottom: 25px
}

.c15,
.c15 td,
.c15 tr {
	border: 1px solid #d6d6d6;
}

.c15 .c3 p {
	padding: 5px 10px 5px;
	margin-bottom: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

figcaption,
figure,
footer,
header,
nav {
	display: block
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

* {
	box-sizing: border-box
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f2f2f2;
	position: relative
}

img {
	max-width: 100%
}

a {
	color: #b88b58;
	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>* {
	max-width: 100%;
	font-family: 'PFRegal', 'Georgia', serif
}

.Body:last-child>*:last-child {
	margin-bottom: 0
}

.Body a {
	color: inherit;
	box-shadow: inset 0 -1px #b88b58
}

.Body a:hover {
	color: #b88b58
}

.Body p {
	margin-bottom: 15px
}

.Body p:empty {
	display: none
}

.Body h3 {
	margin-top: 18px;
	margin-bottom: 12px;
	font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
	font-size: 21px;
	font-weight: bold
}

.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: #ffffff
}

@media only screen and (min-width: 64em) {
	.Menu {
		font-size: 13px;
		display: block;
		height: 45px;
		width: 100%;
		letter-spacing: 1px;
		background-color: #262626;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.Menu-item {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	text-align: center;
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out
}

@media only screen and (min-width: 64em) {
	.Menu-item {
		padding: 0 15px;
		border-bottom: 0
	}
}

@media only screen and (min-width: 64em) {
	.Menu-item:last-of-type {
		border-right: none
	}
}

@media only screen and (min-width: 64em) {
	.Menu-item:hover {
		color: #999999;
		background-color: inherit
	}
}

.Menu-link {
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out;
	text-decoration: none;
	color: #fff;
	position: relative;
	line-height: 45px;
	top: 1px
}

.Menu-item:hover .Menu-link {
	color: #999999
}

.MeduzaLogo {
	position: relative;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100px;
	height: 100%;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-position: center 10px;
	background-size: contain
}

.Header {
	position: relative;
	height: 45px;
	background-color: #262626;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	z-index: 2
}

@media only screen and (min-width: 64em) {
	.Header {
		padding: 0 15px
	}
}

@media only screen and (max-width: 63.9375em) {
	.Header .HeaderButton--chat {
		display: none
	}

	.MediaMaterialHeader-title {
		text-align: center;
	}

	.MediaMaterial-meta,
	.MediaMaterial-tag {
		margin: auto;
	}
}

footer {
	outline: 2px solid #252525 !important;
}

footer:hover {
	outline: 2px solid #252525 !important;
}

.Header-left {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-basis: 16%;
	-ms-flex-preferred-size: 16%;
	flex-basis: 16%;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%
}

.Header-center {
	height: 100%;
	display: none
}

@media only screen and (min-width: 64em) {
	.Header-center {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-grow: 2;
		-ms-flex-positive: 2;
		flex-grow: 2
	}
}

.Header-right {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-basis: 16%;
	-ms-flex-preferred-size: 16%;
	flex-basis: 16%;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.Header-meduzaLogo {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0
}

@media only screen and (min-width: 64em) {
	.Header-meduzaLogo {
		position: static
	}

}

.HeaderButton {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: 45px;
	height: 100%;
	padding: 0 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	fill: currentColor;
	border: 0;
	background: transparent;
	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 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: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ''
}

.HeaderButton--chat {
	font-size: 13px;
	letter-spacing: .05em
}

.Copyright {
	padding: 0 12px;
	line-height: 1.2
}

@media only screen and (min-width: 64em) {
	.Copyright {
		padding: 0
	}

}

.Copyright-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 auto;
	padding: 13px 0 12px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.Copyright-container a:hover {
	color: rgba(255, 255, 255, 0.5)
}

@media only screen and (min-width: 48em) {
	.Copyright-container {
		max-width: 675px;
		padding: 10px 0 18px;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		text-align: left
	}

}

.note {
	text-align: center;
	font-size: 15px;
}

@media only screen and (min-width: 64em) {
	.Copyright-container {
		max-width: 860px
	}

}

.Copyright-container a {
	color: #fff
}

.Copyright-block {
	padding-top: 13px;
	font-size: 17px;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%
}

@media only screen and (min-width: 48em) {
	.Copyright-block {
		padding-top: 0;
		border-top: 0
	}

}

.Copyright-block:last-child {
	text-align: right
}

.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: #b88b58;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@media only screen and (max-width: 32em) {
	.MediaMaterialHeader-first {
		line-height: 22px !important;
	}

	.MediaMaterialHeader-title {
		text-align: center;
	}

	.MediaMaterialHeader-first {
		font-size: 21px !important;
	}

	.MediaMaterial-meta,
	.MediaMaterial-tag {
		margin: auto;
	}

	.MaterialTag {
		height: 15px;
		line-height: 15px;
		padding: 0 5px;
		font-size: 10px;
		letter-spacing: .5px
	}
}

span.MaterialTag {
	cursor: default;
	pointer-events: none
}

@media only screen and (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;
	border-color: #b88b58;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}

.FormField-input:placeholder {
	color: #AFAFAF
}

@media only screen and (min-width: 48em) {

	.Messenger-content::-webkit-scrollbar-track:hover:vertical {
		background: #F3F3F3
	}

	.Messenger-content::-webkit-scrollbar-thumb:hover:vertical {
		background: #D9D9DE
	}
}


.MaterialMeta {
	display: inline-block;
	font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #808080;
	margin-right: 12px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px;
	font-weight: normal
}

@media only screen and (min-width: 48em) {
	.MaterialMeta {
		font-size: 15px;
		line-height: 18px;
		margin-right: 15px
	}
}

.MaterialMeta--source {
	background-image: url("e532f4e9c23677b76653507e723a39cd30cc6345.svg");
	background-position-y: 1px
}

@media only screen and (min-width: 48em) {
	.MaterialMeta--source {
		background-position-y: 4px;
		white-space: nowrap
	}
}

.MaterialMeta--time {
	background-size: 12px 12px;
	background-image: url("a3fd45d1f497f3bbdb85276e6ec08268ed939132.svg")
}

.MediaMaterialHeader {
	max-width: 840px
}

.MediaMaterialHeader-first {
	color: #000;
	line-height: 27px
}

@media only screen and (min-width: 48em) {

	.MediaMaterialHeader-first {
		line-height: 38px
	}
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
	font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
	font-size: 24px;
	font-weight: 700
}

@media only screen and (min-width: 48em) {

	.MediaMaterialHeader-first,
	.MediaMaterialHeader-separator {
		font-size: 36px
	}
}

.MediaMaterial {
	background-color: #fff;
	padding: 12px
}

@media only screen and (min-width: 48em) {
	.MediaMaterial {
		padding: 25px 15px 20px
	}
}

.MediaMaterial-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 650px;
	margin: 0 auto 18px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	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-containerClose {
	position: relative
}

.MediaMaterial-close {
	position: absolute;
	top: -10px;
	right: 0;
	transition: -webkit-transform .15s ease-out;
	-o-transition: -o-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out, -o-transform .15s ease-out
}

.MediaMaterial-materialContent {
	width: 100%;
	max-width: 650px
}

.MediaMaterial-body {
	position: relative;
	max-width: 650px;
	margin: 0 auto
}

@media only screen and (min-width: 63.125em) {
	.MediaMaterial-body {
		max-width: 1000px
	}
}

.MediaMaterial--bannerless .MediaMaterial-body {
	display: block;
	max-width: none
}

@media only screen and (min-width: 48em) {

	.MediaMaterial--fullWidth .MediaMaterial-header {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center
	}
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
	max-width: none
}

.Material {
	padding: 12px 0 0
}

@media only screen and (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;
	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: 0 auto;
	padding: 7px 12px 0;
	font-size: 15px;
	line-height: 17px
}

@media only screen and (min-width: 40.625em) {
	.Figure-caption {
		padding-right: 0;
		padding-left: 0;
		font-size: 16px;
		line-height: 18px
	}
}

@-moz-document url-prefix() {}

.App {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	transition: -webkit-transform .25s ease-out;
	-o-transition: -o-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out
}

.App-content,
.App-footer {
	transition: -webkit-transform .25s ease-out;
	-o-transition: -o-transform .25s ease-out;
	transition: transform .25s ease-out;
	transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out
}

.App-footer {
	position: relative;
	z-index: 1
}

.App-content {
	position: relative;
	z-index: 1;
	overflow: visible;
	background-color: #f2f2f2;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.App-header {
	position: relative;
	z-index: 200
}

.App--isMaterial .App-content {
	background-color: #E6E6E6
}

.Footer {
	color: #999999;
	background-color: #252525;
	font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
}

.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;
}

a.button {
	font-size: 20px;
	text-align: center;
	color: #fff !important;
	background-color: red;
	display: block;
	width: 100%;
	max-width: 320px;
	border-radius: 30px;
	text-decoration: none;
	padding: 15px;
}

a.button:hover {
	background-color: #c11f1f;
}

.right {
	text-align: right;
	font-style: italic;
}


::-ms-clear {
	display: none;
}

*:focus,
*:visited,
*:active,
*:hover {
	outline: 0 !important;
}

a,
a:focus,
a:visited,
a:active,
a:hover {
	outline: 0 !important;
}

*::-moz-focus-inner {
	border: 0;
	outline: none;
}



.Menu-item:link {
	color: #999999 !important;
	background-color: inherit;
}

.Menu-item:visited {
	color: #999999 !important;
	background-color: inherit;
}

.Menu-item:focus {
	color: #999999 !important;
	background-color: inherit;
}

.Menu-item:hover {
	color: #999999 !important;
	background-color: inherit;
}

.Menu-item:active {
	color: #999999 !important;
	background-color: inherit;
}

img,
video {
	max-width: 100%;
	height: auto
}

picture {
	display: block;
	margin-bottom: 1rem
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000
}

table tr td {
	padding: .5rem;
	border: 1px solid #000
}

.p-1 {
	padding: 1rem
}

.bonus {
	color: #fff;
	font-weight: 700;
	background-color: #006400
}

.cr {
	color: red
}

.text--center {
	text-align: center
}

.mt {
	margin-top: 1rem
}

.udl {
	text-decoration: underline
}

.bordered {
	padding: 1rem;
	border: 2px solid #000
}

.bordered--red {
	border-color: red
}

.biege {
	background-color: #ffefc9
}

.pink {
	background-color: #ec9797
}

.green {
	background-color: #90ee90
}

.zebra p {
	margin-bottom: 0
}

.list li {
	margin-bottom: 1rem
}

@media (min-width:768px) {
	.mt {
		margin-top: 1.5rem
	}
}

.api-form1 .form_control_vik_group {
	margin: 0 0 15px 0 !important
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
	margin: 0 !important;
	text-align: left !important
}

input.form_control_vik:focus::placeholder {
	color: transparent
}

input.form_control_vik.error {
	border-color: #c92f54 !important;
	color: #c92f54 !important
}

input.form_control_vik.good {
	border-color: #388e3c !important;
	color: #388e3c !important
}

.api-form1 .error_note {
	text-align: center;
	margin: 4px 0 0 0 !important;
	font-size: 13px;
	line-height: 16px;
	color: #c92f54
}

input.form_control_vik.error:focus {
	border-color: #c92f54 !important
}

input.form_control_vik.good:focus {
	border-color: #0d7f56 !important
}

.v-order-wrapper-fon-bg2 {
	border: 1px solid #f3e8cb;
	padding: 10px;
	-webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .25);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3e8cb), to(#fffbf0));
	background: -o-linear-gradient(#f3e8cb, #fffbf0);
	background: linear-gradient(#f3e8cb, #fffbf0)
}

@media (max-width:720px) {
	.v-order-wrapper-fon-bg2 .vik-winners-bl .left_block {
		background: transparent;
		margin-bottom: 20px
	}

	.v-order-wrapper-fon-bg2 {
		border-radius: 15px;
		padding: 0
	}
}

@media only screen and (max-width:500px) {
	.vik-winners-bl .lb_top {
		padding: 10px 10px 10px 30px
	}

	.vik-winners-bl .lb_top:before {
		top: 5px;
		left: 5px;
		width: 20px;
		height: 25px;
		background-size: 100%
	}

	.vik-winners-bl .lbt_text_1 {
		font-size: 18px;
		line-height: 20px
	}

	.vik-winners-bl .lbt_text_2 {
		margin-top: 5px
	}

	.vik-winners-bl .lb_text {
		font-size: 26px;
		line-height: 27px;
		margin-top: 20px
	}

	.vik-winners-bl .lb_text>span {
		font-size: 40px;
		line-height: 41px
	}
}

.vik-winners-bl .left_block {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	padding: 50px;
	background: #f9f9f9;
	font-family: PFRegal, Georgia, serif
}

.vik-winners-bl .lb_top,
.vik-winners-bl .wins {
	background: #fff
}

.vik-winners-bl .lb_top {
	border: 1px solid #b5b5b5;
	border-radius: 15px;
	padding: 20px;
	position: relative
}

.vik-winners-bl .lb_top:before {
	display: block;
	content: '';
	width: 40px;
	height: 50px;
	position: absolute;
	top: 25px;
	left: 25px
}

.vik-winners-bl .lbt_text_1 {
	font-size: 20px;
	line-height: 30px;
	color: #272727;
	text-align: center
}

.vik-winners-bl .lbt_text_2 {
	font-size: 13px;
	line-height: 15px;
	color: #626262;
	margin-top: 10px;
	text-align: center
}

.vik-winners-bl .lb_text {
	text-transform: uppercase;
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	margin: 50px 0 15px;
	text-align: center
}

.vik-winners-bl .lb_text>span {
	display: inline-block;
	font-size: 30px;
	line-height: 76px
}

.vik-winners-bl .wins {
	border: 1px solid #d8d8d8;
	border-radius: 15px
}

.vik-winners-bl .win_line {
	display: table;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #d8d8d8
}

.vik-winners-bl .win_line>div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0 5px 0 15px;
	font-size: 17px;
	line-height: 19px
}

.vik-winners-bl .win_line:first-child {
	background: linear-gradient(89.47deg, #ed7b22 0, #f59a14 100%)
}

.vik-winners-bl .win_line:last-child {
	border-bottom: none
}

@media only screen and (max-width:1100px) {
	.vik-winners-bl .left_block {
		display: block
	}
}

@media only screen and (max-width:1000px) {
	.vik-winners-bl .left_block {
		padding: 30px 10px
	}
}

@media only screen and (max-width:880px) {
	.vik-winners-bl .left_block {
		max-width: 100%;
		float: none
	}

	.vik-winners-bl .lb_text {
		text-align: center
	}
}

@media (max-width:720px) {
	.vik-winners-bl .win_line:first-child {
		display: none
	}

	.vik-winners-bl .win_line {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		text-align: center
	}

	.vik-winners-bl .win_line>div {
		width: 100% !important
	}
}

@media only screen and (max-width:500px) {
	.vik-winners-bl .lb_top {
		padding: 10px 10px 10px 30px !important
	}

	.vik-winners-bl .lb_top:before {
		top: 5px;
		left: 5px;
		width: 20px;
		height: 25px;
		background-size: 100%
	}

	.vik-winners-bl .lbt_text_1 {
		font-size: 18px;
		line-height: 20px
	}

	.vik-winners-bl .lbt_text_2 {
		margin-top: 5px
	}

	.vik-winners-bl .lb_text {
		font-size: 26px;
		line-height: 27px;
		margin-top: 20px
	}

	.vik-winners-bl .lb_text>span {
		font-size: 40px;
		line-height: 41px
	}
}

@media only screen and (max-width:450px) {
	.vik-winners-bl .win_line>div {
		padding: 0 5px 0 10px;
		font-size: 15px;
		line-height: 19px
	}
}

@media (max-width:460px) {
	.vik-winners-bl .left_block {
		padding: 0 !important
	}

	.vik-winners-bl .win_line>div {
		font-size: 14px !important
	}

	.vik-winners-bl .lb_text>span {
		font-size: 20px
	}

	.vik-winners-bl .lb_top {
		padding: 10px
	}
}

.verified-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	padding: 1px;
	color: transparent;
	background: url("urn:scrapbook:download:error:https://jsaplaunch.com/landing_file/kardivelKz/Spacer_11/fff.html") no-repeat 0 0;
	background-size: 100%;
	vertical-align: -4px;
	border: 2px solid #d7e3ec;
	margin-left: 8px
}

.tgme_widget_message_user {
	float: left
}

.tgme_widget_message_author,
.tgme_widget_message_forwarded_from {
	font-size: 16px;
	line-height: 23px;
	margin: 1px 0;
	color: #2481cc;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-flex;
	display: flex
}

.tgme_widget_message_bubble {
	position: relative;
	border: 2px solid #d7e3ec;
	border-radius: 0 10px 10px 10px;
	background: #fff;
	padding: 12px 17px
}

.tgme_widget_message_bubble,
.tgme_widget_message_inline_keyboard {
	margin-left: 51px
}

.tgme_widget_message_bubble_tail {
	pointer-events: none;
	position: absolute;
	left: -8px;
	top: -1px
}

.tgme_widget_message_footer {
	font-size: 14px;
	line-height: 19px;
	color: #738ca7;
	margin: 5px 0 0;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.matreshka__wrapper {
	background-image: url("bg1-100.webp");
	/*background-size: cover;*/
	background-position: center center;
	padding-bottom: 10px;
}

.matreshka__item img {
	margin: 0px !important;
}

h2.matreshka__title {
	text-align: center;
}

h2.matreshka__title::after {
	display: none;
}

.matreshka__wrapper {
	max-height: 460px
}

@media (max-width: 1023px) {
	.matreshka__wrapper {
		max-height: 440px;
	}
}

@media screen and (max-width: 768px) {
	.matreshka__wrapper {
		max-height: 430px
	}
}

@media screen and (max-width: 480px) {
	.matreshka__wrapper {
		max-height: 322px
	}
}

@media screen and (max-width: 415px) {
	.matreshka__wrapper {
		max-height: 291px
	}
}

@media screen and (max-width: 400px) {
	.matreshka__wrapper {
		max-height: 284px
	}
}

@media screen and (max-width: 390px) {
	.matreshka__wrapper {
		max-height: 290px
	}
}

@media screen and (max-width: 350px) {
	.matreshka__wrapper {
		max-height: 250px
	}
}

@media screen and (max-width: 321px) {
	.matreshka__wrapper {
		max-height: 260px
	}
}

.matreshka__wrapper.go_go_dance .matreshka__item {
	-webkit-animation: bounceAndRotate 3s linear infinite;
	-moz-animation: bounceAndRotate 3s linear infinite;
	-ms-animation: bounceAndRotate 3s linear infinite;
	-o-animation: bounceAndRotate 3s linear infinite;
	animation: bounceAndRotate 3s linear infinite
}

@-webkit-keyframes bounceAndRotate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(-10deg);
	}

	50% {
		-webkit-transform: rotate(0deg);
	}

	75% {
		-webkit-transform: rotate(10deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
	}
}

@keyframes bounceAndRotate {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(-10deg);
	}

	50% {
		transform: rotate(0deg);
	}

	75% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.matreshka__wrapper.go_go_dance:hover .matreshka__item {
	animation: shake 1.22s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-3px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(3px, 0, 0);
	}
}

.pop-up-button {
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 10px 20%;
	font-size: 20px;
	border-radius: 5px;
	background-color: #71c341;
	color: #fff !important;
	border: medium;
	cursor: pointer;
	outline: medium
}

.api-form1 * {
	font-family: Open\ Sans !important
}

.api-form1 {
	display: grid;
	grid-template-columns: 40% 60%;
	align-items: center;
	max-width: 900px !important;
	border: none !important
}

.product-image1 img {
	max-width: 100% !important;
	width: 100% !important
}

.api-form1 .form-body {
	max-width: 494px !important;
	margin: 0 auto 0 auto !important
}

.api-form1 .form-body .text {
	font-family: Open\ Sans !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 27.24px !important;
	text-align: center !important;
	color: #222 !important
}

.api-form1 .form-body .text .offer-name {
	font-family: Open\ Sans !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 27.24px !important;
	color: #ff396f !important
}

.api-form1 .form-body .text .offer-name,
.api-form1 .form-body .text .offer-price {
	color: #ff396f !important
}

.api-form1 .form-body .text .special_text {
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 54.47px !important;
	text-align: center !important;
	text-transform: uppercase !important
}

.api-form1 .deadline1 {
	font-size: 18px !important;
	line-height: 24.51px;
	font-weight: 400 !important
}

.time_remains {
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 22.68px !important;
	color: #ff396f !important
}

.api-form1 form {
	margin: 20px auto 0 !important
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone,
select {
	background: #ededed !important;
	box-shadow: 0px 2px 4px 0px #00000040 !important;
	font-family: Open\ Sans;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 29.51px !important;
	text-align: left !important;
	border-width: 1px !important;
	border-radius: 20px !important;
	color: #000 !important
}

.api-form1 .form_control_vik_group {
	margin: 0 0 20px 0 !important
}

.cta-btn1 a,
.cb-con .submit,
.api-form1 .submit,
.cb-but,
.blg {
	font-family: Open\ Sans !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	padding: 10px 0 10px 0 !important;
	line-height: 40.85px !important;
	background: #13a61a !important;
	border-radius: 20px !important;
	box-shadow: 0px 2px 4px 0px #00000040 !important
}

.api-form1 .footnote1 {
	font-size: 12px !important
}

.api-form1 .cta-form1 {
	padding-right: 20px !important
}

@media (max-width:768px) {
	.api-form1 {
		display: block;
		align-items: center;
		max-width: 346px !important
	}

	.api-form1 .form-body {
		max-width: 300px !important;
		margin: 0 auto 0 auto !important
	}

	.product-image1 img {
		max-width: 100% !important;
		width: 71% !important
	}

	.api-form1 .form-body .text {
		font-family: Open\ Sans !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: 21.79px !important;
		text-align: center !important;
		color: #222 !important
	}

	.api-form1 .form-body .text .offer-name {
		font-family: Open\ Sans !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		line-height: 21.79px !important;
		color: #ff396f !important
	}

	.api-form1 .form-body .text .offer-name,
	.api-form1 .form-body .text .offer-price {
		color: #ff396f !important
	}

	.api-form1 .form-body .text .special_text {
		font-size: 36px !important;
		font-weight: 700 !important;
		line-height: 49.03px !important;
		text-align: center !important;
		text-transform: uppercase !important
	}

	.api-form1 .deadline1 {
		margin: auto !important;
		max-width: 300px !important;
		font-size: 14px !important;
		line-height: 19.51px;
		font-weight: 400 !important
	}

	.api-form1 .ftimer {
		display: block;
		text-align: center
	}

	.api-form1 .msbr {
		display: block;
		text-align: center
	}

	.time_remains {
		font-size: 20px !important;
		font-weight: 700 !important;
		line-height: 22.68px !important;
		color: #ff396f !important
	}

	.api-form1 form {
		margin: 20px auto 0 !important
	}

	.form_control_vik_group input.form_control_vik.name,
	.form_control_vik_group input.form_control_vik.phone,
	select {
		background: #ededed !important;
		box-shadow: 0px 2px 4px 0px #00000040 !important;
		font-family: Open\ Sans;
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 29.51px !important;
		text-align: left !important;
		border-width: 1px !important;
		border-radius: 20px !important
	}

	.api-form1 .form_control_vik_group {
		margin: 0 0 20px 0 !important
	}

	.cta-btn1 a,
	.cb-con .submit,
	.api-form1 .submit,
	.cb-but,
	.blg {
		font-family: Open\ Sans !important;
		font-size: 20px !important;
		font-weight: 700 !important;
		padding: 10px 0 10px 0 !important;
		line-height: 30.85px !important;
		background: #13a61a !important;
		border-radius: 20px !important;
		box-shadow: 0px 2px 4px 0px #00000040 !important
	}

	.api-form1 .footnote1 {
		font-size: 8px !important
	}

	.api-form1 .cta-form1 {
		padding-right: 0 !important
	}
}

.shakingbutton {
	animation: shakinganime 5s infinite
}

@keyframes shakinganime {
	0% {
		transform: translateX(0);
	}

	46% {
		transform: translateX(0);
	}

	48% {
		transform: translateX(-10px);
	}

	50% {
		transform: translateX(10px);
	}

	52% {
		transform: translateX(-10px);
	}

	54% {
		transform: translateX(10px);
	}

	56% {
		transform: translateX(-5px);
	}

	58% {
		transform: translateX(5px);
	}

	60% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(0);
	}
}

.cta-btn1 a,
.cb-con .submit,
.api-form1 .submit,
.cb-but,
.blg {
	font-family: Open\ Sans !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	padding: 10px 0 10px 0 !important;
	line-height: 40.85px !important;
	border-radius: 25px !important;
	border: 2px solid #80309c !important;
	box-shadow: 0px 2px 4px 0px #00000040 !important;
	background: linear-gradient(0deg, #da71ff 0%, #b254d3 25%, #953fb3 50%, #b254d3 75%, #ebb3ff 100%) !important
}

.pop-up-button {
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 10px 20%;
	font-size: 20px;
	border-radius: 5px;
	background-color: #71c341;
	color: #fff !important;
	border: medium;
	cursor: pointer;
	outline: medium;
}

.api-form1 * {
	font-family: Open Sans !important;
}

.api-form1 {
	display: grid;
	grid-template-columns: 40% 60%;
	align-items: center;
	max-width: 900px !important;
	border: none !important;
}

.product-image1 img {
	max-width: 100% !important;
	width: 100% !important;
}

.api-form1 .form-body {
	max-width: 494px !important;
	margin: 0px auto 0px auto !important;
}

.api-form1 .form-body .text {
	font-family: Open Sans !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 27.24px !important;
	text-align: center !important;
	color: #222222 !important;
}

.api-form1 .form-body .text .offer-name {
	font-family: Open Sans !important;
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 27.24px !important;
	color: #FF396F !important;
}

.api-form1 .form-body .text .offer-name,
.api-form1 .form-body .text .offer-price {
	color: #FF396F !important;
}

.api-form1 .form-body .text .special_text {
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 54.47px !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

.api-form1 .deadline1 {
	font-size: 18px !important;
	line-height: 24.51px;
	font-weight: 400 !important;
}

.time_remains {
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 22.68px !important;
	color: #FF396F !important;
}

.api-form1 form {
	margin: 20px auto 0 !important;
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone,
select {
	background: #EDEDED !important;
	box-shadow: 0px 2px 4px 0px #00000040 !important;
	font-family: Open Sans;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 29.51px !important;
	text-align: left !important;
	border-width: 1px !important;
	border-radius: 20px !important;
	color: #000 !important;
}

.api-form1 .form_control_vik_group {
	margin: 0px 0px 20px 0px !important;
}

.cta-btn1 a,
.cb-con .submit,
.api-form1 .submit,
.cb-but,
.blg {
	font-family: Open Sans !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	padding: 10px 0px 10px 0px !important;
	line-height: 40.85px !important;
	background: #13A61A !important;
	border-radius: 20px !important;
	box-shadow: 0px 2px 4px 0px #00000040 !important;
}

.api-form1 .footnote1 {
	font-size: 12px !important;
}

.api-form1 .cta-form1 {
	padding-right: 20px !important;
}


@media (max-width: 768px) {
	.api-form1 {
		display: block;
		align-items: center;
		max-width: 346px !important;
	}

	.api-form1 .form-body {
		max-width: 300px !important;
		margin: 0px auto 0px auto !important;
	}


	.product-image1 img {
		max-width: 100% !important;
		width: 71% !important;
	}


	.api-form1 .form-body .text {
		font-family: Open Sans !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: 21.79px !important;
		text-align: center !important;
		color: #222222 !important;
	}

	.api-form1 .form-body .text .offer-name {
		font-family: Open Sans !important;
		font-size: 16px !important;
		font-weight: 600 !important;
		line-height: 21.79px !important;
		color: #FF396F !important;
	}

	.api-form1 .form-body .text .offer-name,
	.api-form1 .form-body .text .offer-price {
		color: #FF396F !important;
	}

	.api-form1 .form-body .text .special_text {
		font-size: 36px !important;
		font-weight: 700 !important;
		line-height: 49.03px !important;
		text-align: center !important;
		text-transform: uppercase !important;
	}

	.api-form1 .deadline1 {
		margin: auto !important;
		max-width: 300px !important;
		font-size: 14px !important;
		line-height: 19.51px;
		font-weight: 400 !important;
	}

	.api-form1 .ftimer {
		display: block;
		text-align: center;
	}

	.api-form1 .msbr {
		display: block;
		text-align: center;
	}

	.time_remains {
		font-size: 20px !important;
		font-weight: 700 !important;
		line-height: 22.68px !important;
		color: #FF396F !important;
	}

	.api-form1 form {
		margin: 20px auto 0 !important;
	}

	.form_control_vik_group input.form_control_vik.name,
	.form_control_vik_group input.form_control_vik.phone,
	select {
		background: #EDEDED !important;
		box-shadow: 0px 2px 4px 0px #00000040 !important;
		font-family: Open Sans;
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 29.51px !important;
		text-align: left !important;
		border-width: 1px !important;
		border-radius: 20px !important;
	}

	.api-form1 .form_control_vik_group {
		margin: 0px 0px 20px 0px !important;
	}

	.cta-btn1 a,
	.cb-con .submit,
	.api-form1 .submit,
	.cb-but,
	.blg {
		font-family: Open Sans !important;
		font-size: 20px !important;
		font-weight: 700 !important;
		padding: 10px 0px 10px 0px !important;
		line-height: 30.85px !important;
		background: #13A61A !important;
		border-radius: 20px !important;
		box-shadow: 0px 2px 4px 0px #00000040 !important;
	}

	.api-form1 .footnote1 {
		font-size: 8px !important;
	}

	.api-form1 .cta-form1 {
		padding-right: 0px !important;
	}


}

.shakingbutton {
	animation: shakinganime 5s infinite;
}

@keyframes shakinganime {
	0% {
		transform: translateX(0);
	}

	46% {
		transform: translateX(0);
	}

	48% {
		transform: translateX(-10px);
	}

	50% {
		transform: translateX(10px);
	}

	52% {
		transform: translateX(-10px);
	}

	54% {
		transform: translateX(10px);
	}

	56% {
		transform: translateX(-5px);
	}

	58% {
		transform: translateX(5px);
	}

	60% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(0);
	}
}

.cta-btn1 a,
.cb-con .submit,
.api-form1 .submit,
.cb-but,
.blg {
	font-family: Open Sans !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	padding: 10px 0px 10px 0px !important;
	line-height: 40.85px !important;
	border-radius: 25px !important;
	border: 2px solid #80309C !important;
	box-shadow: 0px 2px 4px 0px #00000040 !important;
	background: linear-gradient(0deg, #DA71FF 0%, #B254D3 25%, #953FB3 50%, #B254D3 75%, #EBB3FF 100%) !important;
}

.b-top-bar-button .btn-main {
	display: none;
	padding: 7px 35px;
	text-align: center;
	font-family: Arial !important;
	border-radius: 50px;
	background: #398e3d !important;
	font-size: 16px !important;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	font-weight: 700;
}

.b-top-bar-button .btn-main {
	background: linear-gradient(0deg, #DA71FF 0%, #B254D3 25%, #953FB3 50%, #B254D3 75%, #EBB3FF 100%) !important;
}

.b-top-bar-button.sticky .btn-main {
	cursor: pointer;
	display: block;
	max-width: 250px;
	margin: 0 auto;
}

.b-top-bar-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}

.b-top-bar-button.sticky {
	position: fixed;
	background: #fff;
	z-index: 999;
	display: block;
}

.b-top-bar-button {
	padding: .6em 0;
}

@media screen and (min-width:451px) {
	.l-wr-main {
		margin-top: 0;
	}
}

.product-banner1 {
	top: -50px;
}

.d-class picture {
	margin: 20px auto;
	text-align: center !important;
}

.GeneralMaterial-materialHeader {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
}

.api-form1 .form_control_vik_group {
	margin: 0px 0px 15px 0px !important;
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
	margin: 0px !important;
	text-align: left !important;
}

input.form_control_vik:focus::placeholder {
	color: inherit !important;
}

/* .ittem-comment {
			display: flex;
			gap: 20px;
			align-items: flex-start;
	}

	.ittem-comment p {
			padding-left: 0;
	} */