a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

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

* {
	box-sizing: border-box
}

html {
	padding: 0;
	margin: 0;
	text-size-adjust: 100%;
	transition: opacity .5s ease;
	overflow-x: hidden
}

html,
html.wf-loading {
	opacity: 1
}

html.wf-active,
html.wf-inactive {
	opacity: 1
}

body {
	position: relative;
	overflow-x: hidden;
	background-color: #f7f7f7;
	color: #707070;
	font: 16px Camphor, Open Sans, Segoe UI, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-smooth: always
}

body.no-scroll {
	overflow: hidden
}

@media (min-resolution:192dpi),
screen and (max-width:480px) and (-webkit-min-device-pixel-ratio:2) {
	body {
		font-size: 16px
	}
}

h1 {
	font-size: 40px;
	font-weight: 700;
	color: #444
}

@media screen and (max-width:480px) {
	h1 {
		font-size: 31px
	}
}

h2,
h3 {
	font-size: 18px
}

h2,
h3,
h4,
h5 {
	font-weight: 600;
	color: #444;
	padding: 0 0 10px
}

h4,
h5 {
	font-size: 16px
}

p {
	font-weight: 400;
	padding: 0 0 20px;
	line-height: 28px
}

p b,
p strong {
	font-weight: 700
}

p i {
	font-style: italic
}

a {
	color: #6169cf
}

a:hover {
	text-decoration: none
}

strong {
	font-weight: 700
}

em,
i {
	font-style: italic
}

@media screen and (max-width:550px) {
	img.blog-content-img {
		width: 100%
	}
}

.page-title {
	display: block;
	text-align: center;
	padding: 60px 0 10px;
	font-size: 36px;
	font-weight: 700;
	color: #444
}

.page-title.page-title--white {
	color: #fff
}

@media screen and (max-width:480px) {
	.page-title {
		font-size: 31px
	}
}

.page-intro {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0 0 60px
}

.page-intro.page-intro--white {
	color: #fff
}

@media screen and (max-width:480px) {
	.page-intro {
		padding-bottom: 40px
	}
}

.page-text {
	display: block;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 30px 0
}

.page-text.page-text--faq {
	padding-bottom: 0
}

.page-text.page-text--templates {
	padding-bottom: 40px
}

.page-body--title {
	font-size: 24px;
	padding: 30px 0
}

.page-header-image {
	position: absolute;
	width: 100%;
	height: 275px;
	border-radius: 4px 4px 0 0;
	top: 0;
	left: 0;
	background-position: 50%
}

@media screen and (max-width:500px) {
	.page-header-image {
		display: none
	}
}

.page-content {
	padding-bottom: 140px
}

.page-content .button--container {
	background: #f6f6f6;
	padding: 15px 0 42px;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 20px
}

.page-content .page-title {
	padding-top: 20px
}

.page-content .page-intro {
	padding-bottom: 40px
}

@media screen and (max-width:480px) {
	.page-content {
		padding-bottom: 100px
	}
}

.page-background {
	position: absolute;
	z-index: 99;
	top: -40px;
	left: 0;
	width: 100%;
	height: 340px;
	background: #2dc46a;
	-webkit-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	transform: skewY(-6deg)
}

.content-list {
	display: block;
	margin: 0;
	padding: 0
}

.content-list__item {
	display: block;
	list-style: none;
	border-radius: 4px;
	padding: 0 40px 20px;
	margin: 0 0 40px
}

@media screen and (max-width:500px) {
	.content-list__item {
		margin-bottom: 15px
	}
}

.content-list__item:last-child {
	margin-bottom: 0
}

.content-list__title {
	position: relative;
	padding-top: 40px;
	padding-bottom: 25px
}

.content-list__item--active .content-list__title {
	padding-bottom: 16px
}

.content-list__item--active .content-list__title svg {
	transform: rotate(90deg)
}

.content-list__item--active .content-list__content {
	opacity: 1;
	height: auto;
	position: relative
}

.button-container {
	display: block;
	text-align: center;
	margin: 55px 0 0;
	padding: 0 0 55px
}

.button-container p {
	position: relative;
	padding: 10px 0 0
}

.button-container.button-container--possibilities,
.button-container.button-container--templates {
	margin-top: 45px
}

.button {
	outline: none;
	position: relative;
	font-size: 18px;
	padding: 15px 0 16px;
	display: inline-block;
	min-width: 200px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}

.button--green {
	color: #fff;
	background: #2dc46a;
	transition: all .5s ease
}

.button--green:hover {
	background: #14c55c
}

.button--blue {
	color: #fff;
	background: #1e88e5;
	transition: all .5s ease
}

.button--blue.button--arrow-right {
	padding-right: 60px;
	padding-left: 20px
}

.button--blue:hover {
	text-decoration: underline
}

.button--blue .button__icon {
	fill: #fff
}

.button--purple {
	background: #626ccc;
	color: #fff;
	top: 0;
	padding: 18px 20px 19px;
	transition: all 300 ease-in-out
}

.button--purple.button--arrow-right {
	padding-right: 60px;
	padding-left: 20px
}

.button--purple:hover {
	top: -2px
}

.button--purple .button__icon {
	fill: #fff
}

.button--icon.button--blue svg,
.button--icon.button--purple svg {
	position: absolute;
	top: 9px;
	right: 14px;
	height: 35px;
	width: 35px;
	fill: #fff
}

