/*!
Theme Name: natastro
Theme URI: https://nshevchenko.ru/
Author: natastro
Author URI: https://nshevchenko.ru/
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: natastro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000e1a;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  height: 100%;
}

body {
	background: #fff;
	min-height: 100dvh; /* или 100vh */
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
}

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;
}

ol ::marker {
    font-weight: bold;
}

.page-id-3 ol li {
    font-size: 1.35rem;
}

/* 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:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Custom
--------------------------------------------- */

/* Shapka */

.top_header {
    background: #f2f2f2;
    padding: 5px 0;
}

.top_header_row {
    padding: 8px 0;
}

.site-branding svg {
    max-width: 100%;
    max-height: 70px;
}



/* Footer sky

.site-footer {
    background: -webkit-linear-gradient(top, rgb(0 1 40) 50%, rgb(19 21 39) 80%, rgb(32 37 72));
    width: 100%;
    position: relative;
    overflow: hidden;
}
 */
.site-footer {
	background: linear-gradient(320deg, #000f33,#002a4d,#000f33,#002a4d);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	width: 100%;
    position: relative;
    overflow: hidden;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.site-footer .container {
    z-index: 2;
    position: relative;
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}

.constelacao {
    position: absolute;
    left: 0;
    top: -150%;
    width: 1920px;
    height: 1920px;
    animation: rotate 600s infinite linear;
}
/*
.constelacao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: rotate 600s infinite linear;
}
*/
.estrela {
  background-color: white;
  border-radius: 50%;
  position: absolute;
  animation-name: estrela;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.estrela.style1 { animation-duration: 0.5s; animation-name: estrela; }
.estrela.style2 { animation-duration: 1s; animation-name: estrela; }
.estrela.style3 { animation-duration: 1.5s; animation-name: estrela; }
.estrela.style4 { animation-duration: 2s; animation-name: estrelaDestacada; }

.estrela.tam1 { width: 1px; height: 1px; }
.estrela.tam2 { width: 2px; height: 2px; }
.estrela.tam3 { width: 3px; height: 3px; }

.estrela.opacity1 { opacity:  1; }
.estrela.opacity2 { opacity: .5; }
.estrela.opacity3 { opacity: .1; }

.meteoro {
  position: absolute;
  background-color: #fff;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  transform: rotate(-35deg);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

.meteoro:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 85px solid white;
  position: absolute;
  left: 2px;
  top: 0;
}

.meteoro.style1 { animation-name: meteoroStyle1; }
.meteoro.style2 { animation-name: meteoroStyle2; }
.meteoro.style3 { animation-name: meteoroStyle3; }
.meteoro.style4 { animation-name: meteoroStyle4; }

.lua {
  position: absolute;
  right: 200px;
  top: 150px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0 0 160px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
  background-color: #fff;
  animation-name: lua;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 10s;
}

.lua .textura {
  background-image: url(https://raw.githubusercontent.com/interaminense/starry-sky/master/src/img/bgMoon.png);
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.4;
}

.floresta {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-image: url(https://nshevchenko.ru/wp-content/themes/natastro/img/bg_f.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: absolute;
}

@keyframes escurecer {
  0%   { top: 0; }
  100% { top: 100%; }
}

@keyframes estrela {
  0% {
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
  50% {
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.4);
  }
  100% {
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.05);
  }
}

@keyframes estrelaDestacada {
  0% {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 1);
  }
  20% {
    background-color: #FFC4C4;
    box-shadow: 0 0 10px 0px rgb(255, 196, 196, 1);
  }
  80% {
    background-color: #C4CFFF;
    box-shadow: 0 0 10px 0px rgb(196, 207, 255, 1);
  }
  100% {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0px rgba(255, 255, 255, 0.2);
  }
}

@keyframes meteoroStyle1 {
  0% { opacity: 0; right: 300px; top: 100px; }
  30% { opacity: .3; }
  60% { opacity: .3; }
  100% { opacity: 0; right: 1000px; top: 600px; }
}

@keyframes meteoroStyle2 {
  0% { opacity: 0; right: 700px; top: 100px; }
  30% { opacity: 1; }
  60% { opacity: 1; }
  100% { opacity: 0; right: 1400px; top: 600px; }
}

@keyframes meteoroStyle3 {
  0% { opacity: 0; right: 300px; top: 300px; }
  30% { opacity: 1; }
  60% { opacity: 1; }
  100% { opacity: 0; right: 1000px; top: 800px; }
}

@keyframes meteoroStyle4 {
  0% { opacity: 0; right: 700px; top: 300px; }
  30% { opacity: 1; }
  60% { opacity: 1; }
  100% { opacity: 0; right: 1400px; top: 800px; }
}

@keyframes lua {
  0%{
    box-shadow: 0 0 160px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
  }
  50% {
    box-shadow: 0 0 80px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
  }
  100% {
    box-shadow: 0 0 160px 0px #fff, 0 0 30px -4px #fff, 0 0 8px 2px rgba(255, 255, 255, 0.26);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/* /// Footer */

h1 {
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    font-size: 60px;
    color: #00319f;
}

.gs_a h2 {
    font-size: 1.35rem;
    text-align: center;
}

.mmb-5 {
    margin-bottom: 5rem !important;
}

.mmt-5 {
    margin-top: 5rem !important;
}

.mmtb-3 {
    margin-bottom: 3rem !important;
	margin-top: 3rem !important;
}

.mmb-2 {
    margin-bottom: 2rem !important;
}

.mmb-3 {
    margin-bottom: 3rem !important;
}

.pp-3 {
    padding: 3rem !important;
}

.pp-30 {
    padding: 30px !important;
}



#faq_gs {
    box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
}

/* GS */
.wrap {
    background: #fff;
    padding: 1rem;
}

#page {
    background: #f5faff;
}

.gs_page h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center;
    margin-bottom: 2rem;
    color: #00319f;
    /* line-height: 1; */
    font-size: 2rem;
}





.z_2 {
    display: block;
    margin-bottom: 30px;
    font-size: 1.35rem;
}

a.buy_btn {
    border-radius: 10px;
    background: #9f5100;
    color: #fff;
    line-height: 1;
    padding: 15px 60px;
    font-size: 1.35rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.1rem;
	box-shadow: 2px 2px 13px 1px #0d3c7259;
}

a.buy_btn:hover {
    background: #6f3900;
}

.span_1 {
    font-size: 1.35rem;
    text-align: center;
    display: block;
    /* margin-bottom: 15px; */
}

ul.ul_1 {
    list-style: none;
    padding-left: 0;
    margin: 0 50px;
}

.ul_1 li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
}

 .ul_galka li:before {
    content: "🗸";
    padding-right: 5px;
    font-weight: 700;
    color: #003d6f;
}

.span_blue {
    background: #bfe2fe;
    border-radius: 10px;
    padding: 3px 10px 5px;
}

.gs_k_block {
    row-gap: 25px;
}

.gs_k_item {
    background: #fff;
    box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    /* margin-bottom: 25px; */
    /* font-size: 14px; */
    height: 100%;
}

.gs_k_item h3 {
    color: #9f5100;
    text-transform: uppercase;
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
}



.item_buy {
    padding: 3rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px #e6ebf566;
    text-align: center;
    border: 3px solid #00319f;
    margin: 0 auto;
    width: max-content;
}

.item_buy h2 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 600;
}

