/*!
Theme Name: Lidery
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: lidery
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.

Lidery 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%;
	scroll-behavior: smooth;
}

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

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

html { overflow-x: hidden; }

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

/**
 * 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: 16px;
	line-height: 1.3;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-family:'Roboto';
	overflow: hidden;
	min-height: 100vh;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	/*color: #800080;*/
}

a:hover,
a:focus,
a:active {
	color: #E95A0C;
    background: transparent;
    /*border: none;*/
}

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;*/
	
	background: #E95A0C;
/*box-shadow: 0px 4px 4px rgba(151, 70, 26, 0.2);*/
border-radius: 40px;
	color:#fff;
	padding:12px 40px;
	border:none;
	font-size:20px;
	cursor:pointer;
}

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

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

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #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;
	    background: #fff;
    padding: 10px 20px;
}

.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: 250px;
}*/

.main-navigation ul ul #menu-item-983:hover > ul{
	display: block;
	left: 250px;
}

.main-navigation ul ul #menu-item-3629:hover > ul{
	display: block;
	right: 220px;
}

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	/*.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	
	.mob-menu{
		display:none ;
	}*/
	

}


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

:focus {
    outline: none;
}

/* 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;
width: 95%;
	/*rtl:ignore*/

	/*margin-left: 1.5em;
	margin-bottom: 1.5em;*/
		margin-right: 1.5em;
	    margin-top: 20px;
}

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


/* ---------- LAYOUT STYLE ----------*/
.wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1520px;
}
.wrapper-fluid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}
.wrapper-inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.col-1 {
    grid-column: span 1;
}
.col-2 {
    grid-column: span 2;
}
.col-3 {
    grid-column: span 3;
}
.col-4 {
    grid-column: span 4;
}
.col-5 {
    grid-column: span 5;
}
.col-6 {
    grid-column: span 6;
}
.col-6 {
    grid-column: span 6;
}
.col-7 {
    grid-column: span 7;
}
.col-8 {
    grid-column: span 8;
}
.col-9 {
    grid-column: span 9;
}
.col-10 {
    grid-column: span 10;
}
.col-11 {
    grid-column: span 11;
}
.col-12 {
    grid-column: span 12;
}
/*-- spacing utilities --*/
.m-0 {
  margin: 0 ;
}
.mt-0 {
  margin-top: 0 ;
}
.mr-0 {
  margin-right: 0 ;
}
.mb-0 {
  margin-bottom: 0 ;
}
.ml-0 {
  margin-left: 0 ;
}
.mx-0 {
  margin-right: 0 ;
  margin-left: 0 ;
}
.my-0 {
  margin-top: 0 ;
  margin-bottom: 0 ;
}
.m-1 {
  margin: 0.25rem ;
}
.mt-1 {
  margin-top: 0.25rem ;
}
.mr-1 {
  margin-right: 0.25rem ;
}
.mb-1 {
  margin-bottom: 0.25rem ;
}
.ml-1 {
  margin-left: 0.25rem ;
}
.mx-1 {
  margin-right: 0.25rem ;
  margin-left: 0.25rem ;
}
.my-1 {
  margin-top: 0.25rem ;
  margin-bottom: 0.25rem ;
}
.m-2 {
  margin: 0.5rem ;
}
.mt-2 {
  margin-top: 0.5rem ;
}
.mr-2 {
  margin-right: 0.5rem ;
}
.mb-2 {
  margin-bottom: 0.5rem ;
}
.ml-2 {
  margin-left: 0.5rem ;
}
.mx-2 {
  margin-right: 0.5rem ;
  margin-left: 0.5rem ;
}
.my-2 {
  margin-top: 0.5rem ;
  margin-bottom: 0.5rem ;
}
.m-3 {
  margin: 1rem ;
}
.mt-3 {
  margin-top: 1rem ;
}
.mr-3 {
  margin-right: 1rem ;
}
.mb-3 {
  margin-bottom: 1rem ;
}
.ml-3 {
  margin-left: 1rem ;
}
.mx-3 {
  margin-right: 1rem ;
  margin-left: 1rem ;
}
.my-3 {
  margin-top: 1rem ;
  margin-bottom: 1rem ;
}
.m-4 {
  margin: 1.5rem ;
}
.mt-4 {
  margin-top: 1.5rem ;
}
.mr-4 {
  margin-right: 1.5rem ;
}
.mb-4 {
  margin-bottom: 1.5rem ;
}
.ml-4 {
  margin-left: 1.5rem ;
}
.mx-4 {
  margin-right: 1.5rem ;
  margin-left: 1.5rem ;
}
.my-4 {
  margin-top: 1.5rem ;
  margin-bottom: 1.5rem ;
}
.m-5 {
  margin: 3rem ;
}
.mt-5 {
  margin-top: 3rem ;
}
.mr-5 {
  margin-right: 3rem ;
}
.mb-5 {
  margin-bottom: 3rem ;
}
.ml-5 {
  margin-left: 3rem ;
}
.mx-5 {
  margin-right: 3rem ;
  margin-left: 3rem ;
}
.my-5 {
  margin-top: 3rem ;
  margin-bottom: 3rem ;
}
.m-auto {
  margin: auto ;
}
.mt-auto {
  margin-top: auto ;
}
.mr-auto {
  margin-right: auto ;
}
.mb-auto {
  margin-bottom: auto ;
}
.ml-auto {
  margin-left: auto ;
}
.mx-auto {
  margin-right: auto ;
  margin-left: auto ;
}
.my-auto {
  margin-top: auto ;
  margin-bottom: auto ;
}
.p-0 {
  padding: 0 ;
}
.pt-0 {
  padding-top: 0 ;
}
.pr-0 {
  padding-right: 0 ;
}
.pb-0 {
  padding-bottom: 0 ;
}
.pl-0 {
  padding-left: 0 ;
}
.px-0 {
  padding-right: 0 ;
  padding-left: 0 ;
}
.py-0 {
  padding-top: 0 ;
  padding-bottom: 0 ;
}
.p-1 {
  padding: 0.25rem ;
}
.pt-1 {
  padding-top: 0.25rem ;
}
.pr-1 {
  padding-right: 0.25rem ;
}
.pb-1 {
  padding-bottom: 0.25rem ;
}
.pl-1 {
  padding-left: 0.25rem ;
}
.px-1 {
  padding-right: 0.25rem ;
  padding-left: 0.25rem ;
}
.py-1 {
  padding-top: 0.25rem ;
  padding-bottom: 0.25rem ;
}
.p-2 {
  padding: 0.5rem ;
}
.pt-2 {
  padding-top: 0.5rem ;
}
.pr-2 {
  padding-right: 0.5rem ;
}
.pb-2 {
  padding-bottom: 0.5rem ;
}
.pl-2 {
  padding-left: 0.5rem ;
}
.px-2 {
  padding-right: 0.5rem ;
  padding-left: 0.5rem ;
}
.py-2 {
  padding-top: 0.5rem ;
  padding-bottom: 0.5rem ;
}
.p-3 {
  padding: 1rem ;
}
.pt-3 {
  padding-top: 1rem ;
}
.pr-3 {
  padding-right: 1rem ;
}
.pb-3 {
  padding-bottom: 1rem ;
}
.pl-3 {
  padding-left: 1rem ;
}
.px-3 {
  padding-right: 1rem ;
  padding-left: 1rem ;
}
.py-3 {
  padding-top: 1rem ;
  padding-bottom: 1rem ;
}
.p-4 {
  padding: 1.5rem ;
}
.pt-4 {
  padding-top: 1.5rem ;
}
.pr-4 {
  padding-right: 1.5rem ;
}
.pb-4 {
  padding-bottom: 1.5rem ;
}
.pl-4 {
  padding-left: 1.5rem ;
}
.px-4 {
  padding-right: 1.5rem ;
  padding-left: 1.5rem ;
}
.py-4 {
  padding-top: 1.5rem ;
  padding-bottom: 1.5rem ;
}
.p-5 {
  padding: 3rem ;
}
.pt-5 {
  padding-top: 3rem ;
}
.pr-5 {
  padding-right: 3rem ;
}
.pb-5 {
  padding-bottom: 3rem ;
}
.pl-5 {
  padding-left: 3rem ;
}
.px-5 {
  padding-right: 3rem ;
  padding-left: 3rem ;
}
.py-5 {
  padding-top: 3rem ;
  padding-bottom: 3rem ;
}
/* ---------- end utilities ---------- */
/* ----------END LAYOUT STYLE ----------*/
#primary-menu{
	    display: flex;
    flex-wrap: wrap;
	
}

.mob-nav-menu #primary-menu{
	padding:60px 50px 20px;
}

.mob-nav-menu #primary-menu li{
	text-align:start;
}

#primary-menu li{
	/*position: relative;
    flex: 1 1 100px;
	margin-right:50px;
    white-space: nowrap;
    text-align: end;
	padding:30px 0;
	z-index:30;*/
	position: relative;
/* flex: 1 1 100px; */
margin-right: 20px;
/* white-space: nowrap; */
 text-align: center; 
padding: 30px 0;
z-index: 150;
max-width: 250px;
float: left;
}



#primary-menu li:first-child{
	text-align:left;
}

#primary-menu li a{
	color:#000 ;
	font-size:20px;
}

#primary-menu li:hover a{
	color:#E95A0C ;
	
}

.sub-menu li a{
	color:#000 !important;
}

.ref-header, .bvi-link-shortcode{
	font-size:20px;
	color:#E95A0C;
	/*margin-right: 270px;*/
	margin-right:200px;
}

.bvi-link-shortcode{
	padding: 0 !important;
    text-decoration: underline !important;
	width:100%;
	display:inherit !important;
}

html body a.bvi-link-shortcode .bvi-svg-eye{
	display:none !important;
}

.site-branding{
	padding:10px;
	text-align:center;
}

.ref-phone{
	color:#000;
	font-size:19px;
	text-decoration:none;
	margin: 0 10px;
}

.ref-order-call{
	    background: #FFFFFF !important;
    border: 3px solid #E95A0C !important;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(151, 70, 26, 0.2);
    border-radius: 40px !important;
    padding: 11px 24px ;
    color: #E95A0C !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
	    white-space: pre;
}

.ref-journal{
	background: #E95A0C;
    border: 3px solid #E95A0C;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(151, 70, 26, 0.2);
    border-radius: 40px;
    padding: 11px 28px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
	    white-space: pre;
}

.tbl-header{
	margin: 30px 0 0 40px;
}

.site-header{
	padding: 30px 0;
}

.social-icon{
	margin: 0 5px;
}

.text-footer{
	font-size:18px;
	text-align:center;
}

.ref-email{
	font-size:16px;
	color:#000;
	text-decoration:none;
}

footer{
	font-family:'Roboto';
	    position: relative;
    z-index: 200;
}

footer .ref-phone{
	font-size:16px;
	margin:0;
}

.footer-icon{
	text-align:center;
	
}

.ref-footer p{
	margin-bottom:0 !important;
	padding:0 15px;
}

.ref-footer .footer-icon{
	margin-top:1.5em;
}

.ref-footer{
	width:fit-content;
}

header{
	padding-bottom:0 !important;
}

.entry-content{
	margin-top:0 !important;
}

#main-block1-img1{
	width: 85%;
    right: 0;
}

.big-text{
	font-size:40px;
	font-weight:700;
	margin-top:20px;
}

.big-text-header{
	padding-left:30px;
	margin-bottom:0px;
	
}

.point-advantages{
	text-align:center;
	margin-top:50px;
	    padding: 0 15px;
}

.point-advantages p{
	font-size:23px;
	line-height:29px;
}

.point-advantages img{
	/*height:100px;*/
	height:60px;
}

