/*!
Theme Name: pokdomcop
Theme URI: pokdomcop
Author: Underscores.me
Author URI: pokdomcop
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: pokdomcop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

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: #4169e1;
}

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-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 0 1.5em;
}

.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;
}

/* Styles */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/wp-content/themes/pokdomcop/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}
input,
textarea {
  outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}
html {
  height: 100%;
  font-size: 16px;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 320px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}
body.page,
body.post {
  margin: 0;
}
.page,
.post {
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  outline: 0;
}
a:focus {
  outline: 0;
}
.buttton {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 152px;
  min-height: 50px;
  line-height: 50px;
  padding: 19px 38px 18px;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.buttton:focus {
  outline: 0;
}
.buttton:hover {
  cursor: pointer;
  text-decoration: none;
}
.buttton-md {
  min-height: 40px;
  min-width: 110px;
  line-height: 1px;
  padding: 11px 25px 9px;
  font-size: 14px;
}
.buttton-sm {
  min-height: 30px;
  min-width: 80px;
  padding: 10px 20px 8px;
  font-size: 12px;
}
.buttton-grey {
  font-weight: 700;
  color: #999;
  background-color: transparent;
  border: 1px solid #999;
}
.buttton-grey:hover {
  color: #999;
  background-color: rgba(153, 153, 153, 0.15);
}
.buttton-green {
  color: #fff;
  font-weight: 700;
  background-color: #2ecc71;
  border: none;
}
.buttton-green:hover {
  color: #fff;
  background-color: #4dd486;
}
#pokdomcop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#pokdomcop-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#pokdomcop-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.wrapper {
  padding: 50px 20px;
  width: 1160px;
  margin: 0 auto;
}
.pokdomcop-page {
  padding: 50px 20px 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.not-found {
  padding: 200px 0;
}
.error_404 {
  padding: 70px 20px 50px;
  text-align: center;
}
.error_404 .buttton {
  width: 280px;
  margin: 0 auto;
}
.error_404__img {
  width: 230px;
  margin: 0 auto 30px;
}
.error_404__title {
  font-weight: 400;
  font-size: 30;
  line-height: 1.2;
  margin-bottom: 20px;
}
.error_404__text {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.pokdomcop-breadcrumbs {
  height: 30px;
  padding: 0 40px;
  background: #000;
  border-bottom: 1px solid #202020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pokdomcop-breadcrumbs .breadcrumbs {
  color: #fff;
  font-size: 12px;
  opacity: 0.6;
}
.pokdomcop-breadcrumbs .breadcrumbs span a span {
  color: #fff;
  opacity: 0.5;
}
.pokdomcop-breadcrumbs .breadcrumbs span a.home {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(/wp-content/themes/pokdomcop/img/home.svg) no-repeat;
  opacity: 0.5;
}
.pokdomcop-breadcrumbs .breadcrumbs span a.home:hover {
  opacity: 0.9;
}
.pokdomcop-breadcrumbs .breadcrumbs span a.home span {
  display: none;
}
.pokdomcop-breadcrumbs .breadcrumbs span span.home {
  text-indent: -9999px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(/wp-content/themes/pokdomcop/img/home.svg) no-repeat;
  opacity: 0.5;
}
.pokdomcop-header {
  background-color: #000;
}
.pokdomcop-header__sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 113;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.pokdomcop-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 90px;
  padding: 24px 40px;
}
.pokdomcop-header__logo {
  height: 30px;
}
.pokdomcop-header__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pokdomcop-header__auth-missions {
  position: relative;
  margin-right: 25px;
  cursor: pointer;
}
.pokdomcop-header__auth-missions:hover .fill {
  fill: #fff;
}
.pokdomcop-header__auth-missions:hover .stroke {
  stroke: #fff;
}
.pokdomcop-header__auth-missions .counts {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -4px;
  right: -4px;
  bottom: auto;
  left: auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background-color: #f8333c;
  border-radius: 50%;
}
.pokdomcop-header__auth .buttton {
  margin-right: 10px;
}
.pokdomcop-header__auth .buttton-reglog {
  display: none;
}
.pokdomcop-header__burger-menu .burger-menu {
  height: 40px;
  cursor: pointer;
}
.pokdomcop-header__burger-menu .burger-menu:hover g {
  stroke: #fff;
}
.pokdomcop-header__auth .pokdomcop-header__auth-poker-menu ul,
.pokdomcop-navpoker .pokdomcop-header__auth-poker-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pokdomcop-header__auth .pokdomcop-header__auth-poker-menu li:not(:last-child),
.pokdomcop-navpoker .pokdomcop-header__auth-poker-menu li:not(:last-child) {
  margin-right: 25px;
}
.pokdomcop-header__auth .pokdomcop-header__auth-poker-menu a,
.pokdomcop-navpoker .pokdomcop-header__auth-poker-menu a {
  position: relative;
  display: inline-block;
  color: #777 !important;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.pokdomcop-header__auth .pokdomcop-header__auth-poker-menu a::after,
.pokdomcop-navpoker .pokdomcop-header__auth-poker-menu a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 3px;
  width: 100%;
}
.pokdomcop-header__auth .pokdomcop-header__auth-poker-menu a:hover,
.pokdomcop-navpoker .pokdomcop-header__auth-poker-menu a:hover {
  color: #fff !important;
  text-decoration: none;
}
.pokdomcop-header__auth .pokdomcop-header__auth-poker-menu a:hover::after,
.pokdomcop-navpoker .pokdomcop-header__auth-poker-menu a:hover::after {
  background-color: #2ecc71;
}
.pokdomcop-header__auth
  .pokdomcop-header__auth-poker-menu
  li.current_page_item
  a,
.pokdomcop-navpoker .pokdomcop-header__auth-poker-menu li.current_page_item a {
  color: #fff !important;
}
.pokdomcop-header__auth
  .pokdomcop-header__auth-poker-menu
  li.current_page_item
  a::after,
.pokdomcop-navpoker
  .pokdomcop-header__auth-poker-menu
  li.current_page_item
  a::after {
  background-color: #2ecc71;
}
.pokdomcop-header__auth .pokdomcop-header__auth-poker-menu {
  display: none;
}
.pokdomcop-navpoker {
  display: block;
}
.pokdomcop-navpoker .pokdomcop-header__auth-poker-menu {
  padding-top: 3px;
}
.pokdomcop-footer {
  background: #000;
}
.pokdomcop-footer__wrap {
  padding: 70px 0;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.5fr 50px 7.5fr;
  grid-template-columns: 4.5fr 7.5fr;
  grid-gap: 0 50px;
  max-width: 1160px;
  padding: 50px 40px;
  -ms-grid-rows: auto 0 auto 0 auto;
  grid-template-areas: 'menu paysys' 'info paysys' 'extra-info paysys';
}
.pokdomcop-footer__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.pokdomcop-footer__menu-nav {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: menu;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.pokdomcop-footer__menu-nav li {
  margin-bottom: 12px;
}
.pokdomcop-footer__menu-nav a {
  position: relative;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
  color: #999;
}
.pokdomcop-footer__menu-nav a:hover {
  text-decoration: none;
  color: #fff;
}
.pokdomcop-footer__menu-nav .menu-info {
  min-width: auto;
  margin-right: 65px;
}
.pokdomcop-footer__info-section {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: info;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.pokdomcop-footer__info-item {
  display: block;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  max-width: none;
}
.pokdomcop-footer__info-item:not(:last-child) {
  margin: 0 30px 60px 0;
}
.pokdomcop-footer__info-link {
  text-decoration: underline;
  line-height: 1.4;
  font-weight: 400;
  font-size: 16px;
  color: #999;
}
.pokdomcop-footer__info-link:hover {
  color: #fff;
}
.pokdomcop-footer__info-link.gagarin span {
  text-transform: uppercase;
  font-weight: 700;
  color: #c500ec;
}
.pokdomcop-footer__pays-section {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 3;
  grid-area: paysys;
  display: block;
  margin-bottom: 60px;
}
.pokdomcop-footer__extra-section {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: extra-info;
}
.pokdomcop-footer__pays-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pokdomcop-footer__pays-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 127px;
  height: 90px;
  margin: 0 1px 1px 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.05);
}
.pokdomcop-footer__pays-item:hover img {
  opacity: 1;
}
.pokdomcop-footer__pays-item img {
  width: auto;
  height: auto;
  opacity: 0.8;
  display: block;
  margin: 0 auto;
}
@-webkit-keyframes shMenu {
  0% {
    right: -300px;
  }
  100% {
    right: 0;
  }
}
@keyframes shMenu {
  0% {
    right: -300px;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes shClsMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shClsMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pokdomcop-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10001;
}
.pokdomcop-menu__side {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 320px;
  color: #fff;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  z-index: 10002;
}
.pokdomcop-menu__wrap {
  right: -15px;
  position: relative;
  width: 320px;
  height: 100%;
  color: #000;
  background-color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-animation: shMenu 0.3s ease-in-out;
  animation: shMenu 0.3s ease-in-out;
}
.pokdomcop-menu__container {
  padding: 35px 40px 15px 30px;
}
.pokdomcop-menu__container .close-menu {
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  padding: 15px;
  -webkit-animation: shClsMenu 0.5s forwards;
  animation: shClsMenu 0.5s forwards;
}
.pokdomcop-menu__block {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.pokdomcop-menu__block:not(:first-child) {
  margin-top: 20px;
}
.pokdomcop-menu__item , a.pokdomcop-menu__item:visited{
color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  margin-bottom: 15px;
}
.pokdomcop-menu__item.active,
.pokdomcop-menu__item:hover {
  color: #2ecc71;
}
.pokdomcop-menu__icon {
  height: 26px;
  margin-right: 17px;
}
.pokdomcop-menu__label {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
}
.pokdomcop-menu #pokdomcop-mn-menu li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.pokdomcop-menu #pokdomcop-mn-menu li::before {
  content: '';
  display: inline-block;
  height: 26px;
  width: 26px;
  margin-right: 17px;
}
.pokdomcop-menu #pokdomcop-mn-menu li.news-li {
  background: url(/wp-content/themes/pokdomcop/img/menu/news.svg) no-repeat;
}
.pokdomcop-menu #pokdomcop-mn-menu li.promo-li {
  background: url(/wp-content/themes/pokdomcop/img/menu/promo.svg) no-repeat;
}
.pokdomcop-menu #pokdomcop-mn-menu li.faq-li {
  background: url(/wp-content/themes/pokdomcop/img/menu/help.svg) no-repeat;
}
.pokdomcop-menu #pokdomcop-mn-menu li.current-menu-item a {
  color: #2ecc71;
}
.pokdomcop-menu #pokdomcop-mn-menu a {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  text-transform: uppercase;
}
.pokdomcop-menu #pokdomcop-mn-menu a:hover {
  color: #2ecc71;
  text-decoration: none;
}
.pokdomcop-menu.hidden {
  visibility: hidden;
}
.pokdomcop-menu.hidden .pokdomcop-menu__side {
  overflow: hidden;
  -webkit-transform: translate(320px);
  -ms-transform: translate(320px);
  transform: translate(320px);
  width: 320px;
}
.pokdomcop-category {
  background-color: #f5f5f5;
}
.pokdomcop-category__wrap {
  margin: 0 auto;
  padding: 50px 0;
  width: 100%;
  max-width: 1160px;
}
.pokdomcop-category .title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
.pokdomcop-category__list {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  padding-bottom: 70px;
}
.pokdomcop-category__news-list {
  position: relative;
  padding-bottom: 70px;
}
.pokdomcop-category-item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  height: 510px;
  margin: 0;
  width: 100%;
  color: #000;
  text-decoration: none;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  overflow: hidden;
}
.pokdomcop-category-item:hover {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.pokdomcop-category-item:hover .pokdomcop-category-item__image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.pokdomcop-category-item:hover .pokdomcop-category-item__title {
  color: #2ecc71;
}
.pokdomcop-category-item:visited {
  color: #000;
}
.pokdomcop-category-item__image {
  height: 200px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.pokdomcop-category-item__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.pokdomcop-category-item__label {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 16px;
  padding: 2px 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background-color: #2ecc71;
  border-radius: 2px;
}
.pokdomcop-category-item__label.sport {
  background-color: #ffae00;
}
.pokdomcop-category-item__label.casino {
  background-color: #c800ce;
}
.pokdomcop-category-item__info {
  padding: 30px;
}
.pokdomcop-category-item__info-date {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #2ecc71 !important;
}
.pokdomcop-category-item__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}
.pokdomcop-category-item__summary {
  line-height: 1.4;
  font-size: 14px;
}
.pokdomcop-category-item__summary p {
  margin-bottom: 0;
}
.pokdomcop-category-item-wrap:first-child {
  margin-bottom: 34px;
  grid-column: 1/-1;
  height: 400px;
}
.pokdomcop-category-item-wrap:first-child .pokdomcop-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}
.pokdomcop-category-item-wrap:first-child .pokdomcop-category-item__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0;
  position: relative;
  height: auto;
}
.pokdomcop-category-item-wrap:first-child .pokdomcop-category-item__info {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  max-width: 376px;
}
.pokdomcop-news-item {
  position: relative;
  margin: 0 auto 20px;
  color: #000;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 15px;
  overflow: hidden;
  min-height: 220px;
  height: 240px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pokdomcop-news-item:hover {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.pokdomcop-news-item:hover .pokdomcop-news-item__title {
  color: #2ecc71;
}
.pokdomcop-news-item:visited {
  color: #000;
}
.pokdomcop-news-item__image {
  height: auto;
  min-width: 320px;
  background-position: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 360px;
  min-width: 360px;
}
.pokdomcop-news-item__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.pokdomcop-news-item__info {
  padding: 20px 60px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pokdomcop-news-item__info-date {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #2ecc71 !important;
}
.pokdomcop-news-item__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}
.pokdomcop-news-item__summary {
  line-height: 1.4;
  font-size: 16px;
  margin-bottom: 20px;
}
.pokdomcop-news-item__summary p {
  margin-bottom: 0;
}
.return.buttton {
  width: 116px;
  height: 40px;
  font-size: 14px;
}
.return.buttton::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 4px;
}
.pokdomcop-article__header {
  position: relative;
  display: block;
  max-height: none;
  height: 400px;
  padding: 0;
  overflow: hidden;
}
.pokdomcop-article__header::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(30%, transparent),
    to(#000)
  );
  background-image: -o-linear-gradient(top, transparent 30%, #000);
  background-image: linear-gradient(180deg, transparent 30%, #000);
  z-index: 10;
}
.pokdomcop-article__header-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.pokdomcop-article__header-wrap {
  width: 866px;
  padding: 20px 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 11;
}
.pokdomcop-article__header-info {
  position: relative;
}
.pokdomcop-article__header-info-date {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #2ecc71 !important;
}
.pokdomcop-article__header-title {
  margin-top: 20px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
}
.pokdomcop-article__summary {
  font-size: 20px;
  margin-bottom: 30px;
}
.pokdomcop-article__body {
  display: block;
}
.pokdomcop-article__body-wrap {
  padding: 60px 0 70px;
  width: 866px;
  margin: 0 auto;
}
.pokdomcop-article__read-also {
  background-color: #f5f5f5;
}
.pokdomcop-article__read-also .title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
.pokdomcop-article__read-also-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.pokdomcop-readalso-item {
  position: relative;
  display: block;
  width: 376px;
  height: 545px;
  margin-right: 16px;
  color: #000;
  text-decoration: none;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  overflow: hidden;
}
.pokdomcop-readalso-item:hover {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.pokdomcop-readalso-item:hover .pokdomcop-readalso-item__image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.pokdomcop-readalso-item:hover .pokdomcop-readalso-item__title {
  color: #2ecc71;
}
.pokdomcop-readalso-item:visited {
  color: #000;
}
.pokdomcop-readalso-item__image {
  height: 254px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.pokdomcop-readalso-item__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.pokdomcop-readalso-item__info {
  height: calc(100% - 254px);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pokdomcop-readalso-item__info-date {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #2ecc71 !important;
}
.pokdomcop-readalso-item__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}
.pokdomcop-readalso-item__summary {
  line-height: 1.4;
  font-size: 14px;
}
.pokdomcop-home-body {
  /*min-height: 200px;*/
  background-color: #f5f5f5;
}
.pokdomcop-home-body__header {
  position: -webkit-sticky;
  position: sticky;
  height: 60px;
  top: 148px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  z-index: 100;
}
.pokdomcop-home-body__header-wrap {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  height: 60px;
  overflow: hidden;
}
.pokdomcop-home-body__header-sections {
  margin-right: 335px;
  overflow: hidden;
  overflow-x: scroll;
}
.pokdomcop-home-body__header-sections-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
}
.pokdomcop-home-body__header-sections-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  cursor: pointer;
}
.pokdomcop-home-body__header-sections-items .item:hover {
  color: #000;
}
.pokdomcop-home-body__header-tools {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.pokdomcop-home-body__header-providers {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}
.pokdomcop-home-body__header-filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 0 0 10px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  cursor: pointer;
  z-index: 101;
}
.pokdomcop-home-body__header-search .search-input {
  position: relative;
  cursor: pointer;
}
.pokdomcop-home-body__header-search .icon svg {
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.pokdomcop-home-body__header-search .search-input__field {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  cursor: pointer;
  height: 40px;
  padding: 12px 35px 12px 40px;
  width: 240px;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.pokdomcop-home-body__header-search
  .search-input__field::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 700;
}
.pokdomcop-home-body__header-search .search-input__field::-moz-placeholder {
  color: #aaa;
  font-weight: 700;
}
.pokdomcop-home-body__header-search .search-input__field:-ms-input-placeholder {
  color: #aaa;
  font-weight: 700;
}
.pokdomcop-home-body__header-search
  .search-input__field::-ms-input-placeholder {
  color: #aaa;
  font-weight: 700;
}
.pokdomcop-home-body__header-search .search-input__field::placeholder {
  color: #aaa;
  font-weight: 700;
}
.pokdomcop-home-body__games {
  max-width: 335px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.pokdomcop-home-body__games-banner {
  margin-top: 30px;
}
.pokdomcop-home-body__games-banner .owl-carousel.owl-loaded {
  position: relative;
}
.pokdomcop-home-body__games-banner .owl-carousel.owl-loaded .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.pokdomcop-home-body__games-banner .owl-carousel.owl-loaded .owl-dots .owl-dot {
  outline: 0;
}
.pokdomcop-home-body__games-banner
  .owl-carousel.owl-loaded
  .owl-dots
  .owl-dot:not(:last-child)
  span {
  margin-right: 23px;
}
.pokdomcop-home-body__games-banner
  .owl-carousel.owl-loaded
  .owl-dots
  .owl-dot
  span {
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.5);
}
.pokdomcop-home-body__games-banner
  .owl-carousel.owl-loaded
  .owl-dots
  .owl-dot.active
  span {
  background: #fff;
}
.pokdomcop-home-body__games-banner .slider {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  min-height: 267px;
  width: 100%;
}
.pokdomcop-home-body__games-banner .slider-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.pokdomcop-home-body__games-banner .slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
  display: block;
}
.pokdomcop-home-body__games-banner .slider-label {
  position: absolute;
  top: 0;
  left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px 5px 7px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #ffae00;
  border-radius: 0 0 5px 5px;
}
.pokdomcop-home-body__games-banner .slider-label__icon {
  margin-right: 5px;
  margin-top: -6px;
}
.pokdomcop-home-body__games-banner .slider-label__icon svg {
  width: 13.3px;
  height: 12.7px;
}
.pokdomcop-home-body__games-banner .slider-info {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 240px;
}
.pokdomcop-home-body__games-banner .slider-info__title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
}
.pokdomcop-home-body__games-banner .slider-info__button {
  width: 115px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
}
.pokdomcop-games__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 20px;
}
.pokdomcop-games__header-title {
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-left: 12px;
}
.pokdomcop-games__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 8px;
  max-width: 280px;
  margin: 0 auto;
}
.pokdomcop-games__grid-banner {
  display: block;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  margin: 12px 0;
  width: 100%;
  height: 100%;
}
.sd-banar {
  height: 182px;
  position: relative;
  padding: 20px 0 20px 27px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.sd-banar__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.sd-banar__title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.sd-banar__description,
.sd-banar__title {
  width: 150px;
  height: auto;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}
.sd-banar__description {
  color: #fff;
  font-size: 12px;
  margin: 3px 0 18px;
}
.pokdomcop-games__grid-game {
  position: relative;
  width: 136px;
  height: 86px;
  border-radius: 15px;
  background: #eee;
  overflow: hidden;
}
.pokgamez {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
}
.pokgamez__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.pokgamez__overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 15px;
}
.pokgamez__title {
  display: block;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.pokgamez .buttton-demo {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-top: 12px;
  border-bottom: 1px solid #999;
}
.pokgamez:hover .pokgamez__overlay {
  opacity: 1;
}
.pokdomcop-home-txt {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.pokdomcop-home-txt__article {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  padding: 30px 0 70px;
  color: #999;
  line-height: 20px;
}
.pokdomcop-home-txt__article-expand {
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  border-bottom: 1px dashed #2ecc71;
}
.pokdomcop-home-txt__article-content {
  overflow: hidden;
  max-height: 145px;
  padding-top: 3px;
}
.pokdomcop-home-txt__article-content.expand {
  max-height: 100%;
}
.pokdomcop-home-txt__article-content.page-txt h1 {
  font-size: 24px;
}
.pokdomcop-home-txt__article-content.page-txt h2 {
  font-size: 22px;
}
.pokdomcop-home-txt__article-content.page-txt h3 {
  font-size: 20px;
}
.pokdomcop-home-txt__article-content.page-txt h4 {
  font-size: 18px;
}
.pokdomcop-home-txt__article-content.page-txt h5 {
  font-size: 16px;
}
.pokdomcop-home-txt__article-content.page-txt h6 {
  font-size: 15px;
}
.pokdomcop-home-txt__article-content.page-txt p {
  margin: 25px 0 20px;
}
.pokdomcop-home-txt__article-content.page-txt a {
  font-weight: 700;
}
.pokdomcop-home-txt__article-content.page-txt ol,
.pokdomcop-home-txt__article-content.page-txt ul {
  padding-left: 0;
  list-style-position: inside;
}
.pokdomcop-home-txt__article-content.page-txt ol li,
.pokdomcop-home-txt__article-content.page-txt ul li {
  padding: 12px 0;
}
.pokdomcop-home-txt__article-content.page-txt ol li:first-child,
.pokdomcop-home-txt__article-content.page-txt ul li:first-child {
  padding-top: 24px;
}
.pokdomcop-conteyner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
}
.pokdomcop__pokland {
  min-height: 200px;
}
.pokdomcop__video {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pokdomcop__video-wrap {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48vh;
}
.pokdomcop__video .video-hero {
  width: 100%;
  height: 48vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.pokdomcop__video-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.pokdomcop__video-button {
  padding-bottom: 10px;
}
.pokdomcop__video-button .buttton {
  color: #fff !important;
}
.pokdomcop__bonuses {
  padding: 80px 0;
}
.pokdomcop__sect-description,
.pokdomcop__sect-title {
  text-align: center;
}
.pokdomcop__bonuses-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -15px 0;
}
.pokdomcop__bonuses-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.pokdomcop__bonuses-item-wrap {
  height: 100%;
}
.pokdomcop__bonuses-button {
  margin-top: 20px;
}
.pokdomcop__bonuses-button .buttton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
}
.pokdomcop__welcome {
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f2f2;
}
.pokdomcop__welcome .pokdomcop__sect-description,
.pokdomcop__welcome .pokdomcop__sect-title {
  color: #fff;
}
.pokdomcop__welcome-image {
  padding: 0 15px 20px;
  max-width: 100%;
  margin: 0 auto;
}
.pokdomcop__welcome-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.pokdomcop__welcome-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pokdomcop__welcome-summary-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #fff;
}
.pokdomcop__welcome-summary-item:first-child {
  margin-bottom: 20px;
}
.pokdomcop__welcome-summary-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}
.pokdomcop__welcome-summary-item-wrap .summary-item {
  font-weight: 700;
  font-size: 22px;
}
.pokdomcop__welcome-summary-item-wrap .summary-item::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 3px 6px 3px 0;
  font-size: 0;
  background: #9be353;
  border-radius: 100%;
}
.pokdomcop__welcome-summary-item-wrap .summary-item.tournaments::before {
  background: #39c;
}
.pokdomcop__welcome-button {
  margin-top: 30px;
  text-align: center;
}
.pokdomcop__advant {
  padding: 80px 0;
}
.pokdomcop__advant-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px -15px 0;
}
.pokdomcop__advant-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}
.pokdomcop__advant-item-img-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.pokdomcop__advant-title {
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 15px;
  height:40px;
}
.pokdomcop__advant-text {
  font-size: 15px;
}
.pokdomcop__social {
  padding: 80px 0;
  background-color: #fff;
}
.pokdomcop__social-media {
  margin-top: 40px;
  text-align: center;
}
.pokdomcop__social-media .social-logo {
  position: relative;
  margin: 10px;
  background-color: #2ecc71;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  padding-top: 13px;
}
.pokdomcop__social-media .social-logo img {
  width: 25px;
  height: 25px;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
}
.pokdomcop__social-media .social-logo:hover img {
  -o-object-position: -25px 0;
  object-position: -25px 0;
}
.pokdomcop__download {
  padding: 120px 0;
  background-size: cover;
  background: #fafafa url(/wp-content/themes/pokdomcop/img/poker/download.jpg);
}
.pokdomcop__download-button {
  max-width: 290px;
  margin: 0 auto;
}
.pokdomcop__download-button .buttton {
  min-height: 60px;
  width: 100%;
  color: #fff !important;
}
.pokdomcop-page-title {
  font-size: 38px;
  margin-bottom: 30px;
  line-height: 1.25;
}
.pokdomcop-info-title {
  font-size: 38px;
  margin-top: 20px;
}
.summary {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 1.5;
}
.page-txt {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.page-txt a {
  color: inherit !important;
  border-bottom: 1px solid #2ecc71;
  text-decoration: none;
}
.page-txt p {
  margin: 0 0 20px 0;
  line-height: 1.4;
}
.page-txt h2,
.page-txt h3,
.page-txt h4,
.page-txt h5,
.page-txt h6 {
  margin-bottom: 15px;
  line-height: 1.3;
}
.page-txt h2 {
  font-size: 25px;
}
.page-txt h3 {
  font-size: 22px;
}
.page-txt h4 {
  font-size: 19px;
}
.page-txt h5 {
  font-size: 18px;
}
.page-txt h6 {
  font-size: 17px;
}
.page-txt ol,
.page-txt ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
.page-txt ul {
  list-style: disc;
}
.page-txt ol {
  list-style: number;
}
.page-txt blockquote {
  position: relative;
  font-style: italic;
  margin: 20px 0;
  padding: 20px 0 12px 46px;
}
.page-txt blockquote p {
  margin: 4px 0;
}
.page-txt blockquote:before {
  content: " '' ";
  position: absolute;
  left: 4px;
  font-size: 50px;
  color: #000;
  font-weight: 900;
}
.page-txt table {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  border-collapse: collapse;
  border-spacing: 0;
}
.page-txt table tbody {
  display: block;
  font-size: 16px;
  width: 100%;
}
.page-txt table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  border-bottom: 1px solid #dedede;
}
.page-txt table tr:first-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #999;
  background: #eee;
  text-transform: uppercase;
}
.page-txt table tr:nth-child(2n) {
  background: #f9f9f9;
}
.page-txt table td {
  width: 100%;
  padding: 13px 10px;
  border-right: 1px solid #dedede;
}
span[data-code] {
  cursor: pointer;
}
span.span-link {
  text-decoration: underline;
}
.pokdomcop_paggination li {
  display: inline-block;
  padding: 4px 0;
  margin-left: 20px;
}
.pokdomcop_paggination li.prev-li {
  margin-right: 40px;
}
.pokdomcop_paggination li.next-li {
  margin-left: 40px;
}
.pokdomcop_paggination a,
.pokdomcop_paggination span {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
}
.pokdomcop_paggination span {
  color: #2ecc71;
}
.pokdomcop_paggination a {
  color: #999;
}
.pokdomcop_paggination a:hover {
  color: #2ecc71;
}
@media screen and (min-width: 375px) {
  .pokdomcop-home-body__games {
    max-width: 335px;
  }
  .pokdomcop-games__grid {
    grid-template-columns: repeat(auto-fill, minmax(163.5px, 1fr));
    max-width: 335px;
  }
  .pokdomcop-games__grid-game {
    width: 163.5px;
    height: 103.5px;
  }
}
@media screen and (min-width: 420px) {
  .pokdomcop-home-body__games {
    max-width: 360px;
  }
  .pokdomcop-games__grid {
    grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
    max-width: 360px;
  }
  .pokdomcop-games__grid-game {
    width: 176px;
    height: 111.4px;
  }
}
@media screen and (min-width: 520px) {
  .pokdomcop-home-body__games {
    max-width: 480px;
  }
  .pokdomcop-games__header-title {
    font-size: 16px;
  }
  .pokdomcop-games__grid {
    grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
    max-width: 480px;
  }
  .pokdomcop-games__grid-game {
    width: 236px;
    height: 149px;
  }
  .pokgamez .buttton-demo {
    margin-top: 15px;
  }
}
@media screen and (min-width: 620px) {
  .pokdomcop-home-body__games {
    max-width: 580px;
  }
  .pokdomcop-games__grid {
    grid-template-columns: repeat(auto-fill, minmax(186px, 1fr));
    grid-gap: 11px;
    max-width: 580px;
  }
  .pokdomcop-games__grid-banner {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  .pokdomcop-games__grid-banner-sq {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    margin: 0;
  }
  .sd-banar {
    height: 247px;
  }
  .pokdomcop-games__grid-game {
    width: 186px;
    height: 118px;
  }
  .pokdomcop__bonuses-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .error_404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 30px;
    text-align: left;
  }
  .error_404 .buttton {
    width: 280px;
    margin: 0 auto;
  }
  .error_404__img {
    width: 448px;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .error_404__info {
    width: 215px;
    margin-right: 50px;
  }
  .error_404__title {
    margin-bottom: 30px;
  }
  .pokdomcop-home-body__games {
    padding-top: 30px;
    max-width: 728px;
  }
  .pokdomcop-games__grid {
    grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
    grid-gap: 16px;
    max-width: 728px;
  }
  .pokdomcop-games__grid-banner {
    margin: 0;
  }
  .sd-banar {
    width: 480px;
    height: 306px;
    padding: 40px;
  }
  .sd-banar__title {
    width: 225px;
    height: auto;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    line-height: 36px;
  }
  .sd-banar__description {
    width: 200px;
    height: auto;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    line-height: 24px;
    margin: 15px 0 30px;
  }
  .pokdomcop-games__grid-game {
    width: 232px;
    height: 145px;
  }
  .pokdomcop__welcome-image {
    max-width: 80%;
  }
  .pokdomcop__welcome-summary-item:first-child {
    margin-bottom: 0;
  }
  .pokdomcop__welcome-summary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pokdomcop__advant-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 880px) {
  .pokdomcop-home-body__games {
    max-width: 840px;
  }
  .pokdomcop-games__grid {
    grid-template-columns: repeat(auto-fill, minmax(269px, 1fr));
    grid-gap: 16px;
    max-width: 840px;
  }
  .sd-banar {
    width: 554px;
    height: 356px;
  }
  .pokdomcop-games__grid-game {
    width: 269px;
    height: 170px;
  }
}
@media screen and (min-width: 992px) {
  .error_404 {
    padding: 80px 0 70px;
  }
  .error_404__img {
    width: 520px;
  }
  .pokdomcop-home-body__games {
    padding-bottom: 70px;
    max-width: 912px;
  }
  .pokdomcop-games__header-title {
    font-size: 20px;
  }
  .pokdomcop-games__grid {
    grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
    grid-gap: 16px;
    max-width: 912px;
  }
  .sd-banar {
    width: 448px;
    height: 290px;
  }
  .pokdomcop-games__grid-game {
    width: 216px;
    height: 137px;
  }
  .pokdomcop-header__auth .pokdomcop-header__auth-poker-menu {
    display: block;
    padding-right: 40px;
  }
  .pokdomcop-navpoker {
    display: none;
  }
  .pokdomcop-home-body__header {
    top: 118px;
  }
  .pokdomcop__advant-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .error_404 {
    padding-bottom: 90px;
  }
  .error_404__img {
    width: 610px;
  }
  .error_404__info {
    margin-right: 80px;
    width: 270px;
  }
  .error_404__title {
    font-size: 38px;
  }
  .error_404__text {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .pokdomcop-home-body__games {
    max-width: 1160px;
    margin: 0 auto;
  }
  .pokdomcop-games__grid {
    grid-template-columns: repeat(auto-fill, minmax(278px, 1fr));
    grid-gap: 16px;
    max-width: 1160px;
  }
  .sd-banar {
    width: 572px;
    height: 368px;
    padding: 50px;
  }
  .pokdomcop-games__grid-game {
    width: 278px;
    height: 176px;
  }
  .pokdomcop-conteyner {
    padding: 0;
  }
  .pokdomcop__bonuses-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .pokdomcop-category__wrap {
    max-width: 950px;
  }
  .pokdomcop-home-txt__article {
    padding: 30px 40px 70px;
  }
  .pokdomcop-home-body__header {
    padding: 0 40px;
  }
  .pokdomcop-home-body__header-search .search-input__field {
    width: 40px;
    padding-left: 38px;
    padding-right: 0;
  }
  .pokdomcop-home-body__header-search .icon svg {
    left: 5px;
  }
  .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .pokdomcop-header__wrap {
    padding: 24px 19px;
  }
  .pokdomcop-breadcrumbs {
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
  }
  .pokdomcop-footer__pays-item {
    width: 88px;
    height: 60px;
  }
  .pokdomcop-footer__pays-item img {
    width: 80%;
  }
  .pokdomcop-category__wrap {
    max-width: 730px;
    padding: 30px 0 70px;
  }
  .pokdomcop-news-item__image {
    width: 320px;
    height: auto;
    min-width: 320px;
    background-position: 50%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pokdomcop-news-item__info {
    padding: 20px;
  }
  .pokdomcop-news-item__title {
    font-size: 20px;
  }
  .pokdomcop-news-item__summary {
    font-size: 14px;
  }
  .pokdomcop-category__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .pokdomcop-category__list .pokdomcop-category-item-wrap {
    grid-column: auto;
  }
  .pokdomcop-category__list .pokdomcop-category-item-wrap:first-child {
    margin-bottom: 20px;
    height: auto;
    grid-column: auto;
  }
  .pokdomcop-category__list
    .pokdomcop-category-item-wrap:first-child
    .pokdomcop-category-item {
    display: block;
    height: 510px;
  }
  .pokdomcop-category__list
    .pokdomcop-category-item-wrap:first-child
    .pokdomcop-category-item__image {
    height: 200px;
  }
  .pokdomcop-category__list
    .pokdomcop-category-item-wrap:first-child
    .pokdomcop-category-item__info {
    width: 100%;
    max-width: 100%;
  }
  .pokdomcop-home-txt__article {
    padding: 30px 20px 20px;
  }
  .pokdomcop-home-body__header {
    padding: 0 20px;
  }
  .pokdomcop-home-body__header-sections {
    margin-right: 110px;
  }
  .pokdomcop-home-body__games-banner {
    margin-top: 0;
  }
  .pokdomcop-home-body__games-banner .slider {
    min-height: 227px;
  }
  .pokdomcop-home-body__games-banner .slider-info__title {
    font-size: 20px;
  }
  .pokdomcop-article__header-wrap {
    width: 100%;
    padding: 20px 20px 30px;
  }
  .pokdomcop-article__header-title {
    font-size: 24px;
  }
  .return.buttton {
    width: 85px;
    height: 30px;
    font-size: 12px;
  }
  .pokdomcop-article__body-wrap {
    padding: 60px 20px 70px;
    width: 100%;
  }
  .wrapper {
    width: 100%;
    max-width: 728px;
  }
  .pokdomcop-readalso-item__image {
    height: 154px;
  }
  .pokdomcop-readalso-item__info {
    padding: 20px;
    height: calc(100% - 154px);
  }
  .pokdomcop-readalso-item__title {
    font-size: 15px;
    font-weight: 700;
  }
  .pokdomcop-readalso-item {
    width: 232px;
    height: 360px;
  }
  .pokdomcop-readalso-item__info-date {
    margin-bottom: 0;
  }
  .page-txt {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .custom-logo-link {
    display: block;
    max-width: 32px;
    overflow: hidden;
  }
  .custom-logo-link img {
    max-width: none;
  }
  .pokdomcop-header__wrap {
    padding: 19px;
  }
  .pokdomcop-home-body__header {
    top: 138px;
  }
  .pokdomcop-header__auth {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pokdomcop-header__auth .buttton {
    margin-right: 0;
  }
  .pokdomcop-header__auth .buttton-login,
  .pokdomcop-header__auth .buttton-regist {
    display: none;
  }
  .pokdomcop-header__auth .buttton-reglog {
    display: block;
  }
  .pokdomcop-header__auth .buttton-reglog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pokdomcop-header__auth-missions {
    display: none;
  }
  .pokdomcop-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
  .pokdomcop-footer__info-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .pokdomcop-footer__info-item {
    max-width: 200px;
  }
  .pokdomcop-footer__info-item:not(:last-child) {
    margin: 0 30px 35px 0;
  }
  .pokdomcop-category__wrap {
    max-width: 730px;
    padding: 30px 20px 70px;
  }
  .pokdomcop-category .pokdomcop-news-item {
    display: block;
    height: auto;
  }
  .pokdomcop-category .pokdomcop-news-item__image {
    height: 250px;
    width: 100%;
  }
  .pokdomcop-category .pokdomcop-news-item__info-date {
    margin-bottom: 0;
  }
  .pokdomcop-category__list {
    display: block;
    max-width: 420px;
    margin: 0 auto;
  }
  .pokdomcop-category__list > div {
    margin-bottom: 20px;
  }
  .pokdomcop-category__list
    .pokdomcop-category-item-wrap
    .pokdomcop-category-item,
  .pokdomcop-category__list
    .pokdomcop-category-item-wrap:first-child
    .pokdomcop-category-item {
    height: auto;
  }
  .pokdomcop-category__list
    .pokdomcop-category-item-wrap
    .pokdomcop-category-item__title,
  .pokdomcop-category__list
    .pokdomcop-category-item-wrap:first-child
    .pokdomcop-category-item__title {
    font-size: 20px;
  }
  .pokdomcop-category .title {
    text-align: center;
  }
  .pokdomcop-home-body__header-sections-items .item {
    font-size: 12px;
  }
  .pokdomcop-home-body__games-banner .slider {
    min-height: 165px;
  }
  .pokdomcop-home-body__games-banner .slider-info__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pokdomcop-home-body__games-banner .slider-info__button {
    width: 70px;
    height: 30px;
  }
  .pokdomcop-home-body__games-banner .slider-label {
    font-size: 10px;
    padding: 4px 10px 1px 7px;
  }
  .pokdomcop-home-body__games-banner .slider-label__icon {
    margin-top: -3px;
  }
  .pokdomcop-home-body__games-banner .owl-carousel.owl-loaded .owl-dots {
    bottom: 10px;
    right: 10px;
  }
  .pokdomcop-home-body__games-banner
    .owl-carousel.owl-loaded
    .owl-dots
    .owl-dot
    span {
    width: 10px;
    height: 10px;
  }
  .pokdomcop-home-body__games-banner
    .owl-carousel.owl-loaded
    .owl-dots
    .owl-dot:not(:last-child)
    span {
    margin-right: 5px;
  }
  .pokdomcop-article__read-also .wrapper {
    padding: 20px;
  }
  .pokdomcop-article__read-also .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .pokdomcop-article__body-wrap {
    padding: 30px 20px 40px;
  }
  .pokdomcop-article__read-also-list {
    display: block;
  }
  .pokdomcop-readalso-item {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pokdomcop-readalso-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pokdomcop-readalso-item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .pokdomcop-readalso-item__image {
    display: none;
  }
  .pokdomcop-readalso-item__info {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .pokdomcop-home-body__games-banner .slider {
    min-height: 122px;
  }
}
