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

fogus 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
	 ========================================================================== */
	 
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans[wght].ttf') format('truetype');
  font-weight: 300 800;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans-Italic[wght].ttf') format('truetype');
  font-weight: 300 800;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}

/**
 * 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: #404040;
	font-family: 'Open Sans', Arial, 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
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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



/* FOGUS-MAIL */

* {
	margin: 0;
	padding: 0;
	/*color: #444444;*/
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
	/*font-style: italic;*/
	margin-bottom: 10px;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
body {
	background: none repeat scroll 0 0 #fafafa;
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: #555;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 10px;
	font-size: 14px;
	color: #555;
	line-height: 1.5;
	text-align: justify;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0 20px;
	background: url("./img/header-back.png") no-repeat scroll center top #FFFFFF;
	box-shadow: 0 0 5px rgba(150, 150, 150, 0.5), 0 0 20px rgba(150, 150, 150, 0.2);
}
.pa {
	position: absolute;
}
.pr {
	position: relative;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	padding-bottom:20px;
}
h1, .componentheading {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #03A9F4;
	margin-bottom: 20px;
	text-align: center;
}
h2 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #03A9F4;
	margin-bottom: 10px;
	text-align: center;
}
h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #03A9F4;
	margin-bottom: 10px;
	text-align: center;
}
/* Header
-----------------------------------------------------------------------------*/
div#header {
	/* height: 390px; */
	height: 370px;
	padding-top: 20px;
	/* padding-bottom: 20px; */
}
/* update */
div#update {
	/* color: #EF2C2C; */
	/* color: #25d366; */
	color: #ff0000;
	font-size: 14px;
	/* font-style: italic; */
	font-weight: 600;
	right: 20px;
	top: 262px;
	text-align: right;
}
/* newprice */
div#newprice {
	color: #EF2C2C;
	display: block;
	/* display: none; */
	font-size: 18px;
    font-weight: bold;
	line-height: 22px;
	padding: 20px 0 0 0;
	text-align: center;
}
#newprice a {
	text-decoration: underline;
	color: #EF2C2C;
}
/* actions */
div#actions {
	color: #EF2C2C;
	/*display: block;*/
	display: none;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
	padding: 25px 0 0 0;
	text-align: center;
}
div#actions span {
	color: #999;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