.item_buy h2 span {
    margin-top: 30px;
    display: block;
    line-height: 1.3;
    color: #000e1a;
    font-family: 'IBM Plex Sans';
    font-size: 1.35rem;
}

.span_buy {
    display: block;
    text-align: center;
    font-size: 18px;
}

.price_buy {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    color: #00319f;
    font-weight: 500;
}

.price_buy span {
    font-size: 40px;
}

.gs_h table {
    width: 100%;
    margin-bottom: 3rem;
}

.gs_h tr:nth-child(4n-2) {
	background: #e5f2ff;
}

.gs_h tr:nth-child(4n) {
	background: #f5faff;
}

.gs_h th {
    /* text-align: center; */
    /* padding: 12px; */
    /* border: solid 1px #ccc; */
    font-size: 18px;
    padding: 0 0 0.9rem 15px;
    font-weight: 500;
    /* color: #000; */
}

.gs_h tr th:nth-child(even) {
    border-right: solid 1px #cce5ff;
}

.gs_h td {
    text-align: left;
    padding: 15px 20px;
    /* border: solid 1px #ccc; */
    font-size: 16px;
}

.gs_h tr td:nth-child(even) {
    border-left: solid 1px #cce5ff;
    border-right: solid 1px #cce5ff;
}


.gs_h th:first-child, .gs_h td:first-child {
    font-weight: 400;
    text-align: left;
}

.gs_h .visible-xs {
	display: none;
}

.gs_page .accordion-button:not(.collapsed) {
    background-color: #eae2d9;
    color: #6f3900;
}



.reason {
    row-gap: 25px;
}

.reason_item {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    display: flex;
    gap: 10px;
	box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
}

.reason_h {
    display: block;
    color: #000;
    /* font-weight: 500; */
    margin-bottom: 10px;
    font-size: 18px;
}

.circle_svg svg {
    height: 20px;
    margin-right: 5px;
    margin-bottom: 7px;
}

.circle_svg.brown svg .circle {
    fill: #9f5100;
}

.circle_svg.brown2 svg .circle {
    fill: #6f3900;
}


.circle_svg.brown3 svg .circle {
    fill: #804200;
}



.circle_svg.blue svg .circle {
    fill: #00319f;
}
.circle_svg.blue_w svg .circle {
    fill: #bfe2ff;
}
.circle_svg.blue_w svg .path {
    fill: #00319f;
}
.circle_svg.proz svg .circle {
    fill: transparent;
}

.circle_svg.proz_brown svg .circle {
    fill: transparent;
}
.circle_svg.proz_brown svg .path {
    fill: #9f5100;
}

.circle_svg svg .path {
    fill: #fff;
}

.post_a_span {
    font-size: 2rem;
    display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}

.ul_icon_i {
    display: flex;
    margin-bottom: 20px;
	gap: 10px;
}

.skolko_bl .ul_icon_i:last-child, .kto_info .ul_icon_i:last-child, .da_da .ul_icon_i:last-child {
    margin-bottom: 0px;
}

.ul_icon .span_1 {
    font-weight: 600;
    margin-bottom: 20px;
}

