/*!
Theme Name: ilmakiage
Author: Automattic
Author URI: https://digiproduct.co.il/
Description: ilmakiage
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* Fonts
-------------------------------------------------*/
@font-face {
	font-family: 'ALMONI';
	font-weight: regular;
	src: url("./fonts/ALMONI-DL-AAA-REGULAR.OTF") format('truetype');
}
@font-face {
	font-family: 'NarkisBlockConMF';
	font-weight: bold;
	src: url("./fonts/NarkisBlockCondensedMF-Bold.otf") format('truetype');
}
@font-face {
	font-family: 'NOE_DISPLAY';
	font-weight: 900;
	src: url("./fonts/NOE DISPLAY BLACK.OTF") format('truetype');
}
@font-face {
	font-family: 'AkzidenzGroteskBE';
	font-weight: 900;
	src: url("./fonts/BERTHOLD - AKZIDENZGROTESKBE-MDCN_0.OTF") format('truetype');
}

html, body{
	height: 100%;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	max-width: 1920px;
	overflow-y: scroll;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, 'ALMONI', "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 3em 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-right: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: right;
	position: absolute;
	top: 100%;
	right: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	right: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	right: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	right: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 auto 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	margin-right: 5.3rem;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1.5em;
}
/* Sticky footer
--------------------------------------------- */
.site{
	height: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
}
main{
	flex: 1 0 auto;
}
footer{
	flex-shrink: 0;
}
/* Main home-page content
--------------------------------------------- */
/*.mob-header{
	display: none;
}*/
.mob-header{
	background: #000;
	padding: 6px;
}
.mob-header .row {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 1200px;
	margin: 0 auto;
}
.mob-header .row .icon-first {
	margin-right: 100px;
}
.site-branding {
	display: none;
}
/* Step line */
.entry-header.home{

	align-items: center;
	padding-top: 50px;
	padding-right: 385px;
	height: 7vh;
}
.wrap-line{
	width: 370px;
	display: flex;
	flex-direction: column;
}
.wrap-line .line-step{
	width: 89%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-left: 30px;
}
.home .wrap-line .line-step {
	margin-left: 30px;
}
.home .header-right .wrap-line .line-step {
	width: 89%;
}
.line-step p{
	margin: 0;
	font-size: 1.1em;
	font-family: 'NOE_DISPLAY';
}
.line-step .step-1,
.line-step .step-2,
.line-step .step-3{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	border-radius: 50px;
	color: #fff;
	font-size: 0.8em;
	width: 35px;
	height: 30px;
}
.step-line{
	width: 40%;
	background: #000;
	border: 1px solid #000;
}
.title-step{
	display: flex;
	justify-content: space-between;
}
.title-step p {
	margin: 0;
	font-family: 'NarkisBlockConMF';
}
.step-1.active-step,
.step-2.active-step,
.step-3.active-step{
	background-color: #ff009f !important;
}
p.active-step{
	color: #ff009f;
}
/* End */
.entry-header.home-new{
	display: flex;
}
.header-right .wrap-line .line-step{
	width: 90%;
}
.header-right .title-step:nth-child(2) {
	margin-left: 5.5%;
	margin-right: 2%;
}
.header-right,
.header-left{
	display: flex;
}
.header-right{
	width: 34%;
	flex-direction: column;
	padding-top: 40px;
}
.header-right .wrap{
	display: flex;
	margin: 0em 0 1.9em -2rem;
	justify-content: flex-end;
}
.st-right-column .wrap{
	margin: 0em 0 1.9em -2rem;
	width: 100%;
	justify-content: flex-end;
	display: flex;
}
.header-right .column_right{
	margin-right: 15%;
}
.header-left{
	width: 66%;
	position: relative;
}
.header-left .title_form{
	display: flex;
	align-items: center;
	flex-direction: column;
}
/*
.header-left .title_form h1{
	font-size: 4.5em;
	margin: 0.5em 0 0;
	line-height: 0.6;
	color: #000;
	font-family: 'NarkisBlockConMF';
}
.header-left .title_form .sale p span{
	font-size: 2.5em;
	margin: -0.5em 0 0;
	font-family: 'NOE_DISPLAY';
}
.header-left .title_form .sale p{
	margin: 0;
	font-family: 'NarkisBlockConMF';
}
.header-left .title_form .sale p b{
	font-size: 1.5em;
}
.header-left .title_form .sale p.cross{
	position: relative;
	color: #808080;
	font-size: 10px;
	margin-top: 15px;
}
.header-left .title_form .sale p.cross:before{
  border-bottom: 3px solid #ff009f;
  position: absolute;
  content: "";
  width: 95%;
  height: 36%;
  left: 8%;
  transform: rotate(0deg);
}
*/

.form-heading{
	color: #000;
}
.form-heading .before-price{
	font-family: 'NarkisBlockConMF', sans-serif;
	font-size: 38px;
}
.form-heading .after-price{
	font-family: 'NarkisBlockConMF', sans-serif;
	font-size: 38px;
}
.form-heading .price{
	font-family: 'NOE_DISPLAY', serif;
	font-size: 26px;
}
.form-heading .price .letter{
	font-family: 'NarkisBlockConMF', sans-serif;
}
.form-heading .price .number-2 {
	font-size: 50px;
}
.form-heading .price .number-1 {
	font-family: 'NOE_DISPLAY', serif;
	color: #808080;
}
.form-heading .price .strike{
	position: relative;
}
.form-heading .price .strike:before{
	content: '';
	position: absolute;
	border-bottom: 3px solid #ff009f;
	height: 0;
	width: 100%;
	left: 0;
	top: 50%;
}

.iframe-holder {
	width: 100%;
	max-width: 350px;
}
.header-left .form-first{
	width: 90%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
.header-left .form-first p{
	display: flex;
	font-size: 1em;
	margin: 0.2em 0;
}
/* Check box */
.header-left .form-first input[type="checkbox"]:checked,
.header-left .form-first input[type="checkbox"]:not(:checked)
{
	position: absolute;
	opacity: 0;
}
.header-left .form-first input[type="checkbox"]:checked + label,
.header-left .form-first input[type="checkbox"]:not(:checked) + label{
	display: inline-block;
	position: relative;
	padding-right: 28px;
	line-height: 20px;
	cursor: pointer;
}
.header-left .form-first input[type="checkbox"]:checked + label:before,
.header-left .form-first input[type="checkbox"]:not(:checked) + label:before{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 18px;
	height: 18px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}
.header-left .form-first input[type="checkbox"]:checked + label:after,
.header-left .form-first input[type="checkbox"]:not(:checked) + label:after{
	content: "";
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.header-left .form-first input[type="checkbox"]:checked + label:after,
.header-left .form-first input[type="checkbox"]:not(:checked) + label:after {
	right: -3px;
	top: 0px;
	width: 17px;
	height: 14px;
	background-image: url("data:image/svg+xml,%0A%3Csvg id='Isolation_Mode' data-name='Isolation Mode' xmlns='http://www.w3.org/2000/svg' width='14.74' height='11.94' viewBox='0 0 14.74 11.94'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23000;stroke-width:2.83px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EVector Smart Object%3C/title%3E%3Cpolyline class='cls-1' points='1 6.13 4.8 9.93 13.73 1'/%3E%3C/svg%3E");
	background-size: 100%;
	background-repeat: no-repeat;
}
.header-left .form-first input[type="checkbox"]:checked + label:before,
.header-left .form-first input[type="checkbox"]:not(:checked) + label:before {
	border-radius: 2px;
}
.header-left .form-first input[type="checkbox"]:not(:checked) + label:after{
	opacity: 0;
}

.header-left .form-first input[type="checkbox"]:checked + label:after{
	opacity: 1;
}
/*End*/

/* Form */
#form-errors-holder {
	color: #f00;
}
.header-left .form-first input{
	margin: 0.8em 0;
}
.header-left .form-first input[type="text"]{
	height: 40px;
	padding: 0 1rem;
}
.header-left .form-first input[type="checkbox"]{
	margin: 0.3em 0.8rem 0;
}
.header-left .form-first input[type="submit"]{
	font-size: 2.4em;
	padding: 0.5em 0.5rem;
	background-color: #ff009f;
	border: 3px solid #ff009f;
	margin: 1em 4.5rem;
	font-family: 'NarkisBlockConMF';
}
.header-left .form-first input[type="submit"]:hover{
	background: #fff;
	cursor: pointer;
	border: 3px solid #ff009f;
}
.header-left .post-thumbnail{
	left: 4%;
	width: 70%;
	z-index: 0;
	position: absolute;
}
#arrow-down {
	width: 75px;
	height: 65px;
	margin: 0 auto;
	display: block;
	margin-top: 50px;

}

