/*
Theme Name: Candy
Version: 100.1
Description: Candy Mania site theme
*/


@font-face {
	font-family: 'bold';
	src: url('fonts/helveticaneuecyr-bold-webfont.woff2') format('woff2'),
	url('fonts/helveticaneuecyr-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'regular';
	src: url('fonts/helveticaneuecyr-roman-webfont.woff2') format('woff2'),
	url('fonts/helveticaneuecyr-roman-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}

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, strong, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

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

body * {
	-webkit-text-size-adjust: none;
	outline: none;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	display: block;
}

input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}

input, textarea, select {
	font-weight: 400;
	border-radius: 0;
	background: none;
	border: none;
	margin: 0;
	width: 100%;
}

textarea {
	display: block;
	resize: none;
	overflow: auto;
}

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

.button input[type="submit"], input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: none;
	cursor: pointer;
	z-index: 1;
}

a, a:link, a:visited, a:active, a:hover {
	cursor: pointer;
	outline: none;
}

body {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	font-family: 'regular';
	background-image: url(img/bg-main.png);
	background-repeat: no-repeat;
	background-size: cover;
}

body.parents {
	background-color: #361256;
}

b, strong {
	font-weight: 700;
}

ul, ol {
	list-style: none;
}

a {
	color: inherit;
}

html:not(.mobile)::-webkit-scrollbar, html:not(.mobile) *::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

html:not(.mobile)::-webkit-scrollbar-track, html:not(.mobile) *::-webkit-scrollbar-track {
	background: #FDFDFD;
}

html:not(.mobile)::-webkit-scrollbar-thumb, html:not(.mobile) *::-webkit-scrollbar-thumb {
	background: #02D5DD;
	border-radius: 2px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*main*/
#content-block {
	position: relative;
	overflow: hidden;
	left: 0;
}

.overflow-hidden {
	overflow: hidden;
}

html.overflow-hidden body {
	overflow: hidden;
}

html:not(.loaded) * {
	transition: none !important;
	-webkit-transition: none !important;
}

.row-entry {
	position: relative;
}

.bg-entry, .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.video {
	overflow: hidden;
}

.shade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	content: "";
}

video {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}

video.active {
	opacity: 0;
}

.bs {
	height: 85px;
}

.bs-lg {
}

.bs-sm {
	height: 40px;
}

.bs-xs {
	height: 20px;
}

/*table*/
.table-view {
	height: 100%;
	width: 100%;
	display: table;
}

.row-view {
	display: table-row;
}

.cell-view {
	display: table-cell;
	vertical-align: middle;
	width: 10000px;
}

/*body selection*/
body ::selection {
	color: #fff;
	background: #000;
}

body ::-moz-selection {
	color: #fff;
	background: #000;
}

/*helper classes*/
.line-through {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}