.button__icon {
	position: absolute;
	height: 24px;
	width: 24px;
	right: 20px;
	top: 15px
}

.button--submit {
	margin-top: 30px
}

.page-footer__inner,
.page-header__inner,
.page-main__inner {
	width: 100%;
	max-width: 1100px;
	padding: 9px 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.page-header__inner {
	max-width: 1100px
}

.page-main {
	position: relative;
	padding-top: 65px;
	top: 0
}

.page-main .page-main__inner {
	z-index: 99
}

.page--box {
	background: #fff;
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

.vinizzy-body {
	display: block;
	position: relative;
	padding: 30px 30px 100px;
	border-radius: 4px
}

@media screen and (max-width:480px) {
	.vinizzy-body {
		padding: 30px 15px 10px
	}
}

.page--header-image {
	padding-top: 300px
}

@media screen and (max-width:500px) {
	.page--header-image {
		padding-top: 30px
	}
}

.page-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999999;
	height: 70px;
	padding: 0 10px;
	background: #2dc46a;
	transition: box-shadow .15s ease-in-out
}

.page-header.page-header--fixed {
	position: fixed;
	z-index: 99999
}

.page-header.page-header--on-scroll {
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

.page-header .button--sticky-header {
	opacity: 0;
	top: 13px;
	right: 10px;
	font-size: 16px;
	padding: 10px 20px 11px;
	min-width: auto;
	text-align: center;
	position: absolute;
	transition: all .15s ease-in-out;
	z-index: -1
}

.page-header.page-header--on-scroll .button--sticky-header {
	opacity: 1;
	z-index: 99
}

.page-header.page-header--on-scroll .page-header__menu {
	opacity: 0;
	z-index: -1
}

.page-header__logo {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 110px;
	cursor: pointer
}

.page-header__logo svg {
	opacity: .75;
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;
	height: 20px
}

.page-header__navigation svg {
	position: absolute;
	cursor: pointer;
	right: 15px;
	top: 14px;
	fill: #fff;
	height: 34px;
	width: 34px
}

.page-header__menu__button {
	position: fixed;
	z-index: 9;
	fill: #fff;
	transition-delay: .5s
}

.page-header__navigation--active .page-header__menu__button--open,
.page-header__navigation .page-header__menu__button--close {
	display: none
}

.page-header__navigation--active .page-header__menu__button--close {
	display: inline
}

.page-header__menu {
	float: right;
	display: inline;
	margin: 15px 0 0;
	padding: 0;
	transition: all .15s ease-in-out
}

@media screen and (max-width:520px) {
	.page-header__navigation--active .page-header__menu {
		display: inline
	}
}

@media screen and (max-width:520px) {
	.page-header__navigation--small .page-header__menu {
		display: inline;
		position: fixed;
		top: 0;
		right: -100%;
		margin: 0;
		width: 100%;
		height: 100%;
		padding-top: 20px;
		transition: all .4s ease;
		background: rgba(0, 0, 0, .88)
	}
}

@media screen and (max-width:520px) {
	.page-header__navigation--active .page-header__menu {
		right: 0
	}
}

.page-header__menu__item {
	display: inline;
	font-size: 15px;
	margin: 0
}

.page-header__menu__item a {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	padding: 5px 0 6px;
	margin: 0 15px;
	transition: all .5ms ease
}

.page-header__menu__item a:hover {
	text-decoration: underline
}

.page-header__menu__item:last-child a {
	margin-right: 0
}

.page-header__navigation svg {
	display: none
}

.page-header__navigation--small svg {
	display: inline
}

@media (min-resolution:192dpi),
screen and (max-width:520px) and (-webkit-min-device-pixel-ratio:2) {
	.page-header__navigation--small .page-header__menu__item {
		font-size: 20px
	}
}

@media screen and (max-width:520px) {
	.page-header__navigation--small .page-header__menu__item {
		display: block;
		text-align: center;
		margin: 0;
		padding: 0
	}
	.page-header__navigation--small .page-header__menu__item a {
		padding: 20px 0;
		margin: 0
	}
}

.page--home .page-footer-container {
	position: relative
}

.page-footer,
.page-footer-container {
	display: block
}

.page-footer.-primary {
	padding: 240px 0 0;
	background: #11121b
}

@media screen and (max-width:480px) {
	.page-footer.-primary {
		padding-top: 180px
	}
}

.page-footer.-secondary {
	padding: 60px 0 100px;
	background: #11121b;
	color: #858799
}

.page-footer.-secondary a {
	color: #858799
}

.footer__title {
	color: #f4f5fc;
	margin-bottom: 10px
}

.footer__item {
	display: block;
	line-height: 32px;
	margin-bottom: 6px
}

.footer__item a {
	color: #858799;
	text-decoration: none
}

.footer__item a:hover {
	text-decoration: underline
}

.page-footer__rating {
	float: right;
	display: none;
	margin: 0;
	padding: 0
}

.page-footer__rating__element {
	display: inline-block;
	margin: 0;
	padding: 0
}

.page-footer__rating__element svg {
	position: relative;
	left: 0;
	top: -4px;
	height: 26px;
	width: 26px
}

.footer__block {
	min-width: 214px;
	display: inline-block
}

.page-footer__inner a {
	text-decoration: none
}

.page-footer__inner a:hover {
	text-decoration: underline
}

.footer__list {
	padding-left: 0
}

.light-box {
	position: fixed;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all .3s ease;
	background: rgba(0, 0, 0, .85)
}

.light-box .light-box__container {
	transition: all .3s ease;
	transform: scale(0)
}

.light-box.light-box--active {
	z-index: 999999;
	opacity: 1
}

.light-box.light-box--active .light-box__container {
	transform: scale(1)
}

.light-box__close {
	position: fixed;
	top: 20px;
	right: 20px;
	fill: #fff;
	z-index: 9999;
	cursor: pointer
}

.light-box__inner {
	width: 100%;
	height: 100%;
	max-width: 550px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	box-sizing: border-box
}

.light-box__inner .templates__image {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
	border-radius: 6px
}

.light-box__container {
	position: absolute;
	top: 50%;
	bottom: 10%;
	left: 0;
	text-align: center;
	margin-top: -387px;
	padding: 5px 0 0;
	width: 100%;
	height: 100%;
	max-height: 705px
}

.light-box__container img {
	height: 100%;
	width: auto;
	min-height: 695px
}

@media screen and (max-width:600px) {
	.light-box__container {
		top: 10px;
		margin-top: 0
	}
	.light-box__container img {
		width: calc(100% - 85px);
		height: auto;
		margin: 0 35px;
		min-height: 10px;
		max-height: 1000px
	}
}

.light-box__colors {
	position: absolute;
	right: -20px;
	top: 59px;
	width: 40px;
	text-align: center;
	padding: 8px 0;
	margin: 0;
	background: #d7d7d7;
	border-radius: 4px
}

@media screen and (max-width:600px) {
	.light-box__colors {
		position: relative;
		display: inline-block;
		top: 9px;
		right: auto;
		left: 0;
		bottom: 0;
		width: auto;
		height: 40px;
		padding: 10px 12px;
		border-radius: 4px
	}
}

.light-box__colors__item {
	position: relative;
	display: inline-block;
	height: 22px;
	width: 22px;
	cursor: pointer;
	border-radius: 50%;
	margin-bottom: 10px
}

@media screen and (max-width:600px) {
	.light-box__colors__item {
		margin: 0 5px
	}
}

.light-box__colors__item:last-child {
	margin-bottom: 0
}

.light-box__colors__item i {
	display: inline-block;
	height: 16px;
	width: 16px;
	opacity: 0;
	background: #fff;
	border-radius: 50%;
	margin: 3px 0 0;
	transition: all .3s ease
}

.light-box__colors__item.light-box__colors__item--active i {
	opacity: 1
}

.light-box__title {
	color: #fff;
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 28px;
	margin: 0;
	padding: 0 0 20px
}

.form__group,
.form__row {
	display: block
}

.form__row {
	margin-bottom: 10px
}

label {
	display: inline-block;
	cursor: pointer;
	padding: 0 0 8px
}

input[type=date],
input[type=password],
input[type=text],
select,
textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #dddbdb;
	border-radius: 3px;
	padding: 0 14px 1px;
	height: 44px;
	font-size: 15px
}

select::-ms-expand {
	display: none
}

textarea {
	padding-top: 10px;
	min-height: 150px
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000
}

input:focus,
textarea:focus {
	outline-color: #7eb7f6;
	border: 1px solid #7eb7f6;
	box-shadow: inset 0 2px 0 rgba(126, 183, 246, 0)
}

select:focus {
	outline-color: #7eb7f6;
	border: 2px solid rgba(137, 193, 255, .91);
	-webkit-box-shadow: inset 0 2px 0 rgba(126, 183, 246, .12);
	box-shadow: 0 0 2px 1px rgba(126, 183, 246, .62)
}

.custom-select {
	position: relative;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	padding-left: 14px;
	border: 1px solid #dddbdb;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	box-shadow: none
}

.custom-select-arrow {
	width: 0;
	height: 0;
	float: right;
	display: inline;
	margin: -24px 13px 0 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #4c4c4c
}

html.wf-loading .vinizzy-cvmaker .page-main__inner {
	transform: scale(0)
}

html.wf-active .vinizzy-cvmaker .page-main__inner,
html.wf-inactive .vinizzy-cvmaker .page-main__inner {
	transform: scale(1)
}

.vinizzy-cvmaker {
	background: #E52D27;
	color: #fff;
	min-height: 310px;
	padding-top: 0;
	border-radius: 0;
	text-align: center;
	margin-top: -69px;

}

.vinizzy-cvmaker.vinizzy-body {
	padding-bottom: 0
}

.vinizzy-cvmaker p {
	font-size: 16px;
	margin: 0;
	padding: 0
}

.vinizzy-cvmaker .page-main__inner {
	z-index: 999;
	transition-delay: 5s;
	transition: all .5s ease
}

@media screen and (max-width:680px) {
	.vinizzy-cvmaker {
		min-height: 420px
	}
}

.vinizzy-title-cvmaker {
	padding-top: 60px
}

@media screen and (max-width:640px) {
	.vinizzy-title-cvmaker {
		padding-top: 40px
	}
}

.vinizzy-cvmaker__overlay {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 4, .66);
	width: 100%;
	height: 100%
}