h3{
	font-size:50px;
	font-weight:700;
	line-height: 1.3;
}

.text-20{
	font-size:20px;
}

.children-sections h3, .salon-for-parents h3, form h3{
	margin-bottom:0;
}

.children-sections .text-20, .salon-for-parents .text-20, form p{
	margin-top:0;
}

.main-sections-header{
	font-size:20px;
	font-weight:700;
}

.point-children-sections{
	text-align:center;
	margin-top: 60px;
}

.point-children-sections p:not([class]){
	line-height:24px;
	margin:0 auto;
}

.col-4.point-children-sections  p:not([class]){
	width:75%;
}

.col-6.point-children-sections  p:not([class]){
	width:45%;
}

.point-children-sections .img-point-container{
	
	height:410px;
}

.img-point-container{
	position:relative;
}

#img-basic{
	width:80%;
	padding-top:100px;
}

.form-input-main{
	color:#A7A7A7 !important;
	padding:14px 33px !important;
	font-size:18px;
	border-radius: 12px !important;
	margin-top:33px;
	width: 80%;
}

.form-submit-main{
	 padding: 11px 50px !important;
	font-size:20px;
	margin-top:24px;
	margin-bottom:35px;
}

form h3{
	margin-top:20px;
	color:#fff;
}

form p{
	/*font-size:23px;
	color:#fff;*/
}

form .wrapper{
	max-width:1200px;
	text-align:center;
	background: #E95A0C;
border-radius: 12px;
}

.wr-1 h3, .wr-1 p{
	margin:0;
}

.block-map-contact{
	width:520px !important;
}

.text-block-map-1{
	display: inline-block;
    width: 65%;
    margin: 10px 0 30px 20px;
}

.block-map-contact .text-block-map{
	width: 20% !important;
   text-align:left;
    vertical-align: top;
}

.block-map-contact img{
	    margin-top: 10px !important;
}

.block-map-contact .block-map-icon{
	text-align:center;
}

.lightbox-image{
	border-radius: 11px;
	
}

.lightbox-image{
	width:90%;
	margin: 30px 0;
}

.salon-for-parents .text-20{
	/*margin-bottom:0;*/
}

.submit-material{
	padding:11px 70px;
}

.block-ref{
	text-align:center;
	margin: 30px 0;
}

.salon-for-parents{
	margin-bottom:150px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    font-size:20px;
    color: #000;
    cursor: pointer;
    width:100%;
	background:transparent;
    border:none;
    text-align: left;
        border-radius: 0;
    outline: none;
    /*transition: 0.4s;*/
	
	

}

.block-accordeon{
	width: 85%;
	border: 2px solid #F4DED0;
box-sizing: border-box;
border-radius: 12px;
	background: white;
	
	margin-bottom:20px;
}

.page-faq .block-accordeon{
	width: 100%;
}

.accordion{
	padding: 20px 40px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active , .accordion:hover{
    color: #E95A0C;
	background:#F4DED0;
	font-weight: 700;
	transition: 0s ease-out 0s;
}



/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
	background:#F4DED0;
	padding: 20px 40px;
	color:#000;
	margin:0;
	font-size:18px;
}

.panel ul{
	margin:0;
}

.accordion:after {
    content: url(/wp-content/uploads/2020/11/shevron-1.png); /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: url(/wp-content/uploads/2020/11/shevron2.png); /* Unicode character for "minus" sign (-) */
}

#ref-question{
	padding:11px 41px;
	font-size:20px;
}

.block-ref-question{
	width:85%;
	text-align:center;
	margin-bottom:150px;
	margin-top:60px;
}

.slick-slide img{
	    border-radius: 12px;
}

.slider-nav .slick-slide img{
	width:80%;
	
	
    height: 280px;
    object-fit: cover;
}

.slider-for .slick-slide img{
	object-fit:cover;
	    height: inherit;
    width: 300px;
}

.slider-for{
	    margin-bottom: 60px;
}

.slider-text{
	    width: 50%;
    padding-left: 15%;
    display: inline-block;
    vertical-align: top;
}

.pedagog-header{
	font-size:24px;
	font-weight:700;
	margin:0;
}

.slider-img{
	    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10%;
    padding-left: 10%;
	height: 380px;
}

.slider-for .slick-prev {
    left: 48%;
    top: 90%;
}

.slider-for .slick-next {
    right: 43%;
    top: 90%;
}

 .slick-prev, .slick-next{
	width: 50px;
    height: 50px;
	z-index: 100;
}

.slick-prev:before {
    content: url(/wp-content/uploads/2020/11/slider-prev.png);
}

.slick-next:before {
    content: url(/wp-content/uploads/2020/11/slider-next.png);
}

section, .slider-nav{
	margin-bottom:150px ;
}

.reviews-img{
	    width: 40%;
    display: inline-block;
    padding-left: 7%;
    height: 0;
    vertical-align: top;
    margin-top: -30px;
}
.reviews-text{
	    width: 59%;
    vertical-align: middle;
    display: inline-block;
    padding-right: 15%;
}

.single-item .slick-prev {
    left: 87%;
    top: 85%;
}

.single-item .slick-next {
    right: 5%;
    top: 85%;
}

.slide-single{
	box-shadow: 3px 3px 15px rgba(151, 70, 26, 0.2);
    border-radius: 12px;
    margin: 20px;
    padding: 70px 0;
	    background: white;
}

.reviews h3{
	margin-bottom:30px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #E95A0C;
    font-size: 19px;
}

.slick-dots li button:before{
	font-size: 12px;
	color: #E95A0C;
}

.our-progress p{
	text-align:center;
	padding:0 20px;
	
	margin-bottom:20px;
}

.our-progress img{
	border-radius:12px;
	margin: 0 auto;
    display: block;
	    height: 320px;
    width: 450px;
    object-fit: cover;
    object-position: top;
}

.our-progress .col-4{
	margin:0 40px;
}
 
.reviews-img  .basic-foto-img{
	    z-index: 10;
}

.fon-foto{
	position: absolute;
    z-index: -50;
    width: 80%;
}

#fon-foto1{
	margin-top: 15%;
    margin-left: 15%;
}

#fon-foto2{
	    margin-top: 11%;
    margin-left: 10%;
}

#fon-foto3{
	margin-left: -50px;
	width:auto;
	    z-index: 5;
}

#fon-foto5{
	    margin-top: 5%;
}

#fon-foto6{
	    margin-left: -180px;
    margin-top: 30px;
	
}

#fon-foto7{
	    margin-left: -35%;
    top: 5%;
	
}

#fon-foto8{
	margin-left: -34%;
    
    /*top: -5%;*/
}

#fon-foto9{
	margin-left: -36%;
    margin-top: 7%;
}

#fon-foto10{
	margin-left: -38%;
}

#fon-foto11{
	    margin-left: -33%;
    margin-top: 4%;
}

#fon-foto12{
	    margin-left: -28%;
}

#fon-foto13{
	    margin-top: 8%;
	margin-left: -33%;
}

#fon-foto14{
	        margin-left: -30%;
    margin-top: 3%;
}

#fon-foto15{
	   margin-left: -27%;
}

#basic-foto1{
	    margin-left: -35%;
}

#basic-foto2{
	margin-left: -30%;
}
#basic-foto3{
	    margin-left: -28%;
}

.basic-foto-img{
	position:absolute;
}

.children-sections .fon-foto{
	width:auto;
}

.children-sections img{
	width:80%;
}

.children-sections .col-6 .basic-foto-img{
	width:55%;
}

.news-miniblock{
	padding-right:60px;
}

.news-miniblock img{
	height:300px;
	object-fit: cover;
}

.news-miniblock a{
	color:#000;
	text-decoration:none;
	display:block;
	width:100%;
	margin-top:10px;
}

.text-description{
	font-size:15px;
	margin:0;
}

.date-news{
	color:#8D8D8D;
	font-size:16px;
}

.map{
	margin-bottom:0;
}

footer #primary-menu {
    display: block;
    
    columns: 2;
}

footer #primary-menu li{
	text-align:left !important;
	font-size:16px;
	padding:8px 0;
}

footer .main-navigation ul{
		display:block;
	}

.block-map{
	width: 400px;
    position: absolute;
    margin-top: -625px;
    margin-left: 60%;
    background: #fff;
    padding: 30px 50px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.block-white{
	width: 80%;
    text-align: center;
    margin:0 auto;
    background: #fff;
    padding: 30px 50px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
	color:#000;
	line-height:36px;
}

.block-white .ref-journal, .block-white .ref-order-call{
	width:100%;
	display: block;
	margin-bottom:30px;
}

.block-map img{
	margin-right:16px;
	display: inline-block;
    vertical-align: top;
	margin-top: 1em;
}

.text-block-map{
	display: inline-block;
    width: 87%;
	margin:10px 0 0;
}

#block-map-logo{
	width: 20%;
    margin-left: 35px;
    margin-bottom: 20px;
}

.block-map-icon{
	    margin-left: 35px;
}

.fon-element{
	position:absolute;
	z-index:0;
}

.fon-element-main{
	position:absolute;
	z-index:-100;
}

.block-back{
	    position: relative;
    height: 0;
}

#img-form-back1{
	margin-left: -55%;
    margin-top: 11.5%;
}

#img-form-back2{
	margin-top: 20%;
    margin-left: -15%;
}

#img-form-back3{
	    margin-left: 5%;
    margin-top: -3%;
}

#img-form-back4{
	margin-top: 9.5%;
    margin-left: 25%;
}

form .col-5{
	z-index:50;
}

.fon-block-1{
	
    /*margin-top: -120px;*/
    z-index: 100;
}

.fon-block-2, .fon-block-4{
	background:rgba(236, 236, 236, 0.56);
}

/*.n2-section-smartslider{
	z-index:-100;
}*/

.our-progress, .pedagogy{
	margin-bottom:0;
}

.page-main{
	margin-top:75px;
}

.text-our-progress{
	font-size:18px;
	margin-top:0;
}

#fon-block1-element1{
	    margin-left: 8%;
}

#fon-block1-element2{
	right: 0;
    margin-top: 10%;
}

#fon-block1-element3{
	margin-top: 40%;
	left:0;
}

#fon-block1-element4{
	margin-top: 4%;
	left:0;
}

#fon-block1-element5{
	left:0;
    margin-top: 62%;

}

#fon-block1-element6{
	    margin-top: 1200px;
    margin-left: 62%;
}

#fon-block1-element7{
	    right: 0;
    margin-top: 25%;
}

#fon-block1-element8{
	right: 0;
    margin-top: 1500px;
}

#fon-block2-element1{
	left:0;
}

#fon-block2-element2{
	margin-left: 62%;
    margin-top: 200px;
}

#fon-block2-element3{
	right: 0px;
    margin-top: -200px;
}

#fon-block2-element4{
	margin-top: 760px;
    margin-left: 5%;
}

#fon-block2-element5{
	margin-top: 700px;
	left:0;
}

#fon-block2-element6{
	    margin-top: 1300px;
    margin-left: 2%;
}

#fon-block2-element7{
	margin-top: 1230px;
    margin-left: 58%;
}

#fon-block2-element8{
	margin-top: 1340px;
    margin-left: 57%;
}

#fon-block2-element9{
	margin-top: 1430px;
    margin-left: 83%;
}

#fon-block2-element10{
	margin-top: 950px;
    right: 0;
}

.fon-block-2 .fon-element-main, .fon-block-4 .fon-element-main{
	z-index:10;
}

.fon-block-2 .col-12, .fon-block-2 .col-4, 
.fon-block-4 .col-12, .fon-block-4 .col-4, .fon-block-4 .col-7, #wpcf7-f75-p28-o1 form, .col-4{
	z-index:20;
}

