/*!
Theme Name: athischenko
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: athischenko
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::-webkit-scrollbar {
  width: 7px;               /* ширина всей полосы прокрутки */
}

body::-webkit-scrollbar-track {
  background: #e4e4e4;        /* цвет зоны отслеживания */
}

body::-webkit-scrollbar-thumb {
  background-color: #fff;    /* цвет бегунка */
  border-radius: 7px;       /* округлось бегунка */
  border: 1px solid #e4e4e4;  /* отступ вокруг бегунка */
} 
 
 
.who-loop::-webkit-scrollbar {
  width: 7px;               /* ширина всей полосы прокрутки */
}

.who-loop::-webkit-scrollbar-track {
  background: #e4e4e4;        /* цвет зоны отслеживания */
}

.who-loop::-webkit-scrollbar-thumb {
  background-color: #fff;    /* цвет бегунка */
  border-radius: 7px;       /* округлось бегунка */
  border: 1px solid #e4e4e4;  /* отступ вокруг бегунка */
} 
 
body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 20px;
	margin-top: 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
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
	display: flex;
	/* padding: 10px; */
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-right: 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #1D1D1F;
	font-size: 16px;
	font-family: Rubik;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	padding: 10px;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition:all .35s ease;
}
.main-navigation a:hover{
border-bottom: 1px solid #376CC0;	
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.mfp-content .popup-window {
    display: block !important;
    border-radius: 10px;
    background: var(--green, #f9e4e4);
    max-width: 722px;
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.mfp-content .articles .manifest_image img {
    max-height: initial;
}
.mfp-content .manifest_image {
    display: block;
    text-align: center;
}
body,html{
	transition: none;
}
.mfp-content .manifest_image img {
    max-height: 400px;
    width: auto;
}
.man_desc {
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    color: var(--black, #73472e);
    line-height: 140%;
}

.man_desc strong+br+strong {
    margin-bottom: 9px;
    display: block;
}

.man_desc p {
    margin-bottom: 10px;
}
html button.mfp-close{
	filter: invert(1);
	text-indent: -9999px;
}

html button.mfp-close{
	    background: url(/wp-content/themes/athischenko/img/p-close.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    right: 2px;
    top: 2px;
}
html,body{
	overflow-x:hidden;
}

.posts-slider .owl-nav button {
    opacity: .8;
}
.posts-slider button.disabled {
    opacity: .6 !Important;
    cursor:default !important;
}
.posts-slider  .owl-nav button:hover {
    opacity: 1;
}
.f-men {
    display: flex;
    position: absolute;
    right: 10px;
    top: -6px;
    height: 50px;
    overflow: hidden;
}
.f-men a{
    opacity:.8;
    border:none !Important;
    padding-left: 5px;
    padding-right: 6px;
    display: flex;
}
.f-men a:hover{
    opacity:1
}
footer .wrapper {
    position: relative;
}

.one-final-img-mob img {
    border-radius:30px;
}

.who-loop {
	max-height: 490px;
    overflow: auto;
}

@media screen and (max-width: 1200px) {
	.who-loop .owl-dots {
    display: flex;
}
.who-im-hover {
    border-radius: 5px;
    background: var(--green, #f9e4e4);
    box-shadow: 2px 2px 44px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

html .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.who-loop .owl-dots {
    width: 100%;
}
}
@media screen and (max-width: 914px){
html	.who-loop {
    max-width: 100%;
    margin-top: 30px;
}
	.who-loop {
    width: 100%;
    max-width: 100%;
}

.who-loop .owl-dots {
    display: flex;
}

.who-loop {
	height: 100%;
    overflow: visible;
}
}


@media screen and (min-width: 961px) {
	html .mmenu{
		padding-left: 147px;
	}
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}

}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

#classic-theme-styles-css {
}

#global-styles-inline-css {
}

#athischenko-style-css {
}

#custom-background-css {
}

#wp-duotone-dark-grayscale {
}

#wp-duotone-grayscale {
}

#wp-duotone-purple-yellow {
}

#wp-duotone-blue-red {
}

#wp-duotone-midnight {
}

#wp-duotone-magenta-yellow {
}

#wp-duotone-purple-green {
}

#wp-duotone-blue-orange {
}

#page {
}

#masthead {
top: 0;
    position: fixed;
    width: 100%;
    padding-top: 10px;
    z-index: 2;
    background: #f9e4e4;
    height: 62px;
}

#site-navigation {
}