/* Header. Логотип
-----------------------------------------------------------------------------*/
div#header-logo {
	text-align: center;
}
/* Header. Меню навигации
-----------------------------------------------------------------------------*/
ul#header-nav {
	margin-left: -20px;
	width: 30%;
	margin-bottom: 10px;
}
ul#header-nav li {
	padding: 5px 0 5px 0;
	display: table;
    background: url(./img/arrow_right_icon.svg) 21px 9px no-repeat;
    background-size: 18px;
	transition: 0.1s;
}
ul#header-nav li:hover {
    background: url(./img/arrow_right_icon.svg) 26px 9px no-repeat;
    background-size: 18px;
	transition: 0.1s;
}
ul#header-nav li.menu-item-401 {
	padding: 5px 0 5px 0;
	display: table;
    background: url(./img/arrow_right_icon.svg) 18px 9px no-repeat;
    background-size: 18px;
	transition: 0.1s;
}
ul#header-nav li.menu-item-401:hover {
    background: url(./img/arrow_right_icon.svg) 23px 9px no-repeat;
    background-size: 18px;
	transition: 0.1s;
}
ul#header-nav li.menu-item-401 a {
    background: url(./img/arrow_right_icon.svg) 23px 4px no-repeat;
    background-size: 18px;
	transition: 0.1s;
}
ul#header-nav li.menu-item-401:hover a {
    background: url(./img/arrow_right_icon.svg) 28px 4px no-repeat;
    background-size: 18px;
	transition: 0.1s;
}
ul#header-nav a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
    /* font-style: italic; */
    font-weight: 600;
	text-decoration: none;
	padding: 0 5px 2px 45px;
	color: #03A9F4;
	text-shadow: 0 0 3px #fff;
}
/* ul#header-nav li a:hover, ul#header-nav li.menu-item-401 a, ul#header-nav li.active a {
	background: url(./img/header-nav-back.png) right center no-repeat;
}
ul#header-nav li a:hover span, ul#header-nav li.menu-item-401 a span, ul#header-nav li.active a span {
	color: #ffffff;
} */
/* Header. Блоки с контактной информации
-----------------------------------------------------------------------------*/
#header-contacts {
	right: 0;
	top: 40px;
	width: 230px;
}
.inf-outer {
	background: url(./img/back-1.png) left top no-repeat;
	padding-top: 10px;
}
.inf-outer2 {
	background: url(./img/back-2.png) left bottom no-repeat;
	padding-bottom: 17px;
}
.inf-body {
	margin-left: 4px;
	background: #ffffff;
	padding-left: 15px;
	padding-bottom: 5px;
}
.inf-body p, .inf-body a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	line-height: 27px;
	color: #03A9F4;
	padding-left: 35px;
}
.inf-body p {
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 11px;
}
.inf-body a {
	font-size: 17px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.inf-body p.phone {
	background: url(./img/phone_logo_icon.svg) left center no-repeat;
	background-size: 30px;
}
.inf-body span.zvonok {
	position: absolute;
	color: #a8a8a8;
	top: 27px;
	left: 57px;
	font-size: 10px;
}
.inf-body p.icq {
	background: url(./img/icq-icon.png) left center no-repeat;
}
.inf-body p.worktime {
	background: url(./img/time-icon.png) left center no-repeat;
	font-size: 16px;
	font-weight: 600;
	line-height: 27px;
}
.inf-body a.mail {
	background: url(./img/email_logo_icon.svg) left center no-repeat;
	background-size: 30px;
}
.inf-body a.telegram {
	background: url(./img/telegram_logo_icon.svg) left center no-repeat;
	background-size: 30px;
}
.inf-body a.whatsapp {
	background: url(./img/whatsapp_logo_icon.svg) left center no-repeat;
	background-size: 30px;
}
/* Middle
-----------------------------------------------------------------------------*/
#content {
	/*padding: 0 10px 60px;*/
	padding: 0 10px;
}
.link {
	text-align:center;
	font-size: 10px;
	color:#858585;
}
.link a {
	color:#858585;
}
/* Middle. Описание заказа
-----------------------------------------------------------------------------*/
#order {
	margin-top: 25px;
}
#distr-banner {
	float: left;
}
#distr-list {
	/*margin: 0 0 20px 150px;*/
	margin: 0 50px 20px;
	padding: 0px;
}
#content article #distr-list ul li {
	float: left;
	width: 45%;
	width: calc(50% - 20px);
	background: none;
	height: 100px;
}
#distr-list ul li img {
	float: left;
	margin-right: 10px;
}
.order-desc {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	/* font-style: italic; */
	font-weight: 800;
    text-align: left;
	color: #333;
	margin-top: 20px;
}
.order-text {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	/* font-style: italic; */
	font-weight: 800;
	/* color: #EF2C2C; */
	color: #03A9F4;
	text-align:left;
}
.order-text span {
	color: #25d366;
    font-size: 16px;
}
#order-link img {
}	
/* Middle. Список локаций
-----------------------------------------------------------------------------*/
#location-list {
}
#location-list-cap {
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	color: #03A9F4;
	margin-top: 5px;
}
#location-list-in {
	background: url(./img/loc-list-back.png) center top no-repeat;
	width: 862px;
	height: 505px;
	padding-top: 3px;
	margin: 0 auto 5px;
}
div.location-list {
	float: left;
	width: 171px;
	background: url("./img/stripe.png") no-repeat scroll left 30px rgba(0, 0, 0, 0);
}
div.location-list ul {
	margin: 12px 0 0 10px;
}
div.location-list li {
	position: relative;
	margin-left: 26px;
	padding: 4px 0 0 !important;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
div.location-list li.big-letter {
}
div.location-list li.big-letter span {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 800;
	font-size: 14px;
	color: #03A9F4;
	position: absolute;
	background: url(./img/li-marker.png) right center no-repeat;
	padding-right: 18px;
	right: 137px;
	bottom: -3px;
	width: 10px;
}
div.location-list a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size: 11px;
	color: #03A9F4;
	text-decoration: underline;
	display:block;
	line-height: 120%;
}
div.location-list a:hover {
	text-decoration: none;
}
div.location-list:first-child {
	background: none;
	padding-left: 7px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	/*margin: -60px auto 0;*/
	margin: 0 auto;
	/*height: 59px;*/
	padding: 30px 0;
	border-top: solid 1px #e3e3e3;
	position: relative;
	/*width: 1000px;*/
}
#footer-in {
	margin: 0 auto;
	/*width: 1000px;
	padding-top: 10px;*/
}
#footer-inkazan {
	
	padding-top: 10px;
}
	
#footer p {
	font-weight: 600;
	font-size: 14px;
	color: #777;
	text-align: center;
	margin: 0;
}
#footer a {
	color: #777;
	text-decoration: none;
}
	
