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

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

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

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

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

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

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
	border-left:unset;
}

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

  

.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 xlo*/
@font-face {
	 font-family: "B52";
	 src: url("fonts/B52.ttf");/* format("truetype")*/
	font-style: normal; 
	font-weight: normal; 
}
@font-face {
	 font-family: "bulletin";
	 src: url("fonts/bulletin-typewriter-mn.ttf");/* format("truetype")*/
	font-style: normal; 
	font-weight: normal; 
}
.contacts, .contacts .h1 {
	/*font-family: arimo, Courier New, sans-seri;*/
	font-family: 'bulletin', Courier New, sans-seri;
	font-weight:600;
}

body {
		
	/*background-image:url(images/bg_hodok.jpg);
	background-image:url(images/bg_hodok13_09_2.jpg);
	background-image:url(images/bg_hodok23_09.jpg);*/
	background-image:url(images/bg_hodok25_09_2.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
    

	
	
	font-size:18px;
	font-family: Web_Serveroff;
	
	/*font-family: 'bulletin', Courier New, sans-seri;
    font-weight: 600;*/
	/*font-family: 'Oswald', sans-serif;*/
}

.xcontainer, .zcontainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
	
}
@media (min-width: 576px){
	/*
	.xcontainer {
		max-width: 540px;
	}*/
	.menu-container {
		max-width:100%;
	}
}
@media (min-width: 768px){
	.xcontainer {
		max-width: 720px;
	}
	.zcontainer {
		max-width: 720px;
	}
}
@media (min-width: 992px){
	.xcontainer {
		max-width: 960px;
	}
	.zcontainer {
		max-width: 960px;
	}
	
}
@media (min-width: 1200px){
	.xcontainer {
		max-width: 1140px;
	}
	.zcontainer {
		max-width: 1220px;
	}
	
}

.page.page-id-1395 .post-1395 .xcontainer {
	min-height: calc(80vh - 244px);
}

.site-footer {
	background-color:#000;
	color:#FFF;
	padding:20px 0;
	margin-top:20px;
}
.footer-wrap {
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.header-main {
	/*
	display:flex;
	flex-direction:column;
	*/
	position:relative;
	overflow: hidden;
    height: 900px;
	padding:100px 0 200px 0;
}
.header-nomain {
	padding:20px 0 10px 0;
	height:unset;
}
.xcontainer-logo {
	margin-bottom:100px;
	margin-top:38px;
	
}
.logo {
	width:608px; height:220px;
	/*background-image:url(images/logo.png);*/
	background-image:url(images/logo_new.png);
	margin-left: auto;
    margin-right: auto;
	position:relative;
}
.logo2 {
	background-image:url(images/logo2.png);
	width:300px; height:91px;
	background-size: contain;
    background-repeat: no-repeat;
	background-position-y: center;
}
.nav-top {
	display:flex;
	
}
.phone_main_pc{
	position:absolute;
	display:block;
	text-decoration:none;
	color:#FFF;
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	bottom: -15px;
	left: calc(100% / 2 - 84px);
}
.phone_main_pc2{
	bottom: -43px;
}
.phone_main_pc3{
	
}
.phone_main_3 {
	position:absolute;
	bottom: -72px;
	left: calc(100% / 2 - 84px);
	width:422px;
}
.phone_main_3 a {
	text-decoration:none;
	color:#FFF;
	font-size:24px;
	font-family: 'Oswald', sans-serif;
}
.phone_main_3 span {
	color:#FFF;
	font-size:24px;
	font-family: 'Oswald', sans-serif;
	position:absolute;
	display:block;
	top: 0;
    left: 164px;
}
.phone_main_pc:hover, 
.phone_main_pc:visited,
.phone_main_pc:active,
.phone_main_pc:focus
{
	text-decoration:none;
	color:#FFF;
	font-family: 'Oswald', sans-serif;
}
.phone_detailstr {
	min-width: 364px;
}

#main-video, .overlay-content {
    position: absolute;
    right: 0; left:0; top:0;
    bottom: 25%;
    min-width: 100%;
    min-height: 100%;
}

