@font-face {
	font-family: FontAwesome;
	src: local("FontAwesome"), url(../fonts/6.woff2)format("woff2");
	font-weight: 400
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

button {
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 1
}

button:hover {
	opacity: .5
}

a,
article,
aside,
b,
body,
center,
div,
figure,
footer,
form,
h1,
h2,
h3,
h4,
header,
html,
i,
img,
li,
nav,
p,
span,
u,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
figure,
footer,
header,
nav {
	display: block
}

ul {
	list-style: none
}

html {
	font-size: 100%;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none
}

body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 2;
	background: #f7f7f7;
	word-wrap: break-word
}

.mh-container,
.mh-container-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative
}

.mh-container-outer {
	margin: 25px auto;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, .17);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, .17);
	box-shadow: 0 0 10px rgba(50, 50, 50, .17)
}

.mh-wrapper {
	padding: 25px;
	background: #fff
}

.mh-content {
	width: 65.83%;
	overflow: hidden
}

.mh-sidebar {
	width: 31.66%;
	float: left
}

.mh-right-sb #main-content {
	float: left;
	margin-right: 2.5%
}

.mh-navigation li {
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	transition: .25s ease-out
}

.mh-row [class*=mh-col-]:first-child {
	margin: 0
}

[class*=mh-col-] {
	float: left;
	margin-left: 2.5%;
	overflow: hidden
}

.mh-col-1-3 {
	width: 31.66%
}

.mh-col-1-4 {
	width: 23.12%
}

.clearfix {
	display: block
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0
}

h1 {
	font-size: 2rem
}

h2 {
	font-size: 1.5rem
}

h4 {
	font-size: 1.125rem
}

h1,
h2,
h3,
h4 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.3;
	font-weight: 700
}

b {
	font-weight: 700
}

i {
	font-style: italic
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	color: #065f08
}

.mh-preheader {
	background: #065f08
}

.mh-header-bar-content {
	overflow: visible
}

.mh-header-bar-top-right {
	float: right
}

.mh-header {
	background: #fff
}

.mh-navigation {
	text-transform: uppercase
}

.mh-navigation li {
	float: left;
	position: relative;
	font-size: 11px
}

.mh-navigation li:hover {
	background: #2a2a2a
}

.mh-navigation li a {
	display: block;
	color: #fff
}

.mh-main-nav-wrap {
	background: #2a2a2a
}

.mh-main-nav li {
	font-size: 14px;
	font-weight: 700
}

.mh-main-nav li:hover {
	background: #065f08
}

.mh-main-nav li:hover>a {
	color: #fff
}

.mh-main-nav li a {
	padding: 10px 20px;
	border-left: 1px solid rgba(255, 255, 255, .1)
}

.mh-main-nav li:first-child a {
	border: none
}

.mh-footer-nav {
	background: #065f08
}

.mh-footer-nav li a {
	line-height: 1;
	padding: 10px 20px
}

.mh-footer-nav ul {
	float: right
}

.entry-header {
	margin-bottom: 1.25rem
}

.entry-header .entry-title {
	padding-bottom: .625rem
}

.mh-meta {
	color: #979797
}

.entry-thumbnail {
	max-width: 1030px;
	margin-bottom: 1.25rem
}

.entry-thumbnail img {
	width: 100%
}

.entry-content p {
	margin-bottom: 1.25rem
}

.entry-content a {
	font-weight: 600;
	color: #065f08
}

.entry-content a:hover {
	color: #065f08;
	text-decoration: underline
}

.mh-footer {
	font-size: .8125rem;
	color: #fff;
	padding: 25px 25px 0;
	background: #2a2a2a
}

.mh-footer a,
.mh-footer a:hover {
	color: #f7f7f7
}

.mh-copyright-wrap {
	padding: 10px 25px;
	border-top: 3px solid rgba(255, 255, 255, .3);
	background: #2a2a2a
}

.mh-copyright {
	font-size: .75rem;
	color: #999
}

img {
	vertical-align: bottom
}

