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

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

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

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

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

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

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

/* 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: 52px;
	margin: 25px 0 35px 0;
	line-height: 52px;
}

/* 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;
}
.hidden{
	display:none;
}
/**
 * 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
--------------------------------------------- */
.container{
	/*max-width: 1440px;*/
	max-width: 1304px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
	position: relative;
}
.container-club {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    position: relative;
	display: flex
}
#secondary{
	float:left;
	width:327px;
	min-height:calc(100vh - 228px);
	background-color:#EEF1F7;
	padding:43px 30px 70px 69px;
}
#primary{
	float:left;
	width:calc(100% - 327px);
	padding:43px 68px 70px 77px;
}


/* 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
--------------------------------------------- */
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('./fonts/BasisGrotesquePro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('./fonts/BasisGrotesquePro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basisgrotesquepro';
  src: url('./fonts/BasisGrotesquePro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Basisgrotesquepro, sans-serif;
	color: #101828;
	font-size: 16px;
	line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
h2{
	font-size: 48px;
}
section h2{
	margin-left: -4px;
	font-size: 43px;
}

p {
	margin-bottom: 1.5em;
	/*color:#5e5e5e;*/
	color: #333;
	line-height:1.5em;
	font-size: 18px;
}

#colophon p {
	color:#eef1f6;
	font-size: 14px;
}

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 0em;
	padding-left: 18px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li{
	font-size: 18px;
	color:#5e5e5e;
	line-height:1.5em;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}
/*header and page and footer*/
header.site-header{
	/*background-color:#eef1f6;*/
		position: relative;
}
#masthead{
	z-index: 1000;
	float: left;
	width:100%;
	padding: 0 24px;
}

footer{
	background-color:#101727;
	min-height: 150px;
	color:#eef1f6;
	padding: 40px 24px 20px;
}

/* 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: #7800ff;
}

a:visited {
	color: #7800ff;
}

a:hover
 {
	color: #ff4f13;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
a.no-decor{
	color: #101828;
	text-decoration:none;
}
a.no-decor:hover{
	color: #7800ff;
}

/*---*/
.button-violet{
	padding: 1px 20px;
    display: inline-block;
    border-radius: 24px;
    border: 1px solid;
    line-height: 33px;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
} 

.log-in{
	background:url('./images/ic-login.png') left 14px top no-repeat;
	padding-left: 46px;
    margin-top: 44px;
	margin-right: 68px;
}
.log-in:hover{
	background:url('./images/ic-login.png') left 14px bottom no-repeat;
	background-color: rgb(255,255,255, .25);
}

/* 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%;
}
input[type="text"]{
	width:100%;
	margin-top: 5px;
}
.container-lbox select{
	margin-top: 5px;
	padding: 7px 42px 7px 18px;
    border-radius: 20px;
    font-weight: 600;
    /*min-width: 295px;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    font-size: 14px;
}
.container-lbox select:not([multiple]) {
background: url(./images/ic-arr-down.png) center right 18px no-repeat;
}
.container-lbox textarea{
	width:100%;
	margin-top: 10px;
	border-radius:8px;
}
.container-lbox .wpcf7-list-item{
	display: block;
    margin: 0 0 0 1em;
    padding: 10px 0 0 0;
    color: #333;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
body.login{
	background-color: #eef1f6;
}
input[type=checkbox]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=radio]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #2271b1;
    outline: 2px solid transparent;
}
.login form {
    border-radius: 15px;
}
.login .button-primary {
    float: left;
    background: #7800ff;
    border: none;
    border-radius: 19px;
    margin-top: 15px;
    color: #fff;
    padding: 12px 35px 10px;
}
.login .button-primary:hover {
	background-color: #ff4f12;
}
.login h1 a {
    background-image: url(/wp-content/uploads/2022/07/logo_m2.png);
    background-size: 64px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #3c434a;
    height: 44px;
	width:64px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	/*padding-top: 47px;*/
}

.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;
	padding:0 18px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #000;
    font-weight: 600;
	font-size:16px;
}
.main-navigation a:hover {
	color:#7800ff;
}
.main-navigation li:first-child{
	padding-left:0;
}
/* Page club menu */
#primary .main-navigation .menu a {
	font-size: 16px;
	line-height: 25.6px;
	font-weight: 700;
}
/* 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;
}
.site-main .entry-content li{
	padding-bottom: 18px;
    padding-left: 12px;
}

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

/*---*/
.club-page .main-navigation{
	display: flex;
	align-items: center;
	margin-bottom:50px;
}
.club-page .main-navigation ul{
	padding-top: 0px;
	margin-left: -1px;
}

/* Posts and pages
--------------------------------------------- */
.icon-18{
	width: 18px;
    height: 18px;
    display: inline-block;
	margin-right: 8px;
    margin-bottom: -3px;
}
.icon-18.circle-question{
	background: url(./images/icon-18.png) left top no-repeat;
}
a:hover .circle-question{
	background: url(./images/icon-18.png) left -18px top no-repeat;
}
.icon-18.message-circle{
	background: url(./images/icon-18.png) left top -18px no-repeat;
}
a:hover .icon-18.message-circle{
	background: url(./images/icon-18.png) left -18px top -18px no-repeat;
}