/* mega menu*/
.navbar-toggle {
    background-color: #dddddd;
}
.menu-container {
	padding:0;
	background-color:#000;
	display:flex;
	justify-content: space-between;
}

.home .menu-container {
	background-color:#f15740;
}

.zakaz_btn {
	display:flex;
	justify-content: space-between;
	margin-top:60px;
}
.zakaz_btn2{
	padding-left:10px;
	display: flex;
    flex-wrap:wrap;
	
}
.head_soc {
	display:flex;
	
	justify-content: center;
	
}
.head_soc img {
	width:32px; height:32px;
}
.head_soc div {
	margin: 0 5px;
}
.zakaz_btn2 a {margin-right:10px}
.zakaz_btn2 a:nth-child(1){min-width:316px}
.language-switch {
	display:flex;
	margin:0; padding-left:0;
}
.language-switch li {
	list-style-type:none;
	padding-right:5px;
}
.language-switch li img {
	transform:translateY(3px);
}
button.wdc_win3_link {
	background-color:transparent;
}
.wdc_win3_link {
	
    background-position: 0 0;
    color: #fff !important;
    display: block;
    font: normal 14px/32px "Tahoma", "Geneva", sans-serif;
    /* padding: 5px 5px 10px; */
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border: 2px solid #1fd10f;
	text-decoration:none;
	z-index:1;
}
.wdc_win3_link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 33px;
    background: #1fd10f;
    z-index: -1;
    transition: all 1s ease;
}
.wdc_win3_link:hover::before {
    width: 100%;
}
.wdc_win3_link:hover{text-decoration:none}

.wdc_win3_link_btn {
	background-color:transparent;
}
.wdc_win3_link_btn:nth-child(1){
	width:261px;
}
.wdc_win3_link_btn:nth-child(2){
	width:364px;
}
.wdc_win3_link_btn:nth-child(3){
	width:317px;
}
.wdc_win3_link_btn:hover
 {
	border: 2px solid #1fd10f;
}
.menu-events button {
	background-color:transparent;
	margin-top: 6px;
    margin-left: 20px;
    width: 225px;
	font-family: Web_Serveroff;
	text-transform:uppercase;
	font-weight:bold;
	padding: 2px 10px 0 10px;
}


.menu-events button:hover, .menu-events button:visited {
	border-color:#1fd10f;
}
.menu-events button:before{
	height:34px;
}
.menu-events__mob {display:none}


.navbar-nav {
	display:flex;
}
.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-megamenu li > a {
	color:#FFF;
}
.navbar-nav > li > .dropdown-menu {
	/*height:172px;*/
}
.nav.navbar-nav a {text-transform:uppercase}
#bs-example-navbar-collapse-1 {
    background-color:transparent;
}
.navbar {margin-bottom:0}

.bl1 {
	padding:10px 10px 0 10px;
}
.bl2, .bl1 {
	display: flex;
	justify-content: space-between;
	padding-right:10px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-collapse {
	padding-left:0;
}
.navbar-nav {
	display:flex;
}
.navbar-nav .dropdown:nth-child(2) > ul {
	left: -118px;
}
.navbar-nav .dropdown:nth-child(3) > ul {
	left: -252px;
}
.flex-li .interact-parent {
	left:-281px; /* -252 */
}

.dropdown-menu>li>a {
	padding: 10px 20px;
}
.mega-img, #mega-img_excurs, #mega-img_interaktive, #mega-img_b42 {
	position: absolute;
    right: 10px;
    top: 6%;
    width: 222px;
    height: 150px;
	background-size: cover;
}
.dropdown-menu.dropdown-menu-modify {
	display: flex;
	flex-wrap: wrap;
}
#excursion {
	flex-direction: column;
}