#fon-block3-element1{
	    margin-left: 5%;
    margin-top: -2%;
}

#fon-block3-element2{
	    right: 0;
    margin-top: 200px;
}

#fon-block3-element3{
	margin-top: 700px;
	left:0;
}

#fon-block3-element4{
	margin-top: 1150px;
    margin-left: 65%;
}

#fon-block3-element5{
	    margin-top: 2000px;
    margin-left: 3%;
}

#fon-block3-element6{
	right: 0;
    margin-top: 1930px;
}

#fon-block3-element7{
	margin-left: 88%;
    margin-top: 200px;
}

#fon-block3-element8{
	    margin-top: 480px;
    margin-left: 3%;
}

#fon-block4-element1{
	    margin-top: 250px;
	left:0;
}


#fon-block4-element2{
	    right: 0;
    margin-top: 1160px;
}


#fon-block4-element3{
	margin-top: 1500px;
    margin-left: 17%;
	    z-index: -100;
}


#fon-block4-element4{
	right: 0;
    margin-top: 1520px;
	z-index:-100;
}

.submit-slider{
	font-size:20px !important;
	padding:12px 26px;
	display:inline-block;
	width:max-content;
}

.block-ref  img{
	padding:0 15px !important;
	display:inline-block;
}

.block-ref .text-slider{
	    color: #fff;
    font-size: 20px !important;
    width: 45% !important;
    display: inline-block;
    line-height: 24px !important;
	    float: right;
    position: relative;
    margin-top: -55px;
}
.card-circle .block-ref{
	text-align:left;
	
	margin: 30px 0 10px;
}

.text-48{
	font-size:48px;
	text-align:center;
}

#wpcf7-f661-o5 .wrapper{
	    max-width: 1300px;
	
}

#wpcf7-f661-o5 .form-input-main{
	width: 90%;
}

/*.img-pedagog-uniq{
	    display: flex;
}*/

.information-pedagog{
	    display: flex;
    flex-wrap: wrap;
}

.page-pedagogy {
	margin-bottom:60px;
}

.n2-ss-slider .block-ref {
	text-align: left;
}

.single-post main .wrapper, .history-1 .wrapper, .pedagogy-1 .wrapper{
	max-width:1200px;
}

.pedagogy-1 .wrapper{
	padding:0;
}

.gos-page .wrapper{
	max-width:1280px;
}

.block-doc{
	padding-bottom: 30px;
    margin: auto 0;
}

.top-90{
	margin-top:90px;
}

.top-60{
	margin-top:60px;
}

.gos-page{
	margin-bottom:120px;
}

.ref-site{
	text-decoration:underline !important;
	margin-top:20px;
	display:block;
	    padding-right: 40px;
}

.wp-post-image{
	border-radius:12px;
}

.page-pedagogy h3, .page-project h3{
	margin:0;
}

.information-pedagog {
	margin-left:1.5em;
}

.head-field-pedagog{
	font-weight: 500;
    font-size: 24px;
    line-height: 150%;
	margin:30px 0 0;
	width: 100%;
}

.text-field-pedagog{
	font-size:20px;
	margin:0;
	width: 80%;
}

.list-text{
	font-size:20px;
	margin:15px 0;
}

.list-text::marker{
	color:#E95A0C;
	width:11px;
}

.call-img{
	    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 50px;
}

.ul-list, .ul-list1{
	margin: 0;
    width: 60%;
	margin-left: -40px;
}

.ul-list1{
	width:100%;
}

.ref-prev{
	max-width:1520px;
	margin:0 auto;
	padding: 50px;
    
}

.ref-prev a{
	font-size: 23px;
line-height: 27px;
	color: #E95A0C;
	text-decoration:none;
}



#fon-pedagogy-element1{
	    right: 0;
    margin-top: 100px;
}

#fon-pedagogy-element2{
	    margin-left: 65%;
    margin-top: 520px;
}

#fon-pedagogy-element3{
	margin-left: 65%;
    margin-top: 750px;
}

#fon-pedagogy-element4{
	margin-top: 850px;
	left:0;
}

#fon-pedagogy-element5{
	    margin-top: 450px;
    margin-left: 11%;
}

#fon-pedagogy-element6{
	right: 0;
    margin-top: 700px;
}

#fon-pedagogy-element7{
	margin-top: 1000px;
	left:0;
}

.pedagogy-page-section{
	background: #EF6920;
	color: #fff;
	/*padding:50px 0 100px;*/
	margin-bottom:0;
}

.pedagogy-page-section .text-field-pedagog{
	margin-bottom:50px;
}

.fon-block-heading-orange .fon-element-main{
	z-index:10;
}

#fon-list-pedagogy-element1{
	margin-top: -150px;
	left:0;
}


#fon-list-pedagogy-element2{
	right: 0;
    margin-top: -250px;
}


#fon-list-pedagogy-element3{
	    margin-left: 50%;
    margin-top: 230px;
}

.img-pedagog-list, .descr-pedagog-list{
	display:inline-block;
	width:49%
}

.descr-pedagog-list h3{
	font-size:36px;
}

.descr-pedagog-list{
	vertical-align:top;
}

.descr-pedagog-list a, .card-pedagog .pedagog-header a{
	color:#000;
	text-decoration:none;
}

.head-pedagog-section{
	font-size:36px;
	font-weight:700;
	margin-top:70px;
}

.card-pedagog .img-pedagog-list{
	/*height:300px;*/
	margin-bottom:30px;
	width:80%;
}
.card-pedagog .descr-pedagog-list{
	
	width:100%
}

.card-pedagog .img-pedagog-list img{
	/*height:100%;
	width:100%;*/
	height: 400px;
    width: 100%;
    object-fit: cover;
}

.card-pedagog .pedagog-header{
	    width: 71%;
}

.card-pedagog, .page-project, .card-project{
	margin-bottom:100px;
}

#fon-pedagogy-list-element1{
	margin-top: 350px;
	left:0;
}

#fon-pedagogy-list-element2{
	margin-left: 27%;
    margin-top: 200px;
}

#fon-pedagogy-list-element3{
	right: 0;
    margin-top: -120px;
    z-index: 100;
}

#fon-pedagogy-list-element4{
	margin-left: 65%;
    margin-top: 380px;
}

#fon-pedagogy-list-element5{
	    margin-top: 880px;
    margin-left: 70%;
}

#fon-pedagogy-list-element6{
	    margin-top: 1600px;
    right: 0;
}

#fon-pedagogy-list-element7{
	margin-top: 2070px;
    margin-left: 25%;
}

#fon-pedagogy-list-element8{
	margin-top: 2280px;
	left:0;
}

#fon-pedagogy-list-element9{
	margin-top: 2650px;
    margin-left: 45%;
}

#fon-pedagogy-list-element10{
	margin-top: 3000px;
	left:0;
}

#fon-pedagogy-list-element11{
	right: 0;
    margin-top: 3700px;
}

#fon-pedagogy-list-element12{
	margin-left: 35%;
    margin-top: 4000px;
}

#fon-pedagogy-list-element13{
	margin-left: 15%;
}

#fon-pedagogy-list-element14{
	margin-left: 80%;
    margin-top: 350px;
}

#fon-pedagogy-list-element15{
	    margin-top: 1470px;
    margin-left: 2%;
}

#fon-pedagogy-list-element16{
	margin-left: 58%;
    margin-top: 2050px;
}

#fon-pedagogy-list-element17{
	    margin-left: 18%;
    margin-top: 3100px;
}

#fon-pedagogy-list-element18{
	    margin-top: 3900px;
    margin-left: 83%;
}

#fon-pedagogy-list-element19{
	    margin-left: 2%;
    margin-top: -130px;
    z-index: 100;
}

.text-24{
	font-size:24px;
	margin-top:0;
	margin-bottom:30px;
}

.page-project .col-6{
	/*padding-left:30px;*/
	padding-right:30px;
}

.img-project .wp-post-image, .card-project .wp-post-image{
	border-radius:0;
}

.head-slider-point{
	margin:0;
	font-size:18px;
	font-weight:700;
	color:#000;
}

.text-slider-point{
	margin:0;
	font-size:14px;
	color:#000;
}

.member-project .slick-next:before{
	content: url(/wp-content/uploads/2020/11/next.png);
}

.member-project .slick-prev:before{
	content: url(/wp-content/uploads/2020/11/prev.png);
}

.member-project {
	padding:0 15px;
}

#fon-project-element1{
	    right: 0;
}

#fon-project-element2{
	margin-top: 500px;
	left:0;
}

#fon-project-element3{
	    margin-left: 75%;
    margin-top: 600px;
}

.card-project .project-header a{
	font-size:30px;
	font-weight:700;
	color:#000;
	text-decoration:none;
}

.card-project .project-descr{
	font-size:20px;
	width:80%;
}

.card-project .ref-journal{
	color:#fff;
}

#fon-project-list-element1{
	    margin-top: 90px;
	left:0;
}

#fon-project-list-element2{
	margin-left: 65%;
    margin-top: 200px;
}

#fon-project-list-element3{
	    margin-top: 950px;
    margin-left: 2%;
}

#fon-project-list-element4{
	
    right: 0;
    margin-top: 1100px;

}

#fon-project-list-element5{
	margin-left: 75%;
    margin-top: 90px;
}

#fon-project-list-element6{
	    margin-top: 800px;
    margin-left: -100px;
}

#fon-project-list-element7{
	right: 0;
    margin-top: 1200px;
}

.life-page-section{
	background-image: linear-gradient(to top, rgba(45, 45, 45, 0.43), rgba(45, 45, 45, 0.43)), url(/wp-content/uploads/2020/11/img-header-life-school.png);
	padding-top:70px ;
	color:#fff;
	    padding: 105px 0 280px;
}


.life-page-section.skolkovo{
	background-image: linear-gradient(to top, rgba(45, 45, 45, 0.43), rgba(45, 45, 45, 0.43)), url(/wp-content/uploads/2021/12/259A6029.jpg);
	padding-top:70px ;
	color:#fff;
	    padding: 105px 0 280px;
	    background-repeat: no-repeat;
	    background-size: cover;
}


.circles-page-section{
	background: linear-gradient(to top, rgba(45, 45, 45, 0.43), rgba(45, 45, 45, 0.43));
	padding-top:70px ;
	color:#fff;
	    padding: 105px 0 280px;
	background-position: center;
}

.page-template-temptate-page-soprovoz .circles-page-section{
	background-position: center top 40%;
}

.circles-list-page-section{
	background-image: linear-gradient(to top, rgba(45, 45, 45, 0.43), rgba(45, 45, 45, 0.43)), url(/wp-content/uploads/2020/11/img-circle-list-1.png);
	padding-top:70px ;
	color:#fff;
	    padding: 105px 0 280px;
}

h2{
	font-weight:700;
	font-size:55px;
	margin:0;
}

.block-ref-header{
	text-align:left;
}

.card-news{
	background:#fff;
	box-shadow: 3px 3px 15px rgba(151, 70, 26, 0.2);
border-radius: 12px;
	padding:44px 50px;
	margin-bottom:50px;
}

.heading{
	font-weight:700;	
}

.text-35{
	font-size:35px;
	color:#000;
}

.posts-header{
	font-size:48px;
	margin:30px 0;
	line-height: 1.2;
}

.img-no-border{
	border-radius:0;
}

.content-posts{
	display:inline-block;
	width:89%;
}

.content-posts .text-20{
	margin:20px 0;
}

.ref-posts{
	color: #E95A0C;
	text-decoration:none;
}

.social-block-posts{
	width:10%;
	display:inline-block;
	vertical-align:top;
	text-align: center;
}