#primary-menu {
}

#menu-item-14 {
}

#menu-item-15 {
}

#menu-item-16 {
}

#menu-item-17 {
}

#menu-item-18 {
}

#primary {
}

#top {padding-top: 110px;padding-bottom: 50px;}

#proshu {padding-top: 60px;padding-bottom: 60px;
background: #f9e4e4;
}

#about {padding-top: 20px;padding-bottom: 46px;}

#manifest {background: #f9e4e4;padding-bottom: 50px;}

#articles {padding-top: 10px;}

#video {padding-bottom: 62px;padding-top: 50px;}

#final {background: var(--green-gr-3, linear-gradient(135deg, #f9e4e4 0%, #f6d5d5 100%));padding-bottom: 40px;}

.final-subtext {
	text-align: center;
    font-size: 16px;
    font-weight: 600;
}

#colophon {background: var(--green-gr-3, linear-gradient(135deg, #f9e4e4 0%, #f6d5d5 100%));padding-top: 13px;}

#site-navigation {
}

#primary-menu {
}

#athischenko-navigation-js {
}

.skip-link.screen-reader-text {
}

.wrapper {
    max-width: 1316px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.logo a {color: #050505;font-size: 16px;font-family: Rubik;font-style: normal;font-weight: 500;line-height: 140%;text-decoration: none;}

.title {
}

.sublogotitle {color: rgb(5 5 5 / 30%);}

.mmenu {display: inline-block;vertical-align: middle;padding-left: 67px;}

.menu-toggle {



} 

.flexed {display: flex;width: 100%;}

.one-col {max-width: 50%;width: 100%;}

.hello {color: var(--black, #73472e);

/* regular */font-size: 32px;font-family: Rubik;font-style: normal;font-weight: 400;line-height: 120%;opacity: 0.30000001192092896;border-bottom: 1px solid;display: inline-block;}

.who-loop {max-width: 497px;}

.one-col.headerimged img {margin: 46px -2px 0px 0px;}

.header-img-wrapper {position: relative;left: 90px;text-align: right;}
.header-img-wrapper img {border-radius: 30px;}

.one-col.imgedabout {width: 50%;padding-top: 25px;}

.img-about-wrapper img {
	border-radius: 30px;
}

.one-col.abouttextwrapper {padding-left: 78px;padding-top: 18px;}
.one-col-final>b {
    display: block;
    margin-bottom: 20px;
}

.one-col-inner p {
    margin-bottom: 13px;
}

.one-final:hover{
    background: var(--green-gr, linear-gradient(135deg, #f9e4e4 0%, #f6d5d5 100%));

/* shadow 1 */
box-shadow: 2px 2px 44px 0px rgba(0, 0, 0, 0.05);
}
.abouttextinner-loop {width: calc(100% + 0px);}

.one_about {display: flex;padding: 15px 18px;align-items: flex-start;gap: 10px;align-self: stretch;flex-wrap: wrap;margin-bottom: 0px;box-sizing: border-box;}

.about_one_inner {color: var(--black, #050505);

/* regular */font-size: 16px;font-family: Rubik;font-style: normal;font-weight: 400;opacity: 0.5;line-height: 140%;margin-top: -6px;}

.about-bottom-loop.slider_on_mobile {margin-top: 35px;width: calc(100% + 0px);}



.manifest-posts-loop {margin-top: 60px;}

.one-grid-manifest {
}

.the_post_thumbnail a {
}

.manifest_image {
}

.attachment-full.size-full.wp-post-image {
}

.manifest_title {
	color: var(--black, #73472e);text-align: center;
font-size: 16px;font-family: Rubik;
font-style: normal;font-weight: 500;
line-height: 140%;text-decoration: none;
display: block;margin-top: 16px;max-width: 293px;
margin-left: auto;margin-right: auto;
min-height: 82px;
}

.man_btn {
	color: var(--white, #FFF);
font-size: 16px;
font-family: Inter;
font-style: normal;
font-weight: 500;
line-height: 24px;
	width: 100%;
	display: inline-flex;
	padding: 10px;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	background: linear-gradient(135deg, #3C71C5 0%, #265BAF 100%);
border-radius: 10px;
	color: var(--white, #FFF);
	display: flex;
width: 100%;
padding: 10px 20px;
justify-content: center;
align-items: center;
gap: 10px;
}
.man_btn:hover{
	background: linear-gradient(315deg, #3C71C5 0%, #265BAF 100%);
}
.man_btn:target,
.man_btn:active,
.man_btn::focus{			  
	border-radius: 10px;
background: #3C71C5;
		  }
.posts-slider-wrapper {padding-top: 20px;padding-bottom: 10px;}

.posts-slider.owl-carousel {position: relative;}

.one-article {padding: 25px;height: 373px;background-size: cover !important;border-radius: 10px;box-shadow: 2px 2px 44px 0px rgba(0, 0, 0, 0.05);display: flex;align-items: end;}

.one-article-bottom span {color: var(--white, #FFF);margin-bottom: 15px;
/* medium */font-size: 16px;font-family: Rubik;font-style: normal;font-weight: 500;line-height: 140%;display: block;padding-right: 20px;box-sizing: border-box;}

.flexed.videocols {justify-content: center;/* max-width: 1200px; */margin-left: auto;margin-right: auto;padding-top: 10px;justify-content: space-between;}

.one-col.videodesccol {max-width: 46%;padding-left: 5.4%;}

.video_descr, .one-col-inner {

color: var(--black, #050505);

/* regular */

font-size: 16px;

font-family: Rubik;

font-style: normal;

font-weight: 400;

line-height: 140%;

opacity: 0.5;

}

.one-col.videoframecol {
	padding-top: 10px;
}

.wp-video {border-radius: 10px;overflow: hidden;}

.final-loop {margin-top: 50px;}

.one-final {
    display: flex;
    width: 100%;
    padding: 39px 42px;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    box-shadow: 2px 2px 44px 0px rgba(0, 0, 0, 0.05);
}

.one-col-final {
}

.one-col-inner {}

.one-col-final.img-final {padding-left: 15px;}

.one-final-img-pc img {
	border-radius: 30px;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-14 {
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-15 {
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-16 {
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-17 {
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-18 {
}
h1 {
    color: var(--black, #73472e);

/* header */
    font-size: 32px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 0;
}

section#proshu b {
    color: var(--black, #73472e);

/* header 3 */
    font-size: 30px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

h3 {
    color: var(--black, #73472e);
    font-size: 30px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
}

.one_about:hover .about_one_inner {
    opacity: 1;
}
.bolded,
.one_about>b {
    display: block;
    width: 100%;
    color: var(--black, #73472e);
font-size: 16px;
font-family: Rubik;
font-style: normal;
font-weight: 500;
line-height: 140%;
} 

.who-im-hover,
.one_about {
    border-radius: 5px;
}
#page {
    overflow: hidden;
}
.abouttextinner>strong {
    color: var(--black, #73472e);

/* header 2 */
    font-size: 24px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 470px;
    display: block;
}
.one-col.videoframecol h4 {
    margin-top: 22px;
    font-size: 20px;
    opacity: .5;
    font-weight: normal;
}
.one-col.videoframecol h4,
.one-col.videodesccol h4, .one-col-final>b {
    color: var(--black, #73472e);

/* header 2 */
    font-size: 24px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.one-col-final {
    padding-left: 71px;
    width: 50%;
}
.logo {
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
}
#top .one-col:first-child {
    max-width: 550px;
}
.who-counter {
    color: var(--gray-line, rgba(198, 198, 198, 0.60));
    font-size: 28px;
     font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    position: absolute;
    left: 23px;
    top: 20px;
}

.who-im-hover {
	padding: 20px;
	padding-left: 50px;
	padding-top: 19px;
	position: relative;
}

.who-loop .bolded {
    display: block;
    margin-bottom: 14px;
}

.texted {
    line-height: 1.4;
    font-size: 16px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.flexed.free {
    max-width: 650px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 20px;
}

.flexed.free img {
    position: relative;
    left: -30px;
}
.wrapper>h3 {
    position: relative;
    /* left: 18px; */
}

.slider_on_mobile-loop .one_about {
    border-radius: 20px;
    background: var(--green, #f9e4e4);

/* shadow 2 */
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.05);
}
.wrapper>h3 {
    position: relative;
    /* left: 25px; */
    font-size: 32px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-top: 0px;
    padding-top: 40px;
}

.slider_on_mobile-loop .one_about {
    border-radius: 20px;
    background: var(--green, #f9e4e4);
    box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    min-height: 212px;
    display: flex;
    align-content: flex-start;
    padding-right: 42px;
    padding-left: 38px;
}
@media screen and (min-width: 861px){
	.manifest-posts-loop {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 25px;
		grid-row-gap: 25px;
		justify-items: center;
	}
	.slider_on_mobile-loop {display: grid;grid-template-columns: repeat(2, 1fr);grid-template-rows: 1fr;grid-column-gap: 28px;grid-row-gap: 28px;}
	.slider_on_mobile-loop .one_about:hover { box-shadow: 2px 2px 44px 0px rgba(0, 0, 0, 0.15);}
	.slider_on_mobile-loop .one_about:hover {  box-shadow: 2px 2px 44px 0px rgba(0, 0, 0, 0.15);}
	.who-im-hover:hover  {
    background: var(--green, #f9e4e4);
}
.one_about:hover {
    background: var(--green, #f9e4e4);
}
}

.who-loop .texted {
    opacity: .5;
}
.who-im-hover:hover .texted,
.one-final:hover .one-col-inner {
    opacity: 1;
}
.one_about>b img {
    position: absolute;
    right: 0;
    width: auto !important;
}
#top .one-col:first-child:hover .hello {
    opacity: 1;
}
.one_about>b {
    position: relative;
}
.slider_on_mobile-loop .one_about>b {
    padding-left: 0;
    border-bottom: 1px solid rgba(198, 198, 198, 0.30);
    min-height: 34px;
}

.slider_on_mobile-loop .about_one_inner {
    padding: 20px;
    padding-left: 0;
    padding-top: 5px;
}

.count.final-count {
    position: absolute;
    display: flex;
    width: 53px;
    height: 56px;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--green, #f9e4e4);
    color: var(--gray-line, rgba(198, 198, 198, 0.60));
    font-size: 32px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    left: 0;
}

.one-col-final {
    position: relative;
}
html .mejs-overlay:hover>.mejs-overlay-button,html .mejs-overlay-button{
	background: url('/wp-content/themes/athischenko/img/play.png');
	width: 100px;
	height: 106px;
	background-size: contain;
	background-position: center;
}
.mejs-controls{
	opacity: 0;
}.one-col.videodesccol h4 {
    margin-bottom: 20px;
}
.video_descr {
    max-width: 472px;
}

.video_descr p {
    margin-bottom: 8px;
}
.one-article-bottom a {
    color: var(--white, #FFF);
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}
.one-article-bottom a:hover{
	border-block-color: transparent;
}
.owl-nav .owl-prev span{
	background: url('img/owl-prev.png');
	width: 62px;
	height: 63px;text-indent: -9999px;
	display: block;
}
.owl-nav .owl-next span{
background: url('img/owl-next.png');
width: 62px;
	height: 63px;
text-indent: -9999px;
display: block;
}
.posts-slider{
    margin-left: 160px;
    margin-right: 160px;
    width: calc(100% - 320px);
}

.owl-nav {
    position: absolute;
    width: calc(100% + 234px);
    display: flex;
    justify-content: space-between;
    top: 50%;
    margin-top: -60px;
    padding: 0 0px;
    left: 0;
    margin-left: -120px;
}
.one-article {
    overflow: hidden;
}

.one-article:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
    content:"";
    display:block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.one-article-bottom{
    position:relative;
    z-index:3
}

.owl-carousel .owl-item {
    border-radius: 10px;
    overflow: hidden;
}
.posts-slider-wrapper .owl-dots {
    display: block;
    display: flex;
    margin-top: 50px;
    width: calc(100% + 320px);
    margin-left: -160px;
}

.owl-carousel  .owl-dots button.owl-dot.active {
    opacity: 0.4000000059604645;
    background: var(--black, #73472e);
}

.owl-carousel  .owl-dots .owl-dot {
    width: 100%;
    height: 5px;
    opacity: 0.10000000149011612;
    background: var(--black, #73472e);
    margin: 0 2px;
    border-radius: 0;
}

.who-loop.owl-carousel.owl-loaded.owl-drag {
	max-height: 100%!important;
}

*{
	transition: all .25s ease-in;
}
.who-im-hover,
.one_about,.one-final{
	cursor: default;
}

.mfp-content .popup-window.articles {
    max-width: 1110px;
}

.mfp-content .popup-window.articles .man_desc {
    max-width: 1040px;
    margin-top: 20px;
}

@media screen and (min-width: 1200px){
	header .logo {
    padding-left: 12px;
    margin-top: -2px;
}
 

a .manifest_image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

a .manifest_image img {
    min-height: 370px;
    width: auto;
    max-width: 300%;
    height: auto;
    max-height: 370px;
}

.one-grid-manifest {
	width: 70%;
}
}

@media screen and (max-width: 1280px){
.header-img-wrapper{left: 20px}
}

@media screen and (max-width: 1180px){
.one-final-img-mob {
    display: block !important;
}

.one-final-img-pc {
    display: none;
}

.one-col-final {
    width: calc(100%  - 380px);
    max-width: 100%;
}
.one-col.abouttextwrapper {
    padding-left: 16px;
    padding-top: 18px;
}
.one-col-final.img-final {
    width: 300px;
}
 .one_about:hover{
 	background: transparent;
 }
.one-final {
    align-items: center;
}
.abouttextinner-loop .one_about {
    padding-top: 10px;
    padding-bottom: 0px;
}
}

@media screen and (max-width: 860px){
	.who-loop {
    max-width: 100%;
}
.who-im-hover,
	.one-final,
	.one-grid-manifest {
    margin-bottom: 40px;
}
	.one_about .about_one_inner{opacity: 1}
	.owl-nav {
    display: none;
}
.slider_on_mobile-loop .one_about{margin-bottom: 40px;}
.owl-dots {
    display: flex;
    width: 100%;
}
.slider_on_mobile-loop .one_about{display: flex !important;}

.posts-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.posts-slider-wrapper .owl-dots {
    width: 100%;
    margin-left: 0;
}
.one-col.videoframecol{
	width: 100%;
	max-width: 100%;
}
.wp-video{margin: 0 auto;}

	.manifest-posts-loop {
    display: grid;
    grid-template-columns: repeat(1, 1fr);}
.count.final-count{display: none;}
.one-col-final{padding-left: 0;}
.one-col-final {
    width: calc(100% - 330px);
    max-width: 100%;
}
.one-col.videodesccol{display: none;}
.one-col.abouttextwrapper {
    display: none;
}

.one-col.imgedabout {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
}
@media screen and (max-width: 1180px) and (min-width: 880px){
	footer#colophon .wrapper {
    display: flex;
    justify-content: space-between;
}

footer .mmenu {
    padding-left: 0;
    margin-top: -6px;
}
}

@media screen and (max-width: 900px) and (min-width: 680px) {
.slider_on_mobile-loop .one_about{
	min-height: 122px;
}

.slider_on_mobile-loop .one_about:nth-child(5){
	order: 4;
	grid-column: span 2;
}	
.slider_on_mobile-loop .one_about{
    padding-right: 28px;
    padding-left: 20px;
}
}

@media screen and (min-width: 900px){
	html #articles .owl-carousel .owl-stage-outer{
overflow: hidden;
	}
}

@media screen and (max-width: 960px){

	.f-men {
    position: absolute;
    width: 100%;
    justify-content: center;
    bottom: -8px;
    top: auto;
    left: 0;
}

footer#colophon .wrapper {
    padding-bottom: 50px;
}


	header#masthead #primary-menu{display: none !important;}
html div#mobile-popup button.mfp-close{
right: 6px;top: 6px;
}
 div#mobile-popup {height: 100vh;
    background: var(--green-gr-3, linear-gradient(135deg, #f9e4e4 0%, #f6d5d5 100%));
    position: fixed;
    height: auto;
     top: -800px; 
position: fixed;
       display: block !important;
transition: all .25s ease;
 }

	.mfp-content div#mobile-popup {  top: 0;  display: block !important;transition: all .25s ease;}
    div#mobile-popup{
    
}
div#mobile-popup {width: 100%;text-align: center;}

div#mobile-popup .logo a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-left: 0;
}

div#mobile-popup .logo {
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(198, 198, 198, 0.30);
    padding-bottom: 10px;
}

div#mobile-popup .mmenu {
    padding-top: 20px;
}
ul#primary-menu a {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    font-size: 16px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #1D1D1F;
}

ul#primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

div#mobile-popup .mmenu {
    padding-left: 0;
    width: 100%;
    padding-bottom: 35px;
    padding-top: 35px;
}

	html footer .menu{display: flex !important;}
	#top { padding-top: 80px;}
	button.menu-toggle {
    background: url(/wp-content/themes/athischenko/img/gamburger.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    box-shadow: none;
    outline: none;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
header .logo {
    padding-top: 5px;
    padding-left: 0;
}
#masthead {
    border-bottom: 1px solid #DCE5DB;
    height: 70px;
}
}

@media screen and (max-width:914px){

	.the_post_thumbnail {
    border-radius: 5px;
    background: var(--green, #f9e4e4);

/* click */
    box-shadow: 2px 2px 44px 0px rgba(0, 0, 0, 0.15);
    padding: 40px 20px;
}

html .owl-carousel .owl-item {
    overflow: visible;
}

html .owl-carousel .owl-stage-outer {
    overflow: visible;
}
	.one-col.headerimged {
    order: -1;
    max-width: 100%;
    width: 100%;
}

.header-img-wrapper {
    left: 0;
    text-align: center;
}
#top .flexed .one-col:first-child *{
    text-align:left;
}
section#top .header-img-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

section#top .flexed {
    flex-direction: column;
}

#top .flexed .one-col:first-child {
    max-width: 100%;
    text-align: center;
}
#top .flexed .one-col:first-child h1, 
.hello {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 880px){
.one_about>b img{
	top: 0;
}
.slider_on_mobile-loop .one_about>b {
    padding-right: 30px;
}
.slider_on_mobile-loop .one_about>b{
	min-height: 24px;
    padding-bottom: 10px;
}
footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

footer .mmenu {
    padding-left: 0;
    padding-top: 18px;
}
}

@media screen and (max-width: 800px){

}

@media screen and (max-width: 768px){
.mfp-content .the_post_thumbnail {
    box-shadow: none;
    padding: 0;
}

.mfp-content .popup-window {
    padding: 40px 20px;
}

.man_desc {
    padding-left: 0;
    padding-right: 0;
}
html button.mfp-close{
	top: -2px;
	right: -2px;
}

h1{
	font-size: 28px;
}

	#top .flexed .one-col:first-child h1 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
}
.flexed.free {
    flex-direction: column-reverse;
    text-align: center;
    left: 0;
    max-width: 600px;
}

.flexed.free img {
    left: 0;
}

section#proshu b {
    margin-top: 20px;
}

.one-final {
    flex-direction: column-reverse;
}

.one-col-final {
    width: 100%;
}

.one-final-img-pc {
    display: block;
}

.one-col-final.img-final {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}

.one-final-img-mob {
    display: none !important;
}
}

@media screen and (max-width: 681px){
footer .menu {
    flex-direction: column;
}

footer .mmenu {
    width: 100%;
}

footer .logo a {
    display: flex;
    flex-direction: column;
}

footer .logo {
    padding-left: 0;
    text-align: center;
}

footer .mmenu li {
    margin-right: 0;
}
footer .logo{
	border-bottom: 1px solid rgba(198, 198, 198, 0.30);
    width: 100%;
    padding-bottom: 20px;
}

footer .mmenu {
    padding-top: 10px;
}
}
@media screen and (max-width: 540px){
.one-col.headerimged img{
	margin-top: 15px;
}
	h1{
	font-size: 24px;
}

section#proshu b {
    margin-top: 20px;
    font-size: 20px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 335px;
}
#proshu {
    padding-top: 50px;
    padding-bottom: 50px;}
    .wrapper>h3{text-align: left;}

}

@media screen and (max-width: 480px){
.one-final-img-pc{display: none;}
.one-final-img-mob{display: block !important;}
 .one-col.abouttextwrapper {
    display: flex;
    max-width: 100%;
    padding-left: 0;
}

section#about .flexed {
    flex-direction: column;
}

.abouttextinner .abouttextinner-loop {
    display: none;
}

section#about {
    padding-bottom: 36px;
}

.wrapper>h3 {
    padding-top: 30px;
    margin-bottom: 10px;
}

section#video {
    padding-top: 30px;
    padding-bottom: 30px;
}

.final-loop {
    margin-top: 26px;
}

.one-final {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    box-shadow: 2px 2px 44px 0px rgba(0, 0, 0, 0.15);
    overflow: visible;
    border-radius: 10px;
    background: #fff;
}

.one-col-final>b {
    font-size: 16px;
}

.one-final .one-col-inner {
    opacity: .5;
}

html .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-dots {
    width: 100%;
}

html .owl-carousel .owl-item {
    overflow: visible;
}
	h1{
		    font-size: 22px;
	}
	.wrapper>h3{font-size: 24px;}
}

@media screen and (max-width: 360px){
section#proshu b {
    margin-top: 18px;
    font-size: 18px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    max-width: 335px;
}
}
.myvideo {
position:relative;
padding: 0 0 56.25% 0;
height:0;
overflow:hidden;
}
.myvideo iframe,.myvideo object,.myvideo embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}