.vinizzy-title-cvmaker {
	color: #fff
}

.vinizzy-cvmaker__background--top {
	position: absolute;
	z-index: 999;
	top: -250px;
	left: 0;
	width: 100%;
	height: 400px;
	background: #39cb74;
	transform: skewY(-22deg)
}

.vinizzy-cvmaker__background {
	position: absolute;
	z-index: 99;
	bottom: -100px;
	left: 0;
	height: 476px;
	background: #f5c01a;
}

.button--hero {
	margin: 30px 0 0
}

.hero--images {
	margin: 0 0 0 -310px;
	padding: 0;
	position: absolute;
	display: none;
	top: 260px;
	left: 50%;
	transition-delay: 5s;
	transition: all .5s ease;
	overflow: hidden
}

@media screen and (max-width:480px) {
	.hero--images {
		top: 385px;
		width: 150%;
		margin-left: -280px
	}
}

.page--how-it-works {
	margin-top: -20px;
	z-index: 9999;
	padding-bottom: 40px
}

@media screen and (max-width:450px) {
	.page--how-it-works {
		margin-top: -20px
	}
}

@media screen and (max-width:780px) {
	.page--how-it-works {
		max-height: 100%;
		padding-bottom: 30px
	}
}

.page--how-it-works__background {
	position: absolute;
	z-index: 99;
	top: 200px;
	left: 0;
	width: 50%;
	height: 55px;
	background: red;
	transform: skewY(-6deg)
}