input {
	vertical-align: middle;
	background: #f5f5f5;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

input[type=submit] {
	min-width: 150px;
	font-weight: 700;
	padding: 10px 15px;
	text-transform: uppercase;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-appearance: none
}

input[type=submit]:hover {
	background: #2a2a2a
}

textarea {
	line-height: 1.5;
	background: #f5f5f5
}

.mh-back-to-top {
	display: none;
	position: fixed;
	right: 25px;
	bottom: 25px;
	padding: 5px 8px 8px;
	color: #fff;
	background: #065f08;
	z-index: 999
}

.mh-back-to-top:hover {
	color: #fff
}

.mh-back-to-top .fa {
	font-size: 24px
}

.mh-footer-widget,
.mh-widget {
	margin-bottom: 5px;
	overflow: hidden
}

.mh-widget-title {
	margin-bottom: 1.25rem;
	text-transform: uppercase
}

.mh-widget-layout2 .mh-widget-title {
	font-size: .875rem;
	font-weight: 700;
	color: #fff;
	padding: 10px 15px;
	background: #065f08
}

.mh-custom-posts-item {
	padding: 20px 0;
	border-bottom: 1px dotted #ebebeb
}

.mh-custom-posts-item:first-child {
	padding-top: 0
}

.mh-custom-posts-thumb {
	float: left;
	margin-right: 15px
}

.mh-custom-posts-small-title {
	margin-bottom: .3125rem
}

.mh-custom-posts-small-title {
	font-weight: 700;
	line-height: 1.3
}

.mh-custom-posts-small .mh-meta {
	font-size: .6875rem
}

.mh-custom-posts-header {
	overflow: hidden
}

@media screen and (max-width:1475px) {
	

	.mh-boxed-layout .mh-container-inner {
		width: 100%
	}
}

@media screen and (max-width:1120px) {
	.mh-container-inner {
		width: 100%
	}

	.mh-main-nav li {
		font-size: 12px
	}

	.mh-footer-nav li a,
	.mh-main-nav li a {
		padding: 10px 15px
	}
}
footer {
	padding-bottom: 25px;
}
footer * {
	font-size: 14px;
}
@media screen and (max-width:900px) {
	#mh-mobile .mh-container {
		width: 100%
	}

	.mh-container-outer {
		margin: 0 auto 25px
	}

	.mh-wrapper {
		padding: 20px
	}

	.mh-footer {
		padding: 20px 20px 0
	}

	.mh-copyright {
		text-align: center
	}

	.mh-footer-widget,
	.mh-widget {
		margin-bottom: -20px
	}

	#mh-mobile .mh-footer-area {
		width: 31.66%
	}

	.mh-footer-4 {
		display: none
	}

	.mh-widget-col-1 .mh-custom-posts-small-title {
		font-size: .8125rem
	}
}

@media screen and (max-width:767px) {

	#mh-mobile .mh-footer-area,
	.mh-header-bar-content,
	.mh-right-sb #main-content,
	.mh-sidebar {
		float: none;
		width: 100%;
		margin: 0
	}

	.entry-title {
		font-size: 1.5rem
	}

	.mh-sidebar {
		margin-top: 20px
	}

	.mh-footer-4 {
		display: block
	}

	#mh-mobile .mh-custom-posts-small-title {
		font-size: .875rem
	}
}



@media screen and (max-width:620px) {
	
	

	[class*=mh-col-] {
		float: none;
		width: 100%;
		margin: 0
	}
}

.comments-block h2 {
	font-size: 30px;
	margin-bottom: 25px
}

.comment-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	font-size: 16px
}

.comment-image {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px
}

.comment-top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between
}

.comment-name {
	font-weight: 700
}

.comment-date {
	color: gray
}

.comment-text {
	width: 100%
}

.comment-text img {
	display: block;
	margin-top: 10px
}

