/*!
Theme Name: pachinko
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: pachinko
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	box-sizing: border-box;
}

/**
 * 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: border-box;
}

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: 12px 0;
}

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
--------------------------------------------- */


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

ul,
ol {
	margin: 15px 0;
	padding-left: 20px;
}

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: inherit;
	text-decoration: none;
}


a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: none;
	border-radius: 0;
	background: transparent;
	color: inherit;
	padding: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: none;
}

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: none;
}

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: inherit;
	border: 0;
	background: #fff;
	border-radius: 10px;
	padding: 0;
	display: block;
	width: 100%;
	padding: 15px 20px;
}

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: inherit;
	outline: none;
}
label{
	font-weight: 500;
}
input{
  outline: none!important;
  border:none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;  
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 150px;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

.container {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 1469px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.small-container{
  max-width: 1030px;
}

html{
	scroll-behavior: smooth;
}
body{
	background: #E8FDFF;
	color: #004766;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	overflow-x: hidden;
}
*{
	color: inherit;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
}

h1{
	font-size: 60px;
	font-weight: bold;
	line-height: 75px;
	text-align: center;
	color: #B400BC;
	margin-bottom: 25px;
	text-shadow: 1px 1px 0 #FFE300, -1px -1px 0 #FFE300, 1px -1px 0 #FFE300, -1px 1px 0 #FFE300, 1px 1px 0 #FFE300;
	
}
h2{
	font-size: 38px;
	font-weight: bold;
	line-height: 42px;
	margin: 25px 0;
	color: #F43390;

}
h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin: 10px 0;
	color: #F43390;
}
h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 25.2px;
}
h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	margin: 21px 0 15px;
}
h6{
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}
.wp-block-table td, .wp-block-table th{
	border: none;
}
.wp-block-table tr{
	border-bottom: 0.72px solid #004766;
}
.wp-block-table td, .wp-block-table th{
	padding: 10px;
}
.wp-block-table tr td:first-child, .wp-block-table th{
	color: #FF1D58;
}
.wp-block-table tr:last-child{
	border-bottom: none;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 70px;
}
.shadow-effect{
	text-shadow: 1px 1px 0 #FFE300, -1px -1px 0 #FFE300, 1px -1px 0 #FFE300, -1px 1px 0 #FFE300, 1px 1px 0 #FFE300;
}
.decor-title{
	color: #FFF685;
	margin: 100px 0 85px;
	text-align: center;
}
.decor-title span{
	padding: 34px 95px;
	position: relative;
}
.decor-title span::after{
	content: '';
  background: url(./img/title_back.png) center / 100% no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  top: 0;
  position: absolute;
}
p, li{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.btn, .wp-block-button a, input[type="submit"], input[type="button"], button{
	display: inline-flex;
	text-align: center;
	align-items: center;
    justify-content: center;
	touch-action: manipulation;
	cursor: pointer;
	/*border: 2px solid transparent;*/
	background: transparent;
	padding: 15px;
	min-width: 448px;
    height: 60px;
  	font-size: 22px;
  	font-weight: bold;
	line-height: 28px;
	border-radius: 100px;
	border-bottom: 3px solid;
	border-right: 3px solid;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    outline: none!important;
    transition: color .1s, background .1s, border-color .1s;
}
.btn-blue{
	background-color: #5EE2FF;
	color: #0049B7;
	border-color: #F75990;
}
.btn-purple{
	background-color: #B400BC;
	color: #FFF685;
	border-color: #F75990;
}
.btn-pink, input[type="submit"], input[type="button"], .button{
	background-color: #F43390;
	color: #FFF685;
	border-color: #F75990;
}
.btn-dark-blue, .wp-block-button a{
	background-color: #7994FF;
	color: #FFF685;
	border-color: #00DDFF;
}
.btn-darkness-blue{
	background-color: #0049B7;
	color: #FFF685;
	border-color: #FE89FE;
}
.btn-mini, .wp-block-button a{
	height: 45px;
	padding: 8px 24px;
	min-width: 380px;
}
.btn-centered{
	display: flex;
	justify-content: center;
}
.btn-end{
	display: flex;
	justify-content: flex-end;
}
.wp-block-buttons{
	margin: 25px 0 50px;
}
.btn-margin{
	margin-bottom: 75px;
}
.btn-loading{
	opacity: .5;
}
.emoji{
	height: 18px!important;
	width: 18px!important;;
	object-fit: contain!important;;
}
.wp-block-columns{
	margin: 40px 0;
}
.row{
	display: flex;
	flex-wrap: wrap;
	column-gap: 90px;
}
.main-col {
  flex: 0 0 auto;
  width: calc(75% - 90px);
}
.aside-col{
	flex: 0 0 auto;
  width: 25%;
}
h1.entry-title, .entry-header h1{
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
}
.site-single .post-thumbnail, .entry-content>figure{
	width: 100%;
	margin: 25px 0;
}
.entry-content>figure>img{
	max-height: 500px;
	width: 100%;
	object-fit: cover;
}
.archive-description{
	text-align: center;
	margin-bottom: 75px;
}
.header{
	background: #F75990;
  z-index: 3;
  position: relative;
}
.site-desc{
	background: #F75990;
	padding: 17px 0;
	color: #fff;
}
.site-desc .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-desc .text-1{
	font-size: 22px;
	line-height: 26px;
	color: #FFF685;
}
.site-desc p{
	font-weight: bold;
	margin: 0;
}
.header .branding{
	position: absolute;
    top: 20px;
    left: 50%;
    max-height: 201px;
    height: calc( 119px + (201 - 119)*((100vw - 300px) /(1600 - 300)));
    transform: translateX(-50%);
}
.header .branding img{
	width: auto;
	height: 100%;
	object-fit: contain;
}
.header ul, .footer ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#header-menu{
	display: flex;
  width: 45%;
  gap: 25px;
  flex-wrap: wrap;
}
.header nav{
	padding: 17px 0;
	background: #FF1D58;
}
.header li a{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
	display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color .2s linear;
} 
.header li a img{
	max-height: 18px;
	width: auto;
	object-fit: contain;
}
.header .menu-item-has-children{
	position: relative;
	cursor: pointer;
}
.header .sub-menu{
	display: flex;
	flex-direction: column;
	padding: 0 5px;
	background: #B400BC;
	min-width: 160px;
}
.header .sub-menu-wrap{
	position: absolute;
	padding-top: 40px;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s linear;
}
.header .menu-item-has-children.open .sub-menu-wrap{
	opacity: 1;
	visibility: visible;
	display: block;
}
@media (min-width: 1065px) {
	.header .menu-item-has-children:hover>.sub-menu-wrap{
		opacity: 1;
		visibility: visible;
	}
}
.header .sub-menu a{
	display: flex;
	padding: 7px 10px;
	border-bottom: 1px solid #FFF685;
}
.burger{
	display: none;
}
.site-main{
	position: relative;
	/*background-image: url(./img/bg.png);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;*/
  min-height: 60vh;
  padding-top: 130px;
}
.site-main::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 668px;
	background-image: url(./img/bg.png);
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.banner{
	display: grid;
  grid-template-columns: 1.2fr 1fr;
  margin-bottom: 97px;
}
.banner h1{
	margin-bottom: 34px;
	text-align: left;
}
.banner ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 35px;
}
.banner li{
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 10px;
	display: flex;
	position: relative;
}
.banner li::before{
	content: '';
	background: url(./img/check.png) center/contain no-repeat;
	position: absolute;
	top: 5px;
	left: 15px;
	width: 35px;
	height: 27px;
}
.banner li span{
	background-color: #FFF685;
	padding: 5px 15px 5px 57px;
}
.certificate{
	max-width: 960px;
	margin: 75px auto;
	background: #FFFEF7;
	position: relative;
	padding: 140px 80px 135px;
	overflow: hidden;
}
.wp-block-columns .certificate{
	margin: 0;
}
.certificate h1, .certificate h2, .certificate h3, .certificate h4, .certificate h5, .certificate h6{
	color: #F43390;
	margin: 25px 0;
}
.certificate ul{
	list-style-type: none;
	padding-left: 0;
	columns: 2;
	margin: 40px 0;
	gap: 50px;
}
.certificate li{
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 21px;
	padding-left: 42px;
	position: relative;
}
.certificate li::before{
	content: '';
	background: url(./img/check-purple.png) center/contain no-repeat;
	position: absolute;
	top: 5px;
	left: 0;
	width: 35px;
	height: 27px;
}
.certificate::after{
	content: '';
  position: absolute;
  bottom: -74px;
  right: -92px;
  background: url(./img/decor.png) center / contain no-repeat;
  width: 450px;
  height: 450px;
  transform: rotateY(180deg);
}
.certificate .decor{
	position: absolute;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
}
.certificate .top-border{
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
}
.certificate .bottom-border{
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
}
.home .certificate{
	max-width: unset;
	margin: 75px auto 25px;
	padding: 210px 77px 184px;
}
.home .certificate::after{
	transform: none;
	bottom: -180px;
  left: -59px;
  width: 580px;
  height: 580px;
}
.home .certificate h2{
	text-align: center;
}
.blue-back{
	position: relative;
	padding: 100px 0 48px;
	color: #fff;
	margin-top: 100px;
	margin-bottom: 75px;
}