.how-it-works {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	padding: 0
}

@media screen and (max-width:680px) {
	.how-it-works {
		flex-direction: column
	}
}

.how-it-works__item {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 100px;
	text-align: center;
	margin: 0 0 25px;
	padding: 0 30px 0 160px;
	border-radius: 4px
}

@media screen and (max-width:450px) {
	.how-it-works__item {
		padding: 25px 30px 30px
	}
}

.how-it-works__item p {
	text-align: left;
	padding: 0 0 44px
}

@media screen and (max-width:450px) {
	.how-it-works__item p {
		text-align: center;
		padding-bottom: 0
	}
}

.how-it-works__item:last-child {
	margin-bottom: 80px
}

.how-it-works__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99
}

.how-it-works__icon {
	position: absolute;
	top: 14%;
	height: 80px;
	width: 80px;
	background: #f0f1ff;
	border-radius: 50%;
	left: 134px;
	padding: 0;
	margin: -22px 20px 0 0;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.how-it-works__icon img {
	display: inline-block;
	position: relative;
	height: 75px;
	width: 75px
}

@media screen and (max-width:450px) {
	.how-it-works__icon {
		left: 15px;
		float: none;
		height: 75px;
		display: inline-block;
		position: relative;
		margin-top: 20px;
		margin-bottom: 15px;
		left: 10px
	}
}

.how-it-works__title {
	display: block;
	text-align: left;
	padding: 105px 0 10px
}

@media screen and (max-width:450px) {
	.how-it-works__title {
		text-align: center;
		padding-top: 15px
	}
}

.templates-scroll {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

@media screen and (max-width:500px) {
	.templates-scroll {
		height: 390px
	}
}

.templates {
	display: inline-block;
	text-align: center;
	padding: 0;
	flex-wrap: wrap
}

@media screen and (max-width:500px) {
	.templates {
		float: left;
		display: inline;
		position: relative;
		height: 380px;
		width: 2430px;
		text-align: left;
		flex-wrap: nowrap
	}
}

.templates__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.templates__item {
	    position: relative;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    flex: 1 0 27% !important;
    margin: 14px 8px 0px 27px;
}

.templates__item:nth-child(7),
.templates__item:nth-child(8),
.templates__item:nth-child(9) {
	padding-bottom: 0
}

@media screen and (max-width:500px) {
	.templates__item {
		display: inline-block;
		width: 230px
	}
	.templates__item:nth-child(9) {
		margin-top: 30px
	}
}

.templates__image {
	display: inline-block;
	width: 100%;
	height: auto;
	opacity: 1;
	padding: 0;
	transition: all .3s ease;
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
	image-rendering: auto;
	image-rendering: crisp-edges
}

.templates__image.light-box__template--loading {
	opacity: 0
}

.template__preview {
	display: inline-block;
	width: 238px;
	height: 337px;
	opacity: 1;
	padding: 0;
	transition: all .3s ease;
	box-shadow: 0 7px 14px 0 rgba(59, 65, 94, .1), 0 3px 6px 0 rgba(0, 0, 0, .07);
	background-size: cover;
	border-radius: 4px
}

body.page--home .page--templates {
	padding-top: 120px
}

body:not(.page--home) .page--templates .vinizzy-body {
	padding-top: 0
}

body:not(.page--home) .page--templates .page-content {
	padding-bottom: 0
}

body:not(.page--home) .page--templates .page-main__inner {
	padding: 0
}

body:not(.page--home) .page--templates .templates-scroll {
	padding-top: 0;
	overflow-y: unset
}

@media screen and (max-width:500px) {
	body:not(.page--home) .page--templates .templates-scroll {
		height: auto
	}
}

body:not(.page--home) .page--templates .templates {
	padding: 0
}

@media screen and (max-width:500px) {
	body:not(.page--home) .page--templates .templates {
		height: auto;
		width: auto
	}
}

body:not(.page--home) .page--templates .templates__item {
	/*padding: 20px;
	padding-left: 30px;
	padding-right: 30px;*/
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07)
}

body:not(.page--home) .page--templates .templates__item:nth-child(3),
body:not(.page--home) .page--templates .templates__item:nth-child(6),
body:not(.page--home) .page--templates .templates__item:nth-child(9) {
	margin-right: 0
}

body:not(.page--home) .page--templates .templates__item:nth-child(7),
body:not(.page--home) .page--templates .templates__item:nth-child(8),
body:not(.page--home) .page--templates .templates__item:nth-child(9) {
	margin-bottom: 0
}

@media screen and (max-width:500px) {
	body:not(.page--home) .page--templates .templates__item {
		margin-right: 0;
		width: 100%;
		margin: 0;
		margin-bottom: 30px
	}
	body:not(.page--home) .page--templates .templates__item:nth-child(2),
	body:not(.page--home) .page--templates .templates__item:nth-child(4),
	body:not(.page--home) .page--templates .templates__item:nth-child(6),
	body:not(.page--home) .page--templates .templates__item:nth-child(8) {
		margin-right: 0
	}
}

body:not(.page--home) .page--templates .templates__item .templates__container {
	margin-bottom: 0
}

body:not(.page--home) .page--templates .templates__item .templates__container .template__preview {
	cursor: pointer
}

@media screen and (max-width:500px) {
	body:not(.page--home) .page--templates .templates__item .templates__container .template__preview {
		max-width: 200px
	}
}

body:not(.page--home) .page--templates .templates__item .templates__container .template__preview:hover {
	transform: scale(1.03)
}

.possibilities {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	padding: 0
}

@media screen and (max-width:520px) {
	.possibilities {
		flex-direction: column;
		flex-flow: column
	}
}

.possibilities__item {
	position: relative;
	display: inline-block;
	text-align: center;
	width: calc(33.33333% - 14px);
	padding: 30px 20px;
	border-radius: 4px;
	margin-bottom: 20px
}

.possibilities__item:nth-child(3n+2) {
	margin-left: 20px;
	margin-right: 20px
}

@media screen and (max-width:740px) {
	.possibilities__item {
		width: calc(50% - 10px)
	}
	.possibilities__item:nth-child(odd) {
		margin-left: 0;
		margin-right: 10px
	}
	.possibilities__item:nth-child(2n+2) {
		margin-left: 10px;
		margin-right: 0
	}
}

@media screen and (max-width:520px) {
	.possibilities__item {
		width: 100%
	}
	.possibilities__item:nth-child(odd) {
		margin-right: 0
	}
	.possibilities__item:nth-child(2n+2) {
		margin-left: 0
	}
}

.possibilities__icon {
	position: relative;
	display: inline-block;
	height: 70px;
	width: 70px;
	left: 10px;
	padding: 0;
	margin: 0 20px 15px 0;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

@media screen and (max-width:450px) {
	.possibilities__icon {
		height: 70px;
		width: 70px
	}
}

.possibilities__title {
	display: block;
	padding: 0 0 10px
}

.page--reviews {
	padding-top: 20px
}

.reviews {
	display: flex;
	flex-direction: row;
	padding: 0 0 25px
}

@media screen and (max-width:680px) {
	.reviews {
		flex-direction: column
	}
}

.reviews__item {
	position: relative;
	display: inline-block;
	flex-grow: 0;
	flex-basis: 33.33333%;
	margin: 0;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 1px 1px 10px 4px rgb(14 30 42 / 30%) 
	/*box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07)*/
}

.reviews__item:nth-child(2n) {
	margin: 0 25px
}

@media screen and (max-width:900px) and (min-width:680px) {
	.reviews__item {
		text-align: center;
		padding: 30px 15px
	}
}

@media screen and (max-width:680px) {
	.reviews__item {
		margin: 0 0 25px
	}
	.reviews__item:nth-child(2n) {
		margin: 0 0 20px
	}
	.reviews__item:last-child {
		margin: 0
	}
}

.reviews__title {
	display: block;
	padding: 0 0 40px 60px
}

@media screen and (max-width:900px) and (min-width:680px) {
	.reviews__title {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0
	}
}

.reviews__avatar {
	position: absolute;
    left: -13px;
    top: -6px;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:900px) and (min-width:680px) {
	.reviews__avatar {
		position: relative;
		display: inline-block;
		margin: 0 28% 15px;
		left: auto;
		top: auto
	}
}

.reviews__item__rating {
	display: block;
	position: absolute;
	left: 51px;
	padding: 0;
	margin: 0
}

@media screen and (max-width:900px) and (min-width:680px) {
	.reviews__item__rating {
		position: relative;
		display: inline-block;
		left: auto;
		margin-left: 0;
		padding-left: 0;
		width: 100%
	}
}

.reviews__item__rating__element {
	display: inline;
	position: relative;
	left: -10px
}

.reviews__item__rating__element svg {
	height: 26px;
	width: 26px
}

.reviews__item__rating__element:first-child {
	left: 0
}

@media screen and (max-width:900px) and (min-width:680px) {
	.reviews__item__rating__element:first-child {
		margin-left: 20%
	}
}

.reviews__item__rating__element:nth-child(2) {
	left: -10px
}

.reviews__item__rating__element:nth-child(3) {
	left: -21px
}

.reviews__item__rating__element:nth-child(4) {
	left: -31px
}

.reviews__item__rating__element:nth-child(5) {
	left: -41px
}

.reviews__item__rating__element:nth-child(6) {
	left: -51px
}

.page-section--stats {
	padding: 75px 0 80px;
	background: #fff
}

.stats {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0
}

@media screen and (max-width:500px) {
	.stats {
		flex-direction: column
	}
}

.stats__item {
	display: inline-block;
	flex-basis: 33.33333%;
	flex-grow: 0;
	text-align: center
}

@media screen and (max-width:500px) {
	.stats__item {
		flex-basis: 100%;
		flex-grow: 0;
		padding-bottom: 40px
	}
	.stats__item:last-child {
		padding-bottom: 0
	}
}

.stats__title {
	padding: 10px 0 0
}

.stats__label,
.stats__title {
	opacity: 0;
	transition: all 1s ease
}

.stats__label {
	font-weight: 700;
	font-family: Helvetica;
	font-size: 38px;
	padding: 0;
	margin: 0
}

html.wf-loading .stats__label,
html.wf-loading .stats__title {
	opacity: 0
}

html.wf-active .stats__label,
html.wf-active .stats__title,
html.wf-inactive .stats__label,
html.wf-inactive .stats__title {
	transition-delay: .3s;
	opacity: 1
}

.page-section--companies {
	padding: 0 0 120px;
	border-radius: 0;
	background: #fff
}

@media screen and (max-width:480px) {
	.page-section--companies {
		padding-bottom: 40px
	}
}

.companies {
	width: 100%;
	text-align: center;
	padding: 0
}

.companies,
.companies__item {
	display: inline-block;
	margin: 0
}

.companies__item {
	padding: 0 20px;
	vertical-align: middle
}

@media screen and (max-width:600px) {
	.companies__item {
		padding: 0 10px;
		margin-bottom: 30px;
		width: 100%
	}
}

.companies__item img {
	top: 50%;
	display: inline-block;
	height: 24px;
	margin-top: 4px;
	text-align: center
}

.companies__item img.companies__apple {
	margin-top: 0
}

.companies__item img.companies__google {
	margin-top: 6px;
	margin-right: 5px
}

.companies__item img.companies__nike {
	margin-left: 5px;
	margin-top: 6px
}

.companies__item img.companies__tesla {
	height: 14px;
	margin-top: 0
}

.list--check {
	list-style: none;
	margin: 20px 0 25px;
	padding: 0 0 25px;
	border-top: 1px solid #e3e3e3
}

.list--check li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px
}

.list--check li:first-child {
	margin-top: 25px
}

.list--check li:last-child {
	padding-bottom: 0
}

.list--check li img {
	position: absolute;
	left: 0;
	top: 2px;
	height: 20px;
	width: 20px
}

.payment-packages {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-between;
	flex-wrap: wrap
}

.payment-packages__package {
	display: inline-block;
	border-radius: 4px;
	width: calc(35% - 0px);
	margin: 0 0 25px;
	padding-bottom: 0;
	flex: 1;
	cursor: pointer!important;
	transition: all .35s ease-in-out;
	border: 3px solid #fff
}

.payment-packages__package:last-child {
	margin-left: 25px
}

/*.payment-packages__package.payment-packages__package--selected,
.payment-packages__package:hover {
	border: 3px solid #626ccc;
	transform: scale(1.03)
}*/

@media screen and (max-width:750px) {
	.payment-packages__package {
		flex: inherit;
		width: 100%;
		display: inline-block
	}
	.payment-packages__package:last-child {
		margin-left: 0
	}
	.payment-packages__package.payment-packages__package--selected,
	.payment-packages__package:hover {
		border: 3px solid #626ccc;
		transform: scale(1)
	}
}

.payment-packages__package h2 {
	display: block;
	width: 100%!important;
	text-align: center
}

.payment-packages__price {
	display: block;
	padding: 5px 0 0;
	text-align: center;
	font-size: 22px
}

.payment-packages__price small {
	position: relative;
	top: -4px;
	font-size: 16px
}

.payment-slide {
	position: relative;
	width: 100%;
	min-height: 500px
}

.payment-slide__packages {
	position: relative;
	left: -500px;
	transition: all .3s ease-in-out;
	opacity: 0;
	z-index: -1
}

.payment-slide__packages.payment-slide__packages--active {
	left: 0;
	opacity: 1;
	z-index: 0
}

.payment-slide__form {
	position: absolute;
	top: 0;
	left: 500px;
	width: 100%;
	transition: all .3s ease-in-out;
	opacity: 0;
	z-index: -1
}

.payment-slide__form.payment-slide__form--active {
	opacity: 1;
	left: 0;
	z-index: 0
}

.payment-slide__form .page--contact {
	margin: 0 0 65px
}

@media screen and (max-width:750px) {
	.payment-slide__form {
		opacity: 1;
		position: relative;
		z-index: 1;
		left: 0
	}
}

.payment-slide__form .payment-slide-link {
	opacity: .5;
	cursor: pointer;
	transition: all .3s ease-in-out;
	bottom: 175px;
	left: 0;
	position: absolute
}

.payment-slide__form .payment-slide-link svg {
	opacity: .45;
	cursor: pointer;
	fill: #707070;
	position: relative;
	margin-right: 5px;
	top: 7px
}

.payment-slide__form .payment-slide-link:hover {
	opacity: 1;
	text-decoration: underline
}

@media screen and (max-width:750px) {
	.payment-slide__form .payment-slide-link {
		display: none
	}
}

@media screen and (max-width:750px) {
	.payment-slide__packages .button-container--templates {
		margin-top: 30px!important;
		font-size: 22px
	}
}

@media screen and (max-width:750px) {
	.payment-slide__packages .button-container--templates .button {
		display: none
	}
}

.note-banner {
	border-radius: 0;
	padding: 60px 30px 0;
	background:#008c77 !important;
}

@media screen and (max-width:480px) {
	.note-banner {
		padding-top: 10px
	}
}

.note-banner .page-main__inner {
	z-index: 9999
}

.note-banner .note-banner__background {
	position: absolute;
	z-index: 99;
	bottom: -80px;
	left: 0;
	width: 100%;
	
	background: #2dc46a;
	
}

.note-banner .button-container {
	margin-top: 0;
	padding-bottom: 30px;
	text-align: left
}

@media screen and (max-width:480px) {
	.note-banner .button-container {
		padding-bottom: 0
	}
}

.note-banner .button-container .button {
	margin-right: 15px;
	text-align: center
}

.note-banner .button-container p {
	color: #fff;
	display: inline-block
}

.page--contact {
	padding-bottom: 15px
}

.contact-types {
	display: flex;
	flex-direction: row;
	padding: 10px 0;
	margin: 0
}

@media screen and (max-width:650px) {
	.contact-types {
		display: block
	}
}

.contact-types__item {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #dddbdb;
	padding: 20px 5px 20px 78px;
	margin: 0 20px 20px;
	transition: all .3s ease
}

.contact-types__item:first-child,
.contact-types__item:last-child {
	margin: 0 0 20px
}

.contact-types__item:hover {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15)
}