.fa {
	display: inline-block;
	font: 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-chevron-up:before {
	content: ""
}

body.custom-background {
	background-color: #fff
}

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

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

.cr {
	color: red
}

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

.mt {
	margin-top: 1rem
}

.udl {
	text-decoration: underline
}

.blur {
	filter: blur(10px);
	cursor: pointer
}

@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
}

.api-form1 .error_note {
	margin: 4px 0 0 0 !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: 0 0;
		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 {
	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
	}
}

@media (min-width:768px) {}

.pop-up-window {
	z-index: 3;
	top: 40% !important
}

.pop-up-window p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 16px !important;
	text-align: center !important;
	line-height: 1.7 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-weight: 100 !important;
	color: #111 !important;
	text-shadow: none !important;
	text-indent: unset !important;
	border: none !important
}

.pop-up-text {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 16px !important;
	text-align: center !important;
	line-height: 1.7 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-weight: 100 !important;
	margin: 0 !important
}

p.ruletka-p.pop-up-text {
	text-align: center !important
}

.pop-up-window .pop-up-text {
	margin-bottom: 20px !important
}

.pop-up-button,
.pop-up-heading {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	line-height: 1.7 !important;
	text-shadow: none !important
}

.pop-up-heading {
	font: 100 40px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	margin-bottom: 20px !important;
	color: #111 !important
}

.danger-text {
	font: 700 16px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	color: red !important
}

.spin-result-wrapper {
	-webkit-box-sizing: border-box
}

.ruletka-p {
	margin-top: 0 !important
}

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

@media only screen and (max-width:425px) {
	.pop-up-heading {
		font-size: 34px
	}

	.pop-up-window .pop-up-text {
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
		font-size: 18px
	}
}

@media only screen and (max-width:425px) {}

@media only screen and (max-width:370px) {}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:428px) {}

@media only screen and (max-width:412px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:356px) {}

@media only screen and (max-width:344px) {}

@media only screen and (max-width:333px) {}

@media only screen and (max-width:321px) {}

@media only screen and (max-width:310px) {}

.api-form1 * {
	padding: 0 !important;
	margin: 0 !important;
	font-family: roboto, sans-serif !important
}

.blg {
	outline: 0 !important;
	max-width: 100% !important;
	font-style: normal !important;
	box-sizing: border-box !important;
	line-height: 1.5 !important;
	position: static !important;
	height: auto !important;
	box-shadow: none !important;
	text-align: center !important;
	clear: both !important;
	font-weight: 700 !important;
	border: 0;
	color: #fff !important;
	font-size: 22px !important;
	text-decoration: none !important;
	padding: 15px 35px !important;
	border-radius: 35px !important;
	width: 100% !important;
	display: block !important;
	cursor: pointer !important;
	margin: 15px 0 0 !important;
	text-transform: none !important
}

.api-form1 :after,
.api-form1 :before {
	content: none
}

.api-form1 .footnote1 {
	line-height: 15px !important;
	text-indent: 0 !important;
	font-size: 10px !important;
	margin: 10px 0 0 !important;
	text-align: center !important;
	padding: 0 !important;
	color: #888 !important;
	border-bottom: none !important
}

.api-form1 .text {
	border: none !important;
	text-align: center !important;
	color: #222 !important;
	padding: 0 !important;
	font-size: 18px !important;
	width: 100% !important;
	float: none !important;
	line-height: 25px !important;
	font-weight: 700 !important;
	margin: 10px 0 !important
}

.api-form1 form {
	padding: 0 !important;
	background: 0 0 !important;
	margin: 15px auto 0 !important;
	border: none
}

.api-form1 .form-body .text .offer-name {
	font: 700 18px/1.7 roboto, sans-serif !important;
	color: #ca2d2d !important
}

.api-form1 {
	background: #fff !important;
	box-sizing: border-box !important;
	max-width: 465px !important;
	position: relative !important;
	margin: 0 auto !important;
	text-align: center !important;
	border: 2.5px dashed #ddd !important;
	border-radius: 2.5px !important;
	padding: 30px !important;
	clear: both !important
}

