/*!
Theme Name: Mascot-clients-area
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mascot-clients-area
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Mascot-clients-area is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* @font-face {
  font-family: 'AvenirNextBold';
  src:url('fonts/avenirnextcyr-bold.woff') format('woff'),
        url('fonts/avenirnextcyr-bold.woff2') format('woff2'),
        url('fonts/avenirnextcyr-bold.svg#avenirnextcyr-bold') format('svg'),
        url('fonts/avenirnextcyr-bold.eot'),
        url('fonts/avenirnextcyr-bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/avenirnextcyr-bold.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNextReg';
  src:url('fonts/avenirnextcyr-regular.woff') format('woff'),
        url('fonts/avenirnextcyr-regular.woff2') format('woff2'),
        url('fonts/avenirnextcyr-regular.svg#avenirnextcyr-regular') format('svg'),
        url('fonts/avenirnextcyr-regular.eot'),
        url('fonts/avenirnextcyr-regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/avenirnextcyr-regular.ttf') format('truetype');

  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
/* Normalize
--------------------------------------------- */

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

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

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

:root {
  --system-ui: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: var(--system-ui);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--system-ui);

}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 ;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #fff;
	border-radius: 10px;
	background: #fff;
	color: #000;
	line-height: 1;
	padding: 0.6em 1em 0.6em;
  	cursor: pointer
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Custom
--------------------------------------------- */
/* body {
	font-family: 'AvenirNextReg', sans-serif;
} */
.container {
	max-width: 1200px;
	margin: 0 auto
}
@media (max-width: 1200px) {
	.container {
		 margin: 0 40px
	}
}
@media (max-width: 650px) {
	.container {
		 margin: 0 15px
	}
}
.site-header {
	background: #000;
	position: sticky;
    top: 0;
    z-index: 2;
}
.header-contact {
  background: #DB001D;
  border-radius: 6px;
  padding: 2px 20px 4px;
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  margin-right: 50px;
  cursor: pointer;
}
.header-main {
	flex: 1 0 auto;
display: flex;
align-items: center;
}
.header-inner {
	display: flex;
	align-items: center;
	padding: 10px 0
}
.main-navigation a {
	color: #fff;
font-size: .9rem;
font-weight: 450;
padding-right: 30px;
}
.site-branding {
	display: flex;
align-items: center;
margin-right: 40px;
}
.site-branding svg {
	width: 37px;
	height: auto;
}
.site-branding span {
	white-space: nowrap;
color: #fff;
text-transform: uppercase;
margin-left: 15px;
font-size: 1rem;
font-weight: 450;
}
.header-sub {
	display: flex;
align-items: center;
}
.header-sub__item {
	display: flex;
align-items: center;
  cursor: pointer
}
.header-sub__item svg {
	width: auto;
	fill: #fff
}
.header-search svg {
	height: 18px
}
.header-sub__item span {
	color: #fff;
	margin-left: 7px;
	font-size: 1rem;
	font-weight: 450
}
.header-profile {
	margin-left: 45px
}
.header-profile svg {
	height: 21px;
}
.header-profile svg path {
fill: #fff;
}
.games__wrap {
	display: flex;
	flex-wrap: wrap;
}
.game-item {
	margin-right: 20px;
	flex: 0 1 23%;
	margin-bottom: 30px
}
.game-item__img img {
	border-radius: 7px
}
.game-item__title {
	font-family: var(--system-ui);
	margin-top: 8px;
	padding-left: 10px;
	font-size: 1.2rem;
	font-weight: 700
}
.game-item__type {
	font-size: .9rem;
color: #757575;
padding-left: 10px;
margin-top: 5px;
}
.all-games {
	margin-top: 45px
}
h2.group-title {
	font-family: var(--system-ui);
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 700
}
h2.wp-block-heading {
  text-transform: uppercase;
}
.download-all-btn {
	font-family: var(--system-ui);
	font-weight: 700;
	padding: 1em;
  cursor: pointer;
}
.wp-block-downloadlist-list .file_image.hide-icon {
	display: flex;
	align-items: center;
	position: relative;
	padding: 2px 0
}
.wp-block-downloadlist-list .file_image.hide-icon:after {
	content: '';
	position: absolute;
	bottom: 0;
	height: .60px;
	width: calc(100% - 50px);
	background-color: #898989;
	transform: translateX(75px);

}
.wp-block-downloadlist-list li a {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
}
.wp-block-downloadlist-list li a:hover .view-group {
	opacity: 1;

}
.wp-block-downloadlist-list li a img {
	margin-right: 15px;
	border-radius: 7px;
	 max-width: 60px;
	 min-height: 60px;
    background: #d3d3d340;
    max-height: 60px
}
.wp-block-downloadlist-list .download-button {
	flex: 0 1 auto;
}
.wp-block-downloadlist-list .download-button span {
	font-family: var(--system-ui);
	position: relative;
font-size: 1.2rem;
font-weight: 700;
color: #0047FF;
}
.wp-block-downloadlist-list .download-button span:after {
	content: '';
	width: 20px;
	height: 20px;
	top: 4px;
	right: -25px;
	position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMC4wMSI+PHBhdGggZmlsbD0iIzAwNDdmZiIgZD0iTTEwIDIwLjAxQzQuNTE3IDIwLjAxIDAgMTUuNDkzIDAgMTAgMCA0LjUxNyA0LjUwOCAwIDEwIDBjNS40ODMgMCAxMCA0LjUxNyAxMCAxMCAwIDUuNDkzLTQuNTA3IDEwLjAxLTEwIDEwLjAxem0uMDEtMTUuMThjLS42NDQgMC0xLjEzNy40MzUtMS4xMzcgMS4wNnY0LjIwNWwuMTE0IDEuOTYtLjcyLS45NzUtMS4wMDQtMS4xMDhhLjk0Ny45NDcgMCAwIDAtLjcyOS0uMzMyYy0uNTc3IDAtLjk4NC4zOTgtLjk4NC45NTcgMCAuMjkzLjA4NS41MTEuMzAyLjc0OGwzLjI0IDMuMzYyYy4yNjQuMjkzLjU0OC40MjYuOTE4LjQyNnMuNjYzLS4xNDIuOTI4LS40MjZsMy4yMjktMy4zNjJjLjIxOC0uMjM3LjMwMy0uNDU1LjMwMy0uNzQ4IDAtLjU1OS0uNDA3LS45NTctLjk4NS0uOTU3YS45NDguOTQ4IDAgMCAwLS43MjkuMzMybC0uOTk0IDEuMDgtLjczOSAxLjAxMy4xMjMtMS45N1Y1Ljg5YzAtLjYyNS0uNDkyLTEuMDYtMS4xMzYtMS4wNnoiLz48L3N2Zz4=")
}
/* button.active {
  background-color: yellow;
} */
.hide {
  display: none;
}
.title__wrap {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.title__wrap:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.57) 100%);
}
.title__inner {
	position: relative;
}
.back-btn {
	padding: 15px 0;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.back-btn span {
	color: #fff;
	margin-left: 10px;
	font-size: .8rem;
}
.title-content {
	display: flex;
	align-items: center;
	padding-bottom: 55px;
  position: relative;
}
.title-content .post-thumbnail img {
	width: 123px;
	height: auto;
	border-radius: 11px;
  display: block;
}
.title-content h1 {
	font-family: var(--system-ui);
	color: #fff;
	font-size: 2.8rem;
	font-weight: 750;
	margin: 0;
  line-height: 1
}
.title-content__text {
	padding-left: 20px;
	flex: 1 0 auto;
}
.title-content__text .entry-meta {
	color: #fff;
	font-size: 1.2rem;
}
.content-top {
	padding: 12px 0 0;
	border-bottom: 1px solid #a7a7a7
}
.tabBtns button {
	-webkit-appearance: none;
text-transform: uppercase;
background: none;
border: none;
padding: 0 20px 10px 20px;
border-radius: 0;
line-height: inherit;
margin-right: 20px;
cursor: pointer;
}
.tabBtns button.active {
	border-bottom: 3px solid #3CC4FF
}
.img-group {
	display: flex;
align-items: center;
flex: 1 0 auto;
font-size: 1.2rem
}
.mob-placeholder {
	display: none
}
.view-group {
	display: flex;
flex: 0 1 200px;
align-items: center;
opacity: 0;
transition: opacity .5s ease-out;
font-size: 1.2rem
}
.view-group svg {
	height: 20px;
width: auto;
margin-left: 7px;
}
.wp-block-downloadlist-list .file_video.hide-icon {
	margin-bottom: 25px
}
.wp-block-downloadlist-list .file_video.hide-icon .video-post-title {
	font-family: var(--system-ui);
	font-size: 1.2rem;
font-weight: 750;
margin-bottom: 15px;
}
.wp-block-downloadlist-list .file_video video {
	width: 100%;
	max-width: 100%;
	height: auto
}
#lightbox .download-btn {
	font-family: var(--system-ui);
	padding: 20px 30px;
background: yellow;
font-weight: 700;
border-radius: 7px;
margin: 20px auto;
display: block;
width: fit-content;
}
#lightbox .lb-number {
	display: none !important
}
/*
#lightbox .lb-image {
    max-width: 700px;
    max-height: 700px;
}

#lightbox .lb-outerContainer, #lightbox .lb-dataContainer {
    max-width: 750px;
    width: auto!important;
    height: auto!important;
}​
*/
.lightbox .lb-image {
  background: #e9e9e9
}
.menu-toggle {
	background: transparent;
	border: none;
	margin-left: auto;
}
.menu-toggle svg {
	width: 20px;
	height: auto;
}
/* Search modal */
.modal {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
  border-radius: 12px
}
#searchModal .modal-content {
  padding: 0 40px;
}
.search_result {
  max-height: 52vh;
overflow: auto;
}
.search_result a {
  display: flex;
  align-items: center
}
.search_result .p-title {
  order: 2;
  margin-left: 10px
}
.modal-body {
  min-height: 100px
}
.modal-body input {
  width: 100%
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}
.search_result ul {
      margin: 30px 0;
      list-style: none;
      padding-left: 0
}
.title__wrap-mobile {
  display: none
}
.entry-footer {
  display: none
}
.page-id-152 .entry-header {
  display: flex;
align-items: center;
padding-top: 50px;
}
.page-id-152 .entry-header img {
  margin-right: 10px
}
.pwd-change {
  text-decoration: underline;
}
.pwd-change.logout {
    display: block;
    color: red;
}
#wpmem_reg input[type="button"], #wpmem_reg input[type="reset"], #wpmem_reg input[type="submit"], #wpmem_login input[type="submit"] {
  background: #0047FF;
  color: #fff;
  border-color: none

}
.post-152 .entry-content {
 max-width: 800px;
 margin: 0 auto;
}
.post-152 #wpmem_login {
    width: 100%;
}
.post-152 #wpmem_reg {
    width: 100%;
}
.post-152 .entry-content .profile__wrap {
  flex: 1 0 auto;
}
.post-152 .entry-content .subscribe__wrap {
  height: 200px;
  background: #f1f1f1;
  padding: 40px;
  flex: 0 1 auto;
}
.post-152 .entry-content .subscribe__wrap .subscribe-header {
  max-width: 200px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.post-152 .entry-content .subscribe__wrap label {
  font-size: .9rem;
  margin-left: 7px
}
.req-text {
  display: none
}
.roadmap-hero {
  /*background: url('../mascot-clients-area/image/roadmap_top_img-dsktop.jpg') no-repeat;*/
  background-size: cover;
  background-position: bottom center;
  height: 500px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px
}
.roadmap-games__wrap {
  display: flex;
flex-wrap: wrap;
justify-content: center;
}
.roadmap-game-item {
  width: 284px;
text-align: center;
padding-bottom: 18px;
margin: 8px
}
.roadmap-game-item__release {
  background: #11101d;
color: #fff;
font-size: 1rem;
padding: 10px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.roadmap-game-item__release span {
  height: 22px;
  display: block;
}
.roadmap-game-item__content {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 8px;
  padding-bottom: 25px
}
.roadmap-game-item__img {
height: 260px;
width: 260px;
background-size: cover;
background-position: center bottom;
margin: 0 auto;
border-radius: 4px;
}
.roadmap-game-item__title {
  font-family: var(--system-ui);
font-weight: 700;
font-size: 1rem;
margin: 17px 10px;
}
.roadmap-game-item__link {
  text-transform: uppercase;
font-size: .9rem;
padding: 5px 15px;
border: 1px solid #d9d9d9;
display: block;
max-width: fit-content;
margin: 0 auto;
border-radius: 4px;
}
.roadmap-game-item__link:hover {
  background: #0047FF;
  color: #fff
}
.text-center {
  text-align: center;
}
.roadmap-filter {
  display: flex;
justify-content: center;
align-items: center;
font-size: .85rem;
font-weight: 700
}
.filter-head__sort {
  display: flex;
  align-items: center;
}
.sort-btn {
  text-transform: uppercase;
padding: 5px 15px;
border: 1px solid #d9d9d9;
border-radius: 4px;
margin: 0 5px;
cursor: pointer;
}
.sort-btn.active {
  background: #0047FF;
  color: #fff
}
.sort-btn:hover {
  background: #0047FF;
  color: #fff
}
#menu-item-176, #menu-item-175, #menu-item-180 {
    display: none;
}
/* .block-outer-wrap:not(:has(.wp-block-downloadlist-list)) {
    display: none;
} */
.wp-block-wrap {
  display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.wp-block-wrap button {
  background: #0047FF;
  color: #fff;
  margin-right: -24px;
  border-radius: 8px
}
.download-dsktop {
  display: block;
}
.download-mobile {
  display: none
}
.link-muted {
  pointer-events: none
}
.modal-contact {
  position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transform: scale(1.1);
transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.show-modal {
  opacity: 1;
visibility: visible;
transform: scale(1.0);
transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
z-index: 2
}
.modal-contact .modal-content {
  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #000;
padding: 40px 60px 60px;
width: 890px;
border-radius: 12px;
max-height: 95vh;
overflow-y: scroll;
color: #fff
}
.close-button {
  float: right;
width: 1.5rem;
line-height: 1.5rem;
text-align: center;
cursor: pointer;
border-radius: 0.25rem;
}
.modal-contact h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0
}
.modal-contact p {
  margin: 0 0 10px
}
.modal-contact .frm_message {
  text-align: center
}
.contact-form__group {
  display: flex;
justify-content: space-between;
}
.modal-contact fieldset {
  border: none
}
.modal-contact .frm_form_field {
  margin-bottom: 15px
}
.modal-contact .frm_opt_container {
  display: flex;
    flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px
}
.modal-contact .contact-submit-btn button {
    background: #00F0FF;
color: #000;
width: 100%;
padding: 14px;
font-weight: 700;
text-transform: uppercase;
border: none;
border-radius: 6px;
z-index: 2
}
.modal-contact input[type="text"], .modal-contact input[type="email"], .modal-contact textarea {
  border: 1px solid #5f5f5f;
background: #121212;
border-radius: 6px;
display: block;
color: #fff;
max-width: 100%;
  width: 100%
}
.modal-contact input[type="text"]:focus-visible, .modal-contact input[type="email"]:focus-visible, .modal-contact textarea:focus-visible {
  border-color: #12FFE9 !important
}
.modal-contact .wpcf7-radio {
  display: flex;
width: 100%;
margin: 15px 0;
justify-content: space-between;
}
.modal-contact .wpcf7-list-item {

}
.modal-contact input[type="submit"] {
  background: #00F0FF;
color: #000;
width: 100%;
padding: 14px;
font-weight: 700;
text-transform: uppercase;
border: none;
border-radius: 6px;
z-index: 2
}
.loading-spin {
  display: none;
position: absolute;
right: -55px;
}
.loading-spin-blue {
  display: none;
position: absolute;
right: -65px;
}
.loading-spin img, .loading-spin-blue img {
    width: 45px;
    height: 45px;
}
.header-select label {
  font-weight: 700
}
.header-select select {
  padding: 6px 10px;
border-color: #d9d9d9;
border-radius: 4px;
margin: 0 5px;
}
button#download-files-button {
  background: #0047FF;
color: #fff;
margin-right: -24px;
border-radius: 8px;
cursor: pointer;
}
.header-select {
    position: relative;
}
.header-select .loading-spin {
    position: absolute;
    right: -67px;
    top: -6px;
}
.page-id-23483 .entry-content {
    min-height: 50vh;
}
.page-id-23481 .entry-content {
    min-height: 50vh;
}
.page-id-101 .entry-content {
    min-height: 50vh;
}
.docs-hero {
  background: url('../mascot-clients-area/image/img_top-documents.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  height: 400px;
  padding-top: 70px;
  border-bottom-left-radius: 15px;
   border-bottom-right-radius: 15px;
}
.docs-hero h1 {
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
}
.docs-header {
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  margin-top: 50px;
  margin-bottom: 40px
}
.docs-tabs__wrap {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.docs-tabs__item {
  border: dotted 1px #000;
  border-radius: 18px;
  padding: 40px;
  height: 190px;
  text-align: center;
  cursor: pointer;
}
.docs-tabs__item.active {
  background: #efefef
}
.docs-tabs__item svg, .docs-tabs__item img {
  height:62px;
  width: auto;
}
.docs-tabs__item-title {
  font-size: 1.2rem;
  color: #808080;
  margin-top: 20px
}
.docs-panel__wrap {
  margin: 40px 0 60px
}
.docs-panel__item {
  display: flex;
align-items: center;
justify-content: space-between;
padding: 0 4px 0 14px;
font-size: 1.3rem
}
.docs-panel__item:nth-child(even) {
  background: #f5f5f5
}
.docs-panel__item:nth-child(even) .docs-panel__item-download.has-border {
  border-right: 4px solid #fff
}
.docs-panel__item:nth-child(odd) .docs-panel__item-download.has-border {
  border-right: 4px solid #f5f5f5
}
.docs-panel__item-title {
  padding: 14px 0
}
.docs-panel__item-links {
  display: flex;
}
.docs-panel__item-links a {
  color: #0047FF;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 14px 10px
}
.docs-panel__item-links .link-text {
  margin-right: 10px
}
#tabIcons .wp-block-heading {
  visibility: hidden
}

@media (max-width: 1000px) {
  .modal-contact .modal-content {
    width: 90%
  }
  .contact-form__group {
    flex-direction: column;
  }
}
@media (max-width: 850px) {
    #footer {
        margin-top: 30px;
    }
    #menu-item-176, #menu-item-175, #menu-item-180 {
    display: block;
    }
    #menu-item-180 {
      text-align: center;
      background: #DB001D;
      padding: 5px;
      border-radius: 6px;
    }
    .modal-contact .modal-content {
      padding: 14px 20px;
    }
    .modal-contact h3 {
      font-size: 1.3rem
    }
    .modal-contact label {
      font-size: .85rem;
      white-space: nowrap;
    }
    .modal-contact .wpcf7-list-item {
      margin: 0
    }
    .contact-form__item-title {
      font-size: .85rem
    }
    .main-navigation .menu-item-180 a {
      padding-right: 0
    }
    .download-dsktop {
      display: none;
    }
    .download-mobile {
      display: block;
      margin-right: 10px
    }
    .download-mobile svg {
      height: 25px
    }
	.header-sub {
		display: none
	}
	.title-content h1 {
		font-size: 1.5rem
	}
  .post-152 .entry-content {
    flex-direction: column;
  }
  .post-152 .entry-content .subscribe__wrap {
    margin-top: 20px
  }
  .post-152 #wpmem_reg {
    width: 100%
  }
  .docs-hero h1 {
    font-size: 4rem
  }
  .docs-tabs__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .tabBtns button.active {
	border-bottom: none;
    color:
  }
  h2.group-title {
    text-align: center
  }
  .game-item__img {
    text-align: center
  }
  .game-item__title {
    text-align: center
  }
  .game-item__type {
    text-align: center
  }
  .header-select__wrap {
    flex-direction: column;
  }
  button#iconSizeSubmit {
    width: 100%
  }
  .roadmap-filter {
    flex-direction: column;
  }
  .filter-head__sort {
    flex-wrap: wrap;
  }
  .sort-btn {
    margin: 5px;
    width: 47%
  }
  .roadmap-hero {
    height: 340px
  }
  .post-165 h1 {
    font-size: 1.4rem
  }
	.home h1.entry-title {
		font-size: 1.5rem
	}
	.menu-menu-1-container {
		position: absolute;
		background: black;
		width: 100vw;
		top: 57px;
		left: 0;
	}
	.main-navigation ul {
		margin: 30px 15px
	}
	.main-navigation ul li {
		margin-bottom: 15px
	}
	.game-item__type {
		margin-top: 0
	}
	.title-content {
		padding: 15px 0;
    flex-direction: column
	}
	.title-content h1 {
    font-size: 2.5rem;
    line-height: 1.2;
		color: #fff
	}
  .title-content__text {
    padding: 0;
    text-align: center;
  }
  h2.wp-block-heading {
    font-size: 1rem
  }
	.entry-meta {
    margin: 10px 0 20px;
	}
	.post-thumbnail img {
		max-width: 100px;
		height: auto;
	}
	.download-all-btn {

	}
	.title__wrap {
		border-bottom: 1px solid #a7a7a7;
	}
	.title__wrap:before {
		content: none
	}
	.back-btn {
		display: none
	}
	.tabBtns button {
		display: block;
		padding: 0 0 5px;
		margin-bottom: 20px
	}
	.img-group {
		max-width: 240px;
		overflow-x: hidden;
		font-size: .9rem
	}
	.img-group img {
		display: none
	}
	.img-group .mob-placeholder {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 45px;
		height: 45px;
		background: #d9d9d9;
		border-radius: 7px;
		margin-right: 12px;
    padding: 12px 14px;
	}
	.img-group .mob-placeholder svg {
		width: 17px;
		height: 17px;
	}
	.view-group {
		display: none
	}
	.wp-block-downloadlist-list .download-button span {
		font-size: .9rem
	}
	.wp-block-downloadlist-list .download-button {
		flex-basis: 100px
	}
	.wp-block-downloadlist-list .download-button span:after {
		width: 16px;
		height: 16px;
		right: -20px;
		top: 3px
	}
	.wp-block-downloadlist-list .file_image.hide-icon:after {
		width: calc(100% - 70px);
		transform: translateX(59px);
	}
  .modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;

  }
  .tabBtns-item {
    appearance: none;
    background: none;
    border: none;
    text-transform: uppercase;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    text-align: left;
    /* border-bottom: 1px solid #a7a7a7; */
    border-radius: 0;
    position: relative;
    cursor: pointer
  }
  .tabBtns-item:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    right: 10px;
    top: 3px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03IDcuODEwNTVDNi43Njc1OCA3LjgxMDU1IDYuNTYyNSA3LjcyMTY4IDYuMzg0NzcgNy41MzcxMUwxLjE3NTc4IDIuMjExOTFDMS4wMjUzOSAyLjA2MTUyIDAuOTQzMzU5IDEuODcwMTIgMC45NDMzNTkgMS42NTEzN0MwLjk0MzM1OSAxLjIwNzAzIDEuMjkxOTkgMC44NTgzOTggMS43MzYzMyAwLjg1ODM5OEMxLjk1NTA4IDAuODU4Mzk4IDIuMTUzMzIgMC45NDcyNjYgMi4zMTA1NSAxLjA5NzY2TDcgNS45MDMzMkwxMS42ODk1IDEuMDk3NjZDMTEuODM5OCAwLjk0NzI2NiAxMi4wNDQ5IDAuODU4Mzk4IDEyLjI2MzcgMC44NTgzOThDMTIuNzAxMiAwLjg1ODM5OCAxMy4wNDk4IDEuMjA3MDMgMTMuMDQ5OCAxLjY1MTM3QzEzLjA0OTggMS44NzY5NSAxMi45NzQ2IDIuMDYxNTIgMTIuODI0MiAyLjIxMTkxTDcuNjE1MjMgNy41MzcxMUM3LjQ0NDM0IDcuNzIxNjggNy4yMzI0MiA3LjgxMDU1IDcgNy44MTA1NVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=")
  }
  .content-top {
    border: none
  }