@media screen and (max-width:840px) and (min-width:650px) {
	.contact-types__item {
		padding-top: 82px;
		padding-left: 5px
	}
}

@media screen and (max-width:650px) {
	.contact-types__item {
		margin: 0 0 20px
	}
}

.contact-types__icon {
	position: absolute;
	top: 18px;
	left: 16px;
	z-index: 9;
	display: inline-block;
	height: 50px;
	width: 50px;
	border-radius: 50%
}

@media screen and (max-width:840px) and (min-width:650px) {
	.contact-types__icon {
		left: 50%;
		margin-left: -25px
	}
}

.contact-types__icon--email {
	background: #cecece
}

.contact-types__icon--email svg {
	height: 32px;
	width: 32px;
	top: 8px;
	left: 9px;
	position: relative
}

.contact-types__icon--facebook {
	background: #365899
}

.contact-types__icon--facebook svg {
	height: 32px;
	width: 32px;
	top: 8px;
	left: 9px;
	position: relative
}

.contact-types__icon--phone {
	background: #626ccc
}

.contact-types__icon--phone svg {
	height: 28px;
	width: 28px;
	top: 11px;
	left: 12px;
	position: relative
}

.contact-types__icon--whatsapp {
	background: #26d366
}

.contact-types__icon--whatsapp svg {
	height: 33px;
	width: 33px;
	top: 8px;
	left: 9px;
	position: relative
}