h4.pgtitle {
	font-size: 13px;
}
.pgcontent p {
	font-size: 13px;
	font-style: italic;
}
#pgbSaveForm {
	font-size: 13px;
	font-style: italic;
	color: #444444;
}
#price {
	margin: 0 auto;
}
#price td {
	border: 1px solid #03A9F4;
	padding: 2px 5px;
	font-size: 13px;
	font-style: italic;
}
#content article ul li {
	list-style: none outside none;
	/* background: url("/templates/rhuk_milkyway/images/mark.png") no-repeat scroll 0 0 transparent; */
    background: url(./img/arrow_right_icon.svg) 0 0 no-repeat;
    background-size: 18px;
	padding-left:20px;
	color:#555;
	line-height: 1.3;
	margin-bottom: 10px;
}
/*#redhlp_badge.redhlp_right, #redhlp_invitation {
	margin-right: -500px !important;
	right: 50% !important;
}*/
a.redhlp_reset, #redhlp_copy a:hover.redhlp_reset {
	color: #D0E6F0 !important;
}
#oplata hr {
	border-top: 1px solid #E7E7E7;
	border-bottom: 0px none currentColor;
	border-left: 0px none currentColor;
	border-right: 0px none currentColor;
	height: 1px;
	margin: 25px 0px;
}
#oplata h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
	
#oplata ul li {
	color: #555;
	font-size: 12px;
	font-style: normal;
	background:none;
	list-style-type: square;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 0px;
}
#oplata a {
	text-decoration:underline;
}
#oplata a:hover {
	text-decoration:none;
}
#oplata strong {
	padding-left: 5px;
}
#oplata img {
	padding-right:10px;
	margin-top: -10px;
}
	
#system-message dt.message {
	display: none;
}
.fade ul li {
	background: none repeat scroll 0 0 transparent;
	color: #EF2C2C;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding: 0;
}
#recaptcha_widget_div {
	text-align: left;
}
.contmail a {
	/*color: #444444;*/
	font-weight: bold;
}
.centered_line {
	text-align:center;
}
.blue_btn {
	display:inline-block;
	vertical-align:middle;
	height:57px;
	line-height:49px;
	text-decoration:none;
	color:#fff;
	font-weight: 800;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 22px;
	text-shadow:0 1px 1px #079ad0;
	margin-bottom: 20px;
}
.blue_btn > span {
	display:block;
	padding:0 0 0 20px;
	background:url(./img/blue_btn.png) 0 0 no-repeat;
	color:#fff;
}
.blue_btn > span > span {
	display:block;
	padding:0 30px 0 10px;
	background:url(./img/blue_btn.png) right -114px no-repeat;
	height:57px;
	color:#fff;
}
.blue_btn:hover > span {
	background-position:0 -57px;
}
.blue_btn:hover > span > span {
	background-position:right -171px;
}
table#aiContactSafeForm {
	margin-bottom: 20px;
}
.bordered_pad {
	/*border:8px solid #e8f3f7;*/
	border: 8px solid #e1f7ff;
	border-radius:6px;
	box-shadow:0 1px 1px rgba(0,0,0,0.22);
	}