.icon-18.folder{
	background: url(./images/icon-18.png) left top -36px no-repeat;
}
a:hover .icon-18.folder{
	background: url(./images/icon-18.png) left -18px top -36px no-repeat;
}
.icon-18.briefcase{
	background: url(./images/icon-18.png) left top -54px no-repeat;
}
a:hover .icon-18.briefcase{
	background: url(./images/icon-18.png) left -18px top -54px no-repeat;
}
.icon-18.log-out{
	background: url(./images/icon-18.png) left top -72px no-repeat;
}
a:hover .icon-18.log-out{
	background: url(./images/icon-18.png) left -18px top -72px no-repeat;
}

.icon-18.r6{
	background: url(./images/icon-18.png) left top -90px no-repeat;
}
a:hover .icon-18.r6{
	background: url(./images/icon-18.png) left -18px top -90px no-repeat;
}
.icon-18.r7{
	background: url(./images/icon-18.png) left top -126px no-repeat;
}
a:hover .icon-18.r7{
	background: url(./images/icon-18.png) left -18px top -126px no-repeat;
}
.icon-18.r8{
	background: url(./images/icon-18.png) left top -144px no-repeat;
}
a:hover .icon-18.r8{
	background: url(./images/icon-18.png) left -18px top -144px no-repeat;
}
.icon-18.r9{
	background: url(./images/icon-18.png) left top -162px no-repeat;
}
a:hover .icon-18.r9{
	background: url(./images/icon-18.png) left -18px top -162px no-repeat;
}
.icon-18.r10{
	background: url(./images/icon-18.png) left top -108px no-repeat;
}
a:hover .icon-18.r10{
	background: url(./images/icon-18.png) left -18px top -108px no-repeat;
}
.icon-18.r11{
	background: url(./images/icon-18.png) left top -180px no-repeat;
}
a:hover .icon-18.r11{
	background: url(./images/icon-18.png) left -18px top -180px no-repeat;
}

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