.contact-types__icon--chat {
	background: #2dc46a
}

.contact-types__icon--chat svg {
	height: 30px;
	width: 30px;
	top: 11px;
	left: 10px;
	position: relative
}

.contact-types__title {
	padding: 0;
	margin: 0
}

@media screen and (max-width:840px) and (min-width:650px) {
	.contact-types__title {
		text-align: center
	}
}

.contact-types__sub-title {
	display: block;
	font-size: 13px
}

@media screen and (max-width:840px) and (min-width:650px) {
	.contact-types__sub-title {
		text-align: center
	}
}

.contact-types__sub-title svg {
	position: relative;
	top: 3px;
	left: 0;
	fill: #707070;
	height: 16px;
	width: 16px
}

.contact-options {
	display: flex;
	list-style: none
}

@media screen and (max-width:840px) {
	.contact-options {
		flex-direction: column
	}
}

.contact-options .contact-options__item {
	position: relative;
	flex-basis: 100%;
	margin: 10px;
	padding: 25px 20px 100px;
	text-align: center;
	border-radius: 4px
}

@media screen and (max-width:840px) {
	.contact-options .contact-options__item {
		flex-direction: row;
		margin: 0 0 20px
	}
}

.contact-options .contact-options__item.contact-options__item--selected {
	background: #fff
}