#arrow-down polygon {
	fill: #ff009f;
	transition: all .2s ease-out;

&.arrow-middle {
	 opacity: 0.75;
 }

&.arrow-top {
	 opacity: 0.5
 }

}
.header-left .form-left{
	top: 10%;
	left: -5%;
	width: 36%;
	z-index: 1;
	height: 73%;
	position: relative;
	background-color: #adadad;
}
.top-row{
	display: flex;
	margin: 0 5.3rem;
}
.column_right .first{
	margin-top: 20px;
	padding: 0.5em;
	background-color: #ff009f;
}
.column_right .first h1{
	margin: 0;
	font-size: 2.4em;
	line-height: 1;
	color: #000;
	font-family: 'ALMONI';
	padding: 0 0 5px;
}
.column_right .first h1 .english{
	font-family: 'ALMONI', sans-serif;
}
.column_right .first p{
	margin: 0;
	font-size: 2.1em;
	color: #000;
	font-family: 'AkzidenzGroteskBE';
}
.column_right .second{
	padding: 1em 0;
	margin: 3.5vh 0 0;
	border-radius: 20px;
	border: 10px solid #000;
	display: none;
}
.column_right .arrow_comment {
	display: none !important;
}
.column_right .arrow_comment{
	display: block;
	position: relative;
	right: 2em;
	width: 0;
	height: 0;
	border-left: 2em solid transparent;
	border-right: 0.8em solid transparent;
	border-top: 1.8em solid #000;
}
.arrow_comment:before {
	/*    display: block;
      content: '';
      width: 0;
      position: relative;
    top: -4em;
      left: 1em;
      border-left: 3.2em solid transparent;
      border-right: 1.3em solid transparent;
      border-top: 2.8em solid #fff;*/
}
/*
.sale{
	display: flex;
	color: #000;
	justify-content: center;
}
*/
.column_right .second p{
	margin: 0;
	padding: 0.5em 0;
	font-size: 1.5em;
	line-height: 0.8;
	font-family: 'ALMONI';
}
.column_right .third{
	font-size: 2em;
	font-family: 'ALMONI';
	color: #ff009f;
	margin-top: 50px;
}
.column_right .third h1{
	font-family: 'NarkisBlockConMF';
}
.column_right .third h1,
.column_right .third p{
	margin: 0;
}
.column_right .third p{
	font-size: 1.7vw;
	font-weight: 700;
}
.column_left{
	width: 37.5vw;
	height: 46vh;
}
.column_left .post-thumbnail{
	top: 0px;
	left: 60px;
	max-width: 1150px;
	position: absolute;
}
.column_center{
	display: flex;
	z-index: 1;
	width: 27.5vw;
	height: 48vh;
	align-items: center;
	flex-direction: column;
	margin: 1.2vh 0.6vw 0 0;
	background-color: #c6c6c6;
}
.column_center .title_form{
	padding: 1.5vh 0 0.1vh;
}
.column_center .title_form h1{
	margin: 0;
	text-align: center;
	font-size: 3.5vw;
	line-height: 1;
}
.column_center .title_form p{
	margin: 0;
	font-size: 3.5vw;
	line-height: 1
}
/* Form main page */
.step-two-selector-wrapper{
	width: 100%;
}
.step-two-selector-wrapper form{
	display: flex;
	flex-direction: column;
}
.step-two-selector-wrapper form select{
	padding: 10px 10px;
	height: 44px;
	font-size: .9rem;
}
.step-two-selector-wrapper form input[type="submit"]{
	font-size: 2.4em;
	background-color: #ff009f;
	border: 3px solid #ff009f;
	padding: 0.5em 1.2rem;
	cursor: pointer;
	width: 48%;
	margin: 2em auto;
	font-family: 'NarkisBlockConMF';
}
.step-two-selector-wrapper form input[type="submit"]:hover{
	background: #fff;
	border: 3px solid #ff009f;
}
.wpforms-container.wpforms-container-full{
	display: flex;
	margin: 0;
	width: 100%;
	justify-content: center;
}
.wpforms-container.wpforms-container-full form{
	width: 88%;
}
div.wpforms-container.wpforms-container-full .wpforms-form input.wpforms-field-medium {
	max-width: 100%;
	height: 2.5em;
}
div.wpforms-container-full .wpforms-submit-container{
	display: flex;
	margin: 1.6vh !important;
	justify-content: center;
}
.header-left div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	padding: 0;
}
div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit] {
	font-size: 2.4em;
	background-color: #ff009f;
	border: 3px solid #ff009f;
	padding: 1.3vh 1.3vw;
	font-family: 'NarkisBlockConMF';
}
div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit]:hover{
	background: #fff;
	border: 3px solid #ff009f;
}
.arrow-down {
	text-align: center;
	margin-top: 10px;
}
.arrow-down img {
	max-width: 50px;
}
.gray-row{
	display: flex;
	padding: 0 5rem;
	margin-top: 40px;
	background-color: #fff;
}
.gray-row .column_2{
	width: 52%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
/*
.gray-row .column_2 .top_column{
	width: 85%;
	display: flex;
}
.gray-row .column_2 .top_column .left,
.gray-row .column_2 .top_column .right{
	width: 40%;
}
.gray-row .column_2 .top_column .left p,
.gray-row .column_2 .top_column .right p{
	margin: 0 0 0.5em;
	font-size: 1.1em;
}
*/
.gray-row .column_2 .bottom_column{
	width: 85%;
	/*border: 5px solid #ff009f;*/
	margin: 0;
}
.gray-row .column_2 .bottom_column .bottom{
	padding: 1vw 6.5vw;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.gray-row .column_2 .bottom_column .bottom p{
	margin: 0;
	font-size: 2vw;
	font-weight: 700;
	text-align: center;
	color: #000;
}
/*
.gray-row .column_2 .top_column .left,
.gray-row .column_2 .top_column .right{
	position: relative;
	margin-right: 3rem;
}
.gray-row .column_2 .top_column .left p:before {
	content: '';
	display: block;
	width: 2em;
	right: -2.9rem;
	position: absolute;
	background: url(/wp-content/themes/ilmakiage/images/icon_list.png)no-repeat;
	height: 2vh;
}
.gray-row .column_2 .top_column .right p:before {
	content: '';
	display: block;
	width: 2em;
	height: 2em;
	right: -2.9rem;
	position: absolute;
	background: url(/wp-content/themes/ilmakiage/images/icon_list.png)no-repeat;
}
*/
.list-heading,
.list-heading-2{
	margin: 0;
	font-size: 2vw;
	font-weight: 700;
	color: #ff009f;
	text-align: center;
}
.list-heading-2{
	color: #000;
	margin: 0 0 10px;
}
.list-items{
}
.list-item{
	margin: 0 0 10px;
	float: right;
	width: 46%;
	font-size: 1.2vw;
	padding: 0 7% 0 0;
}
.list-item:before {
	content: '';
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	margin-left: 10px;
	background: url(/wp-content/themes/ilmakiage/images/icon_list.png)no-repeat;
	background-size: 100%;
}

.gray-row .column_3{
	width: 19%;
	color: #000;
	padding: 0.5em 0;
	line-height: 1;
	font-size: 5em;
	direction: ltr;
	text-align: left;
	font-weight: bold;
	font-family: 'NOE_DISPLAY';
}
.testimonials-row{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2em 10rem 2em;
	background: #cec8c8;
	margin-top: 5em;
}

.testimonials-row .tm-1,
.testimonials-row .tm-2,
.testimonials-row .tm-3,
.testimonials-row .tm-4{
	display: flex;
	width: 20%;
	height: 20em;
	margin: 0 1rem;
	font-size: 1rem;
	align-items: center;
	flex-direction: column;
	padding: 2em 1.2rem;
	justify-content: center;
	background-color: #ebebeb;
	border-top-left-radius: 43px;
	border-bottom-right-radius: 126px;
	box-shadow: 5px 6px 11px 0px rgba(0,0,0,0.2);
}
.testimonials-row .tm-1 .text-tm-1,
.testimonials-row .tm-2 .text-tm-2,
.testimonials-row .tm-3 .text-tm-3,
.testimonials-row .tm-4 .text-tm-4{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 10em;
}
.testimonials-row .tm-1 .text-tm-1 p,
.testimonials-row .tm-2 .text-tm-2 p,
.testimonials-row .tm-3 .text-tm-3 p,
.testimonials-row .tm-4 .text-tm-4 p{
	margin: 0.5em 0;
	font-size: 0.9em;
}
.testimonials-row .tm-1 .text-tm-1:before,
.testimonials-row .tm-2 .text-tm-2:before,
.testimonials-row .tm-3 .text-tm-3:before,
.testimonials-row .tm-4 .text-tm-4:before {
	content: '';
	display: block;
	width: 30px;
	text-align: center;
	height: 30px;
	background: url(/wp-content/themes/ilmakiage/images/quote-1.png)no-repeat;
}
.testimonials-row .tm-1 .text-tm-1:after,
.testimonials-row .tm-2 .text-tm-2:after,
.testimonials-row .tm-3 .text-tm-3:after,
.testimonials-row .tm-4 .text-tm-4:after {
	content: '';
	display: block;
	width: 30px;
	text-align: center;
	height: 30px;
	background: url(/wp-content/themes/ilmakiage/images/quote-2.png)no-repeat;
}
.entry-header.home-new {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: -90px 0;
	background-color: #cec8c8;
	min-height: 600px;
}
/*ScroolUp
 -------------------------------------------- */
div.scrollup {
	position: fixed;
	color: #fff;
	background-color: #ff009f;
	right: 20px;
	bottom: 20px;
	padding: 4px 10px;
	font-size: 20px;
	border-radius: 50px;
	cursor: pointer;
	display: none;
	text-align: center;
}
/* Footer
--------------------------------------------- */
footer.site-footer{
	color: #fff;
	background-color: #000;
}
footer .site-info{
	display: flex;
	align-items: center;
	margin: 0.4rem 5.3rem 0;
	justify-content: space-between;
}
.social_icons{
	flex-grow: 2;
	text-align: end;
}
.social_icons a{
	padding: 0 0.6rem;
	text-decoration: none;
}
.info_copyright{
	flex-grow: 0.9;
	direction: ltr;
	font-size: 1.3rem;
	font-family: 'ALMONI'
}
.info_copyright p{
	margin-left: 0.4rem;
	margin-bottom: 20px;
}
/* Steps page
--------------------------------------------- */
.wrap-steps{
	width: 100%;
	display: flex;
}
.wrap-steps .wrap-line{
	/*width: 55%;*/
}
.wrap-steps .st-right-column.step-3 .wrap-line{
	margin-bottom: 1%;
}
.wrap-steps .wpforms-container-full .wpforms-form select.wpforms-field-medium{
	max-width: 100%;
	margin-bottom: 11%;
}
.wrap-steps .wpforms-container-full .wpforms-form select{
	padding: 10px 10px;
	height: 44px;
}
.wrap-steps .wpforms-container.wpforms-container-full form{
	width: 100%
}
.wrap-steps .title-step{
	margin-left: 5.5%;
	margin-right: 2%;
}
.thanks-right-column {
	color: #000;
	padding-top: 50px;
}
.thanks-right-column,
.thanks-left-column,
.st-left-column,
.st-right-column{
	width: 50vw;
	display: flex;
	align-items: flex-start;
}
.st-left-column img{
	height: auto;
}
.st-right-column{
	align-items: flex-end;
	flex-direction: column;
	padding-top: 40px;
	width: 34%;
}
.st-right-column #timer{
	display: flex;
	width: 65%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background-color: #d9d9d9;
}
#timer .time{
	display: flex;
}
#timer .time span{
	font-size: 48px;
	padding: 0 1%;
	font-family: 'NOE_DISPLAY';
	color: #ff009f;
}
#timer .time p {
	width: 11%;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	font-family: 'NOE_DISPLAY';
	margin: 1% 2%;
	font-size: 45px;
	color: #ff009f;
}
#timer .time {
	width: 92%;
}
div#timer>p {
	margin: 1.5%;
}
.t_row p {
	margin: 0 1%;
}
.t_row{
	display: flex;
	justify-content: space-around;
	align-items: baseline;
	width: 100%;
}
.st-form{
	width: 65%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.st-form p{
	direction: ltr;
	font-size: 2.7em;
	margin: 0 0 3%;
	font-family: 'NOE_DISPLAY';
	font-family: 'NarkisBlockConMF';
}
.st-form .promo-column-new{
	margin-bottom: 40px;
}
.st-form .promo-column-new p{
	direction: rtl;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 3%;
	font-family: -apple-system, 'ALMONI', "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.st-left-column{
	margin-top: 70px; /*-114px;*/
	margin-left: 50px;
	margin-bottom: 0;
	justify-content: center;
}
.st-left-column img{
	height: auto; /*73vh;*/
	width: 24vw;
}
.st-left-column .post-thumbnail{
	padding: 15px 15px 45px;
	transform: rotate(-7deg);
	box-shadow: 5px 6px 11px 0px rgba(0,0,0,0.2);
}
/*step-3*/
.thanks-left-column{
	margin-top: 0;/*-114px;*/
}
.thanks-left-column img{
	width: 44vw;
	height: auto; /*87vh;*/
}
.thanks-right-column{
	margin: 0 6% 0;
	align-items: center;
	flex-direction: column;
}
.thanks-right-column h1{
	direction: ltr;
	font-size: 55px;
	margin: 0;
	font-family: 'NOE_DISPLAY';
}
.thanks-right-column p{
	margin: 0;
	font-size: 44px;
}
.thanks-right-column a{
	font-size: 25px;
}

/* thank you popup */
.popup-payment-complete .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}
.popup-payment-complete .popup {
	background: #b7b7b7;
	border-radius: 15px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	width: 510px;
	min-height: 95px;
	text-align: center;
	color: #000;
	font-family: 'ALMONI', sans-serif;
	padding: 23px;
	box-sizing: border-box;
}
.popup-payment-complete.hide {
	display: none;
}
.popup-payment-complete p {
	font-size: 22px;
	margin: 0;
}
.popup-payment-complete p.small {
	font-size: 16px;
}
.popup-payment-complete p.pink {
	color: #ff009f;
}
.popup-payment-complete .popup-title {
	direction: ltr;
	font-family: 'NOE_DISPLAY', serif;
	font-size: 32px;
	margin: 33px 0 0;
}
.popup-payment-complete .popup-icon-x {
	background: url(images/icon-x.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 27px;
	overflow: hidden;
	text-indent: -100vw;
	position: absolute;
	left: 22px;
	top: 20px;
}
.popup-payment-complete .popup-icon-whatsapp {
	background: url(images/icon-wa.png) no-repeat;
	background-size: contain;
	width: 78px;
	height: 78px;
	display: inline-block;
}

.column_1{
	transform: rotate(-7deg)
}

.promo-column{
	font-size: 1.9vw;
	font-weight: 700;
	text-align: center;
	color: #000;
	line-height: 1.2;
	position: relative;
}
.mobile{
	display: none;
}
.text-black{
	margin: 1vw 0;
}
.text-black .pink {
	color:#ff009f;
}
.text-black .bigger {
	font-size: 1.2em;
	line-height: .5;
}
.text-black .smaller {
	font-size: .85em;
}

.text-pink{
	color: #ff009f;
	margin: 1vw 0;
	font-size: 1.9vw;
}
.pink-line{
	background: url(images/pink-line.png) no-repeat;
	background-size: 100% 95%;
	min-height: 3vw;
	width: 100%;
	line-height: 1.2;
}
.promo-image{
	width: 100%;
}
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 999999;
}
.preloader .loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.header-left .form-first a {
	color: #404040;
}
.free_places_wrapper {
	text-align: center;
	margin-top: 25px;
	font-size: 20px;
}
.free_places_wrapper > div {
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.free_places_wrapper > div:before {
	content: '';
	background-color: #fff000;
	width: 100%;
	display: block;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
	top: 10px;
	-o-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	transform: rotate(-2deg);

}
/*
.header-left .title_form .sale p.sale-text-mobile{
	display: none;
}
*/
.choose-payment-wrapper {
	margin-bottom: 50px;
	text-align: center;
}
.choose-payment-wrapper h2 {
	font-size: 40px;
	margin-bottom: 70px;
	color: #000;
	display:none;
}
.choose-payment-wrapper .payments-wrapper {
	display: flex;
}
.choose-payment-wrapper .payments-wrapper a {
	margin: 0 15px;
	text-decoration: none;
	outline-style: none; -moz-outline-style:none;
}

.choose-payment-wrapper .payments-wrapper a:hover .image,
.choose-payment-wrapper .payments-wrapper a.selected .image {
	border: 2px solid #ff009f;
	transition: .3s;
}
.choose-payment-wrapper .payments-wrapper .image {
	border: 2px solid #b4b4b4;
	padding: 25px 50px;
	min-height: 115px;
}
.choose-payment-wrapper .payments-wrapper .image img {
	min-width: 80px;
}
.choose-payment-wrapper .payments-wrapper .text {
	font-size: 24px;
	color: #000;
}
.choose-payment-wrapper .submit-button {
	margin-top: 50px;
}
.choose-payment-wrapper .submit-button a.button {
	background-color: #ff009f;
	color: #fff;
	padding: 15px 70px;
	font-weight: 700;
	transition: .4s;
	text-decoration: none;
	font-size: 24px;
}
.choose-payment-wrapper .error-holder {
	color: #f00;
	margin-top: 15px;
}

.colored-text {
	font-size: 29px;
	margin: 1vw -40px;
	color: #ff009f;
}
@media (max-width: 1805px) {
	.colored-text {
		font-size: 26px;
	}
}
@media (max-width: 1590px) {
	.colored-text {
		font-size: 22px;
	}
}
@media (max-width: 1370px) {
	.colored-text {
		font-size: 26px;
	}
}
@media (max-width: 1350px) {
	.colored-text {
		font-size: 2vw;
	}
}
@media (max-width: 820px) {
	.colored-text {
		font-size: 3vw;
	}
}


/* Big Desktop
-------------------------------- */
@media (min-width: 1921px) {
	.column_right .third p{
		font-size: 32px;
	}

	.promo-column{
		font-size: 36px;
	}
	.text-black{
		margin: 19px 0;
	}
	.text-pink{
		margin: 19px 0;
		font-size: 32px;
	}
	.pink-line{
		min-height: 57px;
	}
	.gray-row .column_2 .bottom_column .bottom{
		padding: 20px 130px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.gray-row .column_2 .bottom_column .bottom p{
		margin: 0;
		font-size: 20px;
		text-align: center;
	}
	.list-item{
		font-size: 23px;
	}
	.list-heading,
	.list-heading-2,
	.gray-row .column_2 .bottom_column .bottom p{
		font-size: 38px;
	}
}
@media (min-width: 2445px) {
	.st-left-column{
		width: 66%;
		margin-left: 0;
	}
}

/*Mobile
-------------------------------- */

@media (max-width: 1820px) {
	/*
	.gray-row .column_2 .top_column .left p,
	.gray-row .column_2 .top_column .right p {
		font-size: 1em;
	}
	*/
	.form-heading .before-price{
		font-size: 2.2vw;
	}
	.form-heading .after-price{
		font-size: 2.2vw;
	}
	.form-heading .price{
		font-size: 1.45vw;
	}
	.form-heading .price .number-2 {
		font-size: 2.78vw;
	}
}
@media (max-width: 1810px) {
	.testimonials-row .tm-1,
	.testimonials-row .tm-2,
	.testimonials-row .tm-3,
	.testimonials-row .tm-4{
		width: 25%;
	}
	.testimonials-row .tm-1 .text-tm-1 p,
	.testimonials-row .tm-2 .text-tm-2 p,
	.testimonials-row .tm-3 .text-tm-3 p,
	.testimonials-row .tm-4 .text-tm-4 p {
		font-size: 0.9em;
	}
}
@media (max-width: 1820px) {
	/*
	.gray-row .column_2 .top_column .left p,
	.gray-row .column_2 .top_column .right p {
		font-size: 0.9em;
	}
	*/
}
@media (max-width: 1790px) {
	/*	.header-left .form-left {
        top: 27.5%;
    }*/
	.header-right .wrap,
	.st-right-column .wrap{
		margin: 0em 0 0.3em -2rem;
	}
	/*.column_right .first{
		margin-top: 0.9em;
	}
	
  .header-left .title_form h1{
    font-size: 3em;
  }
  .header-left .title_form .sale p span {
    font-size: 2.2em;
  }
  .header-left .title_form .sale p b {
    font-size: 1.5em;
  }
  */
	.header-right .column_right .first h1{
		font-size: 2em;
	}
	.header-right .column_right .first p{
		font-size: 1.7em;
	}
	.header-right .column_right .third,
	.header-right .column_right .second p {
		font-size: 1.3em;
	}
	div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit] {
		font-size: 2em;
	}
	.step-two-selector-wrapper form input[type="submit"]{
		font-size: 2em;
	}
	.gray-row .column_3 {
		font-size: 4.8em;
	}
	.gray-row {
		margin-top: 130px;
	}
	.list-item{
		width: 50%;
	}
}
@media (max-width: 1590px) {
	.testimonials-row .tm-1,
	.testimonials-row .tm-2,
	.testimonials-row .tm-3,
	.testimonials-row .tm-4{
		width: 32%;
	}
	.testimonials-row {
		margin: 3em 0 0;
	}
	.header-left .form-first p{
		font-size: 0.8em;
	}
	.header-left .form-first input[type="submit"] {
		font-size: 2em;
	}
	.header-right .wrap,
	.st-right-column .wrap{
		margin: 1.5em 0;
	}
	/*
  .header-left .title_form h1{
    font-size: 2.5em;
  }
  .header-left .title_form .sale p span {
    font-size: 2em;
  }
  .header-left .title_form .sale p b {
    font-size: 1.2em;
  }
  */
	.header-right .column_right .first h1{
		font-size: 1.8em;
	}
	.header-right .column_right .first p{
		font-size: 1.5em;
	}
	.header-right .column_right .third,
	.header-right .column_right .second p {
		font-size: 1.1em;
	}
	div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit] {
		font-size: 1.5em;
	}
	.step-two-selector-wrapper form input[type="submit"]{
		font-size: 1.5em;
		width: 160px;
	}
	/*	.header-left .form-left {
      top: 34%;
      height: 67%;
    }*/
	.gray-row {
		margin-top: 50px;
	}
}
@media (max-width: 1540px) {
	.form-left div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
		font-size: 0.86em;
	}
	.header-right .wrap,
	.st-right-column .wrap{
		margin: 0 0 0 -2rem;
	}
	/*	.header-left .form-left {
        top: 29.5%;
      height: 72%;
    }*/
	.header-left .post-thumbnail {
		width: 64%;
	}
}
@media (max-width: 1490px) {
	/*
	.gray-row .column_2 .top_column .left p,
	.gray-row .column_2 .top_column .right p {
		font-size: 0.8em;
	}
	*/
}
@media (max-width: 1460px) {
	.testimonials-row .tm-1 .text-tm-1 p,
	.testimonials-row .tm-2 .text-tm-2 p,
	.testimonials-row .tm-3 .text-tm-3 p,
	.testimonials-row .tm-4 .text-tm-4 p {
		font-size: 0.8em;
	}
	/*
	.gray-row .column_2 .top_column .left p,
	.gray-row .column_2 .top_column .right p {
		font-size: 0.8em;
	}
	*/
	.gray-row .column_3 {
		font-size: 4.4em;
	}
	.header-right .wrap,
	.st-right-column .wrap{
		margin: 1em 0.5em 0 -2rem;
	}
	/*	.header-left .form-left {
        top: 30.5%;
    }*/
	.entry-header.home-new {
		background-position: -180px 0;
	}
}
@media (max-width: 1370px) {
	.entry-header.home-new {
		background-image: none !important;
	}
	.st-left-column,
	.thanks-left-column,
	.header-left .post-thumbnail{
		display: none;
	}
	.header-left,
	.header-right {
		width: 50%;
	}
	.header-right .column_right {
		margin-right: 10%;
	}
	.header-left .form-left {
		/*top: 31%;*/
		right: 10%;
		width: 80%;
		z-index: 1;
		height: 75%;
		position: relative;
		background-color: #adadad;
	}
	.thanks-right-column {
		margin: 0 auto;
	}
	/*
  .header-left .title_form h1 {
    font-size: 3.5em;
  }
  .header-left .title_form .sale p b {
    font-size: 1.8em;
  }
  .header-left .title_form .sale p span {
    font-size: 2.5em;
  }
  */
	.arrow_comment:before{
		top: -3.7em;
		border-left: 3em solid transparent;
	}
	.st-right-column {
		width: 100vw;
		padding: 0;
		margin: 10%;
		align-items: center;
	}
	.gray-row {
		margin-top: 30px;
		padding: 0 1rem;
	}
	.thanks-right-column{
		width: 100vh;
	}
	.column_right .third p{
		padding: 0 3vw;
		font-size: 2.2vw;
	}
	.st-right-column .wrap{
		justify-content: center;
	}
	.text-black {
		margin: 1vw auto;
		max-width: 24vw;
	}
	.form-heading .before-price{
		font-size: 3.2vw;
	}
	.form-heading .after-price{
		font-size: 3.2vw;
	}
	.form-heading .price{
		font-size: 2.45vw;
	}
	.form-heading .price .number-2 {
		font-size: 3.78vw;
	}
	.list-item{
		padding-right: 0;
		margin: 0 2vw 0 -2vw;
		font-size: 1.5vw;
	}
}
@media (max-width: 1340px) {
	.testimonials-row {
		margin: 3em 5rem 2em;
	}
}
@media (min-width: 560px) and (max-width: 1370px) {
	.line-step .step-1,
	.line-step .step-2,
	.line-step .step-3 {
		width: 30px;
	}
}
@media (max-width: 1310px) {
	.testimonials-row {
		margin: 3em 0 0;
	}
	/*
	.gray-row .column_2 .top_column .left p,
	.gray-row .column_2 .top_column .right p {
		font-size: 0.7em;
	}
	*/
	.gray-row .column_2 .bottom_column .bottom{
		padding: 1vw;
	}
}
@media (max-width: 1220px) {
	.logo_footer{
		display: none;
	}
	/*
	.gray-row .column_2 .top_column {
		flex-direction: column;
	}
	.gray-row .column_2 .top_column .left,
	.gray-row .column_2 .top_column .right {
		width: 100%;
	}
	.gray-row .column_2 .top_column .left p,
	.gray-row .column_2 .top_column .right p {
		font-size: 1em;
	}
	*/
	.social_icons{
		text-align: start;
	}
	.testimonials-row .tm-1,
	.testimonials-row .tm-2,
	.testimonials-row .tm-3,
	.testimonials-row .tm-4{
		width: 35%;
	}
	.testimonials-row {
		margin: 3em 3rem 2em;
	}
	.gray-row .column_1{
		display: none;
	}
	.gray-row .column_2 {
		width: 50%;
		margin-bottom: 2vw;
	}
	.gray-row .column_3 {
		width: 45%;
		display: flex;
		align-items: center;
		text-align: center;
	}
	.testimonials-row {
		margin: 0;
		padding: 2em 0 2em;
	}

	.list-heading,
	.list-heading-2,
	.gray-row .column_2 .bottom_column .bottom p{
		font-size: 3vw;
	}
}
@media (max-width: 1120px){
	.testimonials-row .tm-1 .text-tm-1 p,
	.testimonials-row .tm-2 .text-tm-2 p,
	.testimonials-row .tm-3 .text-tm-3 p,
	.testimonials-row .tm-4 .text-tm-4 p {
		font-size: 0.7em;
	}
}
@media (max-width: 1020px){
	.testimonials-row{
		flex-wrap: wrap;
	}
	.testimonials-row .tm-1 .text-tm-1 p,
	.testimonials-row .tm-2 .text-tm-2 p,
	.testimonials-row .tm-3 .text-tm-3 p,
	.testimonials-row .tm-4 .text-tm-4 p {
		font-size: 1em;
	}
	.testimonials-row .tm-1,
	.testimonials-row .tm-2,
	.testimonials-row .tm-3,
	.testimonials-row .tm-4 {
		margin: 1em 1rem;
	}
	.gray-row {
		margin-top: 30px;
	}
	/*
  .header-left .title_form .sale p b {
    font-size: 1.5em;
  }
  .header-left .title_form .sale p span {
    font-size: 2em;
  }
  */
	.column_right .third p {
		font-size: 2.2vw;
		padding: 0 2vw;
	}
}
@media (max-width: 990px){
	.header-right .column_right .first h1 {
		font-size: 1.7em;
	}
	.header-right .column_right .first p {
		font-size: 1.2em;
	}
	.header-right .column_right .third, .header-right .column_right .second p {
		font-size: 0.9em;
	}
	.header-left .form-left {
		/*top: 34%;*/
		height: 83%;
	}
	.mob-header .row {
		max-width: 800px;
	}
	.gray-row {
		margin-top: 30px;
	}
	.column_right .third {
		margin-top: 40px;
	}
	.column_right .third p {
		max-width: 70vw;
		padding: 0 4vw;
		font-size: 2.2vw;
		margin: 0 auto;
	}
}
@media (max-width: 840px){
	.testimonials-row .tm-1,
	.testimonials-row .tm-2,
	.testimonials-row .tm-3,
	.testimonials-row .tm-4{
		width: 40%;
	}
	.st-right-column {
		margin: 5%;
	}
	.info_copyright{
		font-size: 1rem;
	}
	.testimonials-row{
		flex-wrap: wrap;
		padding: 0;
	}
	.header-right .wrap,
	.st-right-column .wrap{
		margin: 1em 0.5em 0;
	}
	.list-heading,
	.list-heading-2{
		font-size: 4vw;
	}
	.list-items{
		display: flex;
		flex-wrap: wrap;
	}
	.list-item{
		padding-right: 7vw;
		margin: 0;
		font-size: 2.5vw;
		width: 100%;
	}
	.list-items.desktop{
		display: none;
	}
}
@media (max-width: 820px){
	.entry-header.home-new {
		flex-direction: column;
	}
	.header-right .wrap {
		justify-content: center;
	}
	.header-right .column_right {
		margin: 0 10% 5%;
	}
	.header-right .column_right .first h1 {
		font-size: 2em;
	}
	.header-right .column_right .first p {
		font-size: 1.5em;
	}
	.header-right .column_right .third,
	.header-right .column_right .second p {
		font-size: 1.3em;
	}
	/*
  .header-left .title_form h1{
    font-size: 3.5em;
  }
  .header-left .title_form .sale p span {
    font-size: 3.5em;
  }
  .header-left .title_form .sale p b {
    font-size: 2.5em;
  }
  */
	.header-left, .header-right {
		width: 100%;
	}
	.gray-row {
		margin-top: 50px;
		flex-direction: column;
	}
	.gray-row .column_2,
	.gray-row .column_3 {
		width: 100%;
	}
	.testimonials-row .tm-1 .text-tm-1 p,
	.testimonials-row .tm-2 .text-tm-2 p,
	.testimonials-row .tm-3 .text-tm-3 p,
	.testimonials-row .tm-4 .text-tm-4 p {
		font-size: 0.8em;
	}
	/*
  .header-left .title_form .sale p.cross {
    margin-top: 0;
  }
  */
	.promo-column{
		max-width: 465px;
		margin: 2vw auto;
		font-size: 3.2vw;
	}


	.text-black {
		margin: 1vw auto;
		max-width: 40vw;
	}
	.text-pink{
		color: #000;
		font-size: 3.2vw;
	}
	.pink-line{
		min-height: 4.3vw;
		display: none;
	}

	.header-right .column_right{
		margin-bottom: 0;
	}
	/* пришлось костылить, из-за старой плохой вёрстки,новый стринг ломает всё
	.header-left .title_form h1{
		display: none;
	}
	.sale{
		padding-top: 2vw;
	}
	.header-left .title_form .sale p.sale-text-mobile{
		font-size: 2.5em;
		margin: 5px 0 -8px 5px;
		display: inline-block;
	}
	*/
	.form-heading .before-price{
		font-size: 4.2vw;
	}
	.form-heading .after-price{
		font-size: 4.2vw;
	}
	.form-heading .price{
		font-size: 3.45vw;
	}
	.form-heading .price .number-2 {
		font-size: 4.78vw;
	}

	.gray-row .column_3{
		display: block;
	}
	.list-item{
		padding: 0 27vw;
	}
}
@media (max-width: 768px){

}
@media (max-width: 700px){
	.st-form .promo-column-new{
		margin-bottom: 40px;
	}
	.st-form .promo-column-new p {
    	font-size: 1.1rem;
    	margin: 20px 0 3%;
		padding-left: 10px;
		padding-left: 10px;
	}
	.header-right {

    padding-top: 0;
}
	.choose-payment-wrapper .payments-wrapper .text {
    font-size: 18px;

}
	.info_copyright{
		font-size: 0.6rem;
	}
	.header-left .form-first p {
		font-size: 1em;
	}
	/*
  .header-left .title_form .sale p span {
    font-size: 2.3em;
  }
  .header-left .title_form .sale p.cross:before {
    border-width: 2px;
    width: 61%;
    left: 39%;
  }
  */
	.thanks-right-column h1{
		font-size: 40px;
	}
	.thanks-right-column p{
		font-size: 35px;
	}
	.thanks-right-column a{
		font-size: 1em;
	}

	.list-heading,
	.list-heading-2,
	.gray-row .column_2 .bottom_column .bottom p{
		font-size: 5.5vw;
		letter-spacing: -.1vw;
	}
	.list-item{
		font-size: 3.5vw;
		padding: 0 18vw;
	}
}
@media (max-width: 560px) {
	.text-on-image {
    font-size: 5.8vw;
   
    
}
	.mob-header{
		display: flex;
		padding: 10px;
		align-items: center;
		background: #000;
		justify-content: space-evenly;
	}
	.line-step p {;
		font-size: 0.9em;
	}
	.header-right .wrap,
	.st-right-column .wrap{
		margin: 0.8em auto 0.8em;
	}
	.column_right .first {
		margin-top: 0;
	}
	.header-left .form-first input[type="submit"] {
		font-size: 1.7em;
		padding: 0.5rem;
		margin: 0em 4.5rem 0.5em;
	}
	.header-left .form-first input {
		margin: 0.3em 0;
	}
	/*
  .header-left .title_form h1 {
    font-size: 4em;
    margin: 0.2em 0 0;
  }
  */
	.entry-header.home-new {
		flex-direction: column;
	}
	.header-left,
	.header-right {
		width: 100%;
	}
	.header-right .column_right {
		margin-right: 0%;
	}
	/*
	.gray-row .column_2 .top_column .left,
	.gray-row .column_2 .top_column .right {
		position: relative;
		margin-right: 7rem;
	}
	*/
	.header-left {
		justify-content: center;
	}
	.header-left .form-left{
		width: 100%;
		right:0;
		left: 0;
	}
	.testimonials-row .tm-1,
	.testimonials-row .tm-2,
	.testimonials-row .tm-3,
	.testimonials-row .tm-4{
		width: 42%;
	}
	.testimonials-row .tm-1 .text-tm-1 p,
	.testimonials-row .tm-2 .text-tm-2 p,
	.testimonials-row .tm-3 .text-tm-3 p,
	.testimonials-row .tm-4 .text-tm-4 p {
		font-size: 0.6em;
	}
	.testimonials-row{
		flex-wrap: wrap;
	}
	.header-right .column_right {
		margin: 0;
	}
	.site-branding,
	.second,
	.column_right .arrow_comment,
	.column_right .third h1,
	.gray-row .column_1,
	.logo_footer{
		display: none;
	}
	.entry-header.home{
		padding-right: 0px;
		justify-content: center;
	}
	.line-step .step-1,
	.line-step .step-2,
	.line-step .step-3{
		font-size: 0.9em;
		width: 25px;
		height: 25px;
	}
	.top-row{
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	.top-row .column_right,
	.top-row .column_center{
		width: 100vw;
	}
	.column_right{
		height: auto;
	}
	.column_right .first h1{
		font-size: 37px;
	}
	.column_right .first p{
		font-size: 28px;
	}
	.header-right .column_right .third{
		font-size: 1.1em
	}
	.column_right .third p span{
		font-size: 1.1em;
		color: #000 !important;
	}
	.column_center{
		height: auto;
	}
	.column_center .title_form h1,
	.column_center .title_form p{
		font-size: 75px;
	}
	.gray-row{
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #fff;
		margin-top: 0px;
		padding: 0px;
	}
	.gray-row .column_3{
		width: 100%;
		font-size: 3em;
		text-align: center;
		justify-content: center;
	}
	.gray-row .column_2{
		width: 100%;
	}
	/*
	.gray-row .column_2 .top_column{
		width: 100%;
		flex-direction: column;
	}
	.gray-row .column_2 .top_column .left p,
	.gray-row .column_2 .top_column .right p {
		font-size: 1.1em;
	}
	.gray-row .column_2 .top_column .left,
	.gray-row .column_2 .top_column .right{
		width: 70%;
	}
	*/
	.gray-row .column_2 .bottom_column {
		width: 90%;
	}
	.gray-row .column_2 .bottom_column .bottom{
		padding: 1vw 11vw;
	}
	.testimonials-row {
		margin: 2% 0 0;
	}
	footer .site-info{
		margin: 5px;
		justify-content: space-between;
	}
	footer .info_copyright {
		font-size: 12px;
	}
	footer .social_icons {
		text-align: start;
	}
	/*Step-2*/
	.wrap-steps .wrap-line{
		width: 100%;
	}
	.wrap-steps .st-right-column #timer{
		width: 97%;
	}
	.wrap-steps .st-form{
		width: 94%;
	}
	/*Thanks */
	.thanks-right-column h1{
		font-size: 30px;
	}
	.thanks-right-column p{
		font-size: 25px;
	}
	.thanks-right-column a{
		font-size: 1em;
	}
	.testimonials-row .tm-1,
	.testimonials-row .tm-2,
	.testimonials-row .tm-3,
	.testimonials-row .tm-4 {
		width: 85%;
	}
	.testimonials-row .tm-1 .text-tm-1 p,
	.testimonials-row .tm-2 .text-tm-2 p,
	.testimonials-row .tm-3 .text-tm-3 p,
	.testimonials-row .tm-4 .text-tm-4 p {
		font-size: 1em;
	}

	.promo-column.desktop{
		display: none;
	}
	.mobile{
		display: block;
	}

	.column_right .third {
		margin: 25px 0;
	}
	.column_right .third p {
		max-width: 90vw;
		padding: 0;
		font-size: 5.7vw;
		margin: 0 auto;
	}
	.promo-column{
		max-width: 100vw;
		font-size: 0;
		text-align: center;
		margin: 0;
		width: 100%;
	}

	.text-on-image {
		position: absolute;
		width: 60vw;
		font: 700 6vw/7vw 'ALMONI', serif;
		top: 2vw;
		right: 1vw;
	}

	.header-left .form-left {
		background: #cec8c8;
	}
	/*
	.text-black{
	}
	.text-pink{
		font-size: 6.2vw;
	}
	.pink-line{
		min-height: 17vw;
		margin-bottom: 1vw;
		padding: 0 5vw;
	}
	*/
	.entry-header.home-new{
		min-height: 400px;
	}

	/* Form header */
	.mob-header .row{
		justify-content: center;
	}
	.mob-header .row .icon-first,
	.mob-header .row .icon-second{
		margin-right: 5vw;
	}
	.header-right .title-step:nth-child(2){
		margin: 0 0 0 4%;
	}
	.wrap-line{
		width: 80vw;
		margin: 0 0 0 -5vw;
	}
	/*
    .header-left .title_form .sale p.sale-text-mobile,
    .header-left .title_form .sale p.cross,
    .header-left .title_form .sale p,
    .header-left .title_form .sale p span,
    .header-left .title_form .sale p b,
    .header-left .title_form .sale{
      line-height: 2vw;
      display: inline;
      vertical-align: baseline;
      height: 2vw;
    }
    .header-left .title_form .sale p.cross{
      font-size: 2.5vw;
    }
    .header-left .title_form .sale p.cross:before{
      width: 95%;
      left: 9%;
      height: 88%;
    }
    .header-left .title_form .sale{
      padding: 0;
      top: -6.5vw;
      display: block;
      position: absolute;
    }
    .header-left .form-left{
      margin-top: 10vw;
      position: relative;
      padding-top: 3vw;
    }
    .header-left .title_form .sale p.sale-text-mobile{
      font-size: 8vw;
    }
    .header-left .title_form .sale p.cross{
      margin: 0 1.5vw 0 1vw;
    }
    .header-left .title_form .sale p.cross span{
      font-size: 6.5vw;
    }
    .header-left .title_form .sale p span{
      font-size: 9vw;
      letter-spacing: -.3vw;
    }
    .header-left .title_form .sale p b{
      font-size: 7vw;
    }
    */
	.arrow-down img{
		max-width: 9vw;
	}
	.text-black{
		display: block;
		width: 98vw;
		/*border: 1vw solid #ff009f;*/
		font-size: 5.5vw;
		padding: 2vw 0 6vw;
		font-weight: 800;
		line-height: 7vw;
		text-align: center;
		margin: 0 0 5vw;
		max-width: 100%;
		border-bottom: 1px solid #000;
	}
	.gray-row .column_3{
		padding-top: 1vw;
	}

	.form-heading{
		margin: 0;
		height: 11vw;
		line-height: 11vw;
		margin-top: -11vw;
	}
	.form-heading .before-price{
		font-size: 6.2vw;
	}
	.form-heading .after-price{
		font-size: 6.2vw;
	}
	.form-heading .price{
		font-size: 5.45vw;
	}
	.form-heading .price .number-2 {
		font-size: 6.78vw;
	}
	.header-left .form-first{
		margin-top: 2vw;
	}
	.header-left .form-left{
		margin-top: 11vw;
	}
	.list-item{
		font-size: 4.5vw;
		padding: 0 10vw;
	}

	/* thank you popup */
	.popup-payment-complete .popup {
		border-radius: 10px;
		width: 340px;
		min-height: 63px;
		padding: 15px;
	}
	.popup-payment-complete p {
		font-size: 15px;
	}
	.popup-payment-complete p.small {
		font-size: 11px;
	}
	.popup-payment-complete .popup-title {
		font-size: 25px;
		margin: 22px 0 0;
	}
	.popup-payment-complete .popup-icon-x {
		width: 12px;
		height: 18px;
		text-indent: -100vw;
		left: 16px;
		top: 13px;
	}
	.popup-payment-complete .popup-icon-whatsapp {
		width: 52px;
		height: 52px;
	}
	.form-heading .price .strike{
		font-size: 5vw;
	}
}
/* Safari only */
@media (max-width: 560px) {
	_::-webkit-full-page-media, _:future, :root .header-right .column_right .first h1 {
		letter-spacing: -.4vw;
		font-size: 2em;
	}

	_::-webkit-full-page-media, _:future, :root .text-on-image {
		letter-spacing: -.5vw;
	}
}
@media (max-width: 460px) {
	_::-webkit-full-page-media, _:future, :root .header-right .column_right .first h1 {
		font-size: 1.5em;
	}
}