.gradient_blue {
	background: linear-gradient(236deg,#bfe2ff,#00319f);
	background-size: 180% 180%;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}



.gradient_brown2 {
    background: linear-gradient(236deg,#eae2d9,#6f3900);
    background-size: 180% 180%;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}




.gradient_blue .span_bold {
    font-size: 30px;
    font-weight: 600;
    margin-top: 12px;
    display: inline-block;
}

.gradient_blue .span_bold span {
    font-size: 40px;
}

.span_primer {
    color: #00319f;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.span_primer span {
    color: #6f3900;
}

.span_primer span span {
    font-size: 40px;
}

.pchp {
    /* border: 2px solid #00319f; */
    border-radius: 10px;
    margin: 0;
    box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
}

.pchp_bl .gradient_blue {
    border-radius: 8px;
	margin: 0 auto;
    max-width: 100%;
}

.pchp_bl {
    padding: 0;
}

.item_buy_2 {
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kto_bl {
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px #e6ebf566; */
    box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
    margin: 0;
    padding-left: 2.5rem !important;
    /* padding-right: 2.5rem !important; */
}

.kto_info h3 {
    /* text-align: center; */
    margin-bottom: 2rem;
}

.foto_n_sh {
    background: url(https://nshevchenko.ru/wp-content/themes/natastro/img/n_sh_34.jpg);
	/*background: url(https://nshevchenko.ru/wp-content/themes/natastro/img/n_sh_11.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 10px;
}

.gs_n .buy_btn {
    margin: 3rem auto 0;
    display: table;
}

.span_sk {
    text-align: left;
    text-transform: uppercase;
    width: max-content;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
	max-width: 100%;
}

.gradient_brown {
    background: linear-gradient(90deg,#6f3900,#eae2d9,#eae2d9);
    background-size: 120% 120%;
    animation: gradient_brown 12s ease infinite;
    padding: 30px;
    border-radius: 10px;
    margin: 0 65px;
}

@keyframes gradient-brown {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.dav_bl {
    margin: 0 65px;
    box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
}

.post_a {
    box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
}

.sk_v {
    font-weight: 600;
}

.span_sk2 {
    display: block;
    text-align: center;
    font-size: 1.35rem;
    font-style: italic;
}

.span_sk3 {
    display: block;
    text-align: center;
    font-size: 1.35rem;
    width: max-content;
    margin: 0 auto;
    border-radius: 10px;
	max-width: 100%;
	box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
}

.span_sk4 {
    display: block;
    text-align: center;
    font-size: 1.35rem;
}

.h2_aa_ir {
    display: block;
    text-align: center;
    font-size: 1.5rem;
}

.h2_aa_ir span {
    color: #00319f;
}

.da_net {
    /* padding: 0 100px; */
}

.aa_ir {
    margin: 0 80px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
    text-align: center;
}

.span_aa_ir {
    display: block;
    border-radius: 10px;
    background: #bfe2ff;
    padding: 30px;
}

.aa_ir_da, .aa_ir_net {
    position: relative;
    padding: 20px;
    border: 1px solid #e7e6e6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 100%;
    text-align: left;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px #e6ebf566;
}

.aa_ir_t {
    margin-top: 10px;
}

.aa_ir_i {
    font-size: 22px;
    padding-right: 5px;
}

.aa_ir_i svg {
    width: 22px;
}

.aa_ir_da .aa_ir_i {
    color: #008000;
}

.aa_ir_net .aa_ir_i {
    color: #ff0000;
}
/*
.aa_ir_da:before {
    content: "🗸";
    font-weight: 700;
    color: #00990050;
    font-size: 50px;
    position: absolute;
}

.aa_ir_net:before {
    content: "✗";
    font-weight: 700;
    color: #ff000050;
    font-size: 50px;
    position: absolute;
}
*/

.zn_z {
    /* font-weight: 600; */
    /* margin-bottom: 20px; */
}

.da_da {
    text-align: left;
}

.chto_bl {
    /* padding: 3rem; */
    border-radius: 10px;
    background: #bfe2ff;
}

.chto_span {
    display: block;
    font-size: 18px;
    text-align: center;
	margin-bottom: 1.5rem;
}

.chto_bl .chto_span:last-child {
	margin-bottom: 0;
}

.chto_p {
    row-gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.chto_p h3 {
    font-size: 1.35rem;
    text-transform: uppercase;
    color: #003d6f;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.chto_p_item {
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 1px 7px #81a6c5;
}

.chto_p_span {
    display: block;
    line-height: 25px;
}

.chto_p_span span {
    font-size: 30px;
    color: #9f5100;
    font-weight: 500;
}

.chto_div {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    /* background: #fff; */
    /* width: max-content; */
    /* margin: 0 auto 1.5rem; */
    /* padding: 1rem 1.5rem; */
    /* border-radius: 10px; */
}

.chto_div span {
    font-size: 1.35rem;
    /* color: #003d6f; */
}

.span_bez {
    font-size: 60px !important;
    color: #6f3900 !important;
    line-height: 1;
}

.chto_span2 {
    display: block;
    text-align: center;
    font-size: 1.35rem;
}

.table_bl {
    padding: 3rem;
    background: #fff;
    border-radius: 10px;
	box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
}

.table_bl .table_sp {
    font-size: 18px;
    display: block;
    text-align: center;
}

.table_sp span {
    font-weight: 600;
}

.chto_span3 {
    display: block;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
    padding: 2rem !important;
}


.chto_span3 h3 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.gs_i {
    text-align: center;
}

.gs_i h2 {
    line-height: 1.3;
}

.kak_bl {
    font-size: 1.35rem;
    max-width: 100%;
    padding: 3rem;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
}

.kak_bl h2 {
    margin-bottom: 3rem;
}

.kak_bl2 {
    display: flex;
    gap: 3rem;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 3rem;
}

.kak_bl2 .ul_icon_i {
    display: flex;
    margin-bottom: 0px;
    gap: 10px;
    flex-direction: column;
}

.kak_bl2 .ul_icon_i:last-child {
    margin-bottom: 0;
}

.kak_bl .circle_svg svg {
    height: 30px;
    margin: 0;
    padding-right: 10px;
}

.btn_pr {
    padding: 15px 30px;
    /* margin-top: 2.5rem; */
    font-size: 1.35rem;
    background: #00319f;
    border: 2px solid #00319f;
    border-radius: 10px;
    color: #fff;

}

.btn_pr:hover {
    background: transparent;
    border: 2px solid #00319f;
    color: #00319f;
}

.smo_span {
    display: block;
    color: #6f3900;
    margin-top: 10px;
}


.smo_bl {
    width: max-content;
    margin: 0 auto 2rem;
    max-width: 100%;
    border: 1px solid #e7e6e6;
    box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px #e6ebf566;
    padding: 30px;
    border-radius: 10px;
}

.h2_smo {
    color: #6f3900 !important;
}

.smo_bl .ul_icon_i {
    margin-bottom: 8px;
}

.smo_bl .ul_icon_i:last-child {
    margin-bottom: 0;
}

.smo_span2 {
    display: block;
    text-align: center;
    color: #000;
    /* margin-bottom: 2rem; */
    font-style: italic;
    font-size: 1.35rem;
}

.smo_span3 {
    display: block;
    text-align: center;
    color: #fff;
    width: max-content;
	max-width: 100%;
    margin: 0 auto;
}

.smo_span3 span {
    font-size: 1.35rem;
    display: block;
}

.smo_bl2 {
    width: max-content;
    padding: 30px;
    background: #bfe2ff;
    margin: 0 auto;
    border-radius: 10px;
}

.pred_span {
    display: block;
    margin-top: 20px;
    color: #000;
    font-weight: 400;
    font-size: 1.35rem;
}

.smo_bl2 .ul_icon_i {
    margin-bottom: 8px;
}

.smo_bl2 .ul_icon_i:last-child {
    margin-bottom: 0px;
}

#open_pr .modal-content {
    padding: 30px;
}

#open_pr .modal-header {
    padding: 0 0 24px;
}

#open_pr .modal-body {
    padding: 24px 0;
    text-align: left;
}

#open_pr .modal-footer {
    padding: 24px 0 0;
	text-align: left;
}

#open_pr .btn-close {
    margin: 0;
    border: 3px solid #9e5200;
    padding: 0.2em 0.5em 0.15em;
    /* background-size: 80%; */
}