.contact-options .contact-options__item img {
	margin: 10px 0 20px
}

@media screen and (max-width:840px) {
	.contact-options .contact-options__item img {
		margin: 0 0 5px
	}
}

.contact-options .contact-options__item small {
	color: #b6b4b4;
	display: block;
	font-size: 11px;
	font-weight: 600;
	margin: 15px 0 0;
	text-transform: uppercase
}

.contact-options .contact-options__item blockquote {
	width: 100%;
	display: inline-block;
	max-width: 450px
}

.contact-options .contact-options__title {
	display: block
}

.contact-options .contact-options__label {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin: 20px 0 0;
	padding: 10px;
	font-weight: 600;
	background: #626ccc;
	border-radius: 32px;
	width: 100%;
	max-width: 250px
}

.contact-options .contact-options__footer {
	position: absolute;
	width: calc(100% - 40px);
	bottom: 15px
}

.faq {
	display: block;
	margin: 0;
	padding: 0
}

.faq__item {
	display: block;
	list-style: none;
	border-radius: 4px;
	padding: 0 40px;
	margin: 0 0 25px
}

@media screen and (max-width:500px) {
	.faq__item {
		margin-bottom: 15px
	}
}

.faq__item:last-child {
	margin-bottom: 0
}

.faq__title {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	padding-top: 30px;
	padding-bottom: 25px
}