.social-block-posts a{
	display:block;
	    margin: 20px;
}

.text-meta-posts{
	font-size:18px;
	color: #8D8D8D;
	vertical-align: sub;
	margin-right: 35px;
text-decoration: none;
}

.meta-fields img{
	vertical-align:middle;
	margin-right: 5px;
}

.page-posts1520 .wrapper{
	max-width:1520px !important;
}

.reasons-circle .point-advantages {

    padding: 0 50px;
}

.orange-block{
	background:#EF6920;
	color:#fff;
}

.white-list{
	margin: 0;
    padding-left: 20px;
	font-size:24px;
}

.white-list li{
	padding-bottom:30px;
}

.answers-1{
	background:rgba(236, 236, 236, 0.56);
	margin-bottom:0;
	    padding-top: 150px;
    margin-top: -150px;
}

.orange-block{
	margin-bottom:0;
	padding-bottom:75px;
}

.slider-for-circle .slider-text{
	padding-left:0;
	padding-top:20px;
}

.slider-for-circle .slider-for .slick-next{
	right: 25%;
    top: 10%;
}

.slider-for-circle .slider-for .slick-prev{
	left: 66%;
    top: 10%;
}

.grey{
	background:rgba(236, 236, 236, 0.56);
	margin-bottom:0;
	padding-bottom:75px;
}

form textarea{
	height:150px;
}



#img-form-back5{
	margin-left: -760px;
    margin-top: 200px;
}

#img-form-back6{
	    margin-top: 380px;
    margin-left: -150px;
}

#img-form-back7{
	margin-top: 215px;
    margin-left: 450px;
}

#img-form-back8{
	margin-top: -72px;
    margin-left: 400px;
}

.comment-reply-title{
	font-size:35px;
}

.logged-in-as a{
	color:#000;
	text-decoration:none;
	font-size:20px;
}

.logged-in-as{
	margin-bottom:30px;
}

#commentform p{
	color:#000;
}

.center .slick-next {
    right: 22%;
}

.center .slick-prev {
    left: 45%;
}

.center1 .slick-next {
    right: 33%;
}

.center1 .slick-prev {
    left: 33%;
}

.center .slick-center, .center1 .slick-center{
	   
    	
	margin: 0 !important;
}

.center .slick-slide, .center1 .slick-slide{
	 
    
    padding: 10px; 
   /*margin:0 10px;*/

}

.opacity-fon{
	background: rgb(111, 53, 22);
}

.rl-basicmasonry-gallery .rl-gallery-item img{
	height: 300px !important;
    border-radius: 12px;
}

.filter-news a{
	color:#000;
	text-decoration:none;
}

.filter-news li{
	list-style:none;
	border-bottom: 1px solid #5C5C5C;
	padding:17px 0;
	text-align:center;
}

.filter-news li:first-child{
	border-top: 1px solid #5C5C5C;
}

.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img{
	border-radius:12px;
}

.center .slick-center img, .center1 .slick-center img{
	opacity:1 !important;
}

.center .slick-center, .center1 .slick-center{
	transform: scale(1.1);
}

.center .slick-slide img, .center1 .slick-slide img{
	border-radius:0;
	width: 100%;
    /*height: fit-content;*/
	opacity: 0.7;
}

.center1 .slick-current img{
	width: 100%;
    
    margin: 0;
}

.orange-block h3{
	margin-top:0;
}

.center{
	    margin: 150px 0 0;
	    z-index: 20;
}

.orange-overlay{
		display: inline-block;
	position: relative;    
	line-height: 0;
}

.orange-overlay:after {
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(to left, rgba(111, 53, 22, 0.36), rgba(111, 53, 22, 0.36));
	opacity: 0.8;
}

.orange-overlay.slick-current:after{
	opacity:0;
}

.center1{
	margin: 150px 0 ;
	    z-index: 20;
}

.fon-block5 #fon-block4-element1{
	     margin-top: 50px;
}


.fon-block5 #fon-block4-element2{
	margin-top: 800px;
    
	    z-index: 20;
}


.fon-block5 #fon-block4-element3{
	    margin-top: 1300px;
    margin-left: 1%;
	    z-index: -100;
}


.fon-block5  #fon-block4-element4{
	right: 0;
    margin-top: 1200px;
	z-index:-100;
}

#fon-block4-element5{
	margin-top: 25px;
	z-index:10;
	left: 0;
}

#fon-block4-element6{
	margin-top: 500px;
    z-index: 10;
	left: 0;
}

#fon-block4-element7{
	    right: 0;
    margin-top: 400px;
    z-index: 10;
}

.answers-1 .wrapper .col-7, .answers-1 .wrapper .col-5{
	z-index:20;
}

#fon-section-element2{
	    margin-left: 10%;
    margin-top: 150px;
}

.reasons-circle .col-12{
	z-index:20;
}

#fon-circle1-element1{
	    margin-top: -70px;
    z-index: 10;
	left:0;
}

#fon-circle1-element2{
	margin-top: 250px;
    margin-left: 5%;
}

#fon-circle1-element3{
	    margin-top: 700px;
    margin-left: 75%;
}

#fon-circle1-element4{
	    margin-left: 50%;
    margin-top: 100px;
}

#fon-circle1-element5{
	    right: 0;
    margin-top: 100px;
}

#fon-circle1-element6{
	margin-top: 600px;
    margin-left: 5%;
}


#fon-circle1-element7{
	    right: 0;
    margin-top: 450px;
}

.fon-block-circle2 .fon-element-main, .fon-block-circle3 .fon-element-main{
	z-index:10;
}

.orange-block .wrapper .col-5, .orange-block  .wrapper .col-2{
	z-index:20;
}

#fon-circle2-element1{
	margin-top: -50px;
	left:0;
}

#fon-circle2-element2{
	right: 0;
    margin-top: -75px;
}

#fon-circle2-element3{
	    margin-left: 38%;
    margin-top: 130px;
}

#fon-circle2-element4{
	    margin-top: 450px;
    margin-left: 60%
}

#fon-circle2-element5{
	right: 0;
    margin-top: 500px;
}


#fon-circle2-element6{
	    margin-top: 700px;
    margin-left: 33%;
}

#fon-circle3-element1{
	    margin-top: -200px;
	left:0;
}

#fon-circle3-element2{
	    margin-left: 40%;
    margin-top: 150px;
}

#fon-circle3-element3{
	 margin-top: 400px;
    margin-left: 45%;
	height: 30%;
    width: 40%;
}

#fon-life-element1{
	
}

#fon-life-element2{
	    margin-top: 500px;
    margin-left: 75%;
}

#fon-life-element3{
	    margin-top: 1300px;
	left:0;
}

#fon-life-element4{
	
        margin-top: 1250px;
    margin-left: 1000px;

}

#fon-block3-element9{
	    right: 0;
    margin-top: 600px;
}

#fon-circle3-element4{
	    right: 0;
    margin-top: -330px;
}

.card-circle .wp-post-image{
	width:100%;
	/*height:100%;*/
	height: 290px;
	object-fit:cover;
}

.card-circle .img-no-border{
	
	width: 45%;
    
	display: flex;
    flex-wrap: wrap;
}

.card-circle .content-posts{
	width:49%;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    
    /*padding: 0 20px 10px;*/
	padding: 0 0px 0px 30px;
}

.card-circle .content-posts .text-18{
	margin-top: 0;
    margin-bottom: 0;
}

.card-circle .text-24, .card-circle .text-20{
	margin:0;
}

.docs-img-pdf{
	background: url(/wp-content/uploads/2020/12/icon-pdf.png) center;
    width: 50px;
    height: 50px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.block-doc:hover .docs-img-pdf{
	background: url(/wp-content/uploads/2020/12/image-153.png) center;
}

.card-circle .ref-journal{
	padding:11px 20px;
	position: absolute !important;
    bottom: 0;
}

.text-18{
	font-size:18px;
}

.orange-block form .wrapper{
	background:transparent;
}

#fon-circle-list-element1{
	margin-top: 100px;
	left:0;
}

#fon-circle-list-element2{
	    margin-left: 10%;
    margin-top: 950px;
}

#fon-circle-list-element3{
	right: 0;
    margin-top: 850px;
}

#fon-circle-list-element4{
	    margin-left: 60%;
    margin-top: 350px;
}

#fon-circle-list-element5{
	    margin-left: 75%;
    margin-top: 50px;
}

#fon-circle-list-element6{
	margin-top: -200px;
	left:0;
}

#fon-circle-list-element7{
	    margin-left: 10%;
    margin-top: 200px;
}

.block-cost-white div{
	background:#fff;
    
}

.block-cost-orange div{
	background:#FF8F53;
    color:#fff !important;
}

.block-cost-orange a{
	background: #E95A0C !important;
}

.block-cost{
	    margin: 0 10px 25px;
	    display: flex;
    flex-wrap: wrap;
}

.card-circle{
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.orange-block-circles h3{
	display: block;
    margin-top: revert; 
    line-height: 1.2;
}

.orange-block-circles{
padding-top: 75px;
	padding-bottom:0px;
}


.block-cost a{
	    padding: 28px 0;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    background: #FF8F53;
    box-shadow: 3px 3px 15px rgba(151, 70, 26, 0.2);
    border-radius: 0 0 12px 12px;
	margin:0;
}


.block-cost div{
	padding: 29px 37px;
	box-shadow: 3px 3px 15px rgba(151, 70, 26, 0.2);
    border-radius: 12px 12px 0 0;
	width: 100%;
}



.text-30{
	font-size:30px;
}

.block-cost .text-30{
	border-bottom: 2px solid #000;
    margin-top: 0;
}

.block-cost-orange .text-30{
	border-bottom: 2px solid #fff;
    
}

.block-cost-orange .text-35{
	color:#fff;
}


.text-35{
	font-size:35px;
}

.block-cost .text-24{
	margin-bottom:50px
}

#fon-circle4-element1{
	margin-left: 2%;
}

#fon-circle4-element2{
	right: 0;
    
}

#fon-circle4-element3{
	    margin-left: 85%;
}

#fon-circle4-element4{
	    margin-top: 450px;
    margin-left: 15%;
}

#fon-circle4-element5{
	margin-top: 400px;
    margin-left: 35%;
   
}

.fon-circle4 .fon-element-main{
	z-index: 10;
}

.grey .col-12, .grey .col-3{
	z-index:20;
}

.white-block .text-24, 
.white-block .text-20{
	margin-bottom:0;
}

.white-block h3, .white-block .text-20{
	margin-top:0;
}

.white-block div{
	width: min-content;
    display: inline-block;
    min-width: 32%;
}

.white-block{
	background: #FFFFFF;
box-shadow: 3px 3px 15px rgba(151, 70, 26, 0.2);
border-radius: 12px;
	margin:10px;
	padding:40px;
}

#fon-circle5-element1{
	margin-left: 75%;
}

#fon-circle5-element2{
	margin-left: 55%;
    margin-top: 50px;
}

#fon-circle5-element3{
	margin-left: 2%;
    margin-top: 300px;
}

.event-page .wrapper{
	max-width:1520px !important;
	
}

.img-event{
	    width: 45%;
    display: inline-block;
	margin-bottom: 50px;
}

.description-event{
	width: 54%;
    display: inline-block;
	vertical-align: top;
    padding: 0 50px;
}

.description-event h3{
	margin-top:0;
	margin-bottom:30px;
}

.description-event .text-35, .description-event .text-20{
	margin:0;
}

.description-event img{
	margin:0 10px;
}

.description-event .clock{
	margin-left:60px;
	margin-bottom:20px;
}

.description-event .cost{
	margin-left:60px;
	
}

