/*-------------------------------------------------------------------------- 
[Master Stylesheet] 
 
Project:		urki v1 landing template
Version:		v1.1.0
Last change:	25.08.2017
--------------------------------------------------------------------------*/

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/Gilroy-Regular.eot');
	src: url('fonts/Gilroy-Regular.woff') format('woff'),
	url('fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GilroyBold';
	src: url('fonts/Gilroy-Bold.eot');
	src: url('fonts/Gilroy-Bold.woff') format('woff'),
	url('fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GilroySemiBold';
	src: url('fonts/Gilroy-SemiBold.eot');
	src: url('fonts/Gilroy-SemiBold.woff') format('woff'),
	url('fonts/Gilroy-SemiBold.ttf') format('truetype');
	font-weight: 800;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GilroyExtraBold';
	src: url('fonts/Gilroy-ExtraBold.eot');
	src: url('fonts/Gilroy-ExtraBold.woff') format('woff'),
	url('fonts/Gilroy-ExtraBold.ttf') format('truetype');
	font-weight: 800;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GilroyMedium';
	src: url('fonts/Gilroy-Medium.eot');
	src: url('fonts/Gilroy-Medium.woff') format('woff'),
	url('fonts/Gilroy-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GilroyLight';
	src: url('fonts/Gilroy-Light.eot');
	src: url('fonts/Gilroy-Light.woff') format('woff'),
	url('fonts/Gilroy-Light.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

.font-main {
	font-family: 'Gilroy', sans-serif;
}

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

.color-red {
	color: #d10039;
}

.regular-bold {
	font-family: 'Gilroy', sans-serif;
	font-size: 20px;
	font-weight: bold;
}

body { color: #1f1d37; font-family: 'GilroyBold', Arial, Helvetica, Tahoma, Verdana, sans-serif; font-size: 16px; }

a {
	cursor: pointer;
}

h1, h2, h3 { font-weight: normal; font-family: 'GilroyBold', sans-serif; }

h1 {
	font-size: 60px;
	color: #1f1d37;
	padding: 60px 0 0;
	line-height: 1;
	margin-bottom: 15px;
}

h2 {
	font-size: 36px;
	text-align: center;
	margin: 0 0 44px;
}

html, body {
	overflow-x: hidden;
}

h2 span { color: #A1AABD; }

p { line-height: 1.5; padding-top: 1.5em; }

ul, ol { padding-top: 1.5em; }

li { line-height: 1.6; }

a:hover { text-decoration: none; }

img { display: block; }
a img { border: 0; }

.wrap { width: 100%; }
.intro .wrap {
	position: relative;
	overflow: visible;
}
.intro .wrap .absolute-img {
	position: absolute;
    bottom: -8%;
	width: 20%;
    left: 27%;
}
.section.info {
	padding-top: 50px;
}
/*--------------------------------------------------------------------------
#header
*/
.header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 40px;
}
.header span {
	background-color: #f2fb0a;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	margin-right: 10px;
}
.header span.tel-icon {
	background-image: url('img/phone.png');
}
.header span.mail-icon {
	background-image: url('img/email.png');
	margin-left: 70px;
}
.intro {
	background: #98cacb;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.intro_content {
	padding: 0 40px 0 0;
	text-align: left;
}
.section_order .intro_content  { padding: 50px 40px 0 0; }
.img_main { max-width: 100%; }
.img_max { max-width: 100%; }
.color_price { color: #FFD700; }
.shaded { color: #6D7890; position: relative; }
.assistance-icon:before {
	background: url('../img/ico-assistance.png');
	content: '';
	display: block;
	height: 25px;
	left: -30px;
	position: absolute;
	top: -3px;
	width: 25px;
}

.awesome {
	line-height: 1;
	padding: 4px 0 0;
}
.assistance {
	padding: 9px 40px 7px 28px;
	margin: 0 -40px 0 0;
	border-top: 1px dashed #6D7890;
	border-bottom: 1px dashed #6D7890;
}
.ico_payment {
	display: inline;
	text-align: right;
}
.main-carousel { position: relative; z-index: 4; box-shadow: -10px 60px 122px -20px rgba(0, 0, 0, 0.3); }
.intro_btn_wrap { padding-top: 50px; }
.carousel-cell { width: 100%; }
.carousel-cell img { width: 100%; }

.gallery-cell { width: 25%; }
.gallery-cell img { width: 100%; }

.gallery-carousel .gallery-cell { width: 24%; margin: 0 1% 0 0; }

.quotes-carousel .carousel-cell {
	height: 200px;
	overflow: hidden;
	width: 348px;
	margin: 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------------------
#main
*/
.ribbon_wrap {
	align-items: center;
	display: flex;
}
.old-price {
	color: rgba(14, 18, 17, 0.4);
	font-size: 26px;
	margin-right: 16px;
	text-decoration: line-through;
}
.new-price {
	color: #fcff00;
	font-size: 48px;
	margin-right: 15px;
}
.sale-bg, .sale {
	align-items: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
}
.sale-bg {
	background: rgba(0, 160, 255, 0.3);
	border: 1px solid #4d59a1;
	height: 70px;
	width: 70px;
}
.sale {
	background: #4d59a1;
	color: #ffffff;
	font-size: 18px;
	height: 50px;
	width: 50px;
}
.delivery-info {
	color: #343c51;
	display: flex;
	margin-left: 20px;
}
.delivery-info img {
	margin-right: 5px;
	width: 23px;
}
.section-header {
	background: #fcff00;
    padding: 10px 25px;
	font-size: 25px;
	margin-top: 10px;
	max-width: 100%;
    width: max-content;
}
.product_img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 700px;
}
.title_bg {
	position: absolute;
	font-size: 256px;
	color: #ffffff;
	width: auto;
	text-align: center;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 1;
	text-shadow: 0 0 23px rgba(0,0,0,0.11);
}
.clmn_2 {
	width: 50%;
	float: left;
}
.clmn_2_margin {
	width: 35%;
	float: left;
	margin: 0 0 0 10%;
}
.clmn_2_no_margin_wrap {
	width: 70%;
	margin: 0 auto;
}
.clmn_3 {
	width: 33%;
	float: left;
}
.clmn_4 {
	width: 25%;
	float: left;
}
.clmn_6 {
	width: 16.66%;
	float: left;
}
.clmn_gallery img { width: 100%; }
.badges_wrap { width: 98%; margin: 0 auto; }
.badge {
	max-width: 100px;
	margin: 0 auto;
}
.section {
	padding: 75px 0;
	position: relative;

}
.section_padding_small { padding: 40px 0; }
.section_extra_padding { padding-bottom: 125px; }
.section_bg { background: #98cacb; }
.section_bg_2 { background: #98cacb; }
.section_bg_3 { background: #DFE2E7; }
.section_extra_padding,
.section_padding_small,
.section_gift, .section_video { background: #ffffff; }
.section_list {
	position: relative;
	height: 381px;
	display: table;
	width: 100%;
	z-index: 2;
}
.absolute {
	display: table-cell;
	vertical-align: middle;
}
.list_wrap {
	width: 762px;
	margin: 0 auto;
}
.list_pointer {
	font-family: 'GilroySemiBold', sans-serif;
	list-style-type: none;
	padding: 0 0 0 0;
	position: relative;
}
.list_pointer li {
	margin: 0.75em 0 0;
	line-height: 30px;
	position: relative;
}

.list_pointer li span {
	padding: 7px 0px 7px 50px;
	max-width: 500px;
}
.list_pointer li:before,
.list li:before {
	content: '';
	position: absolute;
	top: 5px;
	z-index: 1;
	width: 34px;
    height: 34px;
    background-image: url(img/ico-thumb.png);
    background-size: 19px 16px;
    background-color: #fcff00;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
}
.list .fa { color: #ffffff; }

.list {
	list-style-type: none;
	padding: 0 0 0 32px;
	position: relative;
}
.list li {
	padding: 0 0 15px 50px;
	word-spacing: -1px;
	font-family: 'GilroySemiBold', sans-serif;
	line-height: 32px;
	position: relative;
}
.list li:before {
	left: 0;
	top: -2px;
}
.section_list_alt .list {
	padding: 0 10px 0 0;
}
.img_list {
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-radius: 11px;
}
.gift_wrap {
	padding: 25px;
}
.section_faq > p {
	font-family: 'GilroyMedium', sans-serif;
    font-size: 20px;
}
.faq_wrap p:first-child { padding-top: 0; }
.gift_img img { width: 60px; }
.gift_img {
	margin: 0 auto;
    box-shadow: 0px 18px 29px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 130px;
	height: 130px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.gift_txt p { padding: 0; text-align: center; }
.gift_txt p:first-child { font-size: 20px; text-transform: uppercase; padding: 20px 0 10px; }
.gift_txt p:last-child { font-family: 'GilroySemiBold', sans-serif; }
.section_icon {
	color: #242c3d;
	font-size: 84px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -64px;
	width: 125px;
}
.section_btn {
	background: #242c3d;
	padding: 30px 0;
	color: white;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase;
}
.section_btn .btn_break_line {
	font-size: 25px;
	margin-right: 40px;
	vertical-align: middle;
}
.section_btn .btn:link, .section_btn .btn:visited {
	font-size: 18px;
	padding: 10px 40px;
}
.link:link, .link:visited {
	box-shadow: 0px 17px 24px 0 rgba(77, 89, 161, 0.49);
    background: #4d59a1;
    border-radius: 5px;
    padding: 11px 20px;
    font-size: 18px;
    color: #f7f6ff;
	margin: 15px 0 0;
	display: inline-block;
	text-decoration: none;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.btn:link, .btn:visited {
	font-size: 20px;
    background: #4d59a1;
    padding: 15px 60px;
	display: inline-block;
	color: #f7f6ff;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 5px;
	font-family: 'GilroyExtraBold', sans-serif;
	box-shadow: 0px 17px 24px 0 rgba(77, 89, 161, 0.49);
	transition: all 0.3s;
}
.btn:hover { background: #3d4b9f; }

.quotes {
	width: 400px;
	margin: 0 auto;
	padding: 25px 15px;
	border: 11px solid #ffffff;
	border-radius: 11px;
	color: #56627A;
	font-size: 32px;
	line-height: 1;
	text-align: center;
	position: relative;
	background: #ffffff;
	box-shadow: 0px 10px 21px 0 rgba(0, 0, 0, 0.08);
}
.quotes::after {
	content: '';
	position: absolute;
	bottom: -31px;
	left: 50%;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: 20px solid #ffffff;
	border-right: 20px solid transparent;
}
.quote_txt { padding-top: 0; }
.quote_txt span {
	color: #A1AABD;
	display: block;
}
.quote {
	color: #BEC5D3;
	position: absolute;
	z-index: 1;
	width: 50px;
	padding: 0;
	background: #4d59a1;
	border-radius: 50%;
	height: 50px;
}
.quote_left {
	top: -25px;
	left: -30px;
}
.quote img {
	vertical-align: bottom;
	display: inline-block;
	width: 20px;
}
.video_wrap {
	position: relative;
	margin: 0 auto 0;
	width: 708px;
}
.video_wrap img {
	max-width: 100%;
	height: auto;
}
.video {
	height: 360px;
	width: 640px;
	position: absolute;
	z-index: 4;
	top: 34px;
	left: 34px;
}
.list_dot {
	list-style-type: none;
	box-shadow: 0px 10px 21px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
	padding: 11px 30px;
	margin-top: 20px;
	position: relative;
}
.list_dot li:first-child {
	cursor: pointer;
}
/*--------------------------------------------------------------------------
#contactform
*/
.section_order {
	padding-bottom: 0;
}
.section_order .container {
	display: flex;
}
.section_order .clmn_left {
	width: 50%;
}
.section_order_header {
	font-size: 35px;
	line-height: 1;
}
.offer_end {
	font-family: 'GilroyMedium';
	font-size: 20px;
	padding-top: 25px;
}
.section_order .mycounter {
	margin: 15px 0 0;
}
.section_order .new-price {
	font-size: 100px;
}
.section_order .old-price {
	font-size: 45px;
}
.section_order .delivery-info {
	font-size: 18px;
	margin-left: 0;
}
.section_order .delivery-info img {
	width: 25px;
}
.section_order .sale {
	height: 70px;
	font-size: 20px;
	width: 70px;
}
.section_order .sale-bg {
	height: 100px;
	width: 100px;
}
.section_order .flip-clock-wrapper ul {
	height: 80px;
	width: 60px;
}
.section_order .flip-clock-wrapper ul li a div.up:after {
	top: 39px;
}
.section_order .flip-clock-wrapper ul li {
	line-height: 80px;
}
.contactForm {
	max-width: 450px;
	position: relative;
	z-index: 2;
	padding: 20px 0 35px;
	margin: 40px auto 0;
	color: #1f1d37;
	background: #ffffff;
	box-shadow: 0px 10px 21px 0 rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	top: 15px;
}
.img_order {
	background-color: #ffffff;
	width: 303px;
	position: absolute;
	z-index: 3;
	left: -330px;
    bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 10px 21px 0 rgba(0, 0, 0, 0.08);
}

.field-wrap2 {
	float: left;
	margin: 0 0 10px 2.6%;
	width: 10.5%;
}
.field-wrap3 {
	float: left;
	margin: 0 0 10px 6%;
	width: 28%;
}
.field-wrap {
	float: left;
	margin: 0 0 10px 6%;
	width: 88%;
}
.field-wrap_full { width: 88%; }

.field-wrap-half {
	float: left;
	width: 20%;
}

.field-wrap-half-first {
	margin: 0 0 10px 6%;
}
.field-wrap-half-last {
	margin: 0 0 10px 9px;
}

@media (max-width:1366px){
	.field-wrap-half-last {
		margin: 0 0 10px 6%;
	}
}

div .finput-initial-hide label {
	display: none;
}
div .finput-initial-hide.active label {
	display: inline-block;
}

.contactForm .brand, .alarm { color: #FC0045; }
label.error {
	color: #FC0045;
	text-align: right;
	font-weight: 400;
	text-shadow: none;
	padding: 7px 0 0;
	-webkit-animation: shake 1s;
	animation: shake 1s;
}
#submit1 {
	display: block;
	font-size: 18px;
	margin: 0 auto;
	width: 88%;
	background: #4d59a1;
	padding: 9px;
	color: #f7f6ff;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 5px;
	font-family: 'GilroyBold', sans-serif;
	box-shadow: 0px 17px 24px 0 rgba(77, 89, 161, 0.49);
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	transition: all 0.3s;
}
#submit1.pressed {
	background: #940028;
	box-shadow: none;
	position: relative;
    top: 3px;
	left: 4px;
	pointer-events: none;
}
input[type="submit"]:hover {
	text-decoration: none;
	cursor: pointer;
	background: #FC0045;
}

@keyframes shakeInf {
	0%, 50%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	5%, 15%, 25%, 35%, 45% {
		-webkit-transform: translateX(-2px);
		-ms-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	10%, 20%, 30%, 40% {
		-webkit-transform: translateX(2px);
		-ms-transform: translateX(2px);
		transform: translateX(2px);
	}
}

@-webkit-keyframes shakeInf {
	0%, 50%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	5%, 15%, 25%, 35%, 45% {
		-webkit-transform: translateX(-2px);
		-ms-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	10%, 20%, 30%, 40% {
		-webkit-transform: translateX(2px);
		-ms-transform: translateX(2px);
		transform: translateX(2px);
	}
}

.shakeInf {
	-webkit-animation: shakeInf 3s infinite;
	animation: shakeInf 3s infinite;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20%, 60% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	40%, 80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation: shake 1s;
	animation: shake 1s;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		opacity: 1;
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation: flipInY 1s;
	animation: flipInY 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation: bounceIn 0.75s;
	animation: bounceIn 0.75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation: zoomIn 0.75s;
	animation: zoomIn 0.75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

label {
	position: relative;
	z-index: 2;
	display: block;
	line-height: 1.25;
	padding: 7px 0 4px;
}
.subscriptionForm label {
	color: black;
	font-variant: small-caps;
}
.input-text {
	outline: none;
	height: 36px;
	line-height: 36px;
	color: black;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #d2d2d7;
	margin: 0 -1px;
	background: white;
	padding: 0 0 0 5%;
	width: 95%;
	-webkit-transition: background 131ms linear 0s;
	transition: background 131ms linear 0s;
	border-radius: 5px;
}
.input-text:focus { background: #f9f9f9; }
.field-wrap_full .input-text {
	padding: 0 0 0 2.5%;
	width: 97.5%;
}
.poljeSelect {
	height: 38px;
	line-height: 38px;
	border: 1px solid #AFB7C8;
	color: #000000;
	width: 100%;
	margin: 31px 0 0;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: -2px;
	background: white;
}

.poljeSelect4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #AFB7C8;
	color: #000000;
	width: 100%;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: -2px;
	background: white;
	margin-top: 2px;
}

.logo {
	width: 100px;
	margin: 60px 0 0;
}

.heart {
	margin: 1.75em 0 0;
	width: 90px;
	-webkit-animation: pound .25s infinite alternate;
	animation: pound .25s infinite alternate;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes pound {
	to { -webkit-transform: scale(1.1); }
}

@keyframes pound {
	to { transform: scale(1.1); }
}

.float_icon {
	width: 20%;
	float: left;
	position: relative;
}
.float_text {
	width: 80%;
	float: left;
}

.sep {
	border-top: 1px dashed #bec5d3;
	margin-top: 1.5em;
}

.footer {
	background: #242c3d;
	color: #ffffff;
	font-family: 'Gilroy', sans-serif;
}
.footer .container {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding: 1em 1.5em;
}
.footer a {	color: #ffffff; }
.copyd {
	font-size: 13px;
	float:right;
	text-align: left;
	clear: right;
	display: flex;
}
.copyd div:first-child {
	margin-right: 70px;
}
.copy {font-size: 16px;float:none;text-align: right;clear: right;}
.copy a:link, .copy a:visited { color: #ffffff; text-decoration: none; }
.copy a:hover { color: #ffffff; }

/*--------------------------------------------------------------------------
#flipclock
*/

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-clock-wrapper a {
	cursor: pointer;
	text-decoration: none;
	color: #ccc; }

.flip-clock-wrapper a:hover {
	color: #fff; }

.flip-clock-wrapper ul {
	list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
	content: " ";
	display: table; }

.flip-clock-wrapper.clearfix:after {
	clear: both; }

.flip-clock-wrapper.clearfix {
	*zoom: 1; }

/* Main */
.flip-clock-wrapper {
	font: normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	-webkit-user-select: none;  }

.flip-clock-meridium {
	background: none !important;
	box-shadow: 0 0 0 !important;
	font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
	text-align: center;
	position: relative;
	width: 100%;
	margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.flip-clock-wrapper:after {
	clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
	position: relative;
	float: left;
	margin: 5px;
	width: 50px;
	height: 60px;
	font-size: 80px;
	font-weight: bold;
	line-height: 87px;
	border-radius: 15px;
	background: linear-gradient(to top, #2b3033, #53575c, #2e3236);
}

.flip-clock-wrapper ul li {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 60px;
	text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
	z-index: 2; }

.flip-clock-wrapper ul li a {
	display: block;
	height: 100%;
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	perspective: 200px;
	margin: 0 !important;
	overflow: visible !important;
	cursor: default !important; }

.flip-clock-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	font-size: 64px;
	overflow: hidden;
	outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2; }

.flip-clock-wrapper ul li a div.up {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	top: 0; }

.flip-clock-wrapper ul li a div.up:after {
	content: "";
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 3px;

	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	color: #ccc;
	text-shadow: 0px 1px 5px #000000;
	text-align: center;
	background-image: linear-gradient(to top, #2b3033, #53575c, #2e3236);
	border-radius: 6px;
	font-size: 48px;
}

.flip-clock-wrapper ul li a div.up div.inn {
	top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
	bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
	z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: asd 0.5s 0.5s linear both;
	-moz-animation: asd 0.5s 0.5s linear both;
	animation: asd 0.5s 0.5s linear both;
	z-index: 5; }

.flip-clock-divider {
	float: left;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 60px;
}

.flip-clock-divider:first-child {
	width: 0; }

.flip-clock-dot {
	display: block;
	background: #424444;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	left: 5px; }

.flip-clock-divider .flip-clock-label {
	display: none;
}

.flip-clock-dot.top {
	top: 20px; }

.flip-clock-dot.bottom {
	bottom: 10px; }

@-webkit-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@-moz-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@-o-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: turn 0.5s 0.5s linear both;
	-moz-animation: turn 0.5s 0.5s linear both;
	animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg); }

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

@-moz-keyframes turn {
	0% {
		-moz-transform: rotateX(90deg); }

	100% {
		-moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
	0% {
		-o-transform: rotateX(90deg); }

	100% {
		-o-transform: rotateX(0deg); } }

@keyframes turn {
	0% {
		transform: rotateX(90deg); }

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

.flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: turn2 0.5s linear both;
	-moz-animation: turn2 0.5s linear both;
	animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0deg); }

	100% {
		-webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
	0% {
		-moz-transform: rotateX(0deg); }

	100% {
		-moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
	0% {
		-o-transform: rotateX(0deg); }

	100% {
		-o-transform: rotateX(-90deg); } }

@keyframes turn2 {
	0% {
		transform: rotateX(0deg); }

	100% {
		transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-moz-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-o-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-webkit-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@-moz-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@-o-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

.mycounter { width: max-content; margin: 30px auto 0; }
.mycounter__wrap { padding: 10px 0 40px; display: none; }
.flip-clock-wrapper ul { padding-top: 0; }

/*--------------------------------------------------------------------------
#flickity
*/

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	position: absolute;
	bottom: 0;
	width: 74px;
	height: 74px;
	border: none;
	background: rgba(0,0,0,0.2);
	cursor: pointer;
}
.gallery-carousel-1 .flickity-prev-next-button { background: rgba(109,120,144,0.25); }

.flickity-prev-next-button:hover { background: #6d7890; }

.flickity-prev-next-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
	opacity: 0.6;
}

.flickity-prev-next-button.previous { right: 76px; }
.flickity-prev-next-button.next { right: 0; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button:disabled {
	opacity: 0.3;
	cursor: auto;
}
.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-prev-next-button .arrow {
	fill: #ffffff;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

/*--------------------------------------------------------------------------
#various
*/

.arw {
	position: absolute;
	z-index: 11;
	left: 40px;
	bottom: 40px;
	background: url("../img/ico-checks.png") left -48px no-repeat;
	width: 37px;
	height: 35px;

	animation: down 1s infinite;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes down {
	0% {-webkit-transform: translateY(0); }
	100% {-webkit-transform: translateY(40px); }
}
@keyframes down {
	0% {transform: translateY(0); }
	100% {transform: translateY(40px); }
}

.bold { font-weight: bold; }

.tiskane { text-transform: uppercase; }

.float-right { float: right; }

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

.no-padding-top { padding-top: 0; }
.no-padding-bottom { padding-bottom: 0; }

.no-mrg-top { margin-top: 0; }
.no-mrg-bottom { margin-bottom: 0; }
.no-mrg-right { margin-right: 0; }

.inline-block { display: inline-block; }

.spacer { clear: both; }

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation: fadeInDown 0.75s;
	animation: fadeInDown 0.75s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;

}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation: fadeInRight 0.75s;
	animation: fadeInRight 0.75s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;

	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}



@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation: bounce 0.75s;
	animation: bounce 0.75s;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;

	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation: jello 1.25s;
	animation: jello 1.25s;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.jello_delay {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.intro .intro_content, .main-carousel { opacity: 0; }

.youtube-player {
	position: relative;
	padding-bottom: 54.23%;

	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}

.kaj_wrap {
	float: left;
	width: 88%;
	margin: 31px 0 0 6%;
}
.slika-form {
	width: 100%;
	border:1px solid grey;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #888888;
	max-width: 350px;
	margin: 0 auto 20px;
}

@media all and (min-width: 900px) {
	.no-mobile {
		display: none;
	}
}

/* ------------------------ */
.triangle-topleft {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 100px solid #4d59a1;
	border-right: 100px solid transparent;
}
.toggle-button {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin: 0 20px;
}
.toggle-button label {
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	text-align: left;
}
.toggle-button input {
	display: none;
}
.toggle-button__icon {
	cursor: pointer;
	pointer-events: none;
}
.toggle-button__icon:before, .toggle-button__icon:after {
	content: "";
	position: absolute;
	transition: 1s ease-out;
}

@media only screen and (max-width: 480px) {
	.toggle-button--valo {
		display: block;
		width: 110px;
		margin: 0 auto 10px auto; 
	}
}

.toggle-button--valo label {
	width: 110px;
	height: 20px;
	line-height: 20px;
	transition: all 0.2s; }
.toggle-button--valo label:before, .toggle-button--valo label:after {
	position: absolute;
	top: 0;
	left: 30px;
	width: 110px;
	transition: all 0.2s .1s ease-out; }
.toggle-button--valo label:before {
	content: attr(data-text); }

.toggle-button--valo input:checked ~ .toggle-button__icon:after {
	transform: translate(0, 0);
	animation: show .2s; }

.toggle-button--valo .toggle-button__icon {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 25px;
	overflow: hidden;
	border-radius: 50%; }
.toggle-button--valo .toggle-button__icon:before, .toggle-button--valo .toggle-button__icon:after {
	border-radius: 50%; }
.toggle-button--valo .toggle-button__icon:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #C0CADE;
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.15); }
.toggle-button--valo .toggle-button__icon:after {
	top: 5px;
	left: 5px;
	width: 60%;
	height: 60%;
	background: #009CDE;
	animation: hide .2s ease-out;
	transform: translate(0, 200%);
	transition: none; }

.toggle-button--valo:hover input:not(:checked) ~ .toggle-button__icon {
	animation: hover .2s; }

.toggle-button--valo:hover input:not(:checked) ~ label:before {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }




.toggle-button--valo {
	width: 160px;
}
.toggle-button--valo label {
	width: 170px;
}
.toggle-button--valo label:before, .toggle-button--valo label:after {
	width: 140px;
}
@media (max-width: 1242px) {
	.toggle-button--valo label {
		height: 30px;
	}
}
.method-disabled {
	pointer-events: none;
}

@keyframes hide {
	0% {
		transform: translate(0, 0); }
	100% {
		transform: translate(0, -200%); } }

@keyframes show {
	0% {
		transform: translate(0, 200%); }
	100% {
		transform: translate(0, 0); } }

@keyframes hover {
	0% {
		transform: scale(1); }
	30% {
		transform: scale(1.1); }
	100% {
		transform: scale(1); } }

div.table-title {

	text-align: center;
	display: block;
	margin: auto;
	max-width: 600px;
	padding:5px;
	width: 100%;
}

.table-title h3 {
	color: #242c3d;
	font-size: 40px;
	font-weight: 400;
	font-style:normal;
	text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
	text-transform:uppercase;
}

/*** Table Styles **/

.table-fill {
	background: white;
	border-radius:3px;
	border-collapse: collapse;
	height: 420px;
	margin: auto;
	margin-bottom:15px;
	max-width: 600px;
	padding:5px;
	width: 100%;
	box-shadow: 0 7px 12px rgba(0, 0, 0, 0.4);
	animation: float 5s infinite;
}

th {
	color:#D5DDE5;;
	background:#242c3d;
	border-bottom:4px solid #9ea7af;
	border-right: 1px solid #343a45;
	font-size:23px;
	font-weight: 100;
	padding:24px;
	text-align:left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align:middle;
}

th:first-child {
	border-top-left-radius:3px;
}

th:last-child {
	border-top-right-radius:3px;
	border-right:none;
}

tr {
	border-top: 1px solid #C1C3D1;
	border-bottom: 1px solid #C1C3D1;
	color:#666B85;
	font-size:16px;
	font-weight:normal;
	text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
	background:#4E5066;
	color:#FFFFFF;
	border-top: 1px solid #22262e;
	border-bottom: 1px solid #22262e;
}

tr:first-child {
	border-top:none;
}

tr:last-child {
	border-bottom:none;
}

tr:nth-child(odd) td {
	background:#EBEBEB;
}

tr:nth-child(odd):hover td {
	background:#4E5066;
}

tr:last-child td:first-child {
	border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
	border-bottom-right-radius:3px;
}

td {
	background:#FFFFFF;
	padding:20px;
	text-align:left;

	font-weight:300;
	font-size:18px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #C1C3D1;
}

td:last-child {
	border-right: 0;
}

th.text-left {
	padding:20px 0 20px 00px;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	th.text-left {
		font-size: 13px;
	}
}

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

th.text-right {
	text-align: right;
}

td.text-left {
	padding:13px 00px 13px 00px;
	text-align: center;
	font-weight: bold;
}

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

td.text-right {
	text-align: right;
}
span {
	display: inline-block;
}

.cow {
	color: #242c3d ;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size: 30px;
	text-align:center;
	font-weight: 400;
	font-style:normal;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

#ket {text-decoration: none}
.field1 {display:inline-block;padding-right: 15px}
.field2 {display:inline-block}
#metoda {font-size: 30px;margin: 20px}
#bla {margin-bottom: 50px;padding-bottom: 20px;}
#premik {margin:-15px;}
#bla:hover {
	color: #000035;
	text-decoration: none
}
#krk {max-width: 100%;
	height: auto;}

#radius {
	border-color: #242c3d;
	border-width: 20px;
}

#slikce {padding:10px;  text-decoration: none;}
#cena {display:inline-block; text-decoration: none;}

* { margin: 0; padding: 0 }

.layout {
	width: 100%; height: 100%;
	position: relative;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.inner {
	max-width: 100%;
	padding: 0 0.5em;
	padding-top: 0.5em;
	transition: all 0.3s;
}

.grid { margin: 0 0 0 -0.5em; list-style-type: none; transition: all 0.3s }
.grid:before, .grid:after { content: " "; display: table }
.grid:after { clear: both }
.grid-tile {
	width: 100%;
	position: relative; float: left;
	padding: 0 0 0.5em 0.5em;
	box-sizing: border-box;
	transition: all 0.3s;
}

.item {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
	border: 2px solid #eee;
	box-sizing: border-box;
}

.item-img {
	width: 100%;
	padding-bottom: 99%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.item-imgB {
	width: 100%;
	padding-bottom: 99%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
	cursor: default;
}

.item-pnl {
	border-top: 2px solid #eeeeee;
    width: 100%;
    height: 75px;
}

.pnl-wrapper {
	width: 100%;
	height: 60px;
	display: table;
}

.pnl-wrapper > div {
	display: table-cell;
	vertical-align: middle;
}

.pnl-description {
	position: relative;
	padding: 0;
	padding-left: 0.5em;
}

.pnl-label {
	color: #424346;
	line-height: 16px;
	max-height: 2.6em;
	font-size: 0.75em;
	overflow: hidden;
	display: block;
}

.pnl-price {
	line-height: 16px;
	color: #111;
	font-weight: 700;
	font-size: 0.75em;
	display: block;
	/*margin-top: 0.125em;*/
}

.pnl-ic-wrapper {
	width: 32px; height: 32px;
	line-height: 0;
	position: relative;
	margin: 0 auto;
	transform: scale(0.5);
}

.pnl-ic-wrapper svg {
	fill: none;
	stroke-width: 2.0;
	stroke-linecap: round;
	stroke-miterlimit: 4;
	stroke-location: outside;
}

.pnl-ic {
	display: inline-block;
	vertical-align: middle;
	width: 100%; height: 100%;
}

.pnl-favorites svg {
	stroke: #a1a8ad;
}

.pnl-favorites {
	width: 32px;
	cursor: pointer;
	position: relative;
}

.pnl-tocart svg {
	stroke: #a1a8ad;
}

.pnl-tocart {
	width: 82px;
	cursor: pointer;
	position: relative;
}

@media screen and (min-width: 320px) {
	.pnl-wrapper { height: 70px }
	.pnl-label, .pnl-price { font-size: 1em; line-height: 20px; }
	.pnl-favorites, .pnl-tocart { width: 56px }
	.pnl-ic-wrapper { transform: scale(0.75) }
	.pnl-description { padding-left: 1.0em }
}

@media screen and (min-width: 360px) {
	.inner { padding: 0 1.0em; padding-top: 1.0em }
	.grid { margin: 0 0 0 -1.0em }
	.grid-tile { padding: 0 0 1.0em 1.0em }
	.pnl-description { padding-left: 1.5em }
	.pnl-wrapper { height: 70px }
}

/* PORTRAIT MOBILE MODE
 */

@media screen and (min-width: 480px) {
	.inner { padding: 0 0.5em; padding-top: 0.5em }
	.grid { margin: 0 0 0 -0.5em }
	.grid-tile { padding: 0 0 0.5em 0.5em }
	.grid-tile { width: 50% }
	.pnl-wrapper { height: 60px }
	.pnl-description { padding-left: 0.5em }
	.pnl-label, .pnl-price { font-size: 0.75em; line-height: 18px; }
	.pnl-ic-wrapper { transform: scale(0.5) }
	.pnl-favorites, .pnl-tocart { width: 40px }
}

/* LANDSCAPE MOBILE MODE (~416px)
 */

@media (max-height: 26em) {
	.pnl-wrapper { height: 48px }
	.grid-tile { width: 33.3333% }
	.pnl-label { font-size: 0.7em; line-height: 14px; }
	.pnl-price { font-size: 0.7em; line-height: 14px; }
	.pnl-favorites { position: absolute; width: 40px; height: 40px; top:0; right: 0 }
	.pnl-ic-wrapper { transform: scale(0.5) }
}

@media screen and (min-width: 600px) {
	.inner { padding: 0 1.0em; padding-top: 1.0em }
	.grid { margin: 0 0 0 -1.0em }
	.grid-tile { padding: 0 0 1.0em 1.0em }
	.pnl-wrapper { height: 70px }
	.pnl-label, .pnl-price { font-size: 1em; line-height: 20px; }
	.pnl-favorites, .pnl-tocart { width: 56px }
	.pnl-ic-wrapper { transform: scale(0.75) }
	.pnl-description { padding-left: 1.0em }
}

@media screen and (min-width: 768px) {
	.inner { padding: 0 1.5em; padding-top: 1.5em }
	.grid { margin: 0 0 0 -1.5em }
	.grid-tile { padding: 0 0 1.5em 1.5em }
}

@media screen and (min-width: 1024px) {
	.grid-tile { width: 30% }
}

@media screen and (min-width: 1300px) {
	.pnl-description { padding-left: 1.5em }
}

@media screen and (min-width: 1440px) {
	.inner { width: 1400px; margin: 0 auto }
}
#section_products .grid{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
}
#section_products .btn1 {
	padding: 4px 14px;
	background-color: #4d59a1;
	color: #fff;
	text-transform: uppercase;
	float: right;
	margin: 9px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
}

.btn-disabled {
	opacity: 0.3 !important;
}

/* sm Testimonials */
.sm-testimonial-slide-wrapper{
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 3px;
	padding: 12px;
	font-size: 11px;
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.28;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
}
.sm-testimonial-slide-wrapper span{
	color: #4267b2;
	font-weight: 700;
}
.sm-testimonial-slide-head{
	border-bottom: 1px solid #e9ebee;
	color: #90949c;
	font: 12px/1.358 Helvetica, Arial, sans-serif;
}
.sm-testimonial-slide-head-left{
	margin-top: 4px;
	float: left;
	line-height: 16px;
	max-width: calc(100% - 32px);
	color: #90949c;
}
.sm-testimonial-slide-head-right{
	float: right;
}
.sm-testimonial-slide-sm-icon{
	background-image: url("../img/testimonials/icons.png");
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: 0 0;
}
.sm-testimonial-slide-sm-clearfix{
	zoom: 1;
}
.sm-testimonial-slide-sm-clearfix:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.sm-testimonial-slide-body{
	padding-top: 12px;
}
.sm-testimonial-slide-img{
	float: left;
	margin-right: 8px;
	display: block;
	height: 32px;
	width: 32px !important;
	border: 0;
}
.sm-testimonial-slide-body-right{
	overflow: hidden;
	color: #1d2129;
	font-size: 11px;
	text-align: left;
}
.sm-testimonial-slide-body-right-first{
	margin-bottom: 4px;
	font-size: 14px;
	color: #1d2129;
	line-height: 20px;
}
.sm-testimonial-slide-body-right-first span{
	font-weight: bold;
	color: #365899;
}
.sm-testimonial-slide-body-right-second{
	color: #90949c;
	font-size: 12px;
}
.sm-testimonial-slide-body-right-second span{
	font-weight: normal;
}
.sm-testimonial-slide-body-right-second-like-icon{
	width: 13px;
	height: 15px;
	background-image: url("../img/testimonials/icons.png");
	background-position: 0 -234px;
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
	-ms-high-contrast-adjust: none;
}
.sm-testimonial-slide-body-right-second-timestamp{
	color: #90949c !important;
}

.sold_out_title {    font-size: 25px;
	position: absolute;
	z-index: 99;
	background-color: #d10039;
	width: 126%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: white;
	font-family: monospace;
	-ms-transform: rotate(-22deg);
	-webkit-transform: rotate(-22deg);
	transform: rotate(-22deg);
	top: 150px;
	right: -41px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d10039+45,d10039+51,d10039+58&0+0,0.8+35,1+39,1+61,0.8+65,0+100 */
	background: -moz-linear-gradient(left, rgba(209,0,57,0) 0%, rgba(209,0,57,0.8) 35%, rgba(209,0,57,1) 39%, rgba(209,0,57,1) 45%, rgba(209,0,57,1) 51%, rgba(209,0,57,1) 58%, rgba(209,0,57,1) 61%, rgba(209,0,57,0.8) 65%, rgba(209,0,57,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(209,0,57,0) 0%,rgba(209,0,57,0.8) 35%,rgba(209,0,57,1) 39%,rgba(209,0,57,1) 45%,rgba(209,0,57,1) 51%,rgba(209,0,57,1) 58%,rgba(209,0,57,1) 61%,rgba(209,0,57,0.8) 65%,rgba(209,0,57,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(209,0,57,0) 0%,rgba(209,0,57,0.8) 35%,rgba(209,0,57,1) 39%,rgba(209,0,57,1) 45%,rgba(209,0,57,1) 51%,rgba(209,0,57,1) 58%,rgba(209,0,57,1) 61%,rgba(209,0,57,0.8) 65%,rgba(209,0,57,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d10039', endColorstr='#00d10039',GradientType=1 ); /* IE6-9 */}

.popust {
	color: white;
	position: relative;
	left:11px;
	top:-68px;
	font-size: 28px;
	transform: rotate(-45deg);
}
.top_seller {transform: rotate(-45deg);color: white;width: 234px;height: 30px;background-color: #242c3d;text-align: center;line-height: 30px;position: absolute;left: -53px;top:46px;}

.telstyle {
    color: inherit !important;
    text-decoration: none !important;
}
.mailstyle{
	color: inherit !important;
	text-decoration: none !important;
}

/*AOV-START*/
.order-bump-box{
	margin-left:6%;
	margin-right:6%;
	margin-top: 20px;
	padding:4px;
}
.order-bump-box .extra-strong-font{
	font-weight: 600;
	color: red;
}
.order-bump-box .aov-hack{
	text-align: center;
	background-color: #6d7890;
	padding: 2px;
	margin-bottom: 4px;
}
.order-bump-box input[type="checkbox"] {
    display:none;
}
.order-bump-box input[type="checkbox"] + label {
    color:#f2f2f2;
	cursor: pointer;
}
.order-bump-box input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url("../img/aov-check-radio-sheet.png") left top no-repeat;
    cursor:pointer;
}
.order-bump-box input[type="checkbox"]:checked + label span {
    background:url("../img/aov-check-radio-sheet.png") -19px top no-repeat;
}
.order-bump-box .ob-arrow {
	position: absolute;
    margin: 8px -161px;
    width: 100%;
    height: 18px;
    background-image: url("../img/animated-arrow-image-8.gif");
    background-size: contain;
    background-repeat: no-repeat;
}
/*AOV-END*/

.section_btn{ line-height:normal; }


body .finput-c .finput label[for=phone] {top: -9px;left: 0;padding: 3px 5px;font-size: 11px;color: #fff;background: #56627a;}


body .finput .input-text::-webkit-input-placeholder{
	font-size: 12px;
	color: #aaa;
}
body .finput .input-text::-moz-placeholder{
	font-size: 12px;
	color: #aaa;
}
body .finput .input-text:-ms-input-placeholder{
	font-size: 12px;
	color: #aaa;
}
body .finput .input-text:-moz-placeholder{
	font-size: 12px;
	color: #aaa;
}

.bump-el{
	border: solid 1px #d2d2d7;
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 10px;
	cursor: pointer;
}

.bump-el-arrow .arrow{
	border: solid #4d59a1;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.3s;
}

.bump-el-arrow .arrow-active{
	transform: rotateZ(45deg);
}

.bump-el-title{
	font-size: 14px;
    padding-left: 20px;
    cursor: pointer;
}

.bump-el-price{
	font-size: 16px;
    display: inline-block;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.bump-el-body{
	font-size: 16px;
	display: none;
	width: 100%;
	padding-top: 10px;
}

.bump-el-button{
	flex: 1;
	text-align: right;
}

.bump-el-button button{
	cursor: pointer;
	padding: 3px 12px 2px;
	display: inline-block;
	color: #ffffff;
	background: #4d59a1;
	text-decoration: none;
	border-radius: 3px;
	box-shadow: 0px 5px 10px 0 rgba(77, 89, 161, 0.27);
	transition: box-shadow .5s, background .5s;
	margin-top: 5px;
	font-size: 14px;
}

.bump-el-button .button-active{
	box-shadow: none;
	background: rgb(65, 204, 2);
}

@media screen and (max-width: 980px) {
	.bump-el-title{
		font-size: 19px;
		position: relative;
		top: 1px;
		padding-left: 6px;
	}

	.bump-el-button {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.bump-el-price{
	    font-size: 12px;
	    position: relative;
	    top: -1px;
	}

	.bump-el-body {
		font-size: 14px;
	}
}
.sales-hit {
    background: #03b55f;
    padding: 8px 20px 8px;
	border-radius: 16px;
	font-size: 14px;
    font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}
.accordion-content {
	height: auto;
	display: none;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	font-family: 'Gilroy', sans-serif;
	padding-top: 10px;
}
.accordion-button:after {
	border: solid #4d59a1;
	border-width: 0 2px 2px 0;
	content: '';
    display: inline-block;
    padding: 4px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: 17px;
	transition: all 0.5s;
}
.list_dot.active .accordion-button:after {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.validate-error {
	border-color: red!important;
    border-width: 2px!important;
    color: red!important;
}

.gif {
	margin-bottom: 30px;
	max-width: 100%;
	width: 300px;
}
#coronasafe {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

#coronasafe button {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	overflow: visible;
	text-transform: none;
	margin: 0
}

#coronasafe [type=button],
#coronasafe [type=reset],
#coronasafe [type=submit],
#coronasafe button {
	-webkit-appearance: button
}

#coronasafe [type=button]::-moz-focus-inner,
#coronasafe [type=reset]::-moz-focus-inner,
#coronasafe [type=submit]::-moz-focus-inner,
#coronasafe button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

#coronasafe [type=button]:-moz-focusring,
#coronasafe [type=reset]:-moz-focusring,
#coronasafe [type=submit]:-moz-focusring,
#coronasafe button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

#coronasafe [type=checkbox],
#coronasafe [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

#coronasafe [type=number]::-webkit-inner-spin-button,
#coronasafe [type=number]::-webkit-outer-spin-button {
	height: auto;
}

#coronasafe [type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

#coronasafe [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

#coronasafe ::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

#coronasafe [hidden] {
	display: none
}

#coronasafe h2,
#coronasafe p {
	margin: 0;
	padding: 0;
}

#coronasafe button {
	background-color: transparent;
	background-image: none;
}

#coronasafe button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

#coronasafe *,
#coronasafe :after,
#coronasafe :before {
	box-sizing: border-box;
	border: 0 solid #e2e8f0;
}

#coronasafe [role=button],
#coronasafe button {
	cursor: pointer;
}

#coronasafe table {
	border-collapse: collapse;
}

#coronasafe h2 {
	font-size: inherit;
	font-weight: inherit;
}

#coronasafe button {
	padding: 0;
	line-height: inherit;
	color: inherit;
}

#coronasafe svg {
	display: block;
	vertical-align: middle;
}

#coronasafe .container {
	width: 100%;
}

@media (min-width:640px) {
	#coronasafe .container {
		max-width: 640px
	}
}

@media (min-width:768px) {
	#coronasafe .container {
		max-width: 768px
	}
}

@media (min-width:1024px) {
	#coronasafe .container {
		max-width: 1024px
	}
}

@media (min-width:1280px) {
	#coronasafe .container {
		max-width: 1280px
	}
}

#coronasafe .bg-white {
	background-color: #fff
}

#coronasafe .bg-green-500 {
	background-color: #48bb78
}

#coronasafe .rounded-full {
	border-radius: 9999px
}

#coronasafe .block {
	display: block
}

#coronasafe .flex {
	display: flex
}

#coronasafe .table {
	display: table
}

#coronasafe .hidden {
	display: none
}

#coronasafe .flex-row {
	flex-direction: row
}

#coronasafe .flex-wrap {
	flex-wrap: wrap
}

#coronasafe .items-center {
	align-items: center
}

#coronasafe .justify-center {
	justify-content: center
}

#coronasafe .flex-auto {
	flex: 1 1 auto
}

#coronasafe .flex-shrink-0 {
	flex-shrink: 0
}

#coronasafe .font-bold {
	font-weight: 700
}

#coronasafe .h-10 {
	height: 2.5rem
}

#coronasafe .h-12 {
	height: 3rem
}