.api-form1 .deadline1 {
	font: 700 15px/1.7 roboto, sans-serif !important;
	color: #222 !important;
	text-align: center !important;
	margin: 0 !important
}

.time_remains {
	font: 700 1.1em/1.5 roboto, sans-serif !important;
	color: red !important
}

.api-form1 .name,
.api-form1 .name:invalid,
.api-form1 .phone,
.api-form1 .phone:invalid {
	font-style: normal;
	transition: .25s !important;
	line-height: 20px !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	background: 0 0 !important;
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	background: #f2f2f2 !important;
	outline: 0 !important;
	box-sizing: border-box !important;
	border: 2.5px solid #ddd !important;
	border-radius: 35px !important;
	padding: 15px !important;
	margin: 0 0 15px !important
}

.api-form1 .country:focus,
.api-form1 .phone:focus,
.api-form1.name:focus {
	border: 2.5px solid #aaa !important
}

.api-form1 {
	padding: 15px !important
}

.api-form1 .cta-form1 {
	margin: 0 !important
}

.product-image1 {
	position: relative !important;
	margin: 0 auto !important;
	background: #fff !important;
	text-align: center !important;
	max-width: 300px
}

.product-image1 img {
	margin: 0 auto 0 auto !important;
	border: none !important;
	padding: 0 !important;
	width: 71% !important;
	z-index: 0 !important;
	position: static !important
}

.product-banner-text1 {
	font-size: 12px !important
}

.product-banner1 {
	width: 117px !important;
	height: 117px !important
}

.product-banner1 {
	opacity: .9 !important;
	display: table !important;
	width: 117px !important;
	height: 117px !important;
	line-height: 25px !important;
	color: #fff !important;
	font-size: 18px !important;
	text-align: center !important;
	background: url(https://preview-promo.com/minacardin/free/land/v4_qsxdrfvgtb/images/8.png)no-repeat center !important;
	background-size: 100% !important;
	position: absolute !important;
	top: 0 !important;
	right: 0 !important;
	text-decoration: none !important
}

.product-banner-text1 {
	text-align: center !important;
	margin: 0 !important;
	font-weight: 700 !important;
	color: #f2f2f2 !important;
	display: table-cell !important;
	font-size: 20px !important;
	vertical-align: middle !important;
	position: relative
}

.product-banner-text1:after {
	position: relative;
	top: -5px;
	left: -2.5px
}

.product-banner-text1 {
	font-size: 16px !important
}

.api-form1 .country:invalid,
.api-form1 .name1,
.api-form1 .name1:focus,
.api-form1 .name1:invalid,
.api-form1 .phone:invalid,
.cb-con1 .country,
.cb-con1 .country:invalid,
.cb-con1 .name1,
.cb-con1 .name1:invalid,
.cta-btn1,
.cta-btn1 * {
	text-align: center !important;
	max-width: 445px;
	margin: 15px auto
}

@media (max-width:768px) {
	.api-form1 .deadline1 {
		font-size: 10px !important
	}

	.api-form1 .text {
		font-size: 15px !important
	}

	.api-form1 .name,
	.api-form1 .name:invalid,
	.api-form1 .phone,
	.api-form1 .phone:invalid {
		padding: 10px !important;
		margin: 0 0 10px !important
	}

	.blg {
		margin: 10px 0 0 !important;
		font-size: 18px !important;
		padding: 10px 25px !important
	}

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

	.pop-up-heading {
		font-size: 25px !important
	}

	.pop-up-text {
		font-size: 13px !important
	}
}

.order_block {
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-family: roboto, sans-serif !important;
	padding-bottom: 2em !important;
	box-shadow: none !important;
	width: 100% !important;
	border: none !important;
	max-width: 100% !important;
	line-height: 1.7 !important
}

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

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

.matreshka__container {
	display: flex;
	justify-content: space-around
}

.matreshka__title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px !important;
	margin-bottom: 25px;
	background-color: #3a4752;
	border-radius: .5em
}

.matreshka__item img {
	max-width: 250px;
	width: 100%;
	padding: 0 !important;
	height: auto
}