.line-through:after {
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background: currentColor;
	content: "";
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.valign-middle {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.valign-middle-content {
	width: 100%;
	position: relative;
}

.full-size {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fixed-background {
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}

body.mobile .fixed-background {
	background-attachment: scroll;
}

.floatfix {
	float: left;
	width: 100%;
}

.content-vertical {
	font-size: 0;
	white-space: nowrap;
}

.content-vertical > * {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.content-vertical:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: "";
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {

}

/*Phones (<768px)*/
@media (max-width: 767px) {
	.bs {
		height: 20px;
	}

	.bs-sm {
		height: 20px;
	}
}

/*hovers*/

/*loader*/
#loader-wrapper, #resize-wrapper {
	position: fixed;
	left: 0;
	top: -100px;
	right: 0;
	bottom: -100px;
	background: #fff;
	z-index: 12;
}

/**/
.sa {
	font-size: 16px;
	line-height: 1.5em;
}

.sa.sm {
	font-size: 14px;
}

.sa p, .sa ul, .sa ol, .sa img, .sa *[class*="col-"], .sa h1, .sa h2, .sa h3, .sa h4, .sa h5, .sa h6, .sa .embed-responsive, .sa .swiper-container {
	margin-bottom: 18px;
}

.sa *:last-child {
	margin-bottom: 0;
}

.sa img {
	max-width: 100%;
	height: auto;
	display: block;
}

.sa ol {
	counter-reset: number;
}

.sa ol li {
	padding-left: 0;
	margin-bottom: 8px;
}

/* .sa ol li:before{counter-increment: number; content: "#" counter(number); color: #b8cd06; margin-right: 5px;} */
.sa ol li:before {
	counter-increment: number;
	content: "#" counter(number);
	color: #24FFBF;
	margin-right: 5px;
}

.sa ul li {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 25px;
	position: relative;
}

.sa ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: currentColor;
	position: absolute;
	left: 5px;
	top: 0.75em;
	margin-top: 1px;
}

.sa h1, .h1, .sa h2, .h2, .sa h3, .h3, .sa h4, .h4, .sa h5, .h5, .sa h6, .h6 {
	color: inherit;
}

.sa h1 a, .h1 a, .sa h2 a, .h2 a, .sa h3 a, .h3 a, .sa h4 a, .h4 a, .sa h5 a, .h5 a, .sa h6 a, .h6 a {
	color: inherit;
}

.sa h1 a:hover, .h1 a:hover, .sa h2 a:hover, .h2 a:hover, .sa h3 a:hover, .h3 a:hover, .sa h4 a:hover, .h4 a:hover, .sa h5 a:hover, .h5 a:hover, .sa h6 a:hover, .h6 a:hover {
}

h1, .h1 {
	font-size: 34px;
	line-height: 1.2em;
}

h2, .h2 {
	font-size: 24px;
	line-height: 1.19em;
	font-family: 'bold';
}

h3, .h3 {
	font-size: 20px;
	line-height: 1.22em;
	font-family: 'bold';
}

h4, .h4 {
	font-size: 18px;
	line-height: 1.28em;
	font-family: 'bold';
}

h5, .h5 {
	font-size: 16px;
}

h6, .h6 {
	font-size: 14px;
}

.sa a:not(.button) {
	text-decoration: underline;
}

.sa a:not(.button):hover {
	text-decoration: none;
}

.sa .table {
	width: 100%;
	border: 1px #ddd solid;
}

.sa .table th, .sa .table td {
	font-size: inherit !important;
	line-height: 1.5em !important;
	padding: 15px !important;
	white-space: normal !important;
}

.sa .table th {
	background: #efefef;
	color: #444;
	font-weight: 500;
	border: 1px #ddd solid !important;
	text-align: center;
}

.sa .table td {
	border: 1px #ddd solid !important;
}

.sa .table tbody tr {
	background: #fff;
}

.sa .table tbody tr:nth-child(2n) {
	background: #f7f7f7;
}


.sa.white table {
	border: 1px #ddd solid;
}

.sa.white table th, .sa .table td {
	font-size: inherit !important;
	line-height: 1.5em !important;
	padding: 15px !important;
	white-space: normal !important;
}

.sa.white table th {
	background: #efefef;
	color: #444;
	font-weight: 500;
	border: 1px #ddd solid !important;
	text-align: center;
}

.sa.white table td {
	padding: 8px;
	border: 1px #ddd solid !important;
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {

}

/*Phones (<768px)*/
@media (max-width: 767px) {
	h3, .h3 {
		font-size: 14px;
	}

	.sa {
		font-size: 14px;
	}

	.sa.white table {
		width: 100%;
	}
}

/**/
.button {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	position: relative;
	cursor: pointer;
	transition: .25s;
}

.button.style1 {
	color: #24FFBF;
	border: 1px currentColor solid;
	font-family: 'bold';
}

.button.style1:hover {
	color: #100136;
	background: #24FFBF;
}

.button.style2 {
	background: #24FFBF;
	border: 1px currentColor solid;
	color: #100136;
	font-family: 'bold';
}

.button.style2:hover {
	background: transparent;
	color: #24FFBF;
}

.button.size1 {
	font-size: 13px;
	line-height: 16px;
	padding: 4px 15px;
	min-width: 128px;
	border-radius: 4px;
}

.button.size2 {
	font-size: 22px;
	line-height: 28px;
	padding: 4px 15px;
	min-width: 164px;
	border-radius: 2px;
}

.button-simple {
	font-size: 13px;
	color: #FFF;
	font-family: 'bold';
	text-decoration: underline;
}

.button-simple:hover {
	text-decoration: none;
}

.button-close {
	width: 32px;
	height: 32px;
	background: #FFF;
	border-radius: 50%;
	color: #000;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
}

.button-close:after {
	content: "x";
	font-size: 30px;
	line-height: 32px;
	color: #727272;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.button.block {
	display: block;
}

/**/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #BCBCBC;
	opacity: 1;
	font-style: italic;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #BCBCBC;
	opacity: 1;
	font-style: italic;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #BCBCBC;
	opacity: 1;
	font-style: italic;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #BCBCBC;
	opacity: 1;
	font-style: italic;
}

.si {
	height: 24px;
	font-size: 13px;
	line-height: 24px;
	background: #FFF;
	border-radius: 5px;
	padding: 0 12px;
	border: solid 0.5px #707070;
	transition: .25s
}

textarea.si {
	height: 110px;
	line-height: 18px;
	padding: 8px 12px;
}

.si:focus {
	border-color: #24FFBF;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	left: -100%;
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}

.popup-wrapper.active {
	left: 0;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.popup-wrapper .bg-layer {
	position: absolute;
	left: 0;
	top: -100px;
	right: 0;
	bottom: -100px;
	background: rgba(0, 0, 0, .75);
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	opacity: 0;
}

.popup-wrapper.active .bg-layer {
	opacity: 1;
}

.popup-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 0;
	text-align: center;
	transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
	-webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	opacity: 0;
	left: -10000px;
	padding: 15px;
}

.popup-content.active {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
	left: 0;
	transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
	-webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
	position: relative;
}

.popup-content:after {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: "";
}

.popup-container {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	position: relative;
	text-align: left;
	background: #381558;
}

.popup-container.size-1 {
	max-width: 785px;
}

.popup-container.size-2 {
	max-width: 970px;
}

.popup-container.size-3 {
	max-width: 1170px;
}

.popup-content .layer-close {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 10000px;
}

.popup-align {
	padding: 60px 70px 70px 70px;
	overflow: hidden;
}

.popup-content .button-close {
	position: absolute;
	right: -16px;
	top: -16px;
}

#video-popup .popup-align {
	padding: 10px;
}

.popup-content[data-rel="parents-popup"] .popup-container {
	border-radius: 15px;
	background-color: rgba(14, 0, 53, .85);
	border: solid 2.5px #24ffbf;
}

.popup-content[data-rel="amazon-popup"] .popup-container {
	border-radius: 15px;
	background-color: rgba(14, 0, 53, .85);
	border: solid 2.5px #24ffbf;
}

.coupon-image img {
	display: block;
	width: 100%;
}

.popup-content[data-rel="coupon-popup"] .popup-align {
	padding: 20px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SWIPER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:/image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-entry {
	position: relative;
}

.swiper-control-wrapper {
	position: relative;
}

.swiper-wrapper {
	cursor: url(img/drag.png) 16 9, ew-resize;
}

.swiper-container-vertical .swiper-wrapper {
	cursor: url(img/drag-vertical.png) 8 16, ns-resize;
}

.swiper-slide {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 18px;
}

.swiper-pagination.swiper-pagination-relative {
	position: relative;
	margin-top: 10px;
	bottom: auto;
}

.swiper-pagination {
	line-height: 0;
	z-index: 2;
}

.swiper-pagination-bullet {
	background: #FFF;
	opacity: 1;
	transition: .25s;
	margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
	background: #24FFBF;
}

.swiper-button-disabled + .swiper-button-disabled + .swiper-wrapper, .swiper-button-disabled + .swiper-button-disabled + .swiper-container > .swiper-wrapper {
	cursor: auto;
	justify-content: center;
}

.swiper-button-disabled + .swiper-button-disabled + .swiper-wrapper .swiper-slide:last-child, .swiper-button-disabled + .swiper-button-disabled + .swiper-container > .swiper-wrapper .swiper-slide:last-child {
	margin-right: 0 !important;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 155px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #0E0134;
	border-bottom: 2px solid #02d5dd;
	z-index: 10;
	backface-visibility: hidden;
}

header + * {
	margin-top: 154px;
}

.header__text {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}
.header__logo img {
	max-width: 100%;
	height: auto;
}
#parents {
	position: absolute;
	right: 0;
	top: 0;
	height: 105%;
}

#parents img {
	position: absolute;
	right: 0;
	top: 0;
	transition: .25s;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
	max-height: 100%;
	height: 100%;
}

#parents-logo {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 100%;
	max-height: 80%;
	display: none;
}

body.parents #parents {
	display: none;
}

body.parents #parents-logo {
	display: block;
}

body:not(.mobile) #parents:hover img {
	transform: scale(.95);
	-webkit-transform: scale(.95);
}

nav {
	position: absolute;
	left: 205px;
	right: 205px;
	text-align: center;
	font-size: 0;
	top: 50%;
	margin-top: -25px;
}

nav a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 5px;
}

nav a img {
	transition: .5s;
}

nav a img:nth-child(1) {
	display: block;
}

nav a img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1.2);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
	opacity: 0;
}

nav a.active img:nth-child(1), nav a:hover img:nth-child(1) {
	transform: scale(.8);
	-webkit-transform: scale(.8);
	opacity: 0;
}

nav a.active img:nth-child(2), nav a:hover img:nth-child(2) {
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	opacity: 1;
}

nav a img:nth-child(3) {
	display: none;
}

.header-text {
	font-size: 13px;
	line-height: 1.23em;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	text-align: center;
}

.nav-logo {
	display: none;
}

.subnav {
	margin-bottom: -10px;
}

.subnav a {
	height: 44px;
	border: 3px currentColor solid;
	border-radius: 10px;
	display: block;
	position: relative;
	transition: .5s;
	overflow: hidden;
	margin-bottom: 10px;
}

.subnav a img {
	position: absolute;
	left: 50%;
	top: 50%;
	transition: .5s;
}