.description-event .place img{
	padding-right: 10px;
	
}

.right-ref{
padding:0 10px;
}

.right-ref p{
	margin-top:0;
}

.right-ref a{
	width: 100%;
    display: block;
	color:#000;
	text-decoration:none;
	height: 100%;
}


.right-ref img{
	width: 100%;
    border-radius: 12px;
}

#fon-event-element1{
	    margin-left: 70%;
    margin-top: 75px;
}

#fon-event-element2{
	    margin-top: 220px;
	left:0;
}

#fon-event-element3{
	    margin-top: 450px;
    margin-left: 20%;
}

#fon-event-element4{
	    margin-left: 63%;
    margin-top: 350px;
}

#fon-event-element5{
	    margin-left: 3%;
    margin-top: 50px;
}

#fon-event-element6{
	    margin-top: 950px;
    margin-left: 2%;
}

.description-event-list{
	width:35%;
	display:inline-block;
}

.content-event-list{
	width:60%;
	display:inline-block;
}

.description-event-list .text-30, .description-event-list .place{
	margin:0;
}

.description-event-list .clock{
	margin-bottom: 15px;
}

.content-event-list{
	text-align:left;
	vertical-align: top;
}

.content-event-list .heading{
	margin-top: 0;
    margin-bottom: 30px;
}

.content-event-list .text-20{
	margin-bottom: 30px;
}

.event-month h3{
	    width: 70%;
    margin: 30px auto;
}

.content-event-list .ref-journal{
	display: initial;
	padding:11px 48px;
}

.event-page .block-white{
	margin-bottom:30px;
}

#fon-january-element1{
	margin-left: 5%;
    margin-top: 50px;
}

#fon-january-element2{
	margin-top: 800px;
    margin-left: 80%;
}

#fon-january-element3{
	    right: 0;
}

#fon-january-element4{
	    margin-top: 350px;
	left:0;

}

#fon-february-element1{
	margin-left: 5%;
    margin-top: -50px;
	z-index:0;
}

#fon-february-element2{
	margin-top: 500px;
    margin-left: 3%;
	z-index:0;
}

#fon-march-element1{
	    right: 0;
    margin-top: 200px;
}

#fon-march-element2{
	right: 0;
    margin-top: 350px;
}

.mob-menu-left, .mob-menu-right{
	
	display:inline-block;
	padding:0 10px;
	    vertical-align: top;
}

.mob-menu-left{
	/*width:30%*/
	width:100%;
}

.mob-menu-right{
	width:69%;
}

.mob-menu-div{
	margin:15px auto;
	text-align:center;
}

.menu-toggle{
	margin: 0 auto; 
    background: transparent;
    border: 1px solid #E95A0C;
}

.mob-menu-div-btn{
	margin:30px auto;
}

.mob-nav-menu{
	display:none;
	position: absolute;
    background: white;
    top: 0px;
	z-index: 200;
	border: 1px solid #E95A0C;
}

.mob-nav-menu ul{
	margin:0;
	padding:0;
}

.menu-toggle-1, .menu-toggle-exit{
	position: absolute;
    top: 20px;
    left: 10px;
	background:none;
	border: 1px solid #E95A0C;
	z-index: 100;
}

.menu-toggle-1 img, .menu-toggle-exit img{
	    width: 25px;
}

.mob-nav-menu li{
	width: 100%;
    list-style: none;
	    flex: auto !important;
}

.mob-nav-menu li a{
	text-decoration:none;
}


.mob-nav-menu li .sub-menu{
	display:block;
}

.mob-nav-menu li .sub-menu li{
	/*padding:15px 0 !important;*/
	/*padding:5px 0 !important;*/
	    margin: 5px 0 !important;
    padding: 0 !important;
}

.mob-nav-menu li .sub-menu li a, .mob-nav-menu .menu-item-708, .mob-nav-menu .menu-item-753, .mob-nav-menu .menu-item-27{
	
	/*text-decoration:underline;
	font-weight:400 !important;*/
}

.mob-nav-menu .menu-item-983 a{
	text-decoration:none !important;
}

/*.mob-nav-menu .menu-item-983 .sub-menu li a{
	text-decoration:underline !important;
	
}*/

.mob-nav-menu ul ul{
	background:white;
	margin-left:15px;
}

.mob-nav-menu ul ul ul{
	
	margin-left:30px;
}

.tab {
    overflow: hidden;
    border: 2px solid #E95A0C;
    border-radius:12px 12px 0 0;
	    display: block;
   
}


.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    
    transition: 0.3s;
	border-right: 2px solid #E95A0C;
    font-size: 18px;
    border-radius: 0;
	    width: 9.09%;
	 /* display: flex; */
    color: #000;
    /* text-align: center; */
    display: block;
	padding:14px 0;
}


.tab button:hover,  .tab button.active {
    background-color: #E95A0C;
	color: #fff;
}

.table-list-literature tr td, .table-list-literature tr th {
	padding:20px 0;
	border-bottom:2px solid #F4DED0;
}

.table-list-literature th{
	text-align:left;
}

.spisok-page .col-10{
	padding-right:30px;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #4CAF50;
    border-top: none;
	border: 2px solid #E95A0C;
    border-radius:0 0 12px 12px;
	padding:30px 50px;
	
}

.block-tab-class{
	margin-bottom:50px;
	background:#fff;
}

#fon-back-spisok-element1{
	margin-left: 1%;
    
   
}

#fon-back-spisok-element2{
	    margin-left: 70%;
}

#fon-back-spisok-element3{
	    margin-top: 700px;
    margin-left: 75%;
}

#fon-back-spisok-element4{
	margin-top: 550px;
    margin-left: 2%;
}


.sub-menu{
	padding: 0 !important;
    display: block !important;
    
}

#menu-item-366 .sub-menu{
	columns: 3 !important;
}

 #menu-item-24 .sub-menu{
	columns: 2 !important;
}

.sub-menu li{
	padding: 15px 25px !important;
    display: block !important;
    width: 100% !important;
	text-align:left !important;
	    margin: 0;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;  
}

.sub-menu li:hover, .sub-menu li:active, .sub-menu li:focus{
	    background: rgba(244, 222, 208, 0.51);
}

.sub-menu li a{
	width:100% !important;
}

/*.sub-menu li:hover a, .sub-menu li:active a, .sub-menu li:focus a{
	    color: #e95a0c !important;
}*/

footer .sub-menu{
	display:none !important;
}

.main-navigation ul ul ul{
	columns:auto !important;
}

.carosel-circles{
	    margin-bottom: 100px;
}

#cat{
	    border-bottom: 1px solid #5C5C5C;
    padding: 17px 10px;
    
   
    border-top: 1px solid #5C5C5C;
    width: 100%;
    border-right: none;
    border-left: none;
    font-size: 24px;
    font-family: 'Roboto';
}



#fon-head-gos-element1{
	    margin-top: 50px;
	left:0;
}

#fon-head-gos-element2{
	    right: 0;
    margin-top: -350px;
}

.ref-black{
	color:#000;
	text-decoration:none;
	font-size:20px;
}

.doc-img{
	    display: inline-block;
    width: 10%;
    vertical-align: middle;
}

.doc-ref{
	display: inline-block;
    width: 80%;
    vertical-align: middle;
	padding: 0 10px;
}

.page-information .form-orange{
	margin-bottom:150px;
} 

#fon-gos-element1{
	    margin-top: 370px;
left:0;
}

#fon-gos-element2{
	    margin-left: 75%;
    margin-top: -200px;
    z-index: 10;
}

#fon-gos-element3{
	right: 0;
    margin-top: 400px;
}

#fon-gos-element4{
	    margin-top: 1450px;
    margin-left: 3%;
}

#fon-gos-element5{
	    margin-top: 2050px;
    margin-left: 75%;
}

#fon-gos-element6{
	    margin-top: 1300px;
    margin-left: 80%;
}

#fon-gos-element7{
	margin-top: 2050px;
    margin-left: 1%;
}

.history-1 img{
	width:75%;
	margin:0 auto;
	margin-bottom:30px;
	display:block;
}

.history-1 h3, .history-1 .text-26, .history-1 .text-22{
	text-align:center;
}

.text-26{
	font-size:26px;
}

.text-22{
	font-size:22px;
}

.border-12{
	border-radius:12px;
}

.history-1 .text-26, .history-1 .text-22{
	margin:0;
}

.history-1 .text{
	    margin: auto 0;
    padding-left: 50px;
}

.history-2{
	text-align:center !important;
}


.history-2 p{
	color:#fff;
	padding: 0 5%;
    margin: 0;
}

.history-4 .text-24{
	    padding-right: 80px;
}

.img-history3{
	display: inline-block;
     width: 30%; 
    vertical-align: middle;
}

.text-history3{
	    display: inline-block;
    width: 69%;
    text-align: center;
    
    
    vertical-align: middle;
}

.text-history3 p.heading{
	font-size:40px;
	margin:0;
	line-height:50px;
}

.text-history3 .text-20{
	width:80%;
	margin:0 auto;
	margin-top:30px;
}

.history-3 img{
	margin-bottom:60px;
}

.video-small{
	    width: 39%;
    display: inline-block;
	    padding-left: 30px;
	vertical-align:top;
}

.video-medium{
	width: 60%;
    display: inline-block;
	    padding-right: 30px;
}


.video-medium iframe, .video-small iframe, .child iframe{
	border-radius:12px;
}

#fon-reviews-history-1{
	    margin-left: 75%;
    margin-top: 1000px;
}


#fon-reviews-history-2{
margin-top: 820px;
	left:0;
}

.history-3{
	margin-top:150px;
	left:0;
}

#fon-history-element1{
	    right: 0;
    margin-top: 150px;
}

#fon-history-element2{
	right: 0;
    margin-top: 550px;
}

#fon-history-element3{
	margin-left: 17%;
    margin-top: 130px;
}

.information .col-7{
	margin-right:60px;
	display:flex;
	flex-wrap:wrap;
}

.information-revers .col-7{
	
	display:flex;
	flex-wrap:wrap;
}

.information-revers ul{
	margin:0;
}

.advant .point-advantages{
	display:inline-block;
	width:33%;
	padding:0 40px;
	vertical-align:top;
}

.answers-2{
	background: rgba(236, 236, 236, 0.56);
	margin-bottom:0;
}

.answers #img-basic{
	z-index:20;
}

.answers #fon-foto1, .answers #fon-foto5{
	z-index:10;
}

.disp-fl{
	display:flex;
	flex-wrap:wrap;
}

.child .col-8{
	padding-right: 30px;
}

.child .col-4 img:first-child{
	margin-bottom:60px;
}

.child h3{
	margin-top:0;
	margin-bottom:10px;
	/*width:90%;*/
	font-size:45px;
}

#fon-inform-block1-element1{
	    margin-top: 810px;
    margin-left: 50%;
}

#fon-inform-block1-element2{
	    margin-top: 910px;
    margin-left: 5%;
}

#fon-inform-block1-element3{
	right: 0;
    margin-top: 400px;

}

#fon-inform-block1-element4{
	    margin-left: 2%;
    margin-top: 230px;

}

#fon-inform-block2-element1{
	    margin-top: -130px;
    right: 0;
}

#fon-inform-block2-element2{
	  margin-left: 3%;
    margin-top: 280px;
}

#fon-inform-block2-element3{
	    margin-top: -50px;
left:0;
}

#fon-inform-block2-element4{
	    margin-left: 2%;
    margin-top: 670px;

}

#fon-inform-block2-element5{
	    margin-left: 52%;
    margin-top: 300px;

}

#fon-inform-block3-element1{
	margin-top: 630px;
	    left:0;
}