.faq__title svg {
	transform: rotate(0deg);
	transition: transform .3s ease;
	position: absolute;
	left: -5px;
	top: 32px
}

@media screen and (max-width:500px) {
	.faq__title {
		padding-left: 0
	}
	.faq__title svg {
		display: none
	}
}

.faq__item--active {
	padding-bottom: 10px
}

.faq__item--active .faq__title {
	padding-bottom: 16px
}

.faq__item--active .faq__title svg {
	transform: rotate(90deg)
}

.faq__content {
	opacity: 0;
	height: 0
}

.faq__item--active .faq__content {
	opacity: 1;
	height: auto;
	position: relative
}

.breadcrumb {
	display: block;
	text-align: center;
	padding: 0 0 30px
}

.breadcrumb__item {
	display: inline
}

.breadcrumb__item a {
	color: #707070;
	text-decoration: none
}

.breadcrumb__item a:hover {
	text-decoration: underline
}

.breadcrumb__item--separator {
	display: inline-block;
	margin: 0 2px
}

.breadcrumb__item__select {
	position: relative;
	top: 1px;
	cursor: pointer;
	display: inline-block;
	background: #e2e2e2;
	border-radius: 20px;
	padding: 0 30px 0 15px;
	transition: all .3s ease
}

.breadcrumb__item__select:hover {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

.breadcrumb__item__arrow {
	position: absolute;
	display: inline-block;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333;
	transition: transform .3s ease
}

.breadcrumb__item__arrow--up {
	transform: rotate(180deg)
}

.breadcrumb__item__select__menu {
	position: absolute;
	opacity: 0;
	width: 220px;
	left: 50%;
	top: 35px;
	padding: 10px 0;
	margin: 0 0 0 -110px;
	background: #fff;
	border-radius: 8px;
	transition: opacity .3s ease;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1)
}

.breadcrumb__item__select--active .breadcrumb__item__select__menu {
	z-index: 10;
	opacity: 1
}

.breadcrumb__item__select__menu__item {
	display: block;
	text-align: left;
	padding: 5px 20px
}

.breadcrumb__item__select__menu__item a {
	color: #6169cf
}

.posts,
.posts__item {
	display: block
}

.posts__item {
	position: relative;
	padding: 30px 30px 30px 230px;
	margin: 0 0 30px;
	border-radius: 4px;
	transition: all .3s ease
}

.posts__item:hover {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

.posts__item:hover a {
	text-decoration: none
}

@media screen and (max-width:500px) {
	.posts__item {
		padding-left: 30px
	}
}

.posts__title {
	font-size: 20px;
	padding-bottom: 5px
}

.posts__image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 200px;
	background-size: 400%;
	background-position: 50%;
	border-radius: 4px 0 0 4px
}

@media screen and (max-width:500px) {
	.posts__image {
		display: none
	}
}

.posts__link--overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.posts__info {
	position: relative;
	z-index: 9;
	color: #adadad;
	font-size: 14px;
	padding: 0 0 5px
}

.posts__info a {
	color: #adadad;
	text-decoration: none
}

.posts__info a:hover {
	text-decoration: underline
}

.related-posts {
	display: flex;
	margin: 0;
	padding: 0 0 120px
}

@media screen and (max-width:600px) {
	.related-posts {
		display: block
	}
}

.related-posts__item {
	position: relative;
	display: inline-block;
	flex-grow: 0;
	flex-basis: 33.3333333%;
	padding: 175px 30px 30px;
	margin: 0 20px 0 0;
	border-radius: 4px;
	transition: all .3s ease
}

.related-posts__item:last-child {
	margin: 0
}

.related-posts__item:hover {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

.related-posts__item:hover a {
	text-decoration: none
}

@media screen and (max-width:600px) {
	.related-posts__item {
		margin: 0 0 30px
	}
}

@media screen and (max-width:500px) {
	.related-posts__item {
		padding-top: 30px
	}
}

.related-posts__image {
	position: absolute;
	width: 100%;
	height: 150px;
	border-radius: 4px 4px 0 0;
	top: 0;
	left: 0;
	background-position: 50%;
	background-size: 200%
}

@media screen and (max-width:500px) {
	.related-posts__image {
		display: none
	}
}

.related-posts__link {
	position: relative
}

.related-posts__link--overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 4px
}

</style><style>.pagination {
	display: none
}

input[type=email] {
	width: 100%;
	background-color: #fff;
	border: 1px solid #dddbdb;
	border-radius: 3px;
	padding: 0 14px 1px;
	height: 44px;
	font-size: 15px
}

#CybotCookiebotDialog {
	font-family: Camphor, Open Sans, Segoe UI, sans-serif !important;
	opacity: .95 !important;
	box-shadow: none !important
}

#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBodyContentTitle {
	font-family: Camphor, Open Sans, Segoe UI, sans-serif !important
}

#CybotCookiebotDialogBodyButtonAccept {
	float: left;
	margin-right: 5px
}

.page-background {
	left: 0 !important;
	position: absolute !important;
	margin-top: -65px !important;
	overflow: hidden !important;
	width: 2400px !important;
	height: 340px !important;
	background: #2dc46a !important;
	-webkit-transform: skewY(-6deg) !important;
	-ms-transform: skewY(-6deg) !important;
	transform: skewY(-6deg) !important;
}

.vinizzy-body .note-banner
{
   background:#008c77 !important;
}