.subnav a img:nth-child(1) {
	max-width: 90%;
	max-height: 80%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

.subnav a img:nth-child(2) {
	max-width: 100%;
	max-height: 100%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) scale(1.2);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.subnav a.active img:nth-child(1), body:not(.mobile) .subnav a:hover img:nth-child(1) {
	transform: translateX(-50%) translateY(-50%) scale(.8);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
	opacity: 0;
}

.subnav a.active img:nth-child(2), body:not(.mobile) .subnav a:hover img:nth-child(2) {
	transform: translateX(-50%) translateY(-50%) scale(1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	opacity: 1;
}

body:not(.mobile) .subnav a:hover, .subnav a.active {
	background: currentColor;
}

.subnav a.style1 {
	color: #FBFFD6;
}

body:not(.mobile) .subnav a.style1:hover, .subnav a.style1.active {
	color: #F5FF99;
}

.subnav a.style2 {
	color: #CCFFFF;
}

body:not(.mobile) .subnav a.style2:hover, .subnav a.style2.active {
	color: #00FFFF;
}

.subnav a.style3 {
	color: #FFEEE3;
}

body:not(.mobile) .subnav a.style3:hover, .subnav a.style3.active {
	color: #FF568F;
}

.subnav a.style4 {
	color: #DDFFCE;
}

body:not(.mobile) .subnav a.style4:hover, .subnav a.style4.active {
	color: #A9FF85;
}

#hamburger {
	display: none;
}

@media (min-width: 1200px) {
	nav a {
		margin: 0 calc(100vw / 50);
	}
}

@media (min-width: 992px) {
	header, .header-text, nav {
		transition: .2s;
	}

	header.scrolled {
		height: 95px;
	}

	header.scrolled .header-text {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		opacity: 0;
	}

	header.scrolled nav {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
	header {
		height: 95px;
		transition: background .25s;
	}

	header + * {
		margin-top: 95px;
	}

	header:after {
		opacity: 0;
		transition: .25s;
	}

	.header__logo img {
		max-width: 200px;
	}

	header.scrolled {
		background: url(img/bg.png) #1E0057;
	}

	header.scrolled:after {
		opacity: 1;
	}

	nav a img:nth-child(1) {
		display: none;
	}

	nav a img:nth-child(2) {
		display: none;
	}

	nav a img:nth-child(3) {
		display: block;
	}

	nav a:nth-last-child(1) {
		display: block;
	}

	nav {
		position: fixed;
		left: 0;
		top: -100px;
		bottom: -100px;
		width: 250px;
		background: url(img/bg.png) #1E0057;
		z-index: 2;
		border-right: 3px #00FBCC solid;
		margin: 0;
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
		-webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
		transition: .5s;
		z-index: 2;
	}

	header.active nav {
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
	}

	.nav-align {
		position: absolute;
		left: 0;
		top: 100px;
		width: 100%;
		bottom: 100px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.nav-wrapper {
		border-top: 3px #00FBCC solid;
		border-bottom: 3px #00FBCC solid;
		padding: 28px 0;
		margin-bottom: 28px;
	}

	.nav-logo {
		display: block;
		height: 110px;
		position: relative;
		margin: 0 !important;
	}

	.nav-logo img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%) !important;
		-webkit-transform: translateX(-50%) translateY(-50%) !important;
		max-width: 80%;
		max-height: 76px;
		opacity: 1 !important;
		display: block !important;
	}

	.header-text {
		display: none;
	}

	#logo {
		width: 160px;
		left: 50%;
		margin-left: -80px;
	}

	#logo:after {
		display: none;
	}

	#hamburger {
		display: block;
		width: 40px;
		height: 48px;
		background: #00FBCC;
		position: absolute;
		left: 100%;
		top: 122px;
		border-radius: 0 10px 10px 0;
		cursor: pointer;
		transition: .5s;
	}

	#hamburger:after {
		position: absolute;
		content: "";
		left: 50%;
		top: 50%;
		border-left: 16px #1E085E solid;
		border-top: 12px transparent solid;
		border-bottom: 12px transparent solid;
		margin: -12px 0 0 -6px;
	}

	header.active #hamburger {
		width: 52px;
	}

	header.active #hamburger:after {
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		margin-left: -8px;
	}

	.nav-layer {
		position: fixed;
		left: 0;
		top: -100px;
		width: 100%;
		bottom: -100px;
		background: rgba(14, 0, 53, .65);
		z-index: 2;
		opacity: 0;
		left: -100%;
		transition: left 0s .5s, opacity .5s;
	}

	header.active .nav-layer {
		left: 0;
		opacity: 1;
		transition: left 0s, opacity .5s;
	}

	nav a {
		display: block;
		margin: 0 0 10px 0;
		position: relative;
		height: 55px;
	}

	nav a:last-child {
		margin: 0;
	}

	nav a img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		max-height: 80%;
		max-width: 65%;
	}

	nav .nav-wrapper a:nth-child(1) {
		background: #00FFFF;
	}

	nav .nav-wrapper a:nth-child(2) {
		background: #FF568F;
	}

	nav .nav-wrapper a:nth-child(3) {
		background: #A9FF85;
	}

	nav .nav-wrapper a:nth-child(4) {
		background: #F5FF99;
	}

	nav .nav-wrapper + a {
		background: url(img/bg.png) #5E298D;
		border-top: 2px #00FBCC solid;
		border-bottom: 2px #00FBCC solid;
	}
}

/*Phones (<768px)*/
@media (max-width: 767px) {

}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer {
	background: #0E0134;
	color: #FFF;
	font-size: 13px;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 38px 0;
	position: relative;
}

footer:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: #02D5DD;
	box-shadow: 0 0 10px 1px rgba(2, 213, 221, .8);
}

.footer-title {
	font-family: 'bold';
	margin-bottom: 1.2em;
}

footer a {
	transition: .25s;
}

footer a:hover {
	color: #24FFBF;
}

.footer-line {
	height: 2px;
	background: #FFF;
	margin: 0 -5px 25px -5px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MAINPAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.frame-wrapper {
	border: 7px #000 solid;
	border-radius: 25px;
	padding: 30px 20px 17px 20px;
	position: relative;
}

.readmore {
	width: 130px;
	height: 41px;
	display: block;
	border-radius: 8px 8px 0 0;
	position: relative;
}

.readmore:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(img/more-button.png) center center no-repeat;
	transition: .25s;
}

.readmore:hover:after {
	left: 10px;
}

.frame-icon {
	position: absolute;
	left: -25px;
	bottom: 100%;
	margin-bottom: -32px;
}

.frame-wrapper .readmore {
	position: absolute;
	right: 10px;
	top: -46px;
}

.frame-wrapper .swiper-entry {
	margin: 0 -20px;
	padding: 0 20px;
	overflow: hidden;
}

.frame-wrapper .swiper-entry .swiper-container {
	overflow: visible;
}

.banner-entry {
	padding-bottom: 17%;
	background-position: center center;
	background-size: cover;
	border: 1px #00FFFF solid;
}

.logo-preview {
	height: 100px;
	position: relative;
	display: block;
}

.logo-preview img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	max-width: 80%;
	max-height: 100%;
}

.thumbnails-wrapper {
}

.thumbnails-wrapper .thumbnail-preview {
	margin-bottom: 20px;
}

.thumbnail-preview {
	position: relative;
	display: block;
	padding-bottom: 65.6%;
	border-radius: 10px;
	border: 1px transparent solid;
	overflow: hidden;
}

.thumbnail-preview img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .25s;
}

body:not(.mobile) .thumbnail-preview:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.swiper-button-prev, .swiper-button-next {
	width: 65px;
	background-size: 100% 100%;
	height: auto;
	margin: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}

.swiper-button-prev {
	transform: rotateY(-180deg) translateY(-50%);
	-webkit-transform: rotateY(-180deg) translateY(-50%);
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-button-prev:before, .swiper-button-next:before {
	display: block;
	content: "";
	padding-bottom: 122%;
}

.swiper-sort {
	padding: 0 80px;
}

.swiper-sort .swiper-slide {
	opacity: 0;
	transition: opacity .25s;
}

@media (min-width: 768px) {
	.swiper-sort .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
		opacity: 0;
	}
}