.blue-back h1, .blue-back h2, .blue-back h3, .blue-back h4, .blue-back h5, .blue-back h6{
	color: #fff;
}
.blue-back::after{
	content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 175px solid transparent;
  border-right: 175px solid transparent;
  border-top: 72px solid #E8FDFF;
}
.blue-back::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: #7994FF;
	z-index: -1;
}
.blue-back_ofset{
	margin-bottom: 0;
}
.blue-back_ofset-home{
	margin-bottom: 0;
	padding-bottom: 0;
}
.blue-back_ofset-home::before{
	height: calc(100% - 300px);
}
.blue-back_ofset::before{
	height: calc(100% + 300px);
}
.gold-cards{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 23px;
}
.gold-cards-swiper{
	margin: 50px 0;
}
.gold-cards h2{
	color: #00DDFF;
	text-decoration: underline;
}
.gold-cards .sub_title{
	font-weight: 700;
	margin-bottom: 30px;
}
.gold-cards .content{
	color: #2A2A2A;
}
.gold-cards .category{
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	color: #fff;
}
.gold-cards .category a{
	padding: 13px 34px;
	display: block;
	background: linear-gradient(90deg, #D2B65B 0%, #F1DD80 100%);
}
.gold-cards .card{
	background: #fff;
	padding: 60px 32px 32px;
	text-align: center;
	border: 15px solid;
	border-image-source: linear-gradient(90deg, #A57D24 -9.9%, #A57D24 7.76%, #D8BD62 43.08%, #F1DD80 61.92%, #FBF2A8 74.88%, #F1DD80 89.01%, #A57D24 107.84%);
	border-image-slice: 1;
	position: relative;
	height: auto;
	width: auto;
}
.gold-cards .image-wrap{
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.gold-cards img{
	width: 100%;
  max-height: 222px;
  object-fit: cover;
}
.phone-wrap{
	padding: 8px 0;
	position: relative;
	border-radius: 50px;
	max-width: 600px;
	height: 297px;
}
.phone-wrap::before{
	content: '';
	background: url(./img/phone-frame.png) center/100% no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.phone-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50px;
}
.phone-wrap .decor1, .phone-wrap .decor2, .phone-wrap .decor3{
	  width: auto;
    position: absolute;
    height: auto;
    border-radius: 0;
    object-fit: contain;
}
.phone-wrap .decor1{
	top: -10px;
  left: -7px;
}
.phone-wrap .decor2{
	bottom: 55px;
	right: -5px;
	display: none;
}
.phone-wrap .decor3{
	bottom: -40px;
  right: -42px;
}

.phone-wrap.second .decor1, .phone-wrap.second .decor3{
	display: none;
}
.phone-wrap.second .decor2{
	display: block;
}
.inline-phone-wrap:nth-of-type(2) .decor1, .inline-phone-wrap:nth-of-type(even) .decor3{
  display: none;
}
.cards-category{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin: 35px 0 50px;
}
.cards-category .card{
	text-align: center;
}
.cards-category .image-wrap{
	margin: 0 auto 25px;
}
.cards-category h3{
	color: #FFF685;
}
.cards-category .flag{
	position: absolute;
	background: url(./img/title_back_side.png) center / 100% no-repeat;
  background-size: 100% 100%;
	display: block;
	left: 9px;
	top: 34px;
	font-weight: 700;
	color: #FFF685;
	padding: 13px 27px 13px 13px;
}
.casino-wrap{
	background: #fff;
	border-radius: 30px;
	padding: 76px 114px 76px 125px;
	color: #2A2A2A;
	display: grid;
  grid-template-columns: 1fr 312px;
  grid-gap: 33px;
  align-items: flex-end;
  position: relative;
}
.casino-wrap .decor{
	position: absolute;
  top: 0;
  right: 184px;
}
.casino-wrap .body{
	margin-bottom: 35px;
}
.casino-wrap h2{
	color: #00DDFF;
	padding-bottom: 35px;
	margin-bottom: 35px;	
	border-bottom: 2px solid #F43390;
}
.catalog{
	background: #6F8BFF;
	border-radius: 30px;
	padding: 50px 44px;
	margin: 50px 0;
	color: #fff;
}
.catalog h2{
	color: #fff;
}
.cards-game{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 44px;
	margin: 35px 0;
}
.cards-game .image-wrap{
	height: 180px;
  width: 100%;
  border: 2.8px solid #00DDFF;
  background: #00DDFF;
  margin: 0 auto 11px;
  position: relative;
}
.cards-game .image-wrap a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}
.cards-game .post-thumbnail{
	height: 100%;
	margin: 0;
}
.cards-game img{
	height: 100%;
  width: 100%;
  object-fit: cover;
}
.cards-game .title{
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}
.intro-columns{
	display: flex;
	gap: 32px;
}
.intro-columns .game-wrap{
	width: 66%;
	max-height: 522px;
	position: relative;
}
.intro-columns .game-wrap .background{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.intro-columns .play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.intro-columns .play-btn-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
}
.intro-columns .intro{
	flex: 1;
}
.game-modal{
	display: none;
	position: fixed;
  z-index: 4;
  background: rgba(1, 1, 1, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.game-modal .close{
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
}
.game-modal iframe{
	width: 80%;
	height: 80%;
}
.game-modal.open{
	display: flex;
}
.steps{
	position: relative;
	max-width: 892px;
	margin: 75px auto;
	counter-reset: step;
	padding-bottom: 75px;
} 
.steps::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: #0049B7;
	z-index: -1;
}
.steps .head{
	color: #F43390;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 23px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps .head svg{
	margin-left: 19px;
}
.steps .head::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background: #00409F;
	z-index: -1;
}
.steps .wrap{
	padding: 80px 0 0;
	position: relative;
}
.steps .wrap::before{
	content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 175px solid transparent;
  border-right: 175px solid transparent;
  border-top: 72px solid #00409F;
}
.steps .wrap .decor{
	position: absolute;
  right: -53px;
  bottom: 12%;
}
.single-games .steps .wrap .decor{
  right: -88px;
  bottom: 42px
}
.steps h2{
	color: #FFE300;
	text-align: center;
}
.step{
	background: #fff;
	border-radius: 30px;
	padding: 25px 25px 25px 100px;
	position: relative;
	margin: 44px 0;
}
.step .content{
	position: relative;
}
.step .content::before{
	counter-increment: step;
  content: counter(step);
  font-size: 60px;
  line-height: 75px;
  color: #FFE300;
  position: absolute;
  top: -59px;
  left: -130px;
  width: 91px;
  height: 91px;
  border-radius: 100%;
  background: #F43390;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.step .body{
	flex: 1;
}
.step h3{
	color: #F43390;
}
.step .content{
	display: flex;
	grid-gap: 27px;
}
.step .content img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.step .image-wrap{
	margin-top: 30px;
	max-width: 220px;
}
.step .swiper-button-next, .step .swiper-button-prev{
	width: 45px;
	height: 45px;
	background: #7994FF;
	border-radius: 100%;
	border-width: 0px 3px 3px 0px;
	border-style: solid;
	border-color: #00DDFF;
	top: unset;
  bottom: 0;
}
.step .swiper-button-next:after, .step .swiper-button-prev:after{
	color: #fff;
	font-size: 17px;
}
.payments{
	    display: none;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(6, 1fr); */
    gap: 45px;
    margin-top: 20px;
    justify-content: center;
    
}
.payments.open{
	display: flex;
}
.payment_wrap .head{
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
}
.payment_wrap .head span{
	text-decoration: underline;
}
.step .payments{
	margin-left: -126px;
}
.payments .icon-wrap{
	    height: 118px;
	  width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 9px;
    border-radius: 11px;
    background: #FFFFFF99;
}

.payments .icon-wrap img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: darken;
}
.payments .icon-wrap:first-of-type img{
	mix-blend-mode: unset;
}
.steps2{
	counter-reset: step2;
}
.steps2 .wrap .decor{
	display: none;
}
.steps2 .image-wrap{
	margin-top: 0;
	max-width: 350px;
}
.steps2 h2{
	color: #FFF685;
	text-align: center;
	margin-bottom: 50px;
}
.steps2 .step::after{
	content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 175px solid transparent;
  border-right: 175px solid transparent;
  border-top: 72px solid #6F8BFF;
}
.steps2 .step .top-decor{
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 208px solid transparent;
  border-right: 208px solid transparent;
  border-top: 86px solid #7994FF;
}
.steps2 .step:first-of-type::after{
	content: unset;
}
.steps2 .step:first-of-type .top-decor{
	display: none;
}
.steps2 .step:last-of-type{
	margin-bottom: 35px;
}
.steps2 .step .content::before{
	counter-increment: step2;
  content: counter(step2);
  left: -126px;
  top: calc(50% - 45.5px);
}
.steps2 .step{
	background: #6F8BFF;
	margin: 12px 0;
	padding: 70px 50px 50px 176px;
}
.steps2 .step .content{
	align-items: center;
}
.site-advert{
	display: flex;
}
.aside-col .site-advert{
	display: flex;
	justify-content: flex-end;
	position: sticky;
  position: -webkit-sticky;
  top: 10px;
}

.faqs{
	width: 75%;
  background: #FE89FE;
  padding: 59px 75px 50px;
  border-radius: 30px;
  margin: 100px 0;
  counter-reset: section;
  position: relative;
}
#faqs{
	position: relative;
}
#faqs>img{
	position: absolute;
  top: 50%;
  max-height: unset;
  width: 33%;
  object-fit: contain;
  transform: translateY(-50%);
  right: 0;
}
.faq{
	background: #fff;
	border-radius: 30px;
	padding: 25px 70px 25px 100px;
	margin-bottom: 39px;
	position: relative;
}
.faq::before{
	counter-increment: section;
  content: counter(section);
  font-size: 60px;
  line-height: 75px;
  color: #FFE300;
  position: absolute;
  top: -31px;
  left: -30px;
  width: 91px;
  height: 91px;
  border-radius: 100%;
  background: #F43390;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.faq:last-child{
	margin-bottom: 0;
}
.faq .title{
	color: #F43390;
}
.category .page-title, .blog .page-title{
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	color: #2D2D3D;
	padding: 24px;
	background: #fff;
	border: 2px solid #00DDFF;
	border-radius: 10px;
	text-shadow: unset;
}
.blog-cards{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-top: 85px;
}
.blog-cards article{
	background: #fff;
	padding: 12px;
	border-radius: 10px;
}
.blog-cards .image-wrap{
	height: 165px;
	width: 100%;
	background: #EF4896;
}
.blog-cards img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.entry-meta{
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-games .entry-meta{
	justify-content: flex-start;
	column-gap: 40px;
}
.entry-meta .review_wrap{
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
}
.entry-meta .review{
	margin-left: 10px;
	display: flex;
  align-items: center;
  gap: 8px;
}
.author_meta{
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #F43390;
}
.author_meta img{
	margin-right: 15px;
	width: 65px;
	height: 65px;
	border-radius: 100%;
	object-fit: cover;
}
.site-single .entry-header{
	margin: 65px 0 50px;
}

.author-bio{
	max-width: 970px;
	background: #FFF685;
	padding: 35px 50px;
	border-radius: 30px;
	margin: 75px 0;
}
.post_bcn{
	color: #B400BC;
}
.post_bcn a{
	color: #7994FF;
}
.single-post .row{
	column-gap: 78px;
}
.single-post .main-col{
	width: calc(85% - 78px);
}
.single-post .aside-col{
	width: 15%;
}
.comments-area{
	margin-bottom: 50px;
}
.comment-form .logged-in-as{
	font-style: italic;
  font-weight: 700;
}
.comment-form .logged-in-as a{
	text-decoration: underline;
}
.comment-form .form-submit{
	margin-top: 20px;
}
.comment-form .validation-error{
	color: red;
}
.comment-author .says{
	display: none;
}
.comment-list{
	margin-bottom: 50px;
}
.comment-list .comment{
	    padding: 21px 41px;
    background: #fff;
    border: 2px solid #00DDFF;
    margin-bottom: 10px;
    border-radius: 10px;
}
.comments-title span{
	color: #7994FF;
}
.comment-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}
.comment-author{
	display: flex;
	align-items: center;
	gap: 25px;
}
.comment-author img{
	border-radius: 100%;
}
.comment-date{
	color: #7994FF;
}