#mega-img_excurs {
	background-image:url(images/menu_protivostoyanie.jpg);
}
#mega-img_interaktive {
	background-image:url(images/menu_specobjectnataganke.jpg);
}
#mega-img_b42 {
	background-image:url(images/menu_historybunker.jpg);
}
#excursion {
	min-height:172px;
}
#menu-excursion {height:172px}
#mega-img_excurs.menu-item-30, #mega-img_excurs.menu-item-110 { /* Противостояние */
	background-image:url(images/menu_protivostoyanie.jpg);
}
#mega-img_excurs.menu-item-31, #mega-img_excurs.menu-item-111 { /* Бункер Сталина */
	background-image:url(images/menu_bunker_stal.jpg);
}
#mega-img_excurs.menu-item-32, #mega-img_excurs.menu-item-112 { /* Гриф снят */
	background-image:url(images/menu_grif_snat.jpg);
}
#mega-img_excurs.menu-item-33, #mega-img_excurs.menu-item-139 { /* карибский кризис */
	background-image:url(images/menu_karib.jpg);
}
#mega-img_excurs.menu-item-34, #mega-img_excurs.menu-item-140 { /* Секретный бункер */
	background-image:url(images/menu_secr_bunker.jpg);
}
#mega-img_excurs.menu-item-35, #mega-img_excurs.menu-item-141 { /* Офицерский паек */
	background-image:url(images/menu_oficer_paek.jpg);
}
#mega-img_excurs.menu-item-1129, #mega-img_excurs.menu-item-1129 { /* Лето в Бункере */
	background-image:url(images/menu_leto.jpg);
}

#mega-img_interaktive.menu-item-36, #mega-img_interaktive.menu-item-114 { /* Спецобъект на Таганке */
	background-image:url(images/menu_specobjectnataganke.jpg);
}
#mega-img_interaktive.menu-item-37, #mega-img_interaktive.menu-item-115 { /* Секретный протокол */
	background-image:url(images/menu_secr_protokol.jpg);
}
#mega-img_interaktive.menu-item-38, #mega-img_interaktive.menu-item-116 { /* ЧЗ293 */
	background-image:url(images/menu_chz293.jpg);
}
#mega-img_interaktive.menu-item-39, #mega-img_interaktive.menu-item-1329 { /* 117 Урок в музее */
	background-image:url(https://bunker42.com/wp-content/uploads/2024/08/urok_v_museum_thumb22_08.jpg);
}
#mega-img_interaktive.menu-item-1370 {
	background-image:url(https://bunker42.com/wp-content/uploads/2024/09/za_predelom_thumb.jpg);
}
#mega-img_interaktive.menu-item-40, #mega-img_interaktive.menu-item-118 { /* Зарница в бункере */
	background-image:url(images/menu_zarnica_vbunkere.jpg);
}
#mega-img_interaktive.menu-item-41, #mega-img_interaktive.menu-item-119 { /* Сборка Калашников */
	background-image:url(images/menu_sborka_kalashnikov.jpg);
}
#mega-img_interaktive.menu-item-42, #mega-img_interaktive.menu-item-120 { /* НВП в Бункере */
	background-image:url(images/menu_nvp_vbunkere.jpg);
}
#mega-img_interaktive.menu-item-42, #mega-img_interaktive.menu-item-1330 { /* КМБ в Бункере */
	background-image:url(https://bunker42.com/wp-content/uploads/2024/05/leto_thumb.jpg);
}
#mega-img_interaktive.menu-item-1331 { /* Офицерский паек */
	background-image:url(images/menu_oficer_paek.jpg);
}