#open_pr h2 {
    text-align: left;
    margin-right: 3rem;
    margin-bottom: 0;
    font-size: 24px;
}

#open_pr h3 {
    font-size: 18px;
    margin-bottom: 1rem;
    /* color: #804200; */
}

#open_pr .circle_svg svg {
    margin-bottom: 0;
}

#open_pr .ul_icon_i {
    margin: 2.4rem 0 1rem;
}

#open_pr .ul_icon_i:first-child {
    margin-top: 0;
}

#open_pr p {
    margin-bottom: 0.5rem;
}
#open_pr p span {
    display: block;
    font-weight: 500;
}

#open_pr p:last-child {
    margin-bottom: 0;
}

#open_pr .span_modal {
    display: block;
}

#open_pr img {
    position: relative;
    width: 80%;
	margin-bottom: 10px;
}

.span_img_modal {
    margin-bottom: 10px;
    display: block;
}

.pr_footer {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dee2e6;
}

.pr_footer ul {
    margin: 19px 0 19px 5px;
}

.pr_footer .span_modal {
    font-weight: 500;
    font-size: 18px;
}

.pred_bl {
    padding: 2.5rem;
    background: #bfe2ff;
    border-radius: 10px;
}

.pred_row {
    row-gap: 1.5rem;
}

.pred_row .ul_icon_i {
    margin: 0;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 7px #81a6c5;
    height: 100%;
}

.header-content.sky {
    padding: 0;
    position: relative;
    margin-bottom: 3rem;
}

.sky video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*min-height: 1080px;*/
}

.header_gs {
    z-index: 7;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin: 80px 0 60px;
}

.h1_aa_ir {
    font-size: 1.35rem;
    color: #f2f2f290;
    /* font-family: 'IBM Plex Sans'; */
    font-weight: 400;
    text-align: center;
    display: block;
    /* margin-bottom: 40px; */
}

.header-content.sky h1 {
    color: #ffffff;
}

.h2_left_sky {
    font-size: 2rem;
    display: block;
    margin-bottom: 30px;
}

.span_left_sky {
    display: block;
    font-size: 1.35rem;
}

.span_left_sky span {
    font-weight: 500;
    font-size: 1.35rem;
}

.sly_blue {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: #bfe2ff;
    border-radius: 10px;
    color: #404040;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 4px 4px 13px 4px #0d3c7259;
    /* background: linear-gradient(200deg, #80c6ff, #bfe2ff, #bfe2ff, #bfe2ff); */
    /* background-size: 120% 120%; */
}