#coronasafe .leading-tight {
	line-height: 1.25
}

#coronasafe .mx-4 {
	margin-left: 1rem;
	margin-right: 1rem
}

#coronasafe .mx-auto {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#coronasafe .mr-4 {
	margin-right: 1rem
}

#coronasafe .-mt-6 {
	margin-top: -1.5rem
}

#coronasafe .py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem
}

#coronasafe .px-2 {
	padding-left: .5rem;
	padding-right: .5rem
}

#coronasafe .fixed {
	position: fixed
}

#coronasafe .absolute {
	position: absolute
}

#coronasafe .inset-x-0 {
	right: 0;
	left: 0
}

#coronasafe .top-0 {
	top: 0
}

#coronasafe .right-0 {
	right: 0
}

#coronasafe .bottom-0 {
	bottom: 0
}

#coronasafe .shadow {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

#coronasafe .text-white {
	color: #fff
}

#coronasafe .text-sm {
	font-size: .775rem
}

#coronasafe .text-xl {
	font-size: 1rem
}

#coronasafe .antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

#coronasafe .w-8 {
	width: 2rem
}

#coronasafe .w-10 {
	width: 2.5rem
}

#coronasafe .w-12 {
	width: 3rem
}

#coronasafe .w-4\/5 {
	width: 80%
}