#fon-inform-block3-element2{
	     
right: 0;
    margin-top: 90px;

}

#fon-inform-block4-element1{
	    margin-left: 3%;
    margin-top: 140px;
}

#fon-inform-block4-element2{
	    margin-top: 550px;
    margin-left: 55%;
}

#fon-inform-block4-element3{
	    margin-top: 870px;
    margin-left: 20%;
}

#fon-inform-block5-element1{
	    margin-top: 70px;
	left:0;
}

#fon-inform-block5-element2{
	    margin-top: 800px;
    right: 1%;
}

#fon-inform-block5-element3{
	    margin-top: 720px;
    margin-left: 10%;
}

#fon-inform-block5-element4{
	    margin-top: 100px;
    margin-left: 60%;
}

#fon-inform-block6-element1{
	    z-index: 10;
    margin-top: 450px;
	left:0;
}


#fon-inform-block6-element2{
	margin-left: 4%;
	z-index:10;
}


#fon-inform-block6-element3{
	    margin-top: 250px;
    right: -350px;
    z-index: 10;
}


#fon-inform-block6-element4{
	    right: 0;
    z-index: 10;
    margin-top: 650px;
}


#fon-inform-block6-element5{
	z-index:10;
	left:0;
}

.answers-2 .col-7{
	z-index:20;
}

.block-school-ref{
	padding:0 40px;
}

.block-school-ref img{
	    width: 70%;
   
    margin: 0 auto 30px;
    display: block;
	height: 70%;
    
    object-fit: cover;
}

.block-school-ref p{
	text-align:center;
	padding: 0 20px;
}

.margin-50{
	margin-bottom:50px;
}

.right-ref a:hover, .right-ref a:active, .block-doc:hover .ref-black, .block-doc:active .ref-black, .ref-site:hover{
	color: #E95A0C;
}

.button-in-page{
	padding:20px 0px;
	border-radius:33px !important;
	font-size:24px;
	font-weight:900;
	    display: block;
    text-align: center;
    margin: 0 20px;
}

.page-inyaz .button-in-page{
	margin:0;
}

.section-ref{
	margin:70px 0;
}

.section-ref .col-12{
	margin-bottom:50px;
}

#fon-inform-block7-element1{
	right: -2%;
    margin-top: -70px;
}

#fon-inform-block7-element2{
	margin-top: 300px;
    margin-left: 5%;
}

#fon-inform-block7-element3{
	    margin-left: 35%;
    margin-top: -20px;
}

#fon-inform-block7-element4{
	    margin-left: 48%;
    margin-top: 150px;
}

#fon-inform-block7-element5{
	margin-top: -20px;
    left: 0;
}

.distant-4 p{
	padding: 0 10%;
}

.distant-4 .ref-order-call{
	padding: 11px 50px;
    border: none !important;
    font-size: 20px;
}

.distant-4 .block-ref{
	    margin: 60px 0 0;
}

.distant-4{
	padding-bottom:50px;
}

.block-video .text-24{
	text-align:center;
	    padding: 10px 60px;
	margin-right:10%;
}

.information-revers .col-5, .information .margin-60{
	margin-right:60px;
	margin-top:0px;
}

.information .col-6{
	display:flex;
	flex-wrap:wrap;
}

.width-33{
	display:inline-block;
	    width: 32.9%;
    padding: 10px;
}

.information p{
	margin-top:0;
}

#fon-distant-block1-element1{
	right: -100px;
    margin-top: 1000px;
}

#fon-distant-block1-element2{
	    margin-left: 44%;
    margin-top: 730px;
}

#fon-distant-block1-element3{
	margin-top: 750px;
    margin-left: 3%;
}

#fon-distant-block1-element4{
	    left: 0;
    margin-top: 950px;
}

#fon-distant-block1-element5{
	    margin-left: 87%;
    margin-top: 380px;
}


#fon-distant-block1-element6{
	    left: 0;
	margin-top: -50px;
}

#fon-distant-block1-element7{
	    right: 0;
    margin-top: 700px;

}

#fon-distant-block2-element1{
	    left: 0;
    margin-top: 400px;
}

#fon-distant-block2-element2{
	    margin-left: 58%;
    margin-top: 300px;
}

#fon-distant-block2-element3{
	    margin-left: 50%;
    margin-top: 250px;
}

.information .block-ref, .reviews .block-ref{
	margin:60px 0 30px;
}

.information img{
	margin-bottom:30px;
	object-fit: cover;
}

#fon-distant-block3-element1{
    margin-left: 30%;
    margin-top: 480px;
}

#fon-distant-block3-element2{
    right: 0;
    margin-top: 530px;
}

#fon-distant-block3-element3{
	    margin-left: 55%;
    margin-top: 350px;
}

#fon-distant-block3-element4{
	    margin-top: 250px;
    margin-left: 2%;
}

#fon-bezop-block1-element1{
	    right: 3%;
    margin-top: 1080px;
}

#fon-bezop-block1-element2{
	margin-left: 1%;
    margin-top: 250px;
}


#fon-bezop-block1-element3{
    right: -100px;
    margin-top: 950px;
}

#fon-bezop-block2-element1{
	    margin-top: 50px;
    left: 0;
}

#fon-bezop-block2-element2{
	margin-left: 43%;
    margin-top: 480px;
}


#fon-bezop-block2-element3{
        margin-left: 68%;
    margin-top: 750px;
}

#fon-bezop-block3-element1{
	margin-left: 75%;
    margin-top: 1150px;

}

#fon-bezop-block3-element2{
	    margin-left: 20%;
    margin-top: 1050px;
}


#fon-bezop-block3-element3{
margin-left: 85%;
    margin-top: 570px;
}


#fon-bezop-block3-element4{
    margin-top: 180px;
    margin-left: 2%;

}

#fon-bezop-block4-element1{
right: -250px;
    margin-top: 550px;

}

#fon-bezop-block4-element2{
margin-top: 400px;
    left: 0;
}

#fon-bezop-block5-element1{
left: -280px;
    margin-top: 900px;

}

#fon-bezop-block5-element2{
margin-left: 2%;
    margin-top: 400px;
}

.information .img-80{
	width:80%;
	/*height:100%;*/
	height:300px;
	object-fit:cover;
	display: block;
    margin: 0 auto;
}


.information .col-3{
	height:100%;
}

.page-inyaz .information .block-ref-orange{
	margin:10px 0 0;
}

.page-inyaz .button-in-page{
	    padding: 20px;
	margin-left: 12px;
	display: inline-block;
    width: fit-content;
    margin-bottom: 50px;
}

.page-inyaz .section-ref .button-in-page:first-child{
	margin-left:0;
}

.margin-60{
	margin-top:60px;
}

#basic-foto-100{
	margin-top: -10%;
    margin-left: 5%;
}

.psihol-block-1{
    width: 75%;
    left: 20%;
}

#fon-foto100{
	margin-left: 15%;
	
}

#fon-foto200{
	margin-top: 9%;
    margin-left: 17%;
}

.text-soprov{
	width: 80%;
    margin: 0 auto;
    padding: 80px 0;
}

.text-44{
	font-size:44px;
}

.wr-1{
	max-width:1520px !important;
	padding-right:200px;
	padding-left:200px;
}

.wr-1 .col-5 input[type="text"], .wr-1 .col-5 input[type="tel"]{
	width:100%;
}

.wr-1 textarea{
	margin-left: 10%;
    width: 90%;
}

#fon-head-gos-element10{
	margin-left: 65%;
    margin-top: 80px;
}

#fon-head-gos-element11{
	margin-left: 33%;
    margin-top: 120px;
}

#fon-faq-element1{
	left: -100px;
    margin-top: 25px;
}

#fon-faq-element2{
	margin-left: 12%;
    margin-top: 400px;
}

#fon-faq-element3{
	    margin-left: 3%;
    margin-top: 700px;
}

#fon-faq-element4{
	    right: 0;
    margin-top: 670px;
}

#fon-faq-element5{
	    margin-left: 75%;
    margin-top: 120px;
}

#fon-faq-element6{
	margin-left: 90%;
    margin-top: 400px;
}

#fon-faq-element7{
	    right: 0;
    margin-top: 1050px;
}

#fon-faq-element8{
	margin-left: 75%;
    margin-top: 580px;
}

#fon-faq-element9{
	    margin-left: 5%;
    margin-top: 900px;
}

#fon-faq-element10{
	left: 0;
}

#fon-faq-element11{
	    right: 0;
    margin-top: 100px;
}

#fon-logoped-element1{
	    right: 0;
    margin-top: 100px;
}


#fon-logoped-element2{
	margin-left: 80%;
    margin-top: 80px;
}


#fon-logoped-element3{
	    margin-top: 120px;
    left: -150px;
}


#fon-logoped-element4{
	right: 0;
    margin-top: 500px;
}

#fon-logoped-element5{
	right: 0;
    margin-top: -130px;
}
	
#fon-logoped-element6{
	    left: 0;
    margin-top: -50px;
}

#fon-logoped-element7{
	margin-left: 78%;
    margin-top: 150px;
}

#fon-podgot-element1{
	margin-left: -3%;
    margin-top: 550px;
}

#fon-podgot-element2{
	    margin-top: 850px;
    margin-left: 27%;
}


#fon-podgot-element3{
	right: 0;
    margin-top: 300px;
}


#fon-podgot-element4{
	    right: 5%;
    margin-top: 750px;
}


#fon-podgot-element5{
	    margin-left: 70%;
    margin-top: 900px;
}


#fon-podgot-element6{
	
    left: 0;
    margin-top: 330px;

}


#fon-podgot-element7{
	left: 2%;
    margin-top: 400px;
}

#fon-podgot-element8{
	margin-top: 650px;
    margin-left: 32%;
}

#fon-podgot-element9{
	right: 0;
    margin-top: 200px;
}

#fon-podgot-element10{
	    margin-left: 75%;
    margin-top: 400px;
}

#fon-podgot-element11{
	margin-left: 80%;
    margin-top: 90px;
}

#fon-podgot-element12{
	margin-left: 28%;
    margin-top: 940px;
}

#fon-podgot-element13{
	right: 3%;
    margin-top: 200px;
}

#fon-podgot-element14{
	left: 2%;
    margin-top: 670px;
}

#fon-podgot-element15{
	margin-top: 900px;
    margin-left: 35%;
}

#fon-podgot-element16{
	right: 5%;
    margin-top: 600px;
}

#fon-podgot-element17{
	left: 0;
    margin-top: 400px;
}

#fon-podgot-element18{
	margin-left: 80%;
}

#fon-podgot-element19{
	    right: 0;
    margin-top: 350px;
}

#fon-podgot-element20{
	    left: 4%;
    margin-top: 1050px;
}

#fon-inyaz-block1-element1{
	right: -50px;
    margin-top: 1000px;
}

#fon-inyaz-block1-element2{
	left: 2%;
    margin-top: 400px;
}

#fon-inyaz-block1-element3{
	    right: -70px;
    margin-top: -130px;
}

#fon-inyaz-block1-element4{
	margin-top: 700px;
    margin-left: 43%;
}

#fon-inyaz-block1-element5{
	left: 2%;
    margin-top: 950px;

}

#fon-inyaz-block2-element1{
	margin-left: 70%;
    margin-top: 1150px;
}

#fon-inyaz-block2-element2{
	right: 0;
    margin-top: 200px;
}

#fon-inyaz-block2-element3{
	left: -100px;
    margin-top: 1150px;
}

#fon-inyaz-block3-element1{
	    margin-left: 33%;
    margin-top: 500px;
}

#fon-inyaz-block3-element2{
	    right: 4%;
    margin-top: 1030px;
}