@media (max-width: 500px){
	.testimonials-row .tm-1 .text-tm-1 p,
	.testimonials-row .tm-2 .text-tm-2 p,
	.testimonials-row .tm-3 .text-tm-3 p,
	.testimonials-row .tm-4 .text-tm-4 p {
		font-size: 0.8em;
	}
	.entry-header.home-new {
		background-size: contain;
		background-position: 10% 0;
	}
}
@media (max-width: 470px){
	/*
	.gray-row .column_2 .top_column .left,
	.gray-row .column_2 .top_column .right {
		margin-right: 6rem;
	}
	*/
	/*
	.header-left .title_form .sale p span {
		font-size: 1.8em;
	}
	.header-left .title_form .sale p b {
		font-size: 1.8em;
	}
	*/
	.st-form p {
		font-size: 2.2em;
	}
	/*
	.header-left .title_form .sale p.sale-text-mobile{
		font-size: 1.8em;
		margin: 4px 0 -8px 5px;
	}
	*/
}
@media (max-width: 460px){
	.column_right .third p span {
		font-size: 0.9em;
	}
	footer .social_icons {
		text-align: center;
		margin-top: 1em;
	}
	.header-right .column_right .first h1 {
		font-size: 1.7em;
	}
	.header-right .column_right .first p {
		font-size: 1.2em;
	}
	/*
	.gray-row .column_2 .top_column .left,
	.gray-row .column_2 .top_column .right {
		margin-right: 5em;
	}
	*/
	footer .site-info {
		flex-direction: column;
	}

	.form-heading .before-price{
		font-size: 8.2vw;
	}
	.form-heading .after-price{
		font-size: 8.2vw;
	}
	.form-heading .price{
		font-size: 7.45vw;
	}
	.form-heading .price .number-2 {
		font-size: 8  .78vw;
	}
}
@media (max-width: 390px){
	.gray-row .column_3 {
		font-size: 2.5em;
	}
	/*
	.gray-row .column_2 .top_column .left p,
	.gray-row .column_2 .top_column .right p {
		font-size: 1em;
	}
	*/
}
@media (max-width: 370px){
	.thanks-right-column h1{
		font-size: 25px;
	}
	.header-right .wrap,
	.st-right-column .wrap{
		margin: 1em 0 0;
	}
	/*
	.header-right .wrap-line {
		width: 100%;
	}
	*/
	.thanks-right-column p{
		font-size: 20px;
	}
	.thanks-right-column a{
		font-size: 1em;
	}
	.column_right .third p {
		max-width: 100%;
		padding: 0;
		font-size: 18px;
		margin: 0 20px;
	}
}
@media (max-width: 340px){
	.header-left .form-first p {
		font-size: 0.8em;
	}
	#timer .time p {
		font-size: 35px;
	}
	#timer .time span{
		font-size: 36px;
	}
	div.wpforms-container.wpforms-container-full .wpforms-form button[type=submit] {
		font-size: 30px;
	}
	/*
	.header-left .title_form .sale p span {
		font-size: 1.6em;
	}
	.header-left .title_form .sale p b {
		font-size: 1.6em;
	}
	.header-left .title_form h1 {
		font-size: 3.3em;
	}
	*/
}