#tabIcons .wp-block-heading, #tabVideo .wp-block-heading, #tabDocs .wp-block-heading {
    opacity: 0;
    height: 0
  }
  #tabIcons .wp-block-group__inner-container, #tabVideo .wp-block-group__inner-container, #tabDocs .wp-block-group__inner-container  {
    margin-top: 10px
  }
  .title__wrap-mobile {

    align-items: center;
    position: sticky;
    top: 60px;
    padding: 10px 0;
    display: none;
    background: #fff;
    z-index: 1
  }
  .title__wrap-mobile-inner {
        display: flex;
  }
  .title__wrap-mobile img {
    border-radius: 6px
  }
  .title-content__text-mobile h1 {
    font-size: 1rem;
margin-left: 10px;
text-transform: uppercase;
  }
  .entry-footer {
    background-image: url('http://mascot-clientzone.s3.eu-north-1.amazonaws.com/mascot_clientzone/wp-content/uploads/20240221092556/dreamshock_jackpot_x.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 40px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
  }
  .entry-content {
    padding-bottom: 0
  }
  .post-152 .entry-header h1 {
    font-size: 1.4rem
  }
  .post-152 #wpmem_reg legend {
      font-size: 20px
  }
  .docs-hero {
    height: 300px
  }
  .docs-hero h1 {
    font-size: 2rem
  }
  .docs-header {
    font-size: 1.7rem
  }
  .docs-tabs__item {
    padding: 30px
  }
  .docs-panel__item {
    flex-direction: column;
    padding: 0
  }
  .docs-panel__item-title {
    margin-right: auto;
    padding: 14px 0 0 10px;
  }
  .docs-panel__item-links {
    justify-content: space-between;
    width: 100%
  }
  .has-border {
    border: none !important
  }
}
.header-select__wrap {
        display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 450px) {

	.game-item {
		margin-right: 0;
		flex-basis: 100%;
		margin-bottom: 20px
	}
}