.post,
.page {
	margin: 0 0 1.5em;
	margin: 0 0 0 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/*---------------------------------------------------------------------*/
/* main-page */
/*---------------------------------------------------------------------*/
.page-template-page-main .site-header{
	color:#fff;
}
.page-template-page-main .site-header .wp-block-columns{
	height:92px;
}
.page-template-page-main .site-header .site-branding{
	/*display: none;*/
}
.site-header .wp-block-columns{
	    margin-bottom: 0;
}
.wp-container-2{
	/*display: flex;*/
	align-items: center;
}
.site-branding{
	padding: 53px 0 20px 50px;
}
.page-template-page-main .site-header .main-navigation{
	margin-top: 25px;
}
.page-template-page-main .site-header.active .main-navigation{
	margin-top: 0;
}
.page-template-page-main .site-header .main-navigation a{
	color:#fff;
}
.page-template-page-main .site-header.active .main-navigation a{
	color: #000;
}
.page-template-page-main .site-header a.button-violet{
	color:#fff;
	background: url(./images/ic-login-w.png) left 14px top no-repeat;
}
.page-template-page-main .site-header a.button-violet:hover{
	    background-color: rgb(255,255,255, .25);
}
.page-template-page-main .site-header.active .log-in{
    margin-top: 28px;
}

.page-template-page-main .site-header.active{
	background-color: #fff;
	position: fixed;
}
.page-template-page-main .site-header.active .main-navigation a{
	color: #000;
}
.page-template-page-main .site-header.active a.button-violet{
	color: #7800ff;
	background: url(./images/ic-login.png) left 14px top no-repeat;
	margin-right: -1px;
}
.page-template-page-main .site-header.active a.button-violet:hover{
	background: url(./images/ic-login.png) left 14px bottom no-repeat;
	color: #ff4f13;
}
.page-template-page-main .site-header.active .site-branding{
	display:block;
	padding: 18px 0 0px 0px;
}
/*---*/
.block-slider{
	height:754px;
	background: linear-gradient(299.4deg, #FF4F12 -0.9%, #7800FF 96.98%);
}
.slider-elements{
	width: 100%;
    height: 100%;
	position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-elements img.trigon-1{
	position: absolute;
	left: 376px;
	top: 141px;
	/*background: #FF4F12;*/
	/*transform: rotate(101.4deg);*/
}
.slider-elements img.trigon-2{
	position: absolute;
	left: 1122px;
	top: -271px;
}

.slider-text{
	width: 100%;
    height: 100%;
	position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	color:#fff;
}
.slider-text .slogan-1{
	position: absolute;
	left: 180px;
	top: 180px;
	font-weight: 500;
	font-size: 115px;
	line-height: 140%;
	margin: 0;
}
.slider-text .slogan-2{
	position: absolute;
	left: 397px;
	top: 274px;	
	font-weight: 500;
	font-size: 115px;
	line-height: 140%;
	margin: 0;
}
.slider-text H1{
	position: absolute;
	left: 220px;
	top: 467px;
	font-style: normal;
	font-weight: 700;
	font-size: 33px;
	line-height: 120%;
	width: 483px;
	margin: 0;
}
.slider-text .discription{
	position: absolute;
	left: 622px;
	top: 469px;
	font-style: normal;
	font-weight: 400;
	font-size: 23px;
	line-height: 140%;
	width: 364px
}

.slider-elements-before{
	display: none;
	width: 100%;
    height: 100%;
	position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider-elements-before img.rocket{
	position: absolute;
	left: 674px;
	top: 90px;
}
.slider-elements-before img.planet-1{
	position: absolute;
	left: 109px;
	top: 418px;
}
.slider-elements-before img.planet{
	position: absolute;
	left: 1189px;
	top: 154px;
}
.slider-elements-before img.planet-2{
	position: absolute;
	left: 1122px;
	top: 515px;
}
.slider-elements-before .slider-button{
	position: absolute;
	left: 246px;
	top: 591px;
}
.slider-elements-before .slider-button .wp-block-button__link{
	padding-left: 27px;
    padding-right: 27px;
    padding-top: 11px;
    padding-bottom: 13px;
}
.slider-text .slider-link-down{
	position: absolute;
	left: Calc(50% - 18px);
	top: 673px;	
}


#main-page .entry-content{
	margin:0;
}

section.grey{
	background-color: #eef1f6;
	padding: 0 24px;
}
section.violet{
	/*background-color: #7800ff;*/
	background: linear-gradient(105.17deg, #FF4F12 28.75%, #7800FF 87.75%);
	color:#fefeff;
	padding: 0 24px;
}

.wp-block-button__link{
	padding-left: 65px;
    padding-right: 65px;
	padding-top:calc(.667em + 6px);
	padding-bottom:calc(.667em + 6px);
    font-weight: 500;
}
 
.image-box{
	background-color: #fff;
    padding: 37px 35px 25px 10px;
    border-radius: 15px;
}
.grey-no .image-box{
	box-shadow: 0px 4px 42px -10px rgb(0 0 0 / 25%);
}
#status .image-box{
    padding: 37px 35px 37px 10px;
}


.image-box_left{
	padding: 40px 40px 30px 40px;
}
.image-box .wp-block-column-nomargin{
	margin-bottom:0;
}
.wp-block-getwid-image-box h3{
	font-size: 24px;
    line-height: 1.15em;
    margin-top: 5px;
}
.wp-block-getwid-image-box p{
	    margin-bottom: 1em;
}
.wp-block-getwid-image-box ul{
	margin-left: 12px;
}
.site-main .entry-content .wp-block-getwid-image-box ul li{
	padding-left: 6px;
}
.three-step{
	position: absolute;
	top: 50px;
    left: 33px;
}
.wp-block-getwid-button-group {
	margin-left: -2px;
    margin-right: -2px;
}

.orange .wp-block-button__link{
	background-color: #ff4f12;
}
.orange .wp-block-button__link:hover{
	background-color:#e54510;
}
.wp-block-column p{
	margin-left: -1px;
}
/*---------------------------------------------------------------------------
* page Club
-------------------------------------------------------------------------------*/

.club-page .main-navigation .enter-us-link{
	flex-grow: 1;
    text-align: right;
	position: relative;
}
.club-page .main-navigation .button-violet{
	color: #7800ff;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
}
.club-page .main-navigation .button-violet:hover {
	    color: #ff4f13;
}

.user-sub-wrapper{
	display:none;
	position: absolute;
    right: 0;
    top: 37px;
    text-align: left;
    background-color: #eef1f7;
    padding: 20px;
}
.club-page .main-navigation .button-violet:hover + .user-sub-wrapper{
	display:block;
}
.user-sub-wrapper:hover{
	display:block;
}
.breadcrumbs{
	font-size: 14px;
    color: #707070;
	font-weight: 400;
	margin-left: -1px;
}
.breadcrumbs a{
	color: #707070;
	text-decoration:none;
}
.club-page hr{
	background-color:#e1e5f0;
}
.club-page h1{
	margin-left: -2px;
}
.club-page h2{
	font-size: 36px;
	margin-top: 60px;
	margin-bottom: 40px;
	margin-left: -2px;
}


.afisha-box{
	display: flex;
	gap: 40px;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.afisha-item{
	flex: 0 1 296px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #e1e5f0;
	padding-bottom: 60px;
	position:relative;
}
.item-img-block{
	position: relative;
    width: 296px;
    height: 220px;
    margin: 0 -1px;
}
.item-img-block .date-meta{
	position: absolute;
	/*width: 114px;*/
	/*height: 58px;*/
	left: 14.12px;
	top: 17px;
	/*font-style: normal;*/
	font-weight: 400;
	font-size: 48px;
	line-height: 120%;
	color: #FFFFFF;
}
.item-img-block .time-meta{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 2px 6px 0px;
	gap: 10px;
	position: absolute;
	left: 18px;
	top: 70px;
	background: #FFFFFF;
	border-radius: 3px;
	color: #7700FF;
	line-height: 18px;
    font-size: 14px;
}
.item-img-block .place-meta{
	position: absolute;
	left: 16.67px;
	bottom:15px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	width: 50%;
}
.tag-meta{
	margin-top: 14px;
	padding:0 16px;
	text-align: left;
    line-height: 20px;
    font-weight: 400;
    color: #CF3368;
}

.afisha-item img{
	border-radius: 10px 10px 0 0;
	margin-bottom:5px;
}

.time-place{
	font-size: 14px;
	color: #717888;
	font-weight: 500;
	display: flex;
	padding: 0 15px;
	flex-flow: column;
}
.time-meta{
	line-height: 20px;
    font-weight: 400;
}
.place-meta{
	flex-grow: 1;
    /*text-align: right;*/
	text-align: left;
	line-height: 20px;
    font-weight: 400;
	color:#CF3368;
	margin-top: 14px;
}
.afisha-item h3{
	padding: 0 15px;
}
.afisha-item p{
	padding: 0 15px;
	color: #101828;
}
.afisha-item .afisha-excerpt p{
    font-size: 14px;
    color: #717888;
}
.speaker-bottom-block{
	position: absolute;
    bottom: 50px;
    left: 0;
	justify-content: space-between;
    width: 100%;
}
.block-action-link{
	background-color: #7800ff;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
	padding: 0 38px 0 18px;
    line-height: 38px;
    display: inline-block;
    position: relative;
}
a.block-action-link{
	color: #fff;
}

.block-action-link:hover{
    background-color: #ff4f12;
}
input[type="submit"].block-action-link {
	background-color: #7800ff;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
	padding: 0 25px 0 25px;
    line-height: 40px;
    display: inline-block;
    position: relative;
}
input[type="submit"].block-action-link:hover{
    background-color: #ff4f12;
}

.afisha-item .block-action-link{
	/*position:absolute;
	bottom:20px;
	left: 15px;
	padding-right: 38px;*/
}
.block-action-link:after{
	content:"";
	height: 38px;
    width: 38px;
    display: inline-block;
	background: url(./images/ic-plus.png) center center no-repeat;
	position: absolute;
    right: 3px;
    top: 0;
}
.item-bottom-block{
	display: flex;
    padding: 0 15px;
	position: absolute;
    bottom: 25px;
    left: 0;
	justify-content: space-between;
    width: 100%;
}
.like-blogs{
	cursor: pointer;
	position: relative;
}
.like-all{
	height:38px;
	width:72px;
	background: url('./images/like-all.png') center center no-repeat;
}
.like-no{
	height:38px;
	width:38px;
	background: url('./images/like-no.png') center center no-repeat;
}
.like-umm{
	height:38px;
	width:38px;
	background: url('./images/like-umm.png') center center no-repeat;
}
.like-like{
	height:38px;
	width:38px;
	background: url('./images/like-like.png') center center no-repeat;
}
.like-super{
	height:38px;
	width:38px;
	background: url('./images/like-super.png') center center no-repeat;
}

a .like-no, a .like-umm, a .like-like, a .like-super{
	float: left;
}

.select-like{
	display: none;
	background:#fff;
	border-radius: 8px;
    box-shadow: 0px 4px 42px rgb(0 0 0 / 25%);
	min-width: 50px;
    min-height: 50px;
	position: absolute;
    top: 0;
    left: 0;
	z-index: 1001;
	padding:8px;
	width: 185px;
}
.select-like span{
	font-size:14px;
	line-height:38px;
	padding-left: 44px;
	padding-right:7px;
    display: block;
	margin-bottom: 5px;
	border-radius: 6px;
}
.select-like a{
	text-decoration: none;
    color: #000;
}
.select-like a:hover span{
	background-color: #EEF1F7;
}
.li-like-val{
	display: inline-block;
}

.in-archive .section-header{
	display:flex;
	position:relative;
	align-items: center;
}
.in-archive .section-header .button-violet{
	height: 38px;
    margin-top: 20px;
    margin-left: 45px;
	border-color: #e1e5f0;
}
.line-right{
	background: url(./images/ic-line-r.png) right 14px top no-repeat;
	padding-right: 46px;
}
.line-right:hover {
    background: url(./images/ic-line-r.png) right 14px bottom no-repeat;
}
a.block-more-link {
    background-color: #7800ff;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    padding: 0 18px;
    line-height: 38px;
    display: inline-block;
}
a.block-more-link:hover {
    background-color: #ff4f12;
}
.afisha-item .block-more-link{
	position: relative;
	padding-right: 38px;
}
.afisha-item .block-more-link:after{
	content:"";
	height: 38px;
    width: 38px;
    display: inline-block;
	background: url(./images/ic-arrow-tr.png) center center no-repeat;
	position: absolute;
    right: 3px;
    top: 0;
}
/*----*/
.teammates-box{
	display: flex;
    gap: 32px;
    flex-flow: wrap;
	margin-bottom: 60px;
	margin-left: -1px;
    margin-right: -1px;
}

.teammates-item{
	position:relative;
	flex-grow: 0;
}
.teammates-item a{
	cursor: pointer;
}
.alt_name_block{
	display:none;
	position: absolute;
    top: -40px;
    left: -40px;
    right: -40px;
    background: #fff;
    padding: 161px 15px 15px 15px;
    z-index: 761;
    border-radius: 8px;
    box-shadow: 0px 4px 42px rgb(0 0 0 / 25%);
	max-width: 200px;
	
}
.teammates-item a:hover{
	position: relative;
    z-index: 777;
}
.teammates-item:hover .alt_name_block{
	display:block;
}
.alt_name_block:hover{
	display:block;
}
.teammates-item .alt_name_block:hover  + a.show_userdata{
	position: relative;
    z-index: 777;
}

/*----*/
.sidebar-logo{
	margin-bottom: 40px;
}
.sidebar-image{
	position: relative;
	margin-bottom: 20px;
}
.sidebar-foto img{
	border-radius: 50%;
}

.gradient-circ-img{
	width: 111px;
    height: 111px;
    position: relative;
}
.gradient-circ-img:before{
	content:"";
	background: linear-gradient(105.17deg, #FF4F12 28.75%, #7800FF 87.75%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: 0.9;
    mix-blend-mode: lighten;
}
.sidebar-foto svg {
	position: absolute;
	transform: scale(1,-1) rotate(90deg);
	z-index: 1;
}
.sidebar-foto .circle_animation {
  stroke-dasharray: 340; 
  stroke-dashoffset: 340;
}
.column-img svg {
	position: absolute;
	transform: scale(1,-1) rotate(90deg);
	z-index: 1;
}
.column-img .circle_animation {
  stroke-dasharray: 340; 
  stroke-dashoffset: 340;
}
/*----------------------------*/
/*POST PAGE*/
.post-box{
	display: flex;
	gap: 40px;
	flex-wrap: nowrap;
	margin-top: 40px;
}
.post-box-item{
	flex-grow: 0;
	position:relative;
	flex-basis:66.66%;
}
.post-box-left{
	flex-basis: 250px;
}
.post-box-item h3{
	margin-top: 0;
}
.post-box-item .speaker {
	margin-bottom: 1.5em;
	line-height: 1.2;
	padding-top: 6px;
}
.img_speaker img{
	filter: grayscale(.3);
}
.speaker-title{
	font-size:18px;
	margin: 0.2em 0 0.7em;
}
.speaker-discr{
	color:#a0a5a9;
	font-size: 14px;
	line-height: 14px;
}

.sidebar-points{
	position: absolute;
    right: 0;
    top: 0;
	color:#707070;
	font-size:13px;
	width: 100px;
}
.sidebar-points span{
    color: #7800ff;
    font-size: 28px;
    font-weight: 400;	
}
.sidebar-status{
	position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    color:#707070;
	display: flex;
    padding: 5px 10px 3px 7px;
    background: #E1E5F0;
    border-radius: 30px;
}
.sidebar-status span{
	padding-left: 5px;
}
.sidebar-status:before{
	content:"";
	background: url(./images/ic-sidebar-rocket2.png) center center no-repeat;
	width: 22px;
    height: 20px;
    display: block;
}
.user-status{
	position: absolute;
    left: 184px;
    top: 40px;
    font-size: 14px;
    color: #717888;
	display: flex;
    padding: 5px 10px 3px 7px;
    background: #E1E5F0;
    border-radius: 30px;
}
.user-status span{
	padding-left: 5px;
}
.user-status:before{
	content:"";
	background: url(./images/ic-sidebar-rocket2.png) center center no-repeat;
	width: 22px;
    height: 20px;
    display: block;
}
.user-name{
	font-weight: 600;
    margin-bottom: 10px;
	line-height: 140%;
	margin-left: -1px;
	font-size: 21px;
    letter-spacing: .5px;
}
.user-discr{
	font-size: 14px;
    color: #717888;
    font-weight: 400;
    line-height: 1.4;
}
/*img statua*/
.user-status.contributor:before{
	background: url(./images/ic-sidebar-planet2.png) center center no-repeat;
}
.user-status.subscriber:before{
	background: url(./images/ic-sidebar-asteroid2.png) center center no-repeat;
}
.sidebar-status.contributor:before{
	background: url(./images/ic-sidebar-planet2.png) center center no-repeat;
}
.sidebar-status.subscriber:before{
	background: url(./images/ic-sidebar-asteroid2.png) center center no-repeat;
}

a.link-profil{
	font-size: 14px;
    color: #717888;
    font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}
.sidebar-menu{
	margin-top: 25px;
}
.sidebar-menu a{
	display:block;
	text-decoration: none;
	color:#000;
	line-height: 25px;
    padding: 10px 0;
}
.sidebar-menu a:hover{
	color: #7800ff;
}
.sidebar-menu a i.fa{
	margin-right: 8px;
}
.sidebar-menu a.disable{
	color:#727989;
}
.sidebar-menu a.disable:hover{
	color: #7800ff;
}
/*------------------------------------------------
* form
--------------------------------------------------*/
.mf-black {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.65);
    z-index: 1000;
    overflow: auto;
}
.big_box_close {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: -webkit-box;
}
.container-form{
	position: relative;
    z-index: 1002;
    display: -webkit-box;
	overflow: auto;
    max-height: 90vh;
    max-width: 632px;
    padding: 52px 40px;
	border-radius: 10px;
    background-color: #fff;
	margin-left: auto;
    margin-right: auto;
	top:60px;
}

.container-lbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	gap: 32px;
}
.a_close_box{
	position: absolute;
    top: 15px;
    right: 5px;
    width: 28px;
    height: 28px;
	z-index: 1003;
	cursor:pointer;
	color: #fff;
}
.a_close_box:before{
	content:"";
	width: 20px;
    height: 2px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #727989;
}
.a_close_box:after{
	content:"";
    width: 20px;
    height: 2px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #727989;
}
.a_close_box:hover{
	color: #fff;
}
.a_close_box:hover:before, .a_close_box:hover:after{
	background-color: #ff4f12;
}

.column-img{
	flex: 1 0 111px;
}
.column-img img{
	width: 111px;
    border-radius: 50%;
}
.column-content{
	min-width: 380px;
}
.container-lbox h2{
	font-size: 28px;
    line-height: 130%;
    margin: 25px 0 15px;
}
.container-lbox p{
	font-size: 15px;
    line-height: 120%;
	color: #717888;
	margin-bottom: 1em;
	color:#5E5D5D;
}
.tab-row{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 12px;
}
.tab-col{
	color: #000;
	font-weight: 500;
}
.tab-col.text-second{
	flex: 0 1 125px;
}
.tab-col:last-child{
	flex-grow: 1;
}
.text-second{
	color: #717888;
	font-size: 14px;
	font-weight: 400;
}
.line-h38{
	line-height:38px;
}
.container-lbox .button-violet{
	margin: 18px 0 45px;
}
.container-lbox .button-violet .fa{
	padding-right: 10px;
}
.form_user .container-lbox h2{
    margin: 37px 0 13px;
}
.form_user .container-lbox p{
    margin-top: 13px;
}
.form_user .container-lbox a.block-more-link{
	margin-top: 21px;
    font-size: 14px;
    padding: 0 16px;
    margin-right: 10px
}
.form_user .container-lbox .button-violet{
	margin-top: 21px;
    font-size: 14px;
    padding: 0 14px;
	line-height: 36px;
	margin-bottom: 2px;
}

#wpcf7-f319-o1 .tab-col.text-second {
    flex: 0 1 125px;
}
.form_cf .container-form{
	padding: 90px 53px 0px;
	max-width: 600px;
}

.container-form-header{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(299.4deg, #FF4F12 -0.9%, #C32C7B 42.43%, #7800FF 96.98%), linear-gradient(118.91deg, #273A64 -15.2%, #7B939B 125.76%);
}
.container-form-header:after{
	content: "";
    background: url(./images/head-form/head-000.png) left top no-repeat;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 86px;
    height: 75px;
}

.container-form-header.exchange{
	background: linear-gradient(118.91deg, #7700FF -15.2%, #BC104B 125.76%), #9E9E9E;
}
.container-form-header.immersion{
	background: linear-gradient(118.91deg, #65BBDF -15.2%, #7700FF 125.76%);
}
.container-form-header.speaking{
	background: linear-gradient(119.32deg, #7700FF -46.89%, #57D9B7 108.67%);
}
.container-form-header.promote{
	background: linear-gradient(119.77deg, #273A64 23.58%, #7700FF 141.69%);
}
.container-form-header.internship{
	background: linear-gradient(118.91deg, #273A64 -15.2%, #BC104B 125.76%);
}


.container-form-header .a_close_box:before {
	background-color: #fff;
    opacity: .75;
}
.container-form-header .a_close_box:after{
	background-color: #fff;
    opacity: .75;
}
.form_cf .wpcf7 form .wpcf7-response-output{
	margin:0 0 40px 0;
}
a.show_cform{
	cursor:pointer;
}

.form_cf .column-img {
    flex: 1 0 126px;
}
.form_cf .container-lbox{
	gap: 34px;
}
.form_cf .container-lbox h2{
	margin: 26px 0 0px;
	line-height: 120%;
}
.gradient-circ-img-cf {
    width: 126px;
    height: 111px;
    position: relative;
}
.gradient-circ-img-cf:after{
	content: "";
    background: linear-gradient(105.17deg, #FF4F12 28.75%, #7800FF 87.75%);
    width: 111px;
    height: 111px;
    display: inline-block;
    float: right;
    border-radius: 50%;
}
.column-img .gradient-circ-img-cf img{
	width:auto;
	border:0;
	position:absolute;
	left:-4px;
}
.form_cf .column-content .tab-row{
	margin-top: 7px;
}
.form_cf .container-lbox p{
	margin-top: 7px;
    margin-bottom: 22px;
}
.form_cf .container-lbox .text-second{
	color: #727989;
	font-weight: 100;
}
.form_cf input[type="text"]{
	margin-top: 10px;
	border-color: #727989;
}
.form_cf .container-lbox select{
	margin-top: 10px;
	width: 100%;
	background: url(./images/ic-arr-down.png) center right 18px no-repeat #EEF1F7;
	border-color: #727989;
}
.form_cf .container-lbox textarea{
	border-color: #727989;
}
.form_cf .container-lbox textarea::-webkit-input-placeholder {color:#8d94a6;}
.form_cf .container-lbox textarea::-moz-placeholder          {color:#8d94a6;}
.form_cf .container-lbox textarea:-moz-placeholder           {color:#8d94a6;}
.form_cf .container-lbox textarea:-ms-input-placeholder      {color:#8d94a6;}
.form_cf .container-lbox .wpcf7-list-item{
	margin:0;
	color: #5E5D5D
}
.form_cf .container-lbox .wpcf7-list-item-label{
	padding-left: 5px;
	color: #727989;
	font-size: 12px;
}

.form_cf .wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    padding: 0;
}
.form_cf .wpcf7 input[type="file"].wpcf7-file{
	font-size: 14px;
    line-height: 28px;
	color: #5E5D5D;
    padding: 0 0 0 36px;
}
.cform-file{
	position:relative;
}
.cform-file:before {
	content:"Выберите файл";
	position:absolute;
	left:0;
	top: 0;
    padding: 2px 4px 2px 32px;
	background: url(./images/up-file.png) left 8px top 4px no-repeat #EEF1F7;
    color: #727989;
    width: 156px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	border: 1px solid #727989;
	border-radius: 2px;
}
.cform-file:hover:before{
	background: url(./images/up-file.png) left 8px top 4px no-repeat #e1e4e9;
	color: #000;
}

/*---*/
#myModal {
    width: 298px; height: 218px;
    padding: 18px 9px;
    border-radius: 4px;
    background: #fafafa;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
}
#myModal #myModal__close {
    width: 21px; height: 21px;
    position: absolute;
    font-size: 29px;
    top: 1px; right: 11px;
    cursor: pointer;
    display: block;
}


.forminfo {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; 
    align-items: center;
    z-index: 1000;
	display: none;
}
.forminfo__wrap {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    min-height: 100%;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    align-items: end;
    justify-content: center;
}

.forminfo__window {
    margin: 50px 0;
    flex-shrink: 0;
    flex-grow: 0;
    background: #fff;
    width: 60%;
    max-width: 100%;
    overflow: visible;
    transition: transform 0.5s ease 0s;
    /*transform: scale(0.9);*/
    /*opacity: 0;*/
	border-radius: 15px;
	/*min-height: 300px;*/
	/*width: 0px;*/
	box-shadow: 0px 0px 40px -20px;
	padding:50px 35px 35px 80px;
	position:relative;
	transform: translateX(100%);
}
.forminfo__content h3{
    font-size: 30px;
    line-height: 1.15em;
    margin-top: 5px;	
}
#formOverlay{
    z-index: 999;
    position: fixed;
    background: rgba(0,0,0,.1);
    width: 100%; height: 100%;
    top: 0; left: 0;
    cursor: pointer;
    display: none;
}
#forminfo__close{
	position: absolute;
    left: 20px;
    top: 15px;
    font-size: 40px;
    cursor: pointer;
    color: #7800ff;
}
#forminfo__close:hover{
	color: #ff4f13;
}
#forminfo__close .fa{
    transform: rotate(45deg);
}
/*------------------------------------------------*/
/*referens-hidden*/
.wp-block-getwid-image-box__content{
	position: relative;
}
.block-reference-hidden_content{
	display:none;
}
.link-reference-hidden_content{
	display:none;
}
a.link-reference-hidden{
	cursor:pointer;
}
.block-reference-hidden:before{
	content: "\f061";
	font-size: 52px;
	font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transform: rotate(-45deg);
    display: inline-block;
	cursor: pointer;
    color: #7800ff;
	position: absolute;
    top: 0;
    right: 0;
}
.block-reference-hidden:hover:before{
	color: #ff4f13;
}

/*--------------------------------------------------
* single
---------------------------------------------------*/
.post .entry-meta{
	margin-bottom: 34px;
}
.post .time-meta{
	font-size: 18px;
    font-weight: 500;
	line-height: 34px;
}
.post .place-meta{
	font-size: 14px;
    background-color: #edf0f5;
    padding: 8px 12px;
    border-radius: 15px;
    margin-left: 15px;
}
.post .entry-meta .block-action-link{
	margin-right:60px;
}
a.block-action-link.revers{
	background-color: #ff4f12;
}
a.block-action-link.revers:hover{
	background-color: #7800ff;
}
/*--------------------------------------
* filter
---------------------------------------*/
#archive_browser, #afisha_browser{
	display: flex;
    margin-bottom: 40px;
    gap: 40px;
	margin-left: -2px;
}
#archive_browser select, #afisha_browser select{
	padding: 7px 28px 7px 18px;
    border-radius: 20px;
    font-weight: 600;
    min-width: 295px;
	-moz-appearance: none;
	-webkit-appearance: none;	
    appearance: none;
    position: relative;
	font-size: 14px;
}

#archive_browser select:not([multiple]) {
  background: url(./images/ic-arr-down.png) center right 18px no-repeat;
}
#archive_browser select::-ms-expand {
  display: none;
}
#afisha_browser select:not([multiple]) {
  background: url(./images/ic-arr-down.png) center right 18px no-repeat;
}
#afisha_browser select::-ms-expand {
  display: none;
}