.win__matreshka p,
.win__matreshka span {
	color: #8d7a7a !important
}

.win__matreshka {
	display: none;
	position: relative;
	color: #8d7a7a !important
}

.win__matreshka p {
	font-family: poetsen_oneregular !important;
	font-size: 50px !important;
	text-shadow: 1px 1px 1px #fff !important;
	text-align: center !important
}

.sale {
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, 50%);
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%)
}

.spin-result-wrapper {
	max-width: 100%;
	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, .6);
	text-align: center
}

.pop-up-window {
	position: relative;
	max-width: 400px;
	right: 0;
	left: 0;
	top: 40%;
	margin: 0 auto;
	background: #fff none repeat scroll 0 0;
	text-align: center;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 20px;
	border-radius: 10px;
	animation: .7s ease 0s normal none 1 running pop-up-appear
}

@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
	}
}

@media (max-width:767px) {
	.matreshka__item img {
		max-width: 155px
	}

	.sale {
		top: 15%
	}
}

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

@media (max-width:480px) {
	.sale {
		top: 8%
	}
}

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

@media (max-width:360px) {
	.sale {
		top: 5%
	}
}

@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
	}
}

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

.sale-blue,
.sale-red,
.sale-yellow {
	font-size: 50px !important
}

p.sale {
	display: block !important;
	margin-block-start: 1em !important;
	margin-block-end: 1em !important;
	margin-inline-start: 0 !important;
	margin-inline-end: 0 !important;
	padding: 0 !important
}

@media screen and (max-width:400px) {

	.sale-blue,
	.sale-red,
	.sale-yellow,
	.win__matreshka p {
		font-size: 25px !important
	}
}

.matreshka__wrapper {
	background-image: url(https://preview-promo.com/minacardin/free/land/v4_qsxdrfvgtb/css/images/9.webp);
	background-position: center center;
	padding-bottom: 10px
}

.matreshka__item img {
	margin: 0 !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;
		background-image: url(https://preview-promo.com/minacardin/free/land/v4_qsxdrfvgtb/css/images/10.webp)
	}
}

@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(0)
	}

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

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

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

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

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

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

	50% {
		transform: rotate(0)
	}

	75% {
		transform: rotate(10deg)
	}

	100% {
		transform: rotate(0)
	}
}

.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-decoration: none !important;
	color: #fff !important
}

.api-form1 {
	display: flex !important;
	flex-direction: column !important;
	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 {
	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;
	font-weight: 400 !important
}

.time_remains {
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 22.68px !important;
	color: #ff0000 !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 {
	background: #ededed !important;
	box-shadow: 0 2px 4px 0#00000040 !important;
	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;
	height: 62px !important;
	margin: 0 !important
}

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

.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: 0 2px 4px 0#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 {
		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: #ff0000 !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 {
		background: #ededed !important;
		box-shadow: 0 2px 4px 0#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;
		height: 62px !important;
		margin: 0 !important
	}

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

	.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: 0 2px 4px 0#00000040 !important
	}

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

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

@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)
	}
}

#fountainG {
	position: relative;
	width: 96px;
	height: 12px;
	margin: 10px
}

.fountainG {
	position: absolute;
	top: 0;
	background-color: #000;
	width: 5px;
	height: 5px;
	animation-name: bounce_fountainG;
	-o-animation-name: bounce_fountainG;
	-ms-animation-name: bounce_fountainG;
	-webkit-animation-name: bounce_fountainG;
	-moz-animation-name: bounce_fountainG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(.3);
	-o-transform: scale(.3);
	-ms-transform: scale(.3);
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
	border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px
}

#fountainG_1 {
	left: 0;
	animation-delay: .6s;
	-o-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s
}

#fountainG_2 {
	left: 12px;
	animation-delay: .75s;
	-o-animation-delay: .75s;
	-ms-animation-delay: .75s;
	-webkit-animation-delay: .75s;
	-moz-animation-delay: .75s
}