#fon-inyaz-block4-element1{
	    left: 0;
    margin-top: 450px;
}

#fon-inyaz-block4-element2{
	left: -75px;
    margin-top: -50px;
}

#fon-inyaz-block4-element3{
	margin-top: 1050px;
    margin-left: 55%;

}

#fon-inyaz-block4-element4{
	margin-left: 52%;
    margin-top: 330px;
}

#fon-inyaz-block4-element5{
	margin-top: 900px;
    left: 0;
}

#fon-inyaz-block4-element6{
	right: 5%;
    margin-top: 600px;
}

#fon-inyaz-block5-element1{
	right: 3%;
    margin-top: -100px;

}

#fon-inyaz-block5-element2{
	    left: 2%;
    margin-top: 390px;
}

#fon-inyaz-block5-element3{
	left: 1%;
    margin-top: 970px;

}

#fon-inyaz-block5-element4{
	    right: 4%;
    margin-top: 950px;
}

.page-main .map{
	  margin-top: -150px;
}

.salon-for-parents .rl-basicmasonry-gallery .rl-gallery-item img{
	margin:0 auto !important;
}

.block-ref{
	z-index:30;
}

.pum-content .wr-1{
	padding:0 50px;
}

#fon-event-element2{
	left:0;
}



#archive_browser{
	margin: 0 0 50px 25px;
}

.filter ul{
	margin:0;
	padding:0;
}

.ref-order-call:hover, .ref-order-call:active, .ref-order-call:focus{
	color:#fff !important;
	background: #E95A0C !important;
	outline:none;
}

.ref-header:hover, .ref-header:active, .ref-header:focus{
	color:#000 !important;
}

.parents-content{
	padding-right:50px;
}

.orange-ref-text{
	color: #000;
	text-decoration:none;
}



.orange-ref-text:hover, .orange-ref-text:active, .orange-ref-text:focus{
	color:#000;
}

.spisok-page .right-ref a{
	height:auto;
}

.table-sostav{
	    border-collapse: collapse;
	margin-top:60px;
}

.table-sostav td{
	padding: 15px;
	    border: 1px solid #E95A0C;
	font-size:20px;
}

.fon-block-1, .fon-block-2, .fon-block-4, .fon-block-3, .fon-block-global, .fon-block-circle3, .fon-pedagogy-list, .fon-block-project, .fon-block-pedagogy, .fon-block-project, .fon-block-circle2, .fon-circle4, .fon-block5, .fon-january-list{
	position: relative;
    /*width: 100vw;*/
}

.accordion-doc:hover{
	cursor:pointer;
	color: #E95A0C;
}


.accordion-doc.active{
	background:none;
	color:#000;
}

.block-accordeon-doc .panel{
	background:none;
	padding:0;
}

.mob-menu  .menu-toggle, .menu-toggle-1, .menu-toggle-exit{
	position:absolute;
	padding: 10px 25px 7px;
	top: 30px;
	    z-index: 100;
}

.menu-toggle-exit{
	right:10px;
	left: auto;
	top:30px;
}

.mob-menu .site-branding img{
	width:120px;
}

.site-header a.bvi-link-shortcode{
	/*background-color: #E95A0C !important;
	box-shadow: 0px 4px 4px rgba(248, 145, 112, 0.33);*/
}

.ref-prev a:hover{
	text-decoration:underline;
}

.ref-journal{
	position:inherit !important;
}

#cat:hover, #cat:focus{
	outline:none;
}

.menu-toggle-information{
	    margin: 0 auto;
    background: transparent;
    border: 1px solid #E95A0C;
    position: absolute;
    padding: 10px 25px 7px;
    top: 30px;
    right: 10px;
}


.menu-toggle-information img{
	height:25px;
}

.comments-area{
	margin-top:60px;
}

.single-post .meta-fields{
	margin-bottom:30px;
}

.card-project a:hover{
	color:#E95A0C;
}

.list-project-holding{
	width:90%;
	margin:30px auto;
}

.list-project-holding a{
	margin:0 30px;
}

.rl-pagination-bottom, .pagination{
	text-align:center;
}

.rl-pagination-bottom a, .pagination a, .descr-pedagog-list a:hover, .card-pedagog a:hover{
	color: #E95A0C;
}

.pagination span{
	color:#000;
	
}

.pagination{
	margin-bottom:30px;
}

a:hover .social-icon{
	    filter: grayscale(100%);
}

.mob-nav-menu .sub-menu li:hover{
	background-color:transparent;
}

.mob-nav-menu .menu-item-has-children > a{
	font-weight:700 !important;
}

.video-block .col-6{
	padding:0 15px;
}

.table-list-literature{
	table-layout: fixed;
}

.banners-advert .col-4{
	margin:0 30px;
}

.banners-advert .col-4 img{
	width:100%;
}

.ref-posts:hover{
	color:#000;
}

#hide-our-progress{
	display:none;
}

.card-project{
	width:80%;
}

.img-project-list img{
	width: 100%;
    height: 400px;
    object-fit: contain;
}

.panel .text-24{
	margin-bottom:0;
}

.pedagogy-page-section .wave{
	margin-top:0 !important;
}

.next, .prev{
	font-size:0;
}

/*#rl-gallery-container-1 #rl-gallery-1 .rl-gallery-item{
	width:auto !important;
}*/

.slide-single iframe{
	margin:0 auto;
	display:block;
}

@media screen and (max-width:1499px){
	.ref-header{
		margin-right:0;
	}
	
	.bvi-link-shortcode{
		width:min-content;
	}
}

@media screen and (max-width:1440px){
	/*.ref-header{
		margin-right:0;
	}*/
	
	.big-text {
		font-size: 30px;
	}
	
	p{
		margin-bottom:0;
	}
	
	.point-advantages img {
    height: 70px;
}
	.point-advantages p {
    font-size: 18px;
    line-height: 25px;
}
	section, .salon-for-parents{
		margin-bottom:75px;
	}
	
	h3{
		font-size:40px;
	}
	
	.project-descr{
		margin-bottom:50px;
	}
	
	.wave{
		/*margin-top:-175px !important;*/
		margin-top:-200px !important;
	}
	
	.wave-height{
		/*height:75px;
		margin-top:-200px !important;*/
	}
	
	.section-cost .col-3{
		    grid-column: span 6;
	}
	

	
}

@media screen and (max-width:1200px){
	.social-icon{
		    width: 25px;
	}
	
		.bvi-link-shortcode{
		font-size:16px;
	}
	
			.ref-header{
		font-size:16px;
	}
	
		.posts-header{
		font-size:38px;
	}
}



@media screen and (max-width:1140px){
	.slider-img{
		padding-right:0;
	}
	.slider-text{
		padding-left:0;
	}
	
	.img-point-container{
		padding:0;
	}
	.slider-for .slick-prev {
		left: 40%;
	}
	
	.news-miniblock img {
    height: 150px;
}
	.single-item .slick-prev {
		left: 80%;
	}
	.children-sections .fon-foto {
    width: 80%;
}
	.children-sections .col-6 .fon-foto {
    width: 70%;
}
	.point-children-sections .img-point-container {
    height: 310px;
}
	.block-ref-question{
		margin-bottom:0;
	}
		#primary-menu li{
		    white-space: normal;
	}
	/*.ref-order-call,*/ .ref-journal, .site-header .ref-order-call{
		white-space: pre;
	}
	
	.ref-order-call{
		white-space:break-spaces;
	}
	
	.slide-single .basic-foto-img{
		position:relative;
		width:60%;
	}
	
	.slide-single .fon-foto{
		display:none;
	}
	/*.social-icon{
		    width: 25px;
	}*/
	.ref-header, #primary-menu li a{
		font-size: 18px;
		/*font-weight:700;*/
	}
	/*#primary-menu li{
		text-align:center !important;
	}*/
	
	header .col-11{
		grid-column: span 12;
	}
	.tbl-header{
		margin:0;
	}
	.block-ref{
		margin:0;
		
	}
	.block-ref .text-slider{
		    float: inherit;
    position: relative;
    margin-top: 10px;
		width:100% !important;
	}
	
	.tab button{
		width:25%;
	}
	
	.wr-1{
		padding:0 5%;
	}
	
	.wr-1 img{
		display:none;
	}
	
	.wr-1 textarea{
		width:100%;
		margin-left:0;
	}
		.pedagogy-1 h3{
		padding:0 50px;
	}
	
		header .wrapper {
    display: none;
}
	
	
	
}

@media screen and (min-width: 1140px){
.mob-menu {
    display: none;
}
	.menu-toggle {
		display: none;
	}

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

@media screen and (max-width:965px){
	.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .section-cost .col-3{
		grid-column: span 12;
	}
	.block-map{
		margin-left: 45%;
	}
	.news-miniblock{
		padding-right:0;
		text-align:center;
		margin-bottom:15px;
	}
	.news-miniblock img{
		height:auto;
	}
	.fon-foto{
		display:none !important;
	}
	.basic-foto-img{
		width:60% !important;
		position:relative;
		margin:0 !important;
	}
	.point-children-sections .img-point-container{
		height:auto;
	}
	.answers img, .main-block-advantages .basic-foto-img{
		display:none;
	}
	.ref-journal{
		white-space:nowrap;
	}
	
	.card-circle .content-posts{
		vertical-align:top;
	}
	
	.card-circle .content-posts .text-18{
		margin-bottom:30px;
	}
	
	.description-event-list, .content-event-list{
		width:100%;
		text-align:center;
	}
	
	.event-page .block-white{
		width:100%;
		padding:15px;
	}
	
	.history-1 .text{
		margin-top:30px;
		padding-left:0;
	}
	
	.history-3 .img-history3, .history-3 .text-history3, .video-medium, .video-small{
		width:100%;
	}
	
	.history-3 .text-history3{
		margin-bottom:30px;
	}
	
	.video-medium, .video-small{
		text-align:center;
	}
	
	.information .col-7{
		margin-right:0;
	}
	
	.disp-fl img{margin:30px auto;}
	
	.information .col-5 img{
		display:block;
		margin:0 auto 30px;
	}
	
	form img{
		display:none;
	}
	
	.filter{
		grid-row-start: 1;
    grid-row-end: 3;
	}
	
	.col-3.card-pedagog{
		grid-column: span 6;
		padding:10px;
	}
	
	.circles-page-section{
		padding: 105px 0 150px;
	}
	
	.wave{
		height:75px !important;
		margin-top: -150px !important;
	}
	
	.wave-height, .wave-orange, .wave1{
		height:75px !important;
	}
	
	.pedagogy-page-section .wave{
		margin-top:0 !important;
	}
	
	.block-ref-question{
		width:100%;
	}
	
	.button-in-page{
		margin-bottom:20px;
	}
	
		.block-school-ref img{
		height:250px;
	}
	
	.block-video .col-4 iframe{
		width:100%;
		height:480px;
	}
	
			.wave-main{
		    margin-top: -75px !important;
	}
	
		#archive_browser{
		margin-left:0;
	}
	
	.orange-form{
		display:none;
	}
	
	.orange-block-circles, .answers-2{
		padding-bottom:75px;
	}
	
	.orange-block{
		padding-top:75px;
	}
	
	.pedagogy-page-section{
		margin-bottom:75px;
	}
	
		.card-project{
		width:100%;
	}
	
	header{
	/*	    position: fixed;
    width: 100%;
    z-index:9999;
    background: white;
    top: 0;*/
	}
	
}