/*Phones (<768px)*/
@media (max-width: 767px) {
	.swiper-sort .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
		opacity: 0;
	}
}

.swiper-sort .swiper-slide-visible:not(.swiper-slide-prev) {
	opacity: 1;
}

.swiper-sort .logo-preview {
	height: 105px;
}

.swiper-sort .swiper-container {
	overflow: visible;
}

.swiper-sort-top {
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	overflow: hidden;
}

.swiper-sort-top .title {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'bold';
	float: left;
	position: relative;
}

.swiper-sort-top .title:after {
	content: "";
	position: absolute;
	left: 100%;
	margin-left: 20px;
	top: 50%;
	height: 1px;
	width: 10000px;
}

.swiper-sort-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.swiper-sort-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}

.grid-wrapper {
	max-height: 920px;
	overflow: hidden;
	position: relative;
}

.grid-wrapper-overlay {
	content: "";
	position: relative;
	left: 50%;
	margin-left: -5000px;
	width: 10000px;
	height: 132px;
	background: url(img/overlay.png);
	margin-top: -128px;
	background-size: 100% 100%;
}

.grid-wrapper-overlay .swiper-button-next {
	position: absolute;
	left: 50%;
	top: 80px;
	transform: translateX(-50%) rotate(-270deg);
	-webkit-transform: translateX(-50%) rotate(-270deg);
}

.grid-wrapper.active {
	max-height: auto !important;
}

.grid-wrapper.active + .grid-wrapper-overlay {
	display: none;
}

.logo-preview {
	transition: .25s;
	-webkit-transition: .25s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.logo-preview:hover {
	transform: scale(1.11);
	-webkit-transform: scale(1.11);
}

.logo-preview.active {
	opacity: 1 !important;
}

.logo-preview.disabled {
	opacity: .5;
}

/* our candy */
.ourcandy-wrapper {
	border-radius: 10px;
	background-color: #0B001F;
	border: solid 2.5px #F5FF99;
	color: #FFF;
}

.ourcandy-content {
	padding: 35px 55px 120px 55px;
}

.ourcandy-title {
	margin-bottom: 35px;
}

.ourcandy-wrapper-entry-block {
	margin-bottom: 72px;
}

.ourcandy-wrapper .swiper-sort {
	margin: -55px 20px 0 20px;
}

.ourcandy-wrapper .swiper-sort:after, .ourcandy-wrapper .swiper-sort:before, .ourcandy-wrapper + .swiper-sort:after, .ourcandy-wrapper + .swiper-sort:before {
	content: "";
	position: absolute;
	right: 0;
	width: 68px;
	height: 50%;
	top: 50%;
	background: #0B001F;
}

.ourcandy-wrapper .swiper-sort:before, .ourcandy-wrapper + .swiper-sort:before {
	right: auto;
	left: 0;
}

.ourcandy-wrapper + .swiper-sort {
	margin: -52px 20px 0 20px;
}

.ourcandy-wrapper + .swiper-sort:after, .ourcandy-wrapper + .swiper-sort:before {
	top: auto;
	bottom: 50%;
}

.feature-nav {
	max-width: 774px;
	margin: 0 auto;
}

.feature-nav a {
	display: block;
	padding: 15px 0;
}

.feature-nav img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	transition: .25s;
}

.feature-nav a:hover img {
	transform: scale(1.05);
}

.feature-nav > *[class*="col-"]:not(:first-child):after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #F5FF99;
}

.banner-overlay {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 609px;
	background-size: 100% 100%;
}

.ourcandy-entry {
	display: block;
}

.ourcandy-entry:not(:last-child) {
	margin-bottom: 30px;
}

.ourcandy-entry img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
}


/* Tablets (>=768px)*/
@media (max-width: 991px) {

}

/*Phones (<768px)*/
@media (max-width: 767px) {
	/* our candy */
	.ourcandy-wrapper .swiper-sort {
		margin: 10px 10px 0 10px;
	}

	.ourcandy-wrapper + .swiper-sort {
		margin: 25px 10px 0 10px;
	}

	.ourcandy-wrapper .swiper-sort:after, .ourcandy-wrapper .swiper-sort:before, .ourcandy-wrapper + .swiper-sort:after, .ourcandy-wrapper + .swiper-sort:before {
		display: none;
	}

	.ourcandy-wrapper {
		border-radius: 10px;
	}

	.ourcandy-content {
		padding: 20px;
	}

	.ourcandy-title {
		margin-bottom: 15px;
	}

	.ourcandy-text {
		padding-bottom: 25px;
	}

	.accordeon-entry {
		border: 1px #24FFBF solid;
		border-radius: 5px;
		margin: 0 0 10px 0 !important;
	}

	.accordeon-toggle {
		display: none;
		padding: 20px;
	}

	.accordeon-title {
		color: #24FFBF;
		cursor: pointer;
		padding: 8px 35px;
		position: relative;
		text-align: center;
		margin: 0 !important;
	}

	.accordeon-title:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -14.5px;
		background: url(img/arrow-style5.png);
		width: 22px;
		height: 27px;
		background-size: 100% 100%;
		transform: rotate(-270deg);
		-webkit-transform: rotate(-270deg);
	}

	.accordeon-title.active:after {
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
	}

	.ourcandy-wrapper-entry-block.accordeon-entry {
		border: 1px #F5FF99 solid;
	}

	.ourcandy-title.accordeon-title {
		color: #F5FF99;
	}

	.ourcandy-title.accordeon-title:after {
		background-image: url(img/arrow-style1.png);
	}

	.ourcandy-wrapper-entry-block {
		margin-bottom: 10px;
	}

	.ourcandy-content .accordeon-toggle {
		display: none;
	}

	.ourcandy-entry:not(:last-child) {
		margin-bottom: 10px;
	}

	.ourcandy-entry img {
		border-radius: 0;
	}

	.ourcandy-links {
		margin: 0 -15px;
	}
}

/*game*/
.other-wrapper {
	position: relative;
	padding-top: 10px;
	overflow: hidden;
}

.other-wrapper-content-wrapper {
	position: relative;
}

.thumbnail-entry {
	border: 1px transparent solid;
}

.thumbnail-entry img {
	display: block;
	width: 100%;
}

.other-wrapper .swiper-sort-top {
	display: block !important;
}

/*parents*/
.parents-wrapper {
	margin-top: 50px;
}

.parents-wrapper:after, .parents-wrapper .right:after {
	content: "";
	display: block;
	clear: both;
}

.parents-wrapper .left {
	width: 210px;
	margin-top: 20px;
	float: left;
}

.parents-wrapper .right {
	margin-left: 220px;
	background: #1e0057;
	border: solid 2px #24FFBF;
	border-radius: 20px;
	padding: 45px 60px;
	overflow: hidden;
}

.parents-wrapper .left-entry a {
	display: block;
	font-size: 14px;
	color: #FFF;
	background: #0e0134;
	margin-bottom: 10px;
	line-height: 23px;
	padding: 10px 20px;
	border: 1px solid #fdfdfe;
	border-radius: 5px;
	position: relative;
	transition: .25s;
}

body:not(.mobile) .parents-wrapper .left-entry a:hover {
	background: #1e0057;
}

.parents-wrapper .left-entry a.active {
	background: #0E0134;
	border-right: none;
	border-radius: 5px 0 0 5px;
	margin-right: -16px;
	color: #24FFBF;
	font-family: 'bold';
}

.parents-wrapper .left-entry a.active:after {
	content: "";
	position: absolute;
	left: 100%;
	margin-left: -4px;
	top: -6px;
	width: 10px;
	height: 80px;
	background: #0E0134;
}