#fountainG_3 {
	left: 24px;
	animation-delay: .9s;
	-o-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s
}

@keyframes bounce_fountainG {
	0% {
		transform: scale(1);
		background-color: #000
	}

	100% {
		transform: scale(.3);
		background-color: #fff
	}
}

@-o-keyframes bounce_fountainG {
	0% {
		-o-transform: scale(1);
		background-color: #000
	}

	100% {
		-o-transform: scale(.3);
		background-color: #fff
	}
}

@-ms-keyframes bounce_fountainG {
	0% {
		-ms-transform: scale(1);
		background-color: #000
	}

	100% {
		-ms-transform: scale(.3);
		background-color: #fff
	}
}

@-webkit-keyframes bounce_fountainG {
	0% {
		-webkit-transform: scale(1);
		background-color: #000
	}

	100% {
		-webkit-transform: scale(.3);
		background-color: #fff
	}
}

@-moz-keyframes bounce_fountainG {
	0% {
		-moz-transform: scale(1);
		background-color: #000
	}

	100% {
		-moz-transform: scale(.3);
		background-color: #fff
	}
}

#push-comments #push_mlyjekpdfdd1 {
	box-sizing: border-box;
	font-family: Arial, serif;
	padding: 0;
	transition: 1s;
	width: 100%
}

#push-comments #push_mlyjekpdfdd1__form {
	box-sizing: border-box;
	margin: auto;
	max-width: 600px
}

#push-comments #push_mlyjekpdfdd1__title {
	color: #43a047;
	border-bottom: 0 solid;
	box-shadow: 1px 4px 10px -7px #ccc;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 16px
}

#push-comments #push_mlyjekpdfdd1__message {
	border: 1px solid #43a047;
	box-shadow: 0 2px 4px -3px #237a27;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 20px;
	height: 120px;
	width: 100%;
	outline: 0
}

#push-comments #push_mlyjekpdfdd1__submit {
	background: #43a047;
	border: none;
	box-shadow: 0 2px 4px -3px #000;
	color: #fff;
	cursor: pointer;
	border-radius: 25px;
	display: table;
	margin: 20px 0 0;
	height: 50px;
	transition: .5s;
	text-align: center;
	text-shadow: 0 0 1px #237a27;
	font-size: 18px;
	max-width: 280px;
	width: 100%
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
	background: #237a27;
	text-shadow: none;
	box-shadow: none
}

.push-comments__button {
	background: #43a047;
	border: none;
	box-shadow: 0 2px 4px -3px #000;
	color: #fff;
	cursor: pointer;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 0;
	height: 50px;
	transition: .5s;
	text-align: center;
	text-shadow: 0 0 1px #237a27;
	font-size: 18px;
	max-width: 280px;
	width: 100%
}

.push-comments__button:hover {
	background: #237a27;
	text-shadow: none;
	box-shadow: none
}

.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 {
	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: #ff0000 !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 {
	background: #ededed !important;
	box-shadow: 0 2px 4px 0#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;
	height: 62px !important;
	margin: 0 !important
}

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

.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: 0 2px 4px 0#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 {
		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: #ff0000 !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 {
		background: #ededed !important;
		box-shadow: 0 2px 4px 0#00000040 !important;
		font-family: "Open Sans";
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 25.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
	}

	.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: 0 2px 4px 0#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)
	}
}

@media (max-width:767px) {
	.mh-sidebar {
		display: none !important
	}
}

.comment-text img {
	width: 350px
}

p.sale {
	margin-top: 0 !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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block
}

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

@media screen and (min-width:451px) {}

.screenLock {
	position: fixed;
	width: 100%;
	background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
	top: 0;
	left: 0;
	z-index: 99999;
	justify-content: center;
	align-items: center
}

.msg {
	box-sizing: border-box;
	max-width: 799px;
	text-align: center;
	width: 94%;
	max-height: 535px;
	background: -moz-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0, #3c72b5), color-stop(100%, #7b9fcc));
	background: -webkit-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
	background: -o-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
	background: -ms-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
	background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
	font-family: Roboto !important;
	position: relative;
	border: 5px solid #ddd;
	padding: 0 2%
}