.span_sky_blue {
    display: block;
    text-align: center;
    font-size: 1.35rem;
	color: #000e1a;
}

.span_sky_blue3 {
    display: block;
    text-align: center;
    font-size: 2rem;
    color: #00319f;
    font-weight: 500;
}

.span_sky_blue2 {
    display: block;
    text-align: center;
    font-size: 18px;
	color: #000e1a;
}

.header-content.sky .buy_btn {
    border: 2px solid #fff;
    margin: 2rem 1rem 1rem;
    box-shadow: 4px 4px 13px 4px #0d3c7259;
}

.header-content.sky  ul {
    margin: 0 0 20px;
    font-size: 18px;
}










#imageModal {
    background: #00000050;
}
#imageModal .modal-dialog {
    max-width: 90%;
    margin: auto;
    width: max-content;
}

#imageModal .modal-dialog.modal-fullscreen-sm-down {
    width: 100%;
    height: 100%;
    margin: 0;
}
#imageModal .modal-header {
    border: none;
}
#imageModal .modal-content {
    display: flex;
    height: 100%;
    background-color: transparent;
    border: none;
}

#imageModal .modal-body {
    flex-grow: 1;
    position: relative;
    padding: 0;
    display: flex;
}

#imageModal .modal-image {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    margin: auto;
    display: block;
}

.str_im {
    display: flex;
    align-items: center;
}





/*.str_im {
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#imageModal .prev-btn {
    left: 10px;
}

#imageModal .next-btn {
    right: 10px;
}
*/

#imageModal .prev-btn, #imageModal .next-btn {
    /* top: 50%; */
    /* transform: translateY(-50%); */
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 8px 15px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

#imageModal .prev-btn:hover, .next-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#imageModal .prev-btn {
    margin-right: 10px;
}

#imageModal .next-btn {
    margin-left: 10px;
}
#imageModal .btn-close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
}

.mb-40 {
    margin-bottom: 3rem!important;
}

.ftr {
    text-align: left;
	color: #728194;
}

.ftr img {
    margin-bottom: 0;
}

.ftr p {
    margin-bottom: 0;
}

.ftr_info a {
    color: #bfe2ff;
    font-weight: 200;
    text-decoration: none;
}

.ftr_info a:hover {
    text-decoration: underline;
}

.dsk_ftr span {
    font-size: 14px;
    text-align: left;
    display: block;
    color: #6d7d916e;
}

blockquote {
    border-left: 1px solid #00319f;
    border-right: 1px solid #00319f;
    padding: 0 2rem;
    margin: 0;
}

#faq_gs .accordion-button {
    font-size: 1.15rem;
    font-weight: 400;
}

#faq_gs .accordion-body {
    background: #eae2d960;
}

ul.woocommerce-error {
    padding: 30px 30px 30px 50px;
    border-radius: 10px;
}
ul.woocommerce-error li {
    color: #fff;
}

ul.woocommerce-error li a {
    color: #fff;
}

ul.woocommerce-error li a:hover {
    text-decoration: none;
}

.woocommerce-thankyou-order-received {
    background: #bfe2ff;
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
}

ul.woocommerce-thankyou-order-details {
    background: #fff;
    box-shadow: 0 1px 4px #e3ebfc, 0 1px 25px #dfecf9;
    border-radius: 10px;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
}

h2.woocommerce-order-details__title {
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center;
    margin-bottom: 2rem;
    color: #00319f;
    line-height: 1;
    font-size: 2rem;
}

.woocommerce-table--order-details td, .woocommerce-table--order-details th {
    border: 1px solid #a3a3a3;
    padding: 5px 10px;
    background: #fff;
}


.cookie-banner {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #f5f5f5;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    z-index: 1000;
    box-sizing: border-box;
	border-radius: 4px;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
    color: #333;
    flex: 1;
}

.cookie-banner button {
    background-color: #bfe2ff;
    color: #333;
    border: none;
    padding: 3px 12px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 10px;
}


.page-id-3 h1, .page-id-115 h1 {
    font-size: 2.3rem;
}
.page-id-3 h2, .page-id-115 h2 {
    font-size: 1.2rem;
}

.sale_price {
    color: #9f5100;
    margin-bottom: 1rem !important;
}

.old_price {
    font-size: 22px;
}

.old_price span {
    text-decoration: line-through;
    font-size: 29px;
}

.price_sber {
    display: flex;
    margin-top: 20px;
	font-size: 18px;
    align-items: center;
    justify-content: center;
}

.notice_cancel {
    text-align: center;
    padding: 1rem;
}

a.buy_btn_dop {
    background: #9f5100;
    border-radius: 5px;
    color: #ffffff !important;
    display: inline-block;
    font-weight: normal;
    padding: 8px 20px 8px 20px;
    text-decoration: none;
    box-shadow: 2px 2px 13px 1px #0d3c7259;
}

a.buy_btn_dop:hover {
    background: #6f3900;
}


#zgs .modal-dialog, #zps .modal-dialog {
    max-width: 400px;
}

#zgs .modal-content, #zps .modal-content {
    border-color: #003d6f;
}

#zgs .modal-title, #zps .modal-title {
    font-family: 'Philosopher', sans-serif;
    color: #00319f;
    text-align: center;
    display: block;
    width: 90%;
    font-size: 1.9rem;
}