.comment-reply-link{
	color: #7994FF;
	text-decoration: underline;
}
.comment-content{
	padding-left: 90px;
}
.footer{
	background-color: #004766;
	padding: 35px 0 0;
	margin-top: 100px;
	color: #fff;
}
.footer h3{
	color: #DB2D96;
}
.footer ul{
	columns: 2;
}
.footer li{
	margin-bottom: 10px;
}
.footer li a{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.footer_wrap{
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  padding-bottom: 45px;
}
.footer .btn{
	text-transform: uppercase;
}
.footer .btn-end{
	margin-bottom: 47px;
}
.footer .disclamer{
	display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
.footer .disclamer svg{
	min-width: 60px;
	margin-left: 30px;
}
.footer-btns{
	display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-btns a{
	padding: 8px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	color: #FFF685;
	display: block;
}
.footer-btns .red{
	background: #FF1D58;
}
.footer-btns .blue{
	background: #5EE2FF;
}
@media (max-width: 1064px) {
	.header .branding{
		top: 45px;
		z-index: 5;
		height: 119px;
	}
	.site-desc{
		position: relative;
    z-index: 4;
	}
	.site-desc .text-2{
		display: none;
	}
	.burger{
		display: block;
		margin-left: auto;
		width: 16px;
		z-index: 4;
    	height: 16px;
    	position: relative;
	}
	.burger svg{
		display: none;
	}
	.burger-line{
		position: absolute;
		height: 4px;
		left: 0;
		width: 100%;
		background: #fff;
	}
	.burger-line-1{
		top: 0;
	}
	.burger-line-2{
		top: 50%;
		transform: translateY(-50%);
	}
	.burger-line-3{
		bottom: 0;
	}
	.menu-header-menu-container{
		position: fixed;
    padding: 210px 40px 40px;
    top: 0;
    left: 0;
    width: 100%;
    background: #FF1D58;
    height: 100%;
    z-index: 3;
    display: none;
	}
	.open .menu-header-menu-container{
		display: block;
	}
	.open .burger-line{
		display: none;
	}
	.open .burger svg{
		display: block;
	}
	.header ul{
		flex-direction: column;
	}
	.menu-header-menu-container>ul{
		gap: 25px;
	}
	.header .sub-menu-wrap{
		position: relative;
    padding-top: 20px;
    margin: 0 25px;
    display: none;
	}
	.decor-title span{
		display: block;
	}
	.casino-wrap{
		grid-template-columns: repeat(1, 1fr);
    padding-top: 247px;
    overflow: hidden;
	}
	.casino-wrap .decor{
		width: 153px;
    right: 50%;
    transform: translateX(50%);
    top: -50px;
	}
	.casino-wrap .logo{
		order: -1;
    display: block;
    margin: 0 auto;
	}
	.cards-game{
		grid-template-columns: repeat(3, 1fr);
	}
	.steps .wrap .decor{
		display: none;
	}
	.faqs{
		width: 100%;
	}
	#faqs>img{
		display: none;
	}
	.footer_wrap{
		grid-gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}
	.footer .disclamer{
		text-align: center;
    flex-direction: column;
    gap: 30px;
	}
	.footer .btn-end{
		justify-content: center;
		margin-bottom: 30px;
	}
	.footer .disclamer svg{
		margin-left: 0;
		order: -1;
	}
}
@media (max-width: 850px) {
	.gold-cards{
		display: flex;
		grid-gap: 0;
	}
	.gold-cards-swiper .swiper-pagination{
		position: relative;
		margin-top: 15px;
	}
	.gold-cards-swiper .swiper-pagination-bullet-active{
		background: #EBD578;
	}
	.gold-cards .card{
		width: 100%;
	}
	.main-col, .aside-col{
		width: 100%!important;
	}
	.aside-col, .main-col-heading{
		order: -1;
	}
	.site-advert, .aside-col .site-advert{
		justify-content: center;
    margin-bottom: 30px;
    position: unset;
	}
	.banner{
		display: flex;
    flex-direction: column;
    align-items: center;
	}
	.banner h1{
		text-align: center;
	}
	.banner img{
		margin-top: -8px;
	}
	.certificate ul{
		columns: 1;
	}
	.casino-wrap{
		padding: 248px 15px 30px;
	}
	.casino-wrap .btn{
		width: 297px;
    margin: 0 auto;
    display: flex;
	}
	.casino-wrap h2{
		text-align: center;
	}
	.gold-cards .image-wrap img:last-child{
		display: none;
	}
	.gold-cards .image-wrap{
		grid-template-columns: 1fr;
	}
	.cards-category{
		grid-template-columns: 1fr;
	}
	.intro-columns{
		flex-direction: column;
	}
	.intro-columns .game-wrap{
		width: 100%;
	}
	.step{
		padding: 25px;
	}
	.step .content::before{
		font-size: 28px;
    line-height: 32px;
    position: unset;
    width: 43px;
    height: 43px;
    padding-bottom: 5px;
    margin: 0 auto;
    order: -1;
	}
	.step .content{
		flex-direction: column;
    align-items: center;
    text-align: center;
    grid-gap: 20px;
	}
	.step .image-wrap{
		order: -1;
		margin-top: 0;
	}
	.steps2 .step{
		padding: 60px 25px 25px;
	}
	.steps2 .step .top-decor{
		border-left: 175px solid transparent;
    border-right: 175px solid transparent;
    border-top: 62px solid #7994FF;
	}
	.steps2 .step::after{
		border-left: 146px solid transparent;
    border-right: 146px solid transparent;
    border-top: 50px solid #6F8BFF;
	}
	.step .payments{
		margin-left: 0;
		justify-content: center;
		gap: 10px;
	}
	.blog-cards{
		grid-template-columns: repeat(2, 1fr);
		margin-top: 50px;
	}
	.post_bcn{
		margin-bottom: 33px;
	}
}
@media (max-width: 700px) {
	.site-main{
		padding-top: 100px;
	}
	.site-single .entry-header{
		margin-top: 0;
	}
	.catalog{
		background: none;
		border-radius: 0;
		padding: 0;
	}
	.blue-back_ofset-home{
		padding-bottom: 10px;
	}
	.blue-back_ofset-home::before{
		height: 100%;
	}
	:where(.wp-block-columns.is-layout-flex){
		gap: 35px;
	}
}
@media (max-width: 600px) {
	.site-main::before{
		height: 390px;
		background-size: cover;
	}
	h1{
		font-size: 30px;
		line-height: 40px;
	}
	h2{
		font-size: 27px;
		line-height: 30px;
	}
	h3, .certificate li{
		font-size: 20px;
		line-height: 22px;
	}
	body, p, li{
		font-size: 16px;
		line-height: 19px;
	}
	.btn, .wp-block-button a{
		font-size: 20px;
		line-height: 28px;
		width: 100%;
	}
	.top-order{
		order: -1;
	}
	.btn, .btn-mini, .wp-block-button a, input[type="submit"], input[type="button"], button{
		min-width: unset;
		width: 100%;
	}
	.btn-mini, .wp-block-button a{
		height: 60px;
	}
	.banner .btn{
		width: 100%;
	}
	.banner li{
		background-color: #FFF685;
	}
	.decor-title{
		margin: 30px 0;
	}
	.decor-title span{
		padding: 14px 26px;
	}
	.certificate, .home .certificate{
		padding: 110px 23px 50px;
	}
	.certificate .decor{
		height: 84px;
	}
	.certificate::after, .home .certificate::after{
		bottom: -20px;
    left: -10px;
    width: 230px;
    height: 230px;
	}
	.home .certificate::after{
		right: -10px;
	}
	.certificate li{
		padding-left: 33px;
	}
	.certificate li::before{
		top: 0;
    width: 25px;
    height: 20px;
	}
	.gold-cards .card{
		padding: 60px 25px 25px;
		border-width: 10px;
	}
	.gold-cards .card h2{
		margin-bottom: 10px;
	}
	.gold-cards .sub_title{
		margin-bottom: 15px;
	}
	.gold-cards .category a{
		padding: 13px;
	}
	.cards-game{
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	.blue-back::after{
		border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 51px solid #E8FDFF;
	}
	.intro-columns .play-btn{
		max-width: 100px;
	}
	.phone-wrap .decor1 {
    height: 21px;
    top: -5px;
    left: -7px;
	}
	.phone-wrap .decor2{
		height: 40px;
    bottom: 5px;
	}
	.phone-wrap .decor3{
		bottom: -9px;
    height: 54px;
    right: -13px;
	}
	.game-modal iframe {
    width: 100%;
    height: 422px;
	}
	.steps{
		padding-bottom: 10px;
		margin: 50px 0;
	}
	.steps .wrap{
		padding-top: 45px;
	}
	.steps .head{
		font-size: 22px;
		line-height: 28px;
	}
	.step .image-wrap{
		max-width: 300px;
	}
	.steps .wrap::before{
		border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 51px solid #00409F;
	}
	
	.casino-wrap .btn{
		width: 100%;
	}
	#faqs::before{
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100vw;
		height: 100%;
		background: #FE89FE;
		z-index: -1;
	}
	.faqs{
		padding: 25px 0;
		background: none;
	}
	.faq{
		padding: 25px;
		text-align: center;
		margin-bottom: 10px;
	}
	.faq::before {
    font-size: 28px;
    line-height: 32px;
    position: unset;
    width: 43px;
    height: 43px;
    padding-bottom: 0;
    margin: 0 auto 20px;
  }
  .entry-content>figure>img{
  	max-height: 350px;
  }
  .author_meta img{
  	width: 45px;
  	height: 45px;
  }
  .author-bio{
  	padding: 20px 15px;
  	margin: 25px 0;
  }
  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{
  	padding: 10px;
  }
  .comment-list .comment{
  	padding: 32px 17px;
  }
  .comment-header{
  	flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .comment-author img{
  	height: 45px;
  	width: 45px;
  }
  .comment-date{
  	margin-left: 70px;
  }
  .comment-content{
  	    padding-left: 70px;
    margin-top: 29px;
  }
  .comment-reply{
  	margin-top: 20px;
  }
  .footer ul{
  	columns: 1;
  }
  .footer nav{
  	text-align: center;
  }
  .footer-btns{
	  grid-template-columns: repeat(1, 1fr);
	}
}
@media (max-width: 500px) {
	.payments .icon-wrap{
		width: calc(50% - 5px);
	}
	.entry-meta{
		flex-direction: column;	
		align-items: flex-start;
		gap: 10px;
	}
	.single-games .entry-meta{
		align-items: center;
	}

	.phone-wrap img{
		border-radius: 30px;
	}
	.phone-wrap{
		height: 197px;
	}
	.cards-game .image-wrap{
		width: 100%;
	}
	.blog-cards{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 5px;
	}
}