.msg>p.comeback-title {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding-top: 9px;
	display: block;
	color: #fff;
	text-align: center;
	margin: 0
}

.comeback-close {
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 30px;
	cursor: pointer;
	color: #b22222;
	display: block;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	box-shadow: 0 0 9px 0#000;
	background: url(https://preview-promo.com/minacardin/free/land/v4_qsxdrfvgtb/css/images/11.png)no-repeat -4px -2px
}

.comeback-content {
	display: flex;
	align-items: center;
	padding-top: 15px
}

.comeback-img {
	display: inline-block;
	width: 30%
}

.comeback-img img {
	max-width: 206px
}

.comeback-text {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	text-align: left;
	color: #fff;
	font-size: 20px;
	padding-bottom: 5px;
	width: 65%;
	float: right;
	margin-left: 5%;
	margin-top: 15px
}

.comeback-text span {
	border-radius: 3px;
	color: #5b5f65;
	background: #fff;
	font-weight: 600;
	line-height: 34px;
	padding: 1px 4px 1px 4px
}

.comeback-btn {
	display: inline-block;
	max-width: 380px;
	margin: 10px auto 33px;
	font-size: 23px;
	line-height: 100%;
	color: #fff;
	background-color: #3c72b5;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: 700;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 5px;
	padding: 15px 15px !important;
	transition-duration: .3s
}

.comeback-btn:hover {
	color: #3c72b5;
	background-color: #fff
}

@media (max-width:737px) {
	.comeback-img {
		display: none
	}

	.comeback-text {
		float: none;
		width: 92%;
		margin: 15px auto 15px auto;
		font-size: 18px;
		text-align: center
	}

	.msg {
		width: 95%;
		left: auto;
		margin: 0 auto;
		top: 0;
		padding-bottom: 30px;
		text-align: center
	}

	.msg>p.comeback-title {
		font-size: 18px
	}

	.comeback-btn {
		font-size: 16px;
		margin: 0 auto
	}
}

img[src="data:,"],
source[src="data:,"] {
	display: none !important
}

.image-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.image-wrapper {
	position: relative;
	display: inline-block;
	margin: 0 auto;

}

.image-wrapper img {
	display: block;
}

.blurred {
	filter: blur(10px);
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 1.2em;
	text-align: center;
	opacity: 1;
	transition: opacity 0.3s;
}

.hidden {
	display: none;
}

.button-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.button {
	background-color: #ff0000;
	/* Оранжевый цвет, почти красный */
	color: white !important;
	/* Белый текст */
	padding: 10px 10px;
	border: none;
	border-radius: 20px;
	/* Закругленные края, немного меньший радиус */
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.forma {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border: 2px dashed #ff0000;
}

.form {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.price {
	margin-bottom: 20px;
	color: #fff;
	background-color: #ff0000;
	font-size: 20px;
	font-weight: 600;
	padding: 20px 5px;
}

.spann {
	font-size: 25px;
	color: #fff;
}

.fields {
	display: flex;
	flex-direction: column;
}

.fields__input {
	max-width: 280px;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	margin: 0 auto 20px;
	border: 2px solid #b0b0b0;
	border-radius: 8px;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background: #fff;
	outline: none;
}

.fields__btn {
	width: 300px;
	padding: 20px 10px;
	margin: 0 auto 20px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background-color: #ff0000;
	border: 2px solid #d40404;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s linear;
}

.fields__btn:hover {
	color: #fff;
	background-color: #d00808;
	border: 2px solid #9e0303;
	transform: scale(0.9);
}

.title-h2 {
	font-size: 32px;
}

@media (max-width: 480px) {

	.fields__input,
	.fields__btn {
		max-width: 280px;
		width: 90%;
	}

	.title-h2 {
		font-size: 25px;
	}
}

.x_country_select {
	display: none !important;
}

form {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.comment-bottom {
	text-align: left;
}