#mega-img_b42.menu-item-45 { /* История «Бункер-42» */
	background-image:url(images/menu_historybunker.jpg);
}
#mega-img_b42.menu-item-46 { /*Команда «Бункер-42»*/
	background-image:url(images/menu_team.jpg);
}
#mega-img_b42.menu-item-47 { /* Галлерея*/
	
}
#mega-img_b42.menu-item-48 { /* Патриотич восп*/
	background-image:url(images/menu_patriot.jpg);
}
#mega-img_b42.menu-item-49 { /* соц поддержка */
	background-image:url(images/menu_soc.jpg);
}
#mega-img_b42.menu-item-50 { /* сми */
	background-image:url(images/menu_smi.jpg);
}
#mega-img_b42.menu-item-51 { /* партнеры */
	background-image:url(images/menu_partner.jpg);
}
#mega-img_b42.menu-item-52 { /* вакансии */
	background-image:url(images/menu_vac.jpg);
}



.dropdown-submenu {
	width:34%;
}
.open > .dropdown-menu {left:-1px}
#menu-events .dropdown-submenu {width:100%}
.interact-menu .dropdown-submenu {
	width:unset;
}
.wdc_win3_link_green {
    background-image: url(../green.png);
}
.navbar-nav > li > .dropdown-menu.interact-parent {
	/*height:212px;*/
}
.interact-menu {
	margin-left:0; padding-left:0;
}
.interact-menu li {
	list-style-type:none;
}
.interact-menu li a {
	text-decoration:none;
	display:block;
	padding: 10px 20px;
	color:#000;
}
.interact-menu li a:hover{
	color: #fff;
    background-color: #D63131;
}
.interact-title {
	padding:10px 20px;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
}
#wdc_win3_link {
    height: 42px;
    width: 191px;
	
}
.soc {
    margin-right: 7px;
	float:unset;
	text-align:right;
}
#b42 {
	left:-2px;
}
#excursion {left:-134px}

/* mega menu */
.di-table caption {
    font-size: 1.6em;
    font-weight: 600;
    padding: 10px 0;
}
.di-table tr {
    background: #f4f7f8;
    border-bottom: 1px solid #FFF;
    margin-bottom: 5px;
}
.di-table thead th {
    font-weight: 600;
    background: #8a97a0;
    color: #FFF;
}
.di-table th, .di-table td {
    text-align: left;
    padding: 10px 20px;
    font-weight: 600;
}
.di-table tr {
    background: #f4f7f8;
    border-bottom: 1px solid #FFF;
    margin-bottom: 5px;
}
.di-table tbody .one-row {
    background: #cccccc;
}
.di-table tbody .one-row {
    background: #cccccc;
}
.di-table tr:nth-child(even) {
    background: #e8eeef;
}

.single-wrap {
	background-color:#FFF;
	padding-bottom: 10px;
	
}
.single-wrap, .smi {
	font-family: 'bulletin', Courier New, sans-seri;
    font-weight: 400;
}

.single-wrap h1 {
	margin:10px 0;
	font-size:2em;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
}
.single-acf, .single-content {
	padding:5px 10px;
}
.single-acf {
	font-weight:600;
	font-size:18px;
}
.single-header img {
	width:100%; height:433px;
	object-fit: cover;
}

.single-events.postid-66 .single-header img {
	height:477px;
}
.order-button {
	background-color: #27ae60;
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.5;
    padding: 13px 20px;
    text-decoration: none;
    transition: all .3s;
}
.order-button-link {
	background-color: #27ae60;
	
    border-radius: 8px;
    border-style: none;
    box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.5;
    padding: 13px 20px;
    text-decoration: none;
    transition: all .3s;
}
.order-button:hover, .order-button-link:hover {
	background-color: #1e8449;
    transition-duration: .35s;
	text-decoration:none;
}