#footer {
	 padding: 40px 0 30px;
   background: #000;
   margin-top: 30vh;
}
#footer ul {
  list-style: none;
  padding-left: 0
}
#footer a {
  color: #fff
}
#footer a:hover {
  color: #fff
}
#footer .buttn-sm {
  background: #DB001D;
color: #fff;
font-weight: 700;
padding: 14px 20px;
border: none;
}
 #footer .footer__wrap {
	 display: flex;
	 justify-content: space-between;
}
 @media (max-width: 850px) {
	 #footer .footer__wrap {
		 flex-direction: column;
	}
}
 @media (max-width: 850px) {
	 #footer .footer__wrap .footer-content {
		 flex-direction: column;
		 display: flex;
	}
}
 @media (max-width: 850px) {
	 #footer .footer__wrap .footer-content .footer-content__social .footer-content__social-wrap {
		 display: flex;
		 align-items: center;
		 justify-content: space-between;
	}
}
 #footer .footer__wrap .footer-content .footer-content__social .footer-menu {
	 display: flex;
	 width: 477px;
	 margin-bottom: 35px;
	 justify-content: space-between;
}
 @media (max-width: 850px) {
	 #footer .footer__wrap .footer-content .footer-content__social .footer-menu {
		 width: 425px;
		 margin-bottom: 20px;
	}
     .entry-content #wpmem_login, .entry-content #wpmem_msg, .entry-content #wpmem_reg, .entry-content .wpmem_msg {
      width: 100%
    }
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-content .footer-content__social .footer-menu {
		 display: none;
	}
}
 #footer .footer__wrap .footer-content .footer-content__social .footer-content__social-title {
	 font-size: 1.25rem;
	 font-weight: 700;
	 text-transform: uppercase;
	 margin-bottom: 20px;
}
 #footer .footer__wrap .footer-content .footer-content__social .footer-content__social-title a {
	 display: flex;
	 align-items: center;
}
 #footer .footer__wrap .footer-content .footer-content__social .footer-content__social-title a svg {
	 width: 30px;
	 height: auto;
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-content .footer-content__social .footer-content__social-title a svg {
		 display: none;
	}
}
 #footer .footer__wrap .footer-content .footer-content__social .footer-content__social-title a .site-name {
	 margin-left: 25px;
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-content .footer-content__social .footer-content__social-title a .site-name {
		 margin-left: 0;
	}
}
 #footer .footer__wrap .footer-content .footer-content__social .footer-content__social-links {
	 display: flex;
}
 #footer .footer__wrap .footer-content .footer-content__social .footer-content__social-links li a {
	 margin-right: 20px;
}
 #footer .footer__wrap .footer-content .footer-content__address {
	 margin: 50px 0 55px;
	 max-width: 360px;
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-content .footer-content__address {
		 order: 2;
		 margin: 30px 0 0;
	}
}
 #footer .footer__wrap .footer-content .footer-content__address p {
	 margin-bottom: 15px;
}
 #footer .footer__wrap .footer-content .footer-content__address a {
	 display: flex;
	 align-items: center;
}
 #footer .footer__wrap .footer-content .footer-content__address a svg {
	 height: 15px;
	 width: auto;
}
 #footer .footer__wrap .footer-content .footer-content__address a span {
	 font-weight: 700;
	 margin-left: 6px;
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-content .footer-content__subscribe {
		 margin: 30px 0 0;
	}
}
 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form label {
	 font-size: 0.94rem;
}
 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group {
	 display: flex;
	 align-items: flex-end;
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group {
		 flex-direction: column;
	}
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group .input-wrapper {
		 width: 100%;
		 margin-bottom: 10px;
	}
}
 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group #footer-email {
	 display: inline-flex;
	 width: 355px;
	 padding: 11px 15px;
	 background: #fff;
	 color: #b6b6b7;
	 border-radius: 6px;
	 margin-top: 15px;
}
 @media (max-width: 850px) {
	 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group #footer-email {
		 width: 465px;
	}
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group #footer-email {
		 width: 100%;
	}
}
 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group .submit-wrapper {
	 margin-left: 15px;
}
 @media (max-width: 850px) {
	 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group .submit-wrapper {
		 flex: 1 0 auto;
	}
	 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group .submit-wrapper .buttn {
		 width: 100%;
		 text-align: center;
	}
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group .submit-wrapper {
		 margin-left: 0;
		 width: 100%;
	}
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-content .footer-content__subscribe .footer-form .footer-form__group .submit-wrapper .buttn {
		 width: 100%;
		 text-align: center;
	}
}
 #footer .footer__wrap .footer-badges {
	 display: flex;
	 flex-wrap: wrap;
	 align-self: flex-start;
}
 @media (max-width: 650px) {
	 #footer .footer__wrap .footer-badges {
		 display: none;
	}
}
 #footer .footer__wrap .footer-badges .footer-badges__item {
	 margin-left: 15px;
	 display: block;
	 height: fit-content;
}
 @media (max-width: 850px) {
	 #footer .footer__wrap .footer-badges .footer-badges__item {
		 margin-left: 0;
		 margin-right: 15px;
		 margin-top: 50px;
	}
}
 #footer .footer__wrap .footer-badges .footer-badges__item img {
	 height: 45px;
}
 #footer .footer-bottom__wrap {
	 padding: 25px 0 0;
	 display: flex;
}
 @media (max-width: 650px) {
	 #footer .footer-bottom__wrap {
		 flex-direction: column;
		 flex-wrap: wrap;
		 width: 100%;
	}
}
 #footer .footer-bottom__wrap .bottom-links {
	 display: flex;
	 align-items: center;
}
 @media (max-width: 650px) {
	 #footer .footer-bottom__wrap .bottom-links {
		 justify-content: space-between;
	}
}
 #footer .footer-bottom__wrap .footer-bottom__link {
	 font-size: 0.75rem;
	 margin-right: 15px;
	 color: #b6b6b7;
	 cursor: pointer;
}
 @media (max-width: 650px) {
	 #footer .footer-bottom__wrap .footer-bottom__link {
		 margin-right: 0;
		 flex: 0 1 49%;
	}
}
 @media (max-width: 650px) {
	 #footer .footer-bottom__wrap .footer-bottom__link:last-child {
		 text-align: right;
	}
}
 #footer .footer-bottom__wrap .copyright {
	 font-size: 0.75rem;
	 color: #5f5f5f;
}
 @media (max-width: 650px) {
	 #footer .footer-bottom__wrap .copyright {
		 text-align: center;
	}
}
 .vcc-window {
	 z-index: 9999;
}
 .vcc-window button {
	 text-transform: uppercase;
	 font-weight: 700;
	 font-family: 'Avenir', sans-serif;
}
 @media (max-width: 650px) {
	 .vcc-window .vcc-window__action {
		 text-align: center;
	}
}