.parents-wrapper .left-entry:first-child a.active:after {
	top: 0;
}
.parents-wrapper--videos .right {
	padding: 0;
}

.line {
	height: 1px;
	background: currentColor;
}

.social-wrapper {
	font-size: 0;
	margin: 0 -5px -5px -5px;
}

.social-wrapper a {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	transition: .25s;
}

.parents-wrapper ul .current-page-ancestor .left-entry a,
.parents-wrapper ul .current_page_item .left-entry a {
	background: #1e0057;
	border: solid 2px #24FFBF;
	border-right: none;
	border-radius: 5px 0 0 5px;
	margin-right: -12px;
	color: #fff;
	font-family: 'bold';
}


body:not(.mobile) .social-wrapper a:hover {
	transform: scale(.9);
	-webkit-transform: scale(.9);
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.parents-wrapper .left {
		float: none;
		width: auto;
		margin: 0 -5px 10px -5px;
	}

	.parents-wrapper .left:after {
		content: "";
		display: block;
		clear: both;
	}

	.parents-wrapper .right {
		margin: 0;
		border-radius: 0;
	}

	.parents-wrapper .left-entry {
		float: left;
		width: 50%;
		padding: 0 5px;
	}

	.parents-wrapper .left-entry a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.parents-wrapper .left-entry a:not(.active) {
		border: 2px #FFF solid;
		box-shadow: none;
	}

	.parents-wrapper .left-entry a.active {
		margin-right: 0;
		border-radius: 5px;
		border: 2px #24FFBF solid;
	}

	.parents-wrapper .left-entry a:after {
		display: none;
	}

	.parents-wrapper ul li:not(.current-page-ancestor) .left-entry a,
	.parents-wrapper ul li:not(.current_page_item) .left-entry a {
		border: 2px #FFF solid;
		box-shadow: none;
	}

	.parents-wrapper ul .current-page-ancestor .left-entry a,
	.parents-wrapper ul .current_page_item .left-entry a {
		margin-right: 0;
		border-radius: 5px;
		border: 2px #24FFBF solid;
	}
}

/*Phones (<768px)*/
@media (max-width: 767px) {
	/*parents*/
	.parents-wrapper .left-entry a {
		padding: 8px 15px;
		font-size: 11px;
	}

	.parents-wrapper .right {
		padding: 20px;
	}
}

/*faq*/
.faq-entry {
	margin-bottom: 25px;
}

.faq-title {
	margin-bottom: 5px;
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {

}

/*Phones (<768px)*/
@media (max-width: 767px) {
	.parents-wrapper .ourcandy-links {
		margin: 0 -20px -20px -20px;
	}

	.parents-wrapper .ourcandy-entry:not(:last-child) {
		margin-bottom: 0;
	}
}

/*coupon*/
.coupon-entry {
	display: block;
	width: 100%;
	transition: .25s;
	cursor: pointer;
}

body:not(.mobile) .coupon-entry {
	border: 2px transparent solid;
}

body:not(.mobile) .coupon-entry:hover {
	border-color: #24FFBF;
}

.coupon-entry:not(:last-child) {
	margin-bottom: 20px;
}


/* style1 */
.style1 .frame-wrapper {
	border-color: #F5FF99;
	background: rgba(245, 255, 153, .25);
	box-shadow: 0 0 10px 0px rgba(245, 255, 153, .8), 0 0 10px 0px rgba(245, 255, 153, .8), inset 0 0 10px 0px rgba(245, 255, 153, .8), inset 0 0 10px 0px rgba(245, 255, 153, .8);
}

.style1 .readmore {
	background-color: #F5FF99;
}

.style1 .thumbnail-preview {
	border-color: #F5FF99;
}

.style1 .banner-entry {
	border-color: #F5FF99;
}

.style1 .grid-wrapper-content {
	border-color: #F5FF99;
}

.style1 .swiper-button-prev, .style1 .swiper-button-next {
	background-image: url(img/arrow-style1.png);
}

.style1 .swiper-sort-top .title:after, .style1 .swiper-sort-bottom:after {
	background-color: #F5FF99;
}

.style1 .thumbnail-entry {
	border-color: #F5FF99;
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.style1 header:after {
		background-color: #F5FF99;
	}
}

/* style2 */
.style2 .frame-wrapper {
	border-color: #00FFFF;
	background: rgba(0, 255, 255, .25);
	box-shadow: 0 0 10px 0px rgba(0, 255, 255, .8), 0 0 10px 0px rgba(0, 255, 255, .8), inset 0 0 10px 0px rgba(0, 255, 255, .8), inset 0 0 10px 0px rgba(0, 255, 255, .8);
}

.style2 .readmore {
	background-color: #00FFFF;
}

.style2 .thumbnail-preview {
	border-color: #00FFFF;
}

.style2 .banner-entry {
	border-color: #00FFFF;
}

.style2 .grid-wrapper-content {
	border-color: #00FFFF;
}

.style2 .swiper-button-prev, .style2 .swiper-button-next {
	background-image: url(img/arrow-style2.png);
}

.style2 .swiper-sort-top .title:after, .style2 .swiper-sort-bottom:after {
	background-color: #00FFFF;
}

.style2 .thumbnail-entry {
	border-color: #00FFFF;
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.style2 header:after {
		background-color: #00FFFF;
	}
}

/* style3 */
.style3 .frame-wrapper {
	border-color: #FF568F;
	background: rgba(255, 170, 113, .25);
	box-shadow: 0 0 10px 0px rgba(255, 86, 143, .8), 0 0 10px 0px rgba(255, 86, 143, .8), inset 0 0 10px 0px rgba(255, 86, 143, .8), inset 0 0 10px 0px rgba(255, 86, 143, .8);
}

.style3 .readmore {
	background-color: #FF568F;
}

.style3 .thumbnail-preview {
	border-color: #FF568F;
}

.style3 .banner-entry {
	border-color: #FF568F;
}

.style3 .grid-wrapper-content {
	border-color: #FF568F;
}

.style3 .swiper-button-prev, .style3 .swiper-button-next {
	background-image: url(img/arrow-style3.png);
}

.style3 .swiper-sort-top .title:after, .style3 .swiper-sort-bottom:after {
	background-color: #FF568F;
}

.style3 .thumbnail-entry {
	border-color: #FF568F;
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.style3 header:after {
		background-color: #FF568F;
	}
}

/* style4 */
.style4 .frame-wrapper {
	border-color: #A9FF85;
	background: rgba(169, 255, 133, .25);
	box-shadow: 0 0 10px 0px rgba(169, 255, 133, .8), 0 0 10px 0px rgba(169, 255, 133, .8), inset 0 0 10px 0px rgba(169, 255, 133, .8), inset 0 0 10px 0px rgba(169, 255, 133, .8);
}

.style4 .readmore {
	background-color: #A9FF85;
}

.style4 .thumbnail-preview {
	border-color: #A9FF85;
}

.style4 .banner-entry {
	border-color: #A9FF85;
}

.style4 .grid-wrapper-content {
	border-color: #A9FF85;
}

.style4 .swiper-button-prev, .style4 .swiper-button-next {
	background-image: url(img/arrow-style4.png);
}

.style4 .swiper-sort-top .title:after, .style4 .swiper-sort-bottom:after {
	background-color: #A9FF85;
}

.style4 .thumbnail-entry {
	border-color: #A9FF85;
}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
	.style4 header:after {
		background-color: #A9FF85;
	}
}