.gs_form p, .ps_form p {
    margin: 0;
}

.p_f {
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 1.5rem !important;
}

.gs_form label, .ps_form label {
    width: 100%;
	margin-bottom: 1.5rem;
}

.gs_form input, .ps_form input {
    padding: 5px 15px;
    max-width: 100%;
    border-color: #00319f;
}

.gs_form input.wpcf7-not-valid, .ps_form input.wpcf7-not-valid {
	box-shadow: inset 2px 0 0 #e2401c;
    background: #ffebe5;
}

.gs_form .wpcf7-not-valid-tip, .ps_form .wpcf7-not-valid-tip {
    display: none;
}

.gs_form .wpcf7-list-item, .ps_form .wpcf7-list-item {
    margin: 0;
    font-size: 0.8rem;
}

.gs_form .wpcf7-list-item label, .ps_form .wpcf7-list-item label {
    display: flex;
    gap: 10px;
    align-items: center;
}

.gs_form input[type="checkbox"], .ps_form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    accent-color: #002f9e;
    /* margin-right: 5px; */
    min-width: 20px;
}


.gs_form input[type="submit"], .ps_form input[type="submit"] {
    border-radius: 10px;
    background: #00319f;
    color: #fff;
    line-height: 1;
    padding: 11px 25px;
    font-size: 18px;
    text-decoration: none;
    margin: 0.3rem auto;
    display: block;
    margin-bottom: 1rem;
    border: none;
}

.gs_form input[type="submit"]:hover, .ps_form input[type="submit"]:hover  {
    background: #003d6f;
}

.gs_form .wpcf7-spinner, .ps_form .wpcf7-spinner {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.polit_tota {
    display: none;
}

/*
***************** GS
*/
.chto_p_sp span {
    font-size: 30px;
}

.chto_p_sp>span {
    margin-right: 5px;
}

.clr_br {
    color: #9f5100;
	font-weight: 500;
}

.clr_bl {
    color: #00319f;
	font-weight: 500;
}

.clr_br2 {
    color: #9f5100;
}
.clr_br3 {
	color: #6f3900;
}

.clr_bl2 {
    color: #00319f;
}

.span_buy_gs ul {
    text-align: left;
    margin: 0 auto 20px;
    /* max-width: 400px; */
}

.page-template-template_ps .chto_div span {
    line-height: 1.35;
}
/*
.page-template-template_ps .item_buy h2 span {
    margin-top: 10px;
}*/

.page-template-template_ps .item_buy h2 {
    font-size: 2.2rem;
    font-weight: 600;
}

.page-template-template_ps .kak_bl2 {
    margin-bottom: 0;
}

.page-template-template_ps .gs_h table {
    margin-bottom: 0;
}


.page-template-template_ps .span_sk {
    width: auto;
}


/*
***************** GL
*/
.home_page h2.reason_h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center;
    margin-bottom: 2rem;
    color: #00319f;
    line-height: 1;
    font-size: 2rem;
}

.home_page .item_buy {
    padding: 2.0rem;
    width: max-content;
}

.home_page .item_buy h2 a {
    color: #6f3900;
	font-weight: bold;
	text-decoration: none;
}
.home_page .item_buy h2 a:hover {
    color: #9f5100;
}

.home_page a.blue_btn {
    background: #00319fd9 !important;
    font-weight: 500;
    font-size: 18px;
    box-shadow: none;
	padding: 15px 30px;
	text-transform: none !important;
    /* color: #00319f; */
    /* border: 2px solid #00319f; */
    /* background: transparent !important; */
}
.home_page a.buy_btn:hover {
    background: #00319f !important;
}

.home_page .chto_div {
    margin: 0 !important;
}

.mmt-3 {
    margin-top: 3rem !important;
}