.single-table {
	padding:0 10px;
}
.breadcrumbs, .breadcrumbs a, .breadcrumbs span {
	color:#FFF;
	font-size:16px;
}
.events-list {
	background-color:#FFF;
	padding:20px 20px 20px 0;
}
.home .events-list {
	margin-top:20px;
}
.events-wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
.events-item {
	width:calc(100% / 3 - 20px);
	margin-left:20px;
}
.events-title {
	margin-top:0; 
	text-transform:uppercase;
	font-size:20px;
}
.events-title3 {
	margin-top:0; 
	text-transform:uppercase;
	font-size:20px;
	
	border-radius: 10px;
	/*background-color: rgb(161, 13, 13);*/
	background-color:rgba(51, 51, 51, 0.95);
	padding: 5px 0; /* 5 10*/
}
.events-title3 a {
	
    padding: 5px 67px;
    
	color:#FFF !important;
}
.events-title5 {
	background-color:rgba(51, 51, 51, 0.95);
	border-radius: 10px;
    padding: 5px 0;
	min-height:87px;
	color:#FFF;
}
.events-title4 a {
	
	
	padding: 5px 30px;
}
.event5link {
	color:#FFF !important;
}
.event5link:hover {
	text-decoration:none;
}
.child-interact .events-item .events-title5 {
	padding-top:18px;
}
.child-interact .events-item:nth-child(6) .events-title5 {
	padding-top:30px;
}
.child-interact .events-item:nth-child(2) .events-title5,
.child-interact .events-item:nth-child(7) .events-title5
{
	padding-top:30px;
}
.child-interact .events-item:nth-child(4) .events-title5 {
	padding-top:5px;
}
.events-title6 a {
	padding:5px 14px;
}
.events-title__dop {
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:5px;
	font-weight:bold;
}
.events-title a, .events-title3 a, .events-title__dop a {
	text-decoration:none; color:#000;
}

.events-wrap .events-item:nth-child(3) .events-title3 a {
	padding: 5px 0px;
}
.events-wrap .events-item:nth-child(3) .events-title3{
	font-size:19px;
}
.events-wrap .events-item:nth-child(1) .events-title3,
.events-wrap .events-item:nth-child(2) .events-title3 {
	padding: 17px 0;
}

.events-block {
	display:none;
}
.events-block.events-block__visible {
	display:block;
	padding-top:32px;
	
}
.events-tabs2__name {
	font-size:20px;
}
.post-type-archive-events .events-item .h3-link {
	display:block;
	border-radius: 10px;
    background-color: rgba(51, 51, 51, 0.95);
	padding:5px 18px;
	color:#FFF;
}
.post-type-archive-events .events-item:nth-child(3) .events-title .h3-link {
	padding: 5px 0px;
}
.post-type-archive-events .events-item:nth-child(3) .events-title {
	font-size:19px;
}
.post-type-archive-events .events-item:nth-child(1) .events-title .h3-link,
.post-type-archive-events .events-item:nth-child(2) .events-title .h3-link
{
	padding: 17px 0;
}

.post-type-archive-events #child .events-item:nth-child(2) .h3-link {
	padding-top:19px; padding-bottom:19px;
}
.post-type-archive-events #child .events-item:nth-child(5) .h3-link {
	padding-top:19px; padding-bottom:19px;
}
.post-type-archive-events #child .events-item:nth-child(6) .h3-link {
	padding-top:31px; padding-bottom:31px;
}

.h1 {
	margin-top:0 !important;
	font-size:1.5em;
	font-family: Web_Serveroff;
}
.tickets {
	padding:1px 0 20px 0;
	background-color:#FFF;
}
.tickets h1 {
	text-align:center;
	margin-bottom:26px;
}
.ticket-item {
	display:flex;
	flex-wrap:wrap;
	
}
.ticket-l {width:30%}
.ticket-r {
	width:70%;
	padding-left:10px; padding-right:10px;
	border-bottom:1px solid #ccc;
}