#archive_pot, #afisha_pot{
	margin-bottom: 50px;
}



/* TEST */
/*
.item {
    position: relative;
    float: left;
}

.item h2 {
    text-align:center;
    position: absolute;
    line-height: 125px;
    width: 100%;
}

svg {
	position: absolute;
   -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	transform: scale(1,-1) rotate(90deg);
}

.circle_animation {
  stroke-dasharray: 330; 
  stroke-dashoffset: 250;
  transition: all 1s linear;
}
*/
/* ----------------------------------------------------
* Bloks categories
-------------------------------------------------------*/
.forminfo__wrap{
	align-items: center;
}
.forminfo__window{
	width: 1200px;
	margin-left: auto;
    margin-right: auto;
}
.forminfo__window {
    margin: 50px 0;
    flex-shrink: 0;
    flex-grow: 0;
    background: #fff;
    width: 85%;
    max-width: 100%;
    overflow: visible;
    transition: transform 0.5s ease 0s;
    /*transform: scale(0.9);*/
    /*opacity: 0;*/
	border-radius: 15px;
	/*min-height: 300px;*/
	/*width: 0px;*/
	box-shadow: 0px 0px 40px -20px;
	padding:50px 35px 35px 80px;
	position:relative;
	transform: translateX(100%);
}