/* Tablets (>=768px)*/
@media (max-width: 991px) {

}

/*Phones (<768px)*/
@media (max-width: 767px) {
	.readmore {
		display: none;
	}

	.frame-icon {
		display: none;
	}

	.frame-wrapper {
		border-width: 3px;
		box-shadow: none !important;
		padding: 20px;
		border-radius: 10px;
	}

	.thumbnail-preview {
		border-radius: 0;
	}

	.thumbnails-wrapper.m20 {
		margin: 0 -5px -10px -5px;
	}

	.row.thumbnails-wrapper.m20 > *[class*="col-"] {
		padding: 0 5px;
	}

	.thumbnails-wrapper .thumbnail-preview {
		margin-bottom: 10px;
	}

	.logo-preview {
		height: 55px;
	}

	.grid-wrapper-content {
		border-width: 3px;
		border-radius: 10px;
		padding: 20px;
		border-style: solid;
	}

	.swiper-sort-top, .swiper-sort-bottom {
		display: none;
	}

	.swiper-button-prev, .swiper-button-next {
		width: 35px;
	}

	.swiper-sort {
		padding: 0 45px;
	}

	.swiper-sort .logo-preview {
		height: 50px;
	}

	.grid-wrapper-overlay {
		width: auto;
		left: 0;
		margin: -112px -20px -20px -20px;
		border-radius: 0 0 5px 5px;
	}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA QUERIES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*Laptops*/
@media (min-width: 992px) and (max-width: 1370px) {

}

/*Desktops (>=1200px)*/
@media (min-width: 1200px) {

}

/*Desktops (>=992px)*/
@media (max-width: 1199px) {

}

/* Tablets (>=768px)*/
@media (max-width: 991px) {

}

/*Phones (<768px)*/
@media (max-width: 767px) {

}

.white {
	color: #FFF;
}

.color {
	color: #24FFBF;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #24ffbf;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid red;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#wpsl-result-list {
	background: #fff;
}

.wpsl-search {
	margin-bottom: 3px;
	padding: 12px 12px 0;
	background: #fff;
}

.wpsl-store-details {
	color: #3680b1;
}

#wpsl-result-list li p {
	padding-left: 0;
	margin: 0 0 0px;
}

.wpsl-store-details {
	margin-top: 20px;
	display: block;
}

/* .wpsl-input label{
    color: #24ffbf;
    font-weight: bold;
}
#wpsl-search-input{
    border: 2px solid #24ffbf!important;
} */
.pagenotfound {
	display: block;
	margin: 0 auto;
}

.footer-container {
	line-height: 24px;
}

.social-wrapper a img {
	max-width: 90px;
	max-height: 39px;
}

.iframe-inner iframe {
	display: block;
}

.iframe-inner {
	padding: 5px;
}

@media (max-width: 992px) {
	.mobile-hide {
		display: none;
	}
}

.archive .swiper-slide .logo-preview {
	opacity: 0.5;
}

.archive .swiper-slide .logo-preview.current {
	transform: scale(1.11);
	-webkit-transform: scale(1.11);
	opacity: 1;
}

@media (min-width: 1200px) {
	.container {
		width: 1500px;
	}
}


/*popup*/
.popup_geolocation {
	border-style: solid;
	position: fixed;
	z-index: 99;
	width: 750px;
	height: auto;
	top: calc(50% - 225px);
	left: calc(50% - 375px);
	padding: 60px 70px 70px 70px;
}

.popup_geolocation h1 {
	color: white;
	text-align: center;
}

.popup_geolocation h1 a {
	color: #24ffbf;
}

.popup_geolocation h1 a:hover {
	text-decoration: underline;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.8);
}