.item_list {
	/*width:782px;*/
	font-family: 'Open Sans', Arial, sans-serif;
	overflow:hidden;
	font-size:18px;
	color:#4c4c4c;
	padding: 20px 0 10px;
	margin: 0 auto 15px;
	/*background-color: #FBFDFE;*/
	background-color: #fafeff;
}
.item_list .item {
	/*padding:16px 0 0 98px;*/
	float:left;
	/*height:70px;*/
	line-height:22px;
	/*font-style:italic;*/
	position:relative;
	width:20%;
}
.item_list .fll {
	float:left;
	/*width:402px;*/
	width: 100%;
	margin-bottom: 10px;
	/*padding-top:11px;*/
}
.item_list .flr {
	float:left;
	/*width:284px;*/
	width: 100%;
}
.item_list .item p {
	font-size:14px;
	font-family: 'Open Sans', Arial, sans-serif;
	/*font-style: italic;*/
	margin: 0;
}
/* .item_list .item .p1 {
	color:#ef2c2c;
	font-weight: bold;
} */
.item_list .item_pic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:80px;
}
.item_list .item_pic01 {
	background:url(./img/icons/icons201.png) center 0 no-repeat;
	background-size: contain;
}
.item_list .item_pic02 {
	background:url(./img/icons/icons202.png) center 0 no-repeat;
	background-size: contain;
}
.item_list .item_pic03 {
	background:url(./img/icons/icons203.png) center 0 no-repeat;
	background-size: contain;
}
.item_list .item_pic04 {
	background:url(./img/icons/icons204.png) center 0 no-repeat;
	background-size: contain;
}
.item_list .item_pic05 {
	background:url(./img/icons/icons205.png) center 0 no-repeat;
	background-size: contain;
}
.item_list .item_pic06 {
	background:url(./img/icons/icons206.png) center 0 no-repeat;
	background-size: contain;
}
.item_list .item_pic07 {
	background:url(./img/icons/icons207.png) center 0 no-repeat;
	background-size: contain;
}
.item_list .item_pic08 {
	background:url(./img/icons/icons208.png) center 0 no-repeat;
	background-size: contain;
}
.item_list .item_pic09 {
	background:url(./img/icons/icons209.png) center 0 no-repeat;
	background-size: contain;
}
.item_list .item_pic10 {
	background:url(./img/icons/icons210.png) center 0 no-repeat;
	background-size: contain;
}
.item_list .item_opis {
	width: 100%;
	margin: 80px 0 10px;
}
.item_list .item_opis p {
	text-align: center;
	font-weight: 600;
    font-size: 13px;
}
div.blag {
	height: 189px;
	padding: 10px 3px;
	margin: 0 0 20px;
	/*border:8px solid #e8f3f7;*/
	border: 8px solid #e1f7ff;
	border-radius:6px;
	box-shadow:0 1px 1px rgba(0,0,0,0.22);
	/*background-color: #FBFDFE;*/
	background-color: #fafeff;
}
.blag img {
	margin:0 7px;
	border: 1px solid #ccc;
	float:left;
}
.blag img:hover {
	border: 1px solid #999;
}
.blagp {
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #03A9F4;
	margin-top: 5px;
}
ul#header-nav .item360 a span {
	color:#ff0000;
}
.rubriki {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	/* margin: -10px auto 10px; */
	margin: 0px auto 20px;
	text-align: center;
}
.rubriki a {
	color: #AAAAAA;
	text-decoration:none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
}
.cssLeaf_1k {
	background-image: url("/images/jivoicon.svg") !important;
}
#distr-banner img {
	margin-top: 10px;
}

/* 404 ошибка */
.error-404 {
    /*min-height: 80vh;*/
    /*display: flex;*/
    align-items: center;
}

.error-code h1 {
    font-size: 120px;
    line-height: 1;
    margin: 0;
    opacity: 0.5;
    letter-spacing: -10px;
}

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

@media (max-width: 768px) {
    .error-code h1 {
        font-size: 80px;
        letter-spacing: -5px;
    }
}

.search-form-wrapper .search-form {
    max-width: 500px;
    margin: 0 auto;
}

.search-form-wrapper input[type="search"] {
    padding: 12px 20px;
    font-size: 1.1rem;
    border-radius: 50px;
    border: 2px solid #e9ecef;
}

.search-form-wrapper button {
    border-radius: 50px;
    padding: 12px 30px;
}

/* Красивая форма заказа на /order/ */
#order-form {
    max-width: 600px; /* Ограничим ширину для центрирования */
    margin: 0 auto; /* Центрируем форму */
    padding: 20px;
    background:  #fafafa; /* Светлый фон */
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Лёгкая тень для объёма */
}

#order-form h1, #order-form h2 {
    text-align: center;
    color: #03A9F4; /* Синий из твоей темы */
    font-size: 24px;
    margin-bottom: 20px;
}

.wpcf7-form label {
    display: block; /* Лейблы над полями */
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%; /* Полная ширина */
    padding: 10px 15px;
    /*margin-bottom: 15px;*/
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box; /* Чтобы отступы не ломали ширину */
    transition: border-color 0.3s; /* Плавный эффект */
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #03A9F4; /* Синий фокус */
    outline: none;
}

.wpcf7-form textarea {
    height: 150px; /* Высота сообщения */
    resize: vertical; /* Можно тянуть вниз */
}

.wpcf7-form .wpcf7-submit {
    background: #03A9F4; /* Синяя кнопка */
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    display: block;
    margin: 0 auto; /* Центрируем кнопку */
}

.wpcf7-form .wpcf7-submit:hover {
    background: #0288d1; /* Темнее при ховере */
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    #order-form {
        padding: 15px;
    }

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form textarea {
        font-size: 14px; /* Меньше на мобильных */
    }
}