.b42-wrap {
	padding:10px;
}
.b42-content p {
	margin-bottom: 10px;
}
.b42-content img {
	float:left;
	margin-right:7px;
}
.b42-content figure img{
	float:unset;
	margin-right:unset;
	text-align:center;
}
.b42-content figure.wp-block-image {
	text-align:center;
}
.smi {
	background-color:#FFF;
	padding:20px 10px;
}
.smi-wrap {
	display:flex;
	flex-direction: column;
}
.smi-item {
	margin-bottom:20px;
	display:flex;
}
.smi-item__l {
	width:200px;
}
.smi-item__r{
	width:80%;
	padding-left:7px;
}
.smi-thumb {
	
	margin-right:7px;
	width:200px;
}
.post-type-archive-media_smi .smi-link {
	color:#000; text-decoration:underline; 
}
.img-diplom-thumb {cursor:pointer}

.partner-list {
    background-color: #FFF;
    padding: 20px;
}
.partner-item {
	width:25%;
	text-align:center;
	padding:10px;
}
.partner-item__title {
	font-style:italic;
	font-size:12px;
}


/* **** */
.events-tabs {
	display:flex;
	justify-content: space-between;
	padding-left:20px;
}
.events-tabs__item {
	text-align:center;
	background-color:#54ab4c;
	padding:5px 10px;
	color:#FFF;
	cursor:pointer;
	border-radius:20px 20px 0 0;
	font-size:20px;
	margin-right: 5px;
}
.events-tabs__item:nth-child(4){margin-right:0}
.events-tabs__item.tabs-active {
	background-color:#f44336;
}
/* **** */
.events-tabs2 {
	display:flex;
	padding-left:20px;
}
.events-tabs2__item {
	min-width:70px;
	margin-right: 5px;
}
.footer-col div {
	padding: 5px 0;
}
.footer-col .footer-img {
	padding:0;
}
.polylang_langswitcher {
	display:flex;
	justify-content: center;
}
.polylang_langswitcher li {
	list-style-type:none;
}
.entry-content {
	padding:0 10px 10px 10px;
}
.post-navigation {padding:0 10px}
.news-img {padding-top:20px}

.page-numbers {
    padding: 10px;
    background-color: #E31212;
    color: #FFF;
    border-radius: 5px;
}
.page-numbers:hover, .page-numbers:visited {
	color:#FFF;
}
.page-numbers.current {
    background-color: rgba(0,0,0, 0.3);
}
.rest-img {
	border-radius: 10px;
	/*border:2px solid #ffff33;*/
	transition: .4s;
}
.rest-img:hover {
	/*box-shadow: 0px 1px 13px 17px rgba(0, 0, 0, 0.69);*/
	box-shadow: 0px 1px 13px 7px rgba(255,  255,  51, 0.69);
}

.home h1, .home h2 {
	font-size:28px;
	text-transform:uppercase;
}

.rest {
	padding-top:40px; padding-bottom:40px;
	/*
	background-image:url(images/rest_bg.jpg);
	background-size:cover;
	background-position-y:28%;*/
}
.rest h2, .rest a,
.games h2, .games a
{
	/*color:#f1e20c;*/
	color:#FFF;
	text-shadow: 5px 3px 1px rgba(31,  30,  3, 0.5);
	
	/* new */
	padding-top: 8px;
    padding-bottom: 8px;
    display: block;
	
}
.rest .events-item__chld a {
	padding-top: 8px;
    padding-bottom: 8px;
}
.rest h3, .games h3 {
	/*display: block;*/
    background-color:rgba(51, 51, 51, 0.95);
    padding: 5px;
    border-radius: 10px;
	
}
.rest .events-item h3 {
	/*padding-top: 18px;
    padding-bottom: 18px;*/
	margin-top:7px;
	
}
.rest .events-item__rest h3 a,
.rest .events-item__game h3 a
 {
	padding-top: 20px;
    padding-bottom: 20px;
}

.games .events-wrap, .gift .events-wrap{
	justify-content: center;
}
.games {
	padding-top:40px; padding-bottom:40px;
	background-image:url(images/bg_game.jpg);
	background-size:cover;
	background-position-y:98%;
}