.cat_status_section{
	display: flex;
	flex-flow: wrap;
	gap: 40px;
}

.cat_block {
position: relative;
width: 295.27px;
height: 219.84px;
color: white;
text-align:left;
}
.cat_block__front{
z-index: 1;
position: relative;
padding: 15px;
height: 100%;
text-align: left;
backface-visibility: hidden;
transition: transform .5s cubic-bezier(.2,.85,.4,1.275);
background: url(./images/00no_cat_img.png) left top no-repeat;
}
.cat_block__front h3{
    margin: 35px 0 15px 0;
    width: 75%;
    font-size: 36px;
}
.cat_block__back{
z-index: 0;
display:flex;
position: absolute;
top: 0;
width: 100%;
height: 100%;
text-align: center;
backface-visibility: hidden;
padding: 15px;
background-color: #E3E8EC;
color: #000;
transform: rotateY(-180deg);
transition: transform .5s cubic-bezier(.2,.85,.4,1.275);
}
.cat_discript{
	margin: auto;
}
.aktive .cat_block:hover .cat_block__back {
transform: rotateY(0deg);
z-index: 2;
}
.aktive .cat_block:hover .cat_block__front {
transform: rotateY(180deg);
z-index: -1;
}
.forminfo__window{
	width: Calc(100% - 120px);
	width: 1126px;
	width: 1420px;
}