@media screen and (max-width:768px){
	.col-6.point-children-sections p:not([class]) {
    width: auto; 
}
	.slider-text, .slider-img, .block-accordeon{
		width:100%;
	}
	h3{
		font-size:30px !important;
	}
	.big-text-header{
		padding:0;
	}
	.reviews-img{
		    width: 100%;
    display: block;
    padding-left: 0; 
    height: auto; 
    
    margin-top: 0px; 
	}
	.basic-foto-img{
		    width: 50% !important;
    
    margin: 0 auto !important;
	}
	
	.reviews-text{
		    width: 100%;
   
    display: block;
    
    padding: 0 20px;
	}

	
	.ref-footer p{
		text-align:center;
	}
	.ref-footer{
		width:100%;
	}
	footer .site-branding{
		text-align:center;
	}
	.block-map{
		display:none;
	}
	.slider-for .slick-slide img{
		margin:0 auto;
		
	}
	.slider-img{
		padding-left:0;
	}
	.slider-for .slick-prev{
		top: 70%;
		left:0;
	}
	.slider-for .slick-next{
		top: 70%;
		right:0;
	}
	.single-item .slick-prev{
		top: 90%;
		    left: 70%;
	}
	.single-item .slick-next{
		right: 7%;
    top: 90%;
	}
		.n2-ss-layers-container, .n2-ss-slide{
		height:100% !important;
	}
	/*.n2-ss-slider-2{
		    height: 50vh !important;
	}*/
	.submit-slider, .block-ref .text-slider{
		font-size:16px !important;
	}
	
	.descr-pedagog-list h3{
		font-size:36px;
	}
	
	.card-pedagog .pedagog-header, .img-pedagog-list, .descr-pedagog-list, .alignright {
    width: 100% !important; 
}
	
	.img-pedagog-list img{
		margin:0 auto;
	}
	
	.site-main{
		text-align:center;
	}
	
	.wrapper{
		padding-left:10px;
		padding-right:10px;
	}
	
	.alignright{
		width:200px;
	}
	
	.ul-list, .ul-list1{
		margin:0;
		width:100%;
	}
	
	.member-project .slick-slide img{
		margin:0 auto;
	}
	
	.card-project .project-descr {
    width: 100%;
	}
	
	.social-block-posts a{
		margin:0;
	}
	
	.card-circle .img-no-border{
		margin-top:30px;
		width:100%;
	}
	.card-circle .content-posts{
		width:100%;
	}
	
	.block-ref {
    text-align: center;
		margin: 30px 0;
}
	
	.slider-for-circle .slider-for .slick-prev {
    left: 25%;
    top: 105%;
}
	.slider-for-circle .slider-for .slick-next {
    right: 25%;
    top: 105%;
}
	
	.img-pedagog-uniq img{
		    float: inherit;
    width: 70%;
   
    margin: 0 auto;
	}
	
	.tab button{
		width:33.3%;
	}
	
	.disp-fl iframe{
		height:300px;
	}
	
	.advant .point-advantages{
		width:100%;
	}
	
	/*.section-ref .col-5{
		margin-bottom:50px;
	}*/
	
	.button-in-page{
		padding:11px;
		font-size:20px;
	}
	
	.text-35{
		font-size:25px;
	}
	
	.video-medium, .video-small{
		padding:0;
	}
	
	.carosel-circles img{
		    display: block;
    margin: 0 auto;
	}
	
	.img-event, .description-event{
		width:100%;
	}
	
	.right-ref img {
		width: 30%;
	}
	
	.description-event-list p, .description-event-list h3{
		width: 100%;
    display: inline-block;
	}
	
	.description-event-list h3{
		margin-top:0;
		margin-bottom:60px;
	}
	
	.content-event-list{
		text-align:center;
	}
	
	.history-4 .text-24{
		padding-right:0;
	}
	
	.history-1 ul{
		margin:0;
	}
	
	.right-ref a{
		height:auto;
	}
	
	/*header .wrapper {
    display: none;
}*/
		.site-header{
		padding:0;
	}
	
		.posts-header{
		font-size:30px;
	}
	

	
	.wave-height, .wave-orange, .wave1, .wave{
		display:none;
	}
	
	.rl-basicmasonry-gallery .rl-gallery-item img{
		height:auto !important;
	}
	

	
	#video-o-school iframe{
		height:300px !important;
	}
	
	.page-information ul{
		margin:0;
	}
	
	.psihol-block-1{
		left:0;
	}
	
		ul{
		text-align:left;
	}

}

/*@media screen and (min-width: 768px){
.mob-menu {
    display: none;
}
	.menu-toggle {
		display: none;
	}

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

@media screen and (max-width:37.5em){
	/*header .wrapper{
		display:none;
	}*/
	
	.tab button{
		width:100%;
	}
	
	.pedagogy-page-section{
		margin-top:60px;
	}
	
	.description-event-list .clock, .description-event-list h3{
		margin-bottom:0;
	}
	
	.tabcontent{
		padding:0;
	}
	
	.wave-orange{
		margin-bottom:0 !important;
	}
	
	.information-revers .col-5, .information .margin-60{
		margin-right:0;
	}
	
	.width-33{
		width:30%;
	}
	
	.fon-block-heading-orange img{
		display:none;
	}
	
	#ref-question {
    padding: 11px 70px;
    font-size: 14px;
}
	
	.ref-long{
		padding: 11px 26px !important;
	}
	
	h2{
		font-size:35px;
	}
	
	.text-24{
		font-size:20px;
	}
	
	.single-item .slick-prev{
		left:10%;
	}
	
	.text-20 {
    font-size: 18px;
    margin-bottom: 20px;
}
	.child .col-8 {
    padding-right: 0;
}
	.information .ref-order-call, .information .ref-journal{
		background: none;
    border: none !important; 
white-space: break-spaces;
    box-shadow: none;
	}
	
	.information .block-ref{
		background: #FFFFFF ;
    border: 3px solid #E95A0C ;
    padding: 11px 20px;
		border-radius: 40px ;
    box-shadow: 0px 4px 4px rgba(151, 70, 26, 0.2);
	}
	
	.information .submit-material {
    padding: 0; 
}
	
	.information .block-ref-orange{
		background: #E95A0C;
	}
	
	/*.doc-ref{
		width:100%;
	}*/
	
	.information .col-7{
		display:block;
	}
	
	#fon-history-element2{
		    margin-top: 750px;
	}
	
	#fon-pedagogy-list-element1 {
    margin-top: 1300px;
}
	#fon-history-element3 {
    margin-left: 17%;
    margin-top: 2000px;
}
	#fon-pedagogy-list-element3 {
    
    margin-top: 5000px;
    
}
	
	.block-ref-question{
		width:100%;
	}
	
	#fon-inform-block6-element4, #fon-logoped-element5, #fon-circle1-element6, #fon-january-element4, #fon-block1-element2, #fon-block2-element3, #fon-block2-element10{
		display:none;
	}
	
	.block-school-ref img{
		height:230px;
		width:230px;
		margin-bottom:0;
	}
	
	.block-school-ref p{
		margin-bottom:25px;
	}
	
	.popmake-1720{
		color:#E95A0C;
	}
	
	.ref-site{
		padding-right:0;
	}
	
	#fon-logoped-element3 {
    margin-top: 1200px;
    
}
	#fon-logoped-element4 {
    
    margin-top: 2000px;
}
	#fon-gos-element1 {
    margin-top: 3000px;
    
}
	.card-circle .text-24{
		    margin: 15px auto;
	}
	.card-circle .content-posts{
		padding:0;
	}
	
	.card-circle .block-ref{
		margin:0 auto;
	}
	
	.form-submit-main{
		width:100%;
	}
	
	.information-pedagog {
    margin-left: 0; 
}
	
	.page-project .col-6{
		  padding-right: 0px; 
	}
	
	#fon-circle2-element3 {
    
    margin-top: 300px;
}
	
	#fon-circle4-element1 {
    
    margin-top: 1000px;
}
	.fon-block5 #fon-block4-element3 {
		margin-top: 2000px;}
	
	.block-white {
		width: 100%;}
	
	.parents-content{
		padding-right:0;
	}
	#fon-project-list-element7 {
    
    margin-top: 1800px;
}
	
	#fon-project-list-element4 {
    
    margin-top: 1500px;
}
	#fon-pedagogy-element7 {
    margin-top: 1400px;
    
}
	
	#fon-pedagogy-element4 {
    margin-top: 1000px;
    
}
	
	.ref-prev{
		padding: 50px 0;
	}
	
	#fon-block1-element3 {
		margin-top: 600px;}
	
	#fon-block1-element5 {

    margin-top: 1000px;
}
	
	#fon-block1-element7 {
    
    margin-top: 300px;
}
	
	#fon-block3-element5 {
    margin-top: 1500px;
    
}
	

	
	.call-img{
		width:15%;
	}
	
	.text-48{
		font-size: 26px;
    
    line-height: 1.4;
	}
	
	.spisok-page .col-10{
		padding-right:0;
	}
	
	.list-project-holding a{
		margin:0;
	}
	
	.card-news{
		padding-left:10px;
		padding-right:10px;
	}
	
	.social-block-posts{
		width:100%;
	}
	
	.social-block-posts a{
		display:inline-block;
		margin:0 10px;
	}
	
	#show-none-565{
		display:none;
	}
	
	.col-3.card-pedagog {
    grid-column: span 12;
    padding: 10px;
}
	
	.circles-page-section  #ref-question{
		padding-left:26px;
		padding-right:26px;
	}
	
	.page-template-temptate-page-soprovoz 	.circles-page-section  #ref-question{
		padding-left:5px !important;
		padding-right:5px !important;
	}
	
	.circles-page-section h2{
		font-size:30px;
	}
	
	#video-o-school .ref-journal, .salon-for-parents .ref-journal{
		padding-left:10px;
		padding-right:10px;
	}
	
	.reasons-circle .point-advantages {
    padding: 0 ;
}
	
	.img-project-list img{
		width: 100%;
    height: 100%;
   
	}
	
	.slider-nav{
		display:none;
	}
	

	
}


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

}

@media screen and (max-width:360px){
	.table-list-literature tr th:first-child{
		width:15%;
	}
	
	.table-list-literature tr td, .table-list-literature tr th{
		font-size:14px;
	}
	
	.wrapper{
		padding-left:5px;
		padding-right:5px;
	}

}


.search-form {
	width: calc(100% / 2);
	margin: 0px auto;
}

.search-field {
	width: 70%;
}

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

.hentry{
	padding:  5% !important;
}

.col-3my{
	width: calc(100%/4);
	float: left;
}

.vc_single_image-wrapper.vc_box_border_grey img {
	position: relative !important;
	left: 36%;
}


.col-3my p{
	text-align: center;
}

@media screen and (max-width:765px){
	
.col-mobile{
	width: calc(100%/2);
	float: left;
}
.vc_single_image-wrapper.vc_box_border_grey img {
	position: relative !important;
	left: 10%;
}

.col-12.flex-row.logo {
    display: flex;
    padding-top: 60px;
    flex-direction: column;
}
}

.sved{
margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 55px;
    display: block;
    margin-top: -7px;
}



.site-main.gos-page .container.block-accordeon-doc {
max-width: 1200px;
margin: 0 auto;
}

.slider-for {
  max-width: 1200px !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
  max-width: 1200px !important;
}

#menu-item-913 .sub-menu {
    columns: 3 !important;
}

.logo-minobr {
    display: inline-block;
    width: 33%;
    text-align: center;
}

.logo-minobr a {
    display: block;
    color: #000;
    text-decoration: none;
    margin-bottom: 30px;
}

.logo-minobr img {
    height: 85px;
    margin-bottom: 30px;
}

.pedagog-header {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.col-12.flex-row.logo {
  display: flex;
  padding-top: 60px;
}

img.vc_single_image-img.attachment-full {
    position: relative !important;
    left: 38%;
}