/* Workaround for button visibility on mobile phones */

@media (max-width: 560px){
	.entry-header.home-new{
		background: #fff;
	}
	.header-right .wrap{
		margin: -1.9em auto 0;
	}
	.column_right .third p{
		font-size: 4.5vw;
		margin: -9px auto;
		line-height: 6vw;
	}

	/* step 2 */
	.st-right-column{
		margin-top: 0;
	}
	.st-right-column .wrap{
		margin: 10px 0 0;
	}

	.mob-header{
		padding: 0;
	}
	/*
	.mob-header .row{
		width: 100%;
		justify-content: space-around;
	}
	*/

	.column_right .first{
		line-height: 1em;
	}

	.column_right .third{
		margin: 15px 0;
	}
	/*
    .sale{
      line-height: 1.5em;
    }
  */
	.header-left .form-first input[type="text"]{
		height: 35px;
		margin: 0.1em 0;
	}
	/*

	.header-left .title_form h1 {
		font-size: 3.5em;
		margin: 0.2em 0 0.1em;
	}
*/
	.icon-first img,
	.icon-second img{
		max-width: 75%;
	}
	.choose-payment-wrapper .payments-wrapper a {
		margin: 0 10px;
	}
	.choose-payment-wrapper .payments-wrapper .image {
		padding: 25px 30px;
	}
}
@media (max-width: 370px){
	.header-right .wrap{
		width: 100%;
	}
}
@media (max-width: 560px) {
	.text-on-image {
    font-size: 5.8vw;
   
    
	}}