/* ------------
 * VAR2 5 в рял*/ 
 .forminfo__window {
	 padding: 60px 35px 35px 60px;
 }
 .forminfo__content h3 {
	margin: 0;
 }
  .forminfo__content p {
	margin: 10px 0 15px;
 }
 
 .cat_status_section {
	 gap: 30px;
 }
.cat_block {
	width: 236px;
    height: 190px;
}
.cat_block__front{
	border-radius: 12px 12px 0 0;
}
.cat_block__front h3 {
	font-size: 26px;
	margin: 30px 0 10px 0;
}
.cat_discript {
    line-height: 1.4em;
}
/* ------------
 * VAR3 6 в рял*/ 
 .forminfo__window {
	 padding: 40px 35px 35px 60px;
 }
 .forminfo__content h3 {
	margin: 0;
 }
  .forminfo__content p {
	margin: 15px 0 10px;
 }
 
 .cat_status_section {
	 gap: 25px;
 }
.cat_block {
	width: 197px;
    height: 180px;
}
.cat_block__front{
	border-radius: 10px;
}
.cat_block__front h3 {
	font-size: 24px;
	margin: 25px 0 10px 0;
}
.cat_tag{
	line-height: 1.4;
}
.cat_discript {
    line-height: 1.4em;
	font-size: 14px;
}
/*-------------------
* img main
--------------------*/
.block-tree-step{
	position:relative;
}
.block-tree-step-img1{
	position: absolute;
	top: 123px;
    left: 41px;
}
.block-tree-step-img2{
	position: absolute;
    top: 144px;
    left: 120px;
}
.block-tree-step-img3{
	position: absolute;
	top: 124px;
    left: 467px;
}
.block-tree-step-img4{
	position: absolute;
	top: 142px;
    left: 543px;
}
.block-tree-step-img5{
	position: absolute;
	top: 162px;
    left: 851px;
}
.block-tree-step-img6{
	position: absolute;
	top: 114px;
    left: 881px;
}
.block-tree-step-img7{
	position: absolute;
	top: 19px;
    left: 1110px;
}
.block-tree-step-img8{
	position: absolute;
	top: 60px;
    right: -12px;
}

/*------------*/
.block-main-imgtxt img{
	margin-left: 15px;
    margin-right: 37px;
}
.block-main-imgtxt .wp-block-getwid-image-box p{
	line-height: 1.6em;
    margin-right: 40px;
}
#contacts .wp-block-getwid-image-box__image-wrapper img{
	padding: 10px 30px 0 0;
}
/*---------------*/
.archive-block-materials{
	margin-top: 40px;
}