.page-template-parents-rpps .style4 .thumbnail-preview {
	padding-bottom: 99%;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

@media (max-width: 480px) {
	footer img[src*='parents-corner-banner'] {
		max-width: 100% !important;
	}

	.page-template-parents-rpps .style4 .thumbnails-wrapper h2 {
		font-size: 16px;
		text-align: center;
	}
}

.blocks-list {

}

.blocks-list__main-holder {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.blocks-list__main {
	display: block;
	width: 100%;
	max-width: 480px;
}

.blocks-list__main:hover .blocks-list__main-image {
	transform: scale(1.1);
}

.blocks-list__main-title {
	display: block;
	padding-bottom: 16px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}

@media (min-width: 1024px) {
	.blocks-list__main-title {
		font-size: 22px;
	}
}

.blocks-list__main-image-holder {
	overflow: hidden;
	border-radius: 10px;
}

.blocks-list__main-image {
	transition: transform 0.3s ease;
}

.blocks-list__items {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media (min-width: 1024px) {
	.blocks-list__items--3 li.blocks-list__item {
		width: 32%;
		margin-right: 2%;
	}

	.blocks-list__items--3 li.blocks-list__item:nth-child(3n) {
		margin-right: 0;
	}
}

.blocks-list__items--3 .blocks-list__title {
	font-size: 18px;
}

@media (min-width: 1024px) {
	.blocks-list__items--4 li.blocks-list__item {
		width: 32%;
		margin-right: 2%;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.blocks-list__items--4 li.blocks-list__item:nth-child(3n) {
		margin-right: 0;
	}
}

@media (min-width: 1280px) {
	.blocks-list__items--4 li.blocks-list__item {
		width: 24%;
		margin-right: 1.3333%;
	}

	.blocks-list__items--4 li.blocks-list__item:nth-child(4n) {
		margin-right: 0;
	}
}

li.blocks-list__item {
	width: 100%;
	max-width: 480px;
	margin-bottom: 32px;
	padding: 0 !important;
}

li.blocks-list__item::before {
	display: none;
}

li.blocks-list__item:hover .blocks-list__image {
	transform: scale(1.1);
}

.blocks-list__title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
	min-height: 48px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
}

.blocks-list__image-holder {
	overflow: hidden;
	border-radius: 10px;
}

.blocks-list__image {
	transition: transform 0.3s ease;
}

/* TEXT SECTION start */
.text-section {
	max-width: 90%;
	margin: auto;
	padding: 0 0 32px;
}

.text-section__content {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.3;
}

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

.text-section__content a {
	color: #02D5DD;
	text-decoration: none;
}

.text-section__content p {
	margin: 0 0 16px;
}

.text-section__content p:last-child {
	margin: 0;
}

.text-section__content ol {
	margin: 0 0 16px;
	list-style-type: none;
	counter-reset: instruction;
}

.text-section__content ol:last-child {
	margin: 0;
}

.text-section__content ol li {
	margin-bottom: 14px;
}

.text-section__content ol li:last-child {
	margin-bottom: 0;
}

.text-section__content ol li::before {
	counter-increment: instruction;
	content: counter(instruction) ". ";
}

.text-section .color-blue {
	color: #02D5DD;
}

@media (min-width: 992px) {
	.text-section {
		padding: 0 0 48px;
	}

	.text-section__content ol li {
		margin-bottom: 18px;
	}

}

/* TEXT SECTION end */

/* TILES start */
.tiles {
	padding: 0 0 32px;
}

.tiles__main-holder {
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
}

.tiles__main-link {
	display: block;
	width: 100%;
	max-width: 440px;
}

.tiles__main-title {
	display: block;
	margin-bottom: 12px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'bold';
}

.tiles__main-image {
	display: block;
	width: 100%;
	height: auto;
}

.tiles__list {
	list-style-type: none;
	max-width: 440px;
	margin: 0 auto;
	padding: 0;
}

.tiles__item {
	margin-bottom: 24px;
}

.tiles__item:last-child {
	margin-bottom: 0;
}

.tiles__title-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 42px;
	margin-bottom: 8px;
}

.tiles__title {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'bold';
}

.tiles__image {
	width: 100%;
	height: auto;
}

@media (min-width: 992px) {
	.tiles {
		padding: 0 0 48px;
	}
}

@media (min-width: 992px) {
	.tiles {
		padding: 0 0 16px;
	}

	.tiles__main-holder {
		margin-bottom: 48px;
	}

	.tiles__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 90%;
	}

	.tiles__item {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 32px;
	}

	.tiles__item:last-child {
		margin-bottom: 32px;
	}

	.tiles__item:nth-child(3n) {
		margin-right: 0;
	}
}

/* TILES end */

/* IMAGE DELIMITER start */
.image-delimiter {
	padding: 0 0 20px;
}

.image-delimiter__image {
	display: block;
	width: 100%;
	height: auto;
}

/* IMAGE DELIMITER end */

/* MEDIA SECTION start */
.media-section {
	padding: 0 0 32px;
}

.media-section__images {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.media-section__images-item {
	margin-bottom: 12px;
}

.media-section__images-item img {
	display: block;
	width: 100%;
	height: auto;
}

.media-section__video {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.media-section__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (min-width: 768px) {
	.media-section__images {
		display: flex;
		justify-content: space-around;
		margin-bottom: 16px;
	}

	.media-section__images-item {
		width: 48%;
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.media-section {
		padding: 0 0 48px;
	}

	.media-section__images {
		margin-bottom: 24px;
	}
}

/* MEDIA SECTION end */

/* OVERLAY start */
.overlay-inner {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

.overlay-inner--active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.overlay-inner__holder {
	position: relative;
	display: block;
	width: 98%;
	max-width: 1200px;
	padding: 32px 12px 12px;
	box-sizing: border-box;
}

.overlay-inner__close-button {
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
	cursor: pointer;
}

.overlay-inner__close-icon {
	fill: #FFFFFF;
}

.overlay-inner__inner {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.overlay-inner__inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.overlay-inner__holder {
		width: 88%;
		padding: 32px;
	}
}

/* OVERLAY end */

/* our-candy start*/
.our-candy__item-head {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 10px;
}
@media (min-width: 1200px) {
	.our-candy__item-head {
		flex-direction: row;
	}
}

.our-candy__item-title {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	text-decoration: underline;
	color: #ffffff;
}
@media (min-width: 1200px) {
	.our-candy__item-title {
		margin-right: 40px;
		margin-bottom: 0;
	}
}
.our-candy__social-item {
	margin-right: 15px;
	margin-bottom: 5px;
}
.our-candy__social-item:last-child {
	margin-right: 0;
}
.our-candy__social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.our-candy__desc {
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}
.our-candy__item {
	margin-bottom: 40px;
}
.our-candy__item:last-child {
	margin-bottom: 0px;
}
.our-candy__img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.our-candy__social-item--amazon {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
}
.our-candy__social-icon-amazon {
	padding: 5px 10px;
	background: #0e0034;
}
.our-candy__social-buy-now {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	font-size: 16px;
	background: #ff8901;
	color: #fff;
}

@media (min-width: 768px) {
	.our-candy__social-item {
		margin-bottom: 0px;
	}
}

/* our-candy end*/

/*single ourcandy start*/
.single-ourcandy__cover-holder {
	margin: -20px -20px 20px;
}
@media (min-width: 768px) {
	.single-ourcandy__cover-holder {
		margin: 0 -45px 20px;
	}
}
.single-ourcandy__thumbnail {
	width: 100%;
	height: auto;
}
@media (min-width: 992px) {
	.single-ourcandy__thumbnail {
		border-radius: 20px 20px 0 0;
	}
}

.single-ourcandy .swiper-slide .logo-preview{
	opacity: 0.5;
}
.single-ourcandy .swiper-slide .logo-preview.current {
	transform: scale(1.11);
	-webkit-transform: scale(1.11);
	opacity: 1;
}

.single-ourcandy h1{
	padding: 40px 0 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
}

.single-ourcandy__content p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #ffffff;
}
.single-ourcandy__content hr {
	margin: 30px 0;
	border-top: 1px solid #00ffba;
}
.single-ourcandy__content img {
	max-width: 100%;
	height: auto;
}
.single-ourcandy__content a{
	text-decoration: underline;
}
.single-ourcandy__ingredient_statements {
	margin: 70px 0 20px;
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
.single-ourcandy__brand-logo {
	margin-bottom: 20px;
	text-align: center;
}
.single-ourcandy__product {
	margin-bottom: 50px;
}
.single-ourcandy__product:last-child {
	margin-bottom: 0px;
}
.single-ourcandy__product-title {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #fff000;
}
.single-ourcandy__product-image {
	max-width: 262px;
	height: auto;
	margin-bottom: 15px;
}
.single-ourcandy__product-ingredients-title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #fff000;
}
.single-ourcandy__product-ingredients ul {
	padding-left: 20px;
	list-style: disc;
}
.single-ourcandy__product-ingredients ul li {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #ffffff;
}
.single-ourcandy__product-ingredients strong {
	color: #fff000;
}
.single-ourcandy__product-ingredients p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}
@media (min-width: 768px) {
	.parents-wrapper--single-ourcandy .right{
		padding: 0 45px 80px;
	}
}
/*single ourcandy end*/
/* SOCIAL-LINKS-MENU start */
.social-links-menu-indent {
    display: block;
    clear: both;
}
.social-links-menu {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 991px) {
    .social-links-menu {
        margin-bottom: 0;
    }
}
.social-links-menu__item {
    display: flex;
    margin-bottom: 10px;
}
@media (min-width: 991px) {
    .social-links-menu__item {
        margin-bottom: 15px;
    }
}
.social-links-menu__item:last-child {
    margin-bottom: 0;
}
.social-links-menu__icon {
    width: 60px;
    margin-right: 15px;
    flex: 0 0 60px;
}
.social-links-menu__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.social-links-menu__link {
    margin-right: 10px;
    margin-bottom: 10px;
}
.social-links-menu__link img {
    transition: .25s;
}
.social-links-menu__link:hover img {
    transform: scale(.9);
    -webkit-transform: scale(.9);
}
/* SOCIAL-LINKS-MENU end */

/* VIDEOS start */
.videos-slider {
	margin-bottom: 20px;
	overflow: hidden;
}
.videos-slider .banner-entry{
	border: 0;
}
.grid-wrapper-content--videos .swiper-button-prev, .grid-wrapper-content--videos .swiper-button-next {
	background-image: url(img/arrow-style3.png);
}
.grid-wrapper-content--videos {
	position: relative;
	padding: 0 20px 20px;
}
.grid-wrapper-content--videos .grid-wrapper-overlay {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}
.grid-wrapper-content--videos .grid-wrapper-overlay  .swiper-button-next {
	top: 50px;
}
.grid-wrapper--videos {
	padding: 0 20px;
	position: relative;
}
.single-videos {
	padding: 20px;
}
/* VIDEOS end */

/* ABOUT US start */
.slider-about__slide {
	position: relative;
	height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #0e0134;
}
@media (min-width: 768px) {
	.slider-about__slide {
		height: 400px;
	}
}
.slider-about__background {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.5;
	background-size: cover;
}

.slider-about__title {
	position: relative;
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	z-index: 1;
}
@media (min-width: 768px) {
	.slider-about__title {
		font-size: 64px;
	}
}
@media (min-width: 991px) {
	.slider-about__title {
		font-size: 100px;
	}
}
.slider-about__button {
	position: relative;
	padding: 10px 40px;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	border-radius: 28px;
	border: 5px solid #ffffff;
	background-color: #d60117;
	color: #ffffff;
	z-index: 1;
}
@media (min-width: 768px) {
	.slider-about__button {
		padding: 20px 80px;
		font-size: 40px;
	}
}
/* ABOUT US end */

/* BAZOOKA start */
.parents-wrapper .right.right--bazooka {
	padding: 0;
}
.bazooka__cover {
	margin-bottom: 40px;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.bazooka__image {
	display: block;
	width: 100%;
	height: auto;
}
.bazooka__wrap {
	padding: 0 40px 90px;
}
.bazooka__title-line {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #1e0057;
	z-index: 1;
}
.bazooka__line {
	position: relative;
	margin-bottom: 20px;
}
.bazooka__line:before {
	content: '';
	position: absolute;
	top: calc(50% - 1.5px);
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
}
.bazooka__line--blue {
	margin-bottom: 10px;
}
.bazooka__line--yellow:before {
	background: #f6ff9d;
}
.bazooka__line--blue:before {
	background: #00ffff;
}
.bazooka__line--red:before {
	background: #ff568f;
}
.bazooka__items {
	margin-bottom: 50px;
	padding: 0 0 25px 0;
}
@media (min-width: 768px) {
	.bazooka__items {
		padding: 0 30px 25px 0;
	}
}
.bazooka__items--yellow {
	border-bottom: 3px solid #f6ff9d;
}
.bazooka__items--blue {
	border-bottom: 3px solid #00ffff;
}
.bazooka__items--red {
	margin-bottom: 0;
	border-bottom: 3px solid #ff568f;
}
.bazooka__items--yellow .swiper-button-prev:after, .bazooka__items--yellow .swiper-button-next:after {
	background-image: url(img/arrow-style1.png);
}
.bazooka__items--blue .swiper-button-prev:after, .bazooka__items--blue .swiper-button-next:after {
	background-image: url(img/arrow-style2.png);
}
.bazooka__items--red .swiper-button-prev:after, .bazooka__items--red .swiper-button-next:after {
	background-image: url(img/arrow-style3.png);
}
.bazooka__items .swiper-button-prev:after, .bazooka__items .swiper-button-next:after {
	content: '';
	position: absolute;
	top: calc(50% - 39px);
	width: 65px;
	height: 78px;
	margin: 0;
	background-size: 100% 100%;
	z-index: 2;
}
.bazooka__items .swiper-button-prev:after {
	left: 30px;
}
.bazooka__items .swiper-button-next:after {
	right: 0;
}
.bazooka__items .swiper-button-next, .bazooka__items .swiper-button-prev {
	width: 97px;
	height: 100%;
	margin: 0;
	background-image: linear-gradient(to right, rgba(30, 0, 87, 0) 0%, #1e0057 100%);
	z-index: 2;
}
.bazooka__items .swiper-button-next {
	right: -30px;
}
.bazooka__items .swiper-button-prev {
	left: -30px;
}
.bazooka__items .swiper-button-next:before {
	content: none;
}
.bazooka__items .swiper-button-next.swiper-button-disabled, .bazooka__items .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.bazooka__item-preview {
	position: relative;
	display: block;
	padding-bottom: 65.6%;
	border-radius: 10px;
	border: 1px transparent solid;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.bazooka__item-preview--yellow {
	border: 1px solid #f6ff9d;
}
.bazooka__item-preview--blue {
	border: 1px solid #00ffff;
}
.bazooka__item-preview--red {
	border: 1px solid #ff568f;
}
.bazooka__subtitle-line {
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
}
/* BAZOOKA end */

/* HERO BANNER start */
.hero-banner {
	flex-shrink: 0;
	display: block;
	width: 100%;
	margin-bottom: 50px;
	border-radius: 15px;
	border: 2px solid orange;
}

.hero-banner__link {
	display: block;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.hero-banner__link:hover .hero-banner__image {
	transform: scale(1.06);
}

.hero-banner__image {
	display: block;
	width: 100%;
	transition: transform 0.4s ease;
}
/* HERO BANNER end */

/* popup first visitors */
.popup-first-visitors__container {
	max-width: 600px;
	border-radius: 20px;
	border: 3px solid #25d5dd;
	background: none;
	overflow: hidden;
}
@media (min-width: 991px) {
	.popup-first-visitors__container {
		max-width: 800px;
	}
}

.popup-first-visitors__top {
	padding: 35px 20px 40px;
	text-align: center;
	border-bottom: 3px solid #25d5dd;
	background-image: url(img/popup/bg-popup.png);
	background-repeat: repeat-y;
	background-size: 112%;
	background-position-x: -26px;
	background-position-y: 230px;
}
@media (min-width: 768px) {
	.popup-first-visitors__top {
		width: 50%;
		border-bottom: 0;
	}
}
@media (min-width: 991px) {
	.popup-first-visitors__top {
		padding: 35px 20px 80px;
	}
}
.popup-first-visitors__logo-candy {
	max-width: 160px;
}
@media (min-width: 991px) {
	.popup-first-visitors__logo-candy {
		max-width: 240px;
	}
}

.popup-first-visitors__title {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	color: #fff;
}
@media (min-width: 991px) {
	.popup-first-visitors__title {
		margin-bottom: 25px;
		font-size: 32px;
		line-height: 44px;
	}
}
.popup-first-visitors__lets-go {
	max-width: 300px;
	width: 100%;
	height: 70px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 64px;
	text-transform: uppercase;
	border-radius: 20px;
	border: 5px solid #ffffff;
	background-color: #ff3a53;
	color: #ffffff;
}

.popup-first-visitors__bottom {
	padding: 40px 20px 70px;
	text-align: center;
	background-image: linear-gradient(180deg, #1e0057 0%, #0e0134 100%);
}
@media (min-width: 768px) {
	.popup-first-visitors__bottom {
		width: 50%;
	}
}
@media (min-width: 991px) {
	.popup-first-visitors__bottom {
		padding: 35px 20px 80px;
	}
}

.popup-first-visitors__logo-parents {
	max-width: 160px;
	margin-bottom: 26px;
}
@media (min-width: 991px) {
	.popup-first-visitors__logo-parents {
		max-width: 300px;
	}
}
.popup-first-visitors__text {
	margin-bottom: 42px;
	font-size: 18px;
	color: #fff;
	padding: 0 15px;
}
.popup-first-visitors__enter {
	max-width: 260px;
	width: 100%;
	height: 64px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.8px;
	line-height: 64px;
	border-radius: 8px;
	border: 0;
	background-color: #989696;
	color: #fff;
}

@media (min-width: 768px) {
	.popup-first-visitors__wrap {
		display: flex;
	}
}
/* popup first visitors */

/* contact us page */
@media (min-width: 992px) {
	.page-template-parents-contact-php .parents-wrapper .right {
		min-height: 600px;
	}
}
/* contact us page */

/* VIDEOS HEADING start */
.videos-heading {
	padding-top: 45px;
}

@media (max-width: 767px) {
	.videos-heading {
		padding-top: 0;
	}
}
/* VIDEOS HEADING end */

/* SINGLE GAME start */
.game-title {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
/* SINGLE GAME end */