.news-wrap {
	overflow:hidden;
}
#news {padding-left:20px}
#all_news_btn {
	padding:10px 20px;
	/*background-color:#85BF7E;*/
	background-color:rgba(51, 51, 51, 0.95);
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	transition: .4s;
}
#all_news_btn:hover {
	background-color:#65ae5c;
}

#all_news_btn:hover,
.events-title3:hover,
.events-title5:hover,
.events-title6:hover,
.rest h3:hover
{
	background-color:#899388;
	transition: .4s;
}

.swiper-wrapper {
	height:auto !important;
}
.contacts-bg-title {
	background-image:url(images/bg_contacts.jpg);
	height: 457px;
    background-position-y: -23px;
	display: flex;
	position:relative;
	
}
.contacts-bg-title h1 {
	color:#FFF;
	background-color:rgba(0,0,0, .5);
	display:block;
	width: 200px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin:auto !important;
	text-transform:uppercase;
}
.contacts-content {
	padding-top:10px;
}

.video-wrap {
	width:900px;
	margin:0 auto 20px auto;
	
}
.bvi_ {
	position:absolute;
	top: 0;
    right: 10px;
}
.relative {
	position:relative;
}

.language-switch-mob {display:none}
.txt-center {text-align:center}
.txt-right {text-align:right}
.height35 {height:35px}
.mt-10 {margin-top:10px}
.mt-0 {margin-top:0}

.pt-10 {padding-top:10px}
.pt-20 {padding-top:20px}
.pb-10 {padding-bottom:10px}
.pb-14 {padding-bottom:14px}