.mmtb-5 {
    margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

.accordion-button:not(.collapsed) {
    background-color: #eae2d9;
    color: #6f3900;
}

/*
***************** gl
*/



/*
***************** 12
*/


/*
***************** Mob
*/

@media (max-width: 490px) {

.gs_k_item {
    padding: 1rem;
}
.gs_k_item h3 {
	font-size: 1rem;
	font-weight: 600;
}

.woocommerce-checkout .button.alt {
	padding: 15px 20px !important;
}

.btn_pr {
    padding: 15px 15px;
}

.table_bl {
	padding: 3rem 0.5rem;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

.page-template-template_ps .da_da .span_1  {
    font-size: 1.20rem;
}
.page-template-template_ps .item_buy h2 {
    font-size: 2.0rem;
}

}





@media (max-width: 575px) {

}

@media (max-width: 767px) {

.home_page .item_buy {
    width: 100%;
}

.kak_bl2 {
    flex-direction: column;
}

.container, .container-md, .container-sm {
	max-width: 750px !important;
}
	
.span_left_sky {
    text-align: center;
}

.cookie-banner p {
	margin-bottom: 0px;
}
	
.pp-3 {
    padding: 3rem 2rem !important;
}
 
.gs_k_item h3 {
	font-size: 1.06rem;
	font-weight: 600;
}

.dav_bl {
	margin: 0;
}

.span_sk {
	text-align: center;
	margin-bottom: 3rem;
}

.chto_span3 h3 {
    font-size: 1.5rem;
}



.item_buy {
	max-width: 100%;
	padding: 3rem 2rem;
}

.item_buy h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.aa_ir {
    margin: 0;
}

.span_aa_ir {
    margin: 0 0 2rem !important;
    padding: 30px 15px;
}

.aa_ir_da_bl {
    margin: 0 0 2rem !important;
}

.chto_div span {
    font-size: 1.2rem;
}

.home_page .chto_div {
    gap: 1rem;
}


.gs_h  {
    position: relative;
}

.table_bl {
	padding: 3rem 0.5rem;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

.gs_h thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.gs_h thead th {
    padding: 0 0.5rem 0.5rem;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
	color: #6f3900;
	/* border-bottom: 1px solid #000;*/
}

.gs_h .visible-xs {
	display: table-row;
	background: #e5f2ff;
}
.gs_h .visible-xs td, .gs_h th {
	color: black;
	font-size: 16px;
	/* font-weight: bold; */
	text-align: center;
}
.gs_h td:first-child,
.gs_h th:first-child {
	display: none;
}
.gs_h td {
    font-size: 15px;
    word-wrap: break-word;
    hyphens: auto;
}

.gs_h tr td:nth-child(even) {
    border-left: none;
}

.gs_h tr:nth-child(4n-2) {
background: #f5faff;
}

.kto_bl {
    padding: 2rem 0px !important;
}

.kto_info {
    padding: 0 15px;
}

.kto_info h3 {
    text-align: center;
}

#faq_gs .accordion-button {
    gap: 5px;
}

.pchp {
    border: none;
}

.left_sky {
    margin-bottom: 2rem;
}

.right_sky {
    margin-bottom: 2rem;
}


.str_im {
    position: absolute;
}

.prev_btn {
    bottom: -60px;
    width: 50%;
    justify-content: end;
	left: 0;
}
.next_btn {
    bottom: -60px;
    width: 50%;
    justify-content: start;
    right: 0;
}

.constelacao {
    width: 768px;
    height: 768px;
    top: -50%;
    left: -50%;
}

.ftr img {
    margin-bottom: 1.5em;
}

.ftr p {
    margin-bottom: 1.5em;
}



.h2_smo {
    font-size: 2.2rem !important;
}

.smo_bl {
    padding: 0;
    box-shadow: none;
    border: none;
}

.skolko_bl {
    padding: 0;
}

.post_a .ul_icon_i {
    padding: 0;
}
	
.header_gs {
    margin: 3rem 0;
}

.header-content.sky  ul {
    margin: 0 auto 2rem;
    width: max-content;
}

.h1_aa_ir {
	line-height: 1.2;
}

.header-content.sky h1 {
    font-size: 43px;
    margin-bottom: 2rem !important;
}

.h2_left_sky {
    font-size: 1.56rem;
    margin: 0;
    text-align: center;
}

.header-content.sky .buy_btn {
    margin-top: 0;
}

/*.wrap {
    display: none;
}*/

.span_sky_blue3, .span_sky_blue {
    margin-bottom: 1rem;
}
.span_sky_blue:last-child {
    margin-bottom: 0rem;
}

.aa_ir h2 {
    font-size: 28px;
}

.obr_h2 {
    font-size: 1.6rem !important;
    line-height: 1.4 !important;
}

.table_bl .table_sp {
    padding: 0 15px;
}

.kto_info img {
    padding: 0 40px 40px;
}

.reason_h2 {
    line-height: 1.1 !important;
}

.reason_h2 span {
    font-size: 1.35rem;
}

.page-id-3 h1, .page-id-115 h1 {
	font-size: 1.7rem;
}


.gs_page h2 span {
    font-size: 1.35rem;
    line-height: 1.2;
}

.top_header_row {
    padding: 0;
}

h1 {
    font-size: 43px;
}

/*
***************** GS
*/
.page-template-template_ps .span_sk {
    margin: 3rem auto 0;
}
.chto_span_1rem {
    font-size: 1rem;
}

.page-template-template_ps .sly_blue {
    max-width: 400px;
    margin: 0 auto;
}

}




/*
***************** pl
*/
@media (min-width: 768px) and (max-width: 1023px) {

.home_page .item_buy {
    width: 100%;
}

.span_sky_blue3, .span_sky_blue {
    margin-bottom: 1rem;
}

.span_sky_blue:last-child {
    margin-bottom: 0rem;
}

.container, .container-md, .container-sm {
	max-width: 1000px;
}

.h2_left_sky {
	text-align: center;
}

.span_left_sky {
	margin: 0 auto 2rem;
	width: max-content;
	text-align: center;
}

.header-content.sky ul {
    width: max-content;
    margin: 0 auto !important;
    padding: 30px 0 30px 2rem;
}

.sly_blue {
    max-width: 400px;
    margin: 0 auto;
}

.span_aa_ir {
    margin: 0;
}

.gs_h  {
    position: relative;
}

.table_bl {
	padding: 3rem 0.5rem;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}

.gs_h thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.gs_h thead th {
    padding: 0 0.5rem 0.5rem;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fff;
	color: #6f3900;
	/* border-bottom: 1px solid #000;*/
}

.kak_bl {
    padding: 3rem 2rem;
}

.kak_bl2 {
    gap: 1.5rem;
    justify-content: space-between;
    width: 100%;
}

.kak_bl2 .ul_icon_i {
    max-width: 34%;
}

.kto_info img {
	padding: 0 40px 40px;
}

.span_sk {
	text-align: center;
	margin-bottom: 3rem;
	width: auto;
}
	
.dav_bl {
    margin: 0;
}

.aa_ir {
    margin: 0 40px;
}

/*
***************** GS
*/
.page-template-template_ps .span_sk {
    margin: 3rem auto 0;
}



}

@media (min-width: 768px) and (max-width: 992px) {
.page-template-template_ps .header-content.sky .buy_btn {
    margin: 0rem 1rem 1rem;
}

.header-content.sky .buy_btn {
    margin: 0rem 1rem 1rem;
}

}

/*
***************** nt
*/

@media (min-width: 1024px) and (max-width: 1199px) {

.span_sky_blue3, .span_sky_blue {
    margin-bottom: 1rem;
}
.span_sky_blue:last-child {
    margin-bottom: 0rem;
}
.span_sk{
    width: auto;
}

.container, .container-md, .container-sm {
	max-width: 1150px;
}

.header-content.sky ul {
    width: max-content;
    /* margin: 0 auto !important; */
    /* padding: 1.5rem 0 1.5rem 2rem; */
}

.gs_k_item {
    padding: 1.1rem;
}

.gs_k_item h3 {
    font-size: 1.2rem;
}

.span_aa_ir {
    margin: 0 0 50px;
}

.dav_bl {
    margin: 0;
}

.aa_ir {
    margin: 0 40px;
}

.span_aa_ir {
    margin: 0 50px;
}

}


@media (min-width: 120px) {

.dav_bl {
    margin: 0;
}

}

@media (min-width: 1200px) and (max-width: 1400px) {
	
.smo_span {
    font-size: 1.5rem;
}

}

@media (min-width: 1300px) {

.span_aa_ir {
    margin: 0 50px;
}

}

@media (max-width: 399px) {
.gs_page h2 {
    font-size: 1.8rem;
}
.item_buy h2 {
    font-size: 1.6rem;
}
.aa_ir h2 {
	font-size: 1.6rem;
}
.chto_div span {
	font-size: 1.05rem;
}

.home_page .chto_div {
    gap: 5px;
}

.home_page .chto_div span {
	font-size: 1.0rem;
}

}

@media (min-width: 400px) and (max-width: 429px) {


.home_page .chto_div {
    gap: 12px;
}

.home_page .chto_div span {
	font-size: 1.0rem;
}

}

/*menu */

@media (min-width: 992px) {
	.dt-menu {
		position: relative;
		display: inline-block;
	}

	.dt-menu .dropdown-menu {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		margin-top: 0.5rem;
		min-width: 200px;
		width: max-content;
		z-index: 1000;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity 0.2s, transform 0.2s, visibility 0s linear 0.2s;
		padding: 10px;
	}

	.dt-menu .dropdown-menu.show {
		display: block;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition-delay: 0s;
	}
	
	.m-menu button {
		width: 30px;
	}
	.m-menu svg {
		width: 100%;
		color: #00319f;
	}

	.dropdown-menu {
		padding: 0;
		/*border: 1px solid #00319f;*/
		border-radius: 0;
		border: 1px solid #e7e6e6;
		box-shadow: 0 1px 4px #e3ebfc, 0 24px 48px #e6ebf566;
	}

	.dropdown-menu .menu-item {
		font-size: 1.2rem;
		padding: 15px 20px;
		line-height: 1;
		color: #000e1a;
	}

	.dropdown-menu .menu-item:hover {
		background: #bfe2ff;
	}
}

@media (max-width: 991px) {
	.m-menu {
		text-align: right;
	}
	
	.m-menu button {
		width: 30px;
	}
	
	.m-menu svg {
		width: 100%;
		color: #00319f;
	}

	.menu-item a {
		font-size: 1.5rem;
		padding: 5px 30px;
		color: #000e1a !important;
		font-weight: 400;
	}
	
	.menu-item.nav-item-383 a {
		margin: 5px 0;
	}
	
	.menu-item a:hover, .menu-item a:active, .menu-item a:focus {
		background: #bfe2ff;
	}
	
	.offcanvas-header {
		padding-bottom: 0 !important;
	}
	.offcanvas-body {
		padding-top: 8px !important;
	}
	.offcanvas.offcanvas-top {
		height: max-content;
	}
	
	.btn-close {
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%2300319f'%3e%3cpath d='M315.3 411.3c-6.253 6.253-16.37 6.253-22.63 0L160 278.6l-132.7 132.7c-6.253 6.253-16.37 6.253-22.63 0c-6.253-6.253-6.253-16.37 0-22.63L137.4 256L4.69 123.3c-6.253-6.253-6.253-16.37 0-22.63c6.253-6.253 16.37-6.253 22.63 0L160 233.4l132.7-132.7c6.253-6.253 16.37-6.253 22.63 0c6.253 6.253 6.253 16.37 0 22.63L182.6 256l132.7 132.7C321.6 394.9 321.6 405.1 315.3 411.3z'/%3e%3c/svg%3e");
		background-size: 20px;
		background-position: center;
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
		border: 0;
		border-radius: 0;
		opacity: 1;
		transition: opacity 0.15s;
		color: #00319f;
		margin-right: 23px !important;
        margin-top: 5px !important;
	}
}

#zps .ps_form, #zgs .gs_form {
    padding: 1rem 2rem;
}