#coronasafe .w-full {
	width: 100%
}

#coronasafe .z-50 {
	z-index: 100
}

#coronasafe .transform {
	--transform-translate-x: 0;
	--transform-translate-y: 0;
	--transform-rotate: 0;
	--transform-skew-x: 0;
	--transform-skew-y: 0;
	--transform-scale-x: 1;
	--transform-scale-y: 1;
	transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

#coronasafe .transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

#coronasafe .item-close {
	display: none
}

#coronasafe.active .item-close {
	display: flex
}

#coronasafe .items-primary .arrow {
	display: block;
	right: 22px;
	bottom: 22px;
	width: 21px;
	height: 20px;
	fill: #fff;
	position: absolute;
	transform: rotate(180deg)
}

#coronasafe.active .items-primary .arrow {
	display: none
}

#coronasafe .items-small {
	height: 0;
	overflow: hidden
}

#coronasafe .items-small svg {
	margin-left: .5rem
}

#coronasafe.active .items-small {
	height: auto
}

@media (min-width:640px) {
	#coronasafe .sm\:flex {
		display: flex
	}

	#coronasafe .sm\:justify-center {
		justify-content: center
	}

	#coronasafe .sm\:mb-2 {
		margin-bottom: .5rem
	}

	#coronasafe .sm\:w-1\/3 {
		width: 33.333333%
	}
}

@media (min-width:768px) {
	#coronasafe .md\:mb-4 {
		margin-bottom: 1rem
	}

	#coronasafe .md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem
	}

	#coronasafe .md\:text-base {
		font-size: 1rem
	}

	#coronasafe .md\:text-3xl {
		font-size: 1.275rem
	}

	#coronasafe .md\:w-12 {
		width: 3rem
	}

	#coronasafe .md\:w-16 {
		width: 4rem
	}
}

@media (min-width:1024px) {
	#coronasafe .lg\:block {
		display: block
	}

	#coronasafe .lg\:flex-no-wrap {
		flex-wrap: nowrap
	}

	#coronasafe .lg\:mb-0 {
		margin-bottom: 0
	}

	#coronasafe .lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem
	}

	#coronasafe .lg\:w-auto {
		width: auto
	}

	#coronasafe .lg\:w-4\/5 {
		width: 80%
	}
}

#coronasafe .items-primary {
	padding-right: 4rem;
}

.before-holidays {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.before-holidays img {
	margin-right: 15px;;
	width: 70px;
}
.before-holidays span {
	width: 100%;
    text-align: center;
    color: #343c51;
    margin-top: 10px;
}