@media (max-width: 1199px){
	.single-header img,
	.single-events.postid-66 .single-header img
	{
		height:unset;
	}
	.menu-events button {
		width:181px;
	}
}
@media (max-width: 991px){
	
	
	.head_soc {
		
		margin-top:30px;
	
	
	}
	.events-item {
		width:calc(100% / 2 - 20px);
		margin-left:20px;
	}
	.events-title a {
		font-size:20px;
	}
	.ticket-r {
		padding-bottom:10px;
	}
	.partner-item {
		width: 50%;
	}
	.zakaz_btn {
    	margin-top: 20px;
		flex-direction: column;
	}
	.zakaz_btn .wdc_win3_link {
		margin-bottom:10px;
	} 
	.home h1, .home h2 {
		font-size:22px;
	}
	.wdc_win3_link_btn:nth-child(1), .wdc_win3_link_btn:nth-child(2), .wdc_win3_link_btn:nth-child(3)
	{width:unset;}
	.contacts-bg-title {
		height: 282px;
		background-position-y: unset;
		background-size: contain;
	}
	.videodesktop-wrap{
		display: none;
	}
	.video-wrap {
		width: 100%;
		margin: 10px 0 10px 0;
		display:block;
	}
	.menu-events__pc {display:none !important}
	.menu-events__mob {display:block}
	
	.post-type-archive-events #child .events-item:nth-child(3) .h3-link {
		padding-top:17px; padding-bottom:17px;
	}
}
@media (max-width: 767px) { /* only for mob menu */
	
	.phone_main_pc2 {display:none;}
	
	
	#excursion {left:unset;}
	
	#bs-example-navbar-collapse-1 .navbar-nav {
		flex-direction: column;
	}
	#mega-img_b42, #mega-img_excurs, #mega-img_interaktive {
		display:none;
	}
	.navbar-nav .dropdown:nth-child(2) > ul, .flex-li .dropdown-menu {
		left: 0;
	}
	.dropdown-menu.dropdown-menu-modify {
		flex-direction: column;
	}
	#menu-events {
		background-color: #ffffff;
		border: 1px solid rgba(0, 0, 0, 0.15);
	}
	.navbar-nav {
		margin: 7.5px -2px;
	}
	.dropdown-menu>li>a,
	.interact-menu li a,
	.interact-title
	{
		padding-left:15px;
	}
	.navbar-toggle {
		float:unset;
		margin-left: 6px;
	}
	.navbar-default .navbar-collapse {
		border-color:#000;
	}
	.navbar-collapse {
		box-shadow: unset;
    }
	.language-switch {display:none}
	.language-switch-mob {
		display:flex;
		padding-left:8px;
	}
	.language-switch-mob li {
		list-style-type:none;
		margin-right:5px;
	}
	.language-switch-mob li a {display:block}
	.language-switch-mob li a img {
		width:46px;
	}
	.nav-top {
		flex-direction: column;
	}
	.logo2 {
		margin-left:auto; margin-right:auto;
	}
	.wdc_win3_link {
		background-color:#54ab4c;
		border:2px solid #54ab4c;
	}
	.zakaz_btn2, .zakaz_btn {
		padding-right:10px;
	}
	.zakaz_btn2 a:nth-child(1), .zakaz_btn a:nth-child(1) {
		min-width: 364px;
	}
	.zakaz_btn2 a, .zakaz_btn a, .zakaz_btn button
	{
		margin-bottom:10px;
		min-width: 364px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.ticket-item {
    	margin-bottom: 20px;
	}
	.ticket-l, .ticket-r {
		width:100%;
	}
	.ticket-r {border-bottom:unset;}
	.ticket-img {text-align:center}
	.events-title {
		text-align: center;
	}
	header video {display:none;}
	.header-main {
		padding:30px 0;
	}
	.overlay-content {
		position:relative;
		
	}
	.header-main {
		height:561px;
		background-size:cover;
		background-image: url(images/bg_header_mob.jpg)
	}
	.logo {
		background-image: url(images/logo2.png);
		width: 300px;
		height: 91px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position-y: center;
	}
	.xcontainer-logo {
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.events-tabs2 {
		display: none;
	}
	.events-list {
		padding:5px;
	}
	.events-block.events-block__visible {
        padding-top: 10px;
	}
	.home .events-list {
		margin-top: 0;
	}
	.footer-wrap {
		display:block;
	}
	.footer-img {display:none;}
	.site-footer {
		padding-left:10px;
		margin-top:0;
	}
	.breadcrumbs {padding-left:10px}
	.contacts-bg-title {
		height: 282px;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.phone_main_pc {
		
		font-size:20px;
		bottom: -17px;
	}
	.post-type-archive-events .events-item .h3-link {
       background-color: rgb(161, 13, 13);
    
	}
	.post-type-archive-events .events-item:nth-child(4) .events-title .h3-link {
		padding: 17px 0;
	}
	
}
@media (max-width: 702px){
	.single-table {
		overflow-x: scroll;
	}
}
@media (max-width: 592px){
	
	body {
		background-image:url(images/bg-kirpich.jpg);
		
		background-repeat: unset;
		background-size:unset;
		background-attachment: unset;
	}
	.single-table {
		overflow-x: scroll;
	}
	.contacts-bg-title {
		background-position-x:right;
	}
	.smi-item {
		display:block;
	}
	.smi-item__l, .smi-item__r{
		width:100%;
	}
	.smi-item__l {
		text-align:center;
	}
	
	
	.post-type-archive-events .events-item .h3-link {
    
		padding: 5px 8px;
    }
}
@media (max-width: 575px) {
	
	.events-item {
		width: 100%;
	}
	.ticket-r {padding:10px}
	.header-main {
		background-position-x:center;
	}
	.overlay-content {
        position: static;
    }
	.post-type-archive-events .events-item .h3-link{
		width:370px;
		margin-left:auto; margin-right:auto;
	}
	 .events-item {
        margin-left: 0;
    }
}
@media (max-width: 400px){
	   .header-main {
		height: 600px;
       }
	.zakaz_btn2, .zakaz_btn {
        padding-left: 5px;
    }
}
@media (max-width: 375px){
	.post-type-archive-events .events-item .h3-link{
		width:auto;
		max-width:370px;
		margin-right:2px;
	}
}