/*!
Theme Name: Workingbooth
Theme URI: https://digitake.site
Author: Underscores.me
Author URI: https://digitake.site
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: workingbooth
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.

Workingbooth 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.
 */


@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Saira:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,400;1,500;1,600&family=Sofia+Sans+Condensed:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');




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;
	min-height:68vh;
}
.div__view {
	min-height:100vh;
}
/**
 * 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;
	font-family: 'Advent Pro', sans-serif;
	letter-spacing:2px;
}

/* 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
	 ========================================================================== */
.price-filter-submit[type=submit], #searchsubmit {
	background-color: #382d93 !important;
	background-size: 50% !important;
	margin-bottom: 4px !important;
} 
.product-archive-nav li a {
	background-color: #382d93 !important;
	padding: .3rem .75rem;
}
.product-archive-nav li.active a {
	padding: .3rem .75rem;
}
.product-archive-nav li a:hover {
	padding: .3rem .75rem;
}


.color-not-available {
    color: red !important;
}

.color-available {
    color: green !important;
}


/**
 * 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: bold;
}

/**
 * 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;
}
h1 {
	font-weight:600;
	color:#382d93;
}
h2, h3, h4 {
	font-family: 'Advent Pro', sans-serif;
	font-weight: 400;
	color:#382d93;
}
p {
	font-family: 'Saira', sans-serif;
	font-weight:400;
	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;
	margin:0 !important;
}

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%;
	aspect-ratio: auto;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	font-family: 'Saira', sans-serif;
}

/* Links
--------------------------------------------- */
a {
	color: #382d93;
}

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

a:hover,
a:focus,
a:active {
	color: #97969E;
}

/*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
--------------------------------------------------------------*/
.widget {
	margin: 1.5em 0 1.5em;
}
/* Navigation
--------------------------------------------- */
.site-header {
	width:100%;
	/*position: fixed;
	top:0;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #b8b4d9;
	padding: .5rem 1rem;
	position: fixed;
	top:0;
	z-index:3;
	min-height: 80px;
}
.site-branding {
	min-width:200px;
	max-height: 270px;
	width:250px;
}
.site-branding img {
	/*box-shadow: 2px 3px 10px grey, -3px -2px 10px grey;*/
	vertical-align: middle;
}
.main-navigation {
	display: flex;
	width: 100%;
	justify-content: space-around;
	align-items: center;
	padding-left: 1rem;
}
.menu-item {
	display:block;
	padding:0 1rem;
	text-transform:uppercase;
	color: #3e3230;
}
.sub-menu {
	flex-direction: column;
	background-color:#fcfcfc;
	
}
.sub-menu ul > li a::before {
	display:none;
}
.sub-menu > .menu-item {
	text-transform:none;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.button__header {
	width:120px;
	height: fit-content;
	border: 1px solid #2a245f;
	background-color: #382d93;
	border-radius: 6px;	
	color: #fff;
	padding: .5rem .7rem;
	margin-left: 1rem;
}

.button__header p {
	margin: 0;
	font-size:.9rem !important;
	text-align: center;
} 
.button__header:hover {
	color: #2a245f;
	background-color: #b8b4d9;
	box-shadow: 2px 3px 5px #2a245f inset, -2px -3px 5px #2a245f inset;
	height: fit-content;
}
.button__header:hover > p {
    font-size: .9rem;
}
.button__header_a {
	text-decoration: none;
}
.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 > li a {
	position: relative;
}
/*.main-navigation ul > li a::before{
	content: '';
	position: absolute;
	left: 0; top: -3px;
	width: 0;
	height: 1px;
	background-color: #97969e;
}
.main-navigation ul > li a:hover:before {
	width: 100%;
}
a::before {
	transition: width 0.35s;
} */
.sub-menu > li a {
	position: relative;
}
.sub-menu > li a::before{
	display:none;
}
.sub-menu > li:hover {
	background-color: #b8b4d9;
}
.sub-menu > li a:hover {
	color:#ffffff;
}

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

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

.main-navigation li {
	position: relative;
}
.main-navigation li:hover {
	box-shadow: 2px 3px 5px #97969E;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #3e3230;
}
.main-navigation a:hover {
	color: #fff;
}
.site-main {
	margin-top: 5rem;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}




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

	.main-navigation ul {
		display: flex;
		font-size:.85rem;
	}
}
@media (max-width: 52em) {
	}
.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%;
}
/* Footer 
--------------------------------------------- */
.footer__widgets {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 1.5rem 1rem;
	background-color: #b8b4d9;
	font-size: 12px;
}
.footer__widgets ul {
	list-style: none;
	margin-left: 0 !important;
	padding-left: 0;
}
.footer__widget > .widget li {
	padding-bottom: 1rem;
}
.footer__widgets > div:first-child {
	width: 40%;
}
/*.footer__widgets > div:first-child img {
	box-shadow: 2px 3px 10px grey, -3px -2px 10px grey;
}*/
.footer__widgets > div {
	width: 20%;
	color: #3e3230;
}
.footer__widgets >div h3 {
	color:#3e3230;
	margin-top:0;
	margin-bottom:.5rem;
	font-size:1.2rem;
	border-bottom: 1px solid #3e3230;
	width: 50%;
}
.footer__widgets a {
	color: #3e3230;
	text-decoration:none;
	text-transform: uppercase;
}
.footer__widgets a:hover{
	color: #fff;
}
.footer__widgets li:hover {
	box-shadow:2px 3px 5px #97969E;
	width: fit-content;
	text-align: center;
}
.widget_media_image {
	width:250px;
	min-width:150px;
	max-width:400px;
}
.site-info {
	background-color: #2a245f;
	color: #97969E;
	padding-right:.5rem;
	color: #fff;
	font-size:.8rem;
	padding-left:1rem;
}
.site-info a {
	color: #b8b4d9;
}
.footer__contacts {
	display:flex;
	justify-content: start;
}
.footer__contacts > a {
	margin-left:1rem;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

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

.updated:not(.published) {
	display: none;
}
.default-page {
	width: 60%;
	margin:0 20%;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.blog__body {
	display:flex;
	width:90%;
	margin:0 5%;
}
.blog__content {
	width:80%;
}
.blog__sidebar {
	width:20%;
	margin-top: 5%;
	margin-bottom: 5%;
	padding:0 1rem;
	border-left: 1px solid #b8b4d9;
}
.widget-title {
	font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 1rem 0;
}
.widget ul 
.custom-widget {
	margin:0;
	padding: 0;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget ul a {
	text-decoration: none;
}
.custom-widget li {
	list-style: none;
	margin-bottom: 1.1rem;
	border-bottom: 1px solid #b8b4d9;
}
.custom-widget li > a > h3 {
	margin: .3rem 0;
	line-height: 1.07rem;
	text-transform: uppercase;
	font-size: 1rem;
}
.custom-widget li > a {
	text-decoration: none;
}
.entry-title-blog {
	width: 90%;
	margin-left:5%;
	text-align: left;
	font-size: 2rem;
	font-weight:600;
	background: #b8b4d9;
	padding: 0.5rem 0 0.5rem 1rem;
	line-height:2.1rem;
}
.blog__post_thumbnail {
	text-align: center;
}
.entry-meta {
	margin: .5rem 0;
	font-style: italic;
	font-size:.9rem;
}
.entry-meta .posted-on a {
	text-decoration: none;
}
.blog__post_thumbnail > img {
	max-width: 100%;
}
.post__content_button {
	text-align: center;
	margin-left: 0;
	margin-top:3rem;
	margin-left:5%;
}
.post__content_button a {
	display: inline-block;
	width: 100%;
	color: #fcfcfc;
	text-transform: uppercase;
	text-decoration:none;
}
.post__content_button:hover a {
	color: #2a245f;
}
.banner-adv > img {
	max-width:100%;
}
.post-navigation {
	font-size: .9rem;
	margin: 4rem 7% 3rem 5% !important;
}
.post-navigation a {
	text-decoration: none;
}
.nav-subtitle {
	text-transform:uppercase;
	color: black;
}
.cat_content {
	width:70%;
	margin: 0 15%;
}
.cat_post:first-child {
	margin-top: 3rem;
}
.cat_post {
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}
.cat_thumb {
	flex-basis: 15%;
	text-align: center;
}
.cat_heading {
	flex-basis: 85%;
	padding-left: 1rem;
}
.cat_heading_h {
	margin-bottom: 0 !important;
	font-weight:600;
	line-height:1em;
}
.cat_heading a {
	text-decoration:none;
}
.cat_postexcerpt p {
	margin-top:0;
}
.pagination {
	width: 100%;
	text-align: center;
	background-color: #2a245f;
	color: #fcfcfc;
	padding: 1rem 0;
}
.pagination a {
	color: #fff;
}
/* Category 
 -------------------------------------------- */
.cat-title {
	text-align: center;
	background: #2a245f;
	color: #fcfcfc;
	margin-top: 0;
}
/* 404 page
 -------------------------------------------- */
.error-404 {
	width: 80%;
	margin: 0 10%;
}
#buttom_404 {
	margin-left: 0 !important;
}
/* Home 
 -------------------------------------------- */
.slider_bottom bottom {
	background-color: #b8b4d9;
} 
.advant {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-row-gap: 10px;
	grid-column-gap: 30px;
	padding: 1rem 1rem 1rem;
	background-color: #b8b4d9;
}

.advant__item {
	display:flex;
	flex-direction: column;
	flex-flow: column wrap;
	align-items: center;
	text-align: center;
}

.avant-icons {
	font-size:2rem;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
    color: rgba(0,0,0,0.6);
}
.advant div > h2 {
	font-size: 2rem;
	text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
    color: rgba(0,0,0,0.6);
    font-weight: 500;
    line-height: 2rem;
	margin-bottom: .5rem;
}
.advant div > p {
	margin-top: .5rem;
	font-size:1.1rem;
}
.home_popular {
	padding: 0rem 0 3rem;
	background: #f4f4f4;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.home_popular_h2 {
	text-align: center;
	font-size:2rem;
	font-weight:600;
}
.home_popular_items {
	display:grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	padding:1rem;
}
.home_popular_item {
	display:flex;
}
.home_popular_item_info {
	align-self: center;
	margin-left:1.2rem;
}
.home_popular_item_info h3 {
	text-align: left !important;
	line-height: 1.3rem;
}
.home_popular_item_info > h3 a {
	font-size: 1.1rem;
	text-decoration: none;
	margin-bottom: .5rem !important;
}
.home_popular_item_info table > tbody > tr > td{
	font-size: 1rem !important;
}
.pop_img {
	overflow: hidden;
}
.pop_img img {
	transition: .5s;
}
.pop_img img:hover {
	transform: scale(1.5);
}
.show_price_home {
	margin-left:-5px;
}
.home__cat {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #f4f4f4;
	padding:4rem;
	margin:0;
	align-items:center;
	justify-content: center;
}
.home__cat > a{
	width: 100%;
	width:45%;
	text-decoration: none;
}
.home__cat_item {
	display:flex;
	justify-content: center;
	align-items: center;
	color: #fcfcfe;
	box-shadow: 2px 2px 10px #97969E, -2px -2px 10px #97969E;
	border-radius:8px;
	background-color: #fbfbfc;
	min-height: 340px;
	margin:1rem;
}
.home__cat_item_1
{
	background-image: url('/wp-content/uploads/2023/03/one_per_crop.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home__cat_item_2
{
	background-image: url('/wp-content/uploads/2023/03/two_per_crop.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home__cat_item_4
{
	background-image: url('/wp-content/uploads/2023/03/for_per_crop.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.home__cat_item_6
{
	background-image: url('/wp-content/uploads/2023/03/six-per_crop.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home__cat_item h3 {
	color: #fcfcfe;
	font-size:2rem;
	font-weight: 500;
	background-color:rgba(0,0,0,.4);
	padding: 0 .5rem;
}
.home__cat_item:hover {
	box-shadow: 2px 3px 15px #2a245f inset, -3px -2px 15px #2a245f inset;
}
.home__cat_item:hover h3 {
	padding: 3rem;
	border-radius:8px;
	transition:.2s;
}
.home_cta {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
	background-color: #2a245f;
}
.home_cat_info {
	padding: 1rem 2rem 1rem 1rem;
	flex-basis: 50%;
}
.home_cat_info div > h3 {
	font-size: 2rem;
	width: fit-content;
	color: #fff;
	font-weight:900;
}
.home_cat_info div > p {
	font-size: 1.2rem;
}
.home_cat_info_p {
	width: fit-content;
	color: white;
	font-weight:900;
}
.button__cta {
	width: fit-content !important;
	padding-left:.5rem;
	padding-right:.5rem;
    height: fit-content;
	background-color: #382d93;
    border: 2px solid #382d93;
	text-align: center;
	border-radius: 6px;
	color: #fcfcfe;
	box-shadow: 2px 3px 10px #000;
}
.button__cta > p {
	margin: .8rem 0 !important;
} 
.button__cta:hover {
	background: #b8b4d9;
	border: 2px solid #2a245f;
	box-shadow: 2px 3px 10px #000 inset;
	border-radius: 6px;
	color: #2a245f;
}
.button__cta a {
	text-decoration: none;
}
.home_img_cta {
	flex-basis: 50%;
	height: auto;
	overflow: hidden;
}
.home_img_cta > img {
	vertical-align: middle;
}
.testimon_wrap {
	margin-top: 3rem;
}
.testimonials {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding-bottom: 1rem;
}
.testimonials > div {
	flex-basis: 25%;
	text-align: center;
}
.testimon_img_wrap {
	overflow: hidden;
}
.testimon_img {
	transition:.5s;
}
.testimon_img:hover {
	transform: scale(1.2);
}
.home__textblock #mob-entry-header {
margin-top: 0;
}
.home__textblock {
	background-color: #f4f4f4;
	padding-top: 1rem;
}
.home__textblock > section .page {
	margin-bottom: 0 !important;
}
.home__textblock p {
	text-align: justify;
}
/* Contact Us page 
 -------------------------------------------- */
.contacts {
	display: flex;
	flex-wrap: wrap;
	width:80%;
	margin: 0 10%;
}
.contacts__leftside {
	flex-basis: 60%;
	padding: 0 2rem;
}
.contacts__rightside {
	flex-basis: 40%;
	padding: 0 0 0 2rem;
}
.contacts__rightside > p {
	padding-left: 5%;
}

/* Contact forms
 -------------------------------------------- */
.product__button_order_wrapper img {
    z-index: 999;
}
.contact__form {
	width:100%;
}
.contact__form_lable {
	color:#382d93 !important;
	border:none;
}
.contact_input[type="text"], .contact_input[type="email"],.contact_input[type="tel"] {
	width:100%;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #382d93;
	background: #f4f4f4;
}
.wrap_button_form {
	width:100%;
}

.button_form {
	width: 120px;
    height: fit-content;
    border: 1px solid #2a245f !important;
    font-size: .8rem;
    background-color: #382d93 !important;
    border-radius: 6px;
    color: #fff !important;
    padding: 0.5rem 0.7rem !important;
}
.button_form:hover {
	cursor: pointer;
	background-color: #b8b4d9 !important;
    color: #2a245f !important;
	box-shadow: 2px 2px 5px #2a245f inset, -2px -2px 5px inset !important;
}
#contact_form_textarea {
	width: 100%;
	height: 100px;
	background: #f4f4f4;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #382d93;
}
.wpcf7-form-control-wrap input[type="text"]:focus, 
.wpcf7-form-control-wrap input[type="email"]:focus, .wpcf7-form-control-wrap input[type="tel"]:focus {
	outline: none; 
  border: 1px solid #382d93; /* зеленая обводка */
} 
.order-form-all {
	display:flex;
}
.order-form-form {
	flex-basis: 60%;
}
.order-form-text {
	flex-basis: 40%;
	padding: 2rem 1rem;
}
/* Brands
--------------------------------------------- */
.brands-content {
	width:80%;
	margin:0 10%;
}
.brands__grid {
	width:90%;
	margin: 0 5%;
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	margin-bottom: 2rem;
}
.brands__grid > div > div {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #b8b4d9;
	
}
.brands__grid > div {
	box-shadow: 3px 5px 8px grey;
}
.brands__grid > div:hover {
	box-shadow: 3px 5px 8px grey inset;
}
.brands__grid > div > div > .classic-grid h3.product-name {
	text-align:center !important;
}
.brands__grid > div > div > .classic-grid.archive-listing {
	width:90% !important;
}
/* About Us 
--------------------------------------------- */

.about-content {
	width:80%;
	margin:0 10%;
}
.logos-cust-wrap {
	background:#f4f4f4;
	padding: 1rem 2rem;
}
.logos-cust-wrap h3 {
	font-size: 1.7rem;
	text-align: center;
	color:#2a245f;
	font-weight:600;
}
.logo-cust-row {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom:1.1rem;
}
.logos-cust-wrap {
	margin-bottom: 2rem;
}

/* Thank you page
 -------------------------------------------- */
.thankyou_page h1 {
	font-size: 2rem;
}
.thankyou_page p {
	font-size: 1.2rem;
}
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}


.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
#menu-footer-menu, .widget ul li {
	margin-left: 0;
	padding-left:0;
}
.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;
}
/* Catalog
 ----------------------------------
*/
.catalog__page {
	display:flex;
}
.product-listing-name {
	text-align:center;
	margin-bottom:0;
}
.catalog_sidebar {
	margin: 1rem 0;
	width: 20%;
	padding: 0 1rem 0 4rem;
	border-right: 1px solid #b8b4d9; 
}
.catalog_sidebar > .widget ul {
	margin-left: 0;
    padding: 0;
    list-style: none;
}
.catalog_sidebar a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight:400;
	font-size:.9rem;
}
.catalog-widget-title {
	color:#382d93;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 0;
}
.catalog_catalog {
	width:80%;
}
.classic-grid.archive-listing {
	text-align: center !important;
}
.sku-table {
	width: 60%;
	margin: 0 20% 1.5rem 20%;
}
.taxonomy-image {
	display: none;
}
/* Singl Product Page 
 ----------------------------------
*/
.ic-catalog-container {
	width: 80%;
	margin: 0 10%;
}
/*.product-entry {
	
}*/
.boxed #product_details>div:not(.shortdesc) {
	border: 1px solid #b8b4d9;
}
.boxed #product_details>table {
	border: 1px solid #b8b4d9;
}
#breadcrumbs {
	font-family: 'Sofia Sans Condensed', sans-serif;
	margin-bottom:0;
	color: #97969E;
}
.entry-header {
	width: 100%;
	margin: 0;
	text-align: center;
	font-weight: 600;
}
.product-name-grid {
	text-align: center !important;
	margin:0;
	font-weight: 600 !important;
}
.product-name {
	margin-top:0;
	font-weight: 600;
	text-align: left !important;
}
.entry-content {
	width: 90%;
	margin: 0 5%;
}
.prod-ditails__linkcatbrand {
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Sofia Sans Condensed', sans-serif;
	font-size: 1rem;
	line-height:1rem;
	letter-spacing: 1px;
}
#product_details div.shortdesc {
	border-bottom: 1px solid #b8b4d9 !important;
}
.avail {
	margin: 1rem 0 !important;
}
.product__button_order {
	width:120px;
	height: fit-content;
	border: 1px solid #2a245f;
	font-size:1rem;
	background-color: #382d93;
	border-radius: 6px;	
	color: #fff;
	padding:.5rem .7rem;
	margin: 1.5rem 0 !important;
	text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .7px;
    line-height: 1.5rem;
}
.after-product-description video {
		max-height: 500px;
	}
/*== thumb nail for blog ==*/
@media (min-width:52em) {
	.cat_thumb_mob {
		display:none;
	}
}
.product_video {
	width: 90%;
    margin: 0 5% 1.5rem;
}
/* ======= Mobile ======= */
@media (max-width:52em) {
	/* == general --*/
	.site {
		margin-top:-3.5rem;
	}
	main#primary {
    margin-top: 3.5rem;
	}
	.site-main {
		margin-top:3.5rem !important;
	}
	ul, ol {
		margin: 0 0 0.5em 1em;
		padding-left: 1rem;
	}
	/*== menu mobile == */
	.desc {
		display: none;
	}
	.site-header {
		align-items: flex-start;
		position: fixed;
		top: 0;
		z-index:99;
		padding:.5rem;
		border-bottom:1px solid #2a245f;
	}
	.sub-menu {
		background: transparent;
	}
	._sub-menu-toggled{
		position:relative;
	}
	.site-branding {
		min-width:auto;
	}
	.button__header {
		min-width:auto;
	}
	.menu-toggle {
		background-color:#fcfcfc;
		text-transform:lowercase;
		padding: .4rem;
		order: 4;
	}
	.main-navigation.toggled {
		display: flex;
		flex-direction: column-reverse;
		z-index:2;
		position: relative;
	}
	.button__header{
		width:100px;
		padding: 0.3rem;
	}
	.button__header_a {
		order: 2;
	}
	.main-navigation {
		justify-content: end;
	} 
	.menu-menu-1-container {
		position: relative;
		z-index:99;
		width: 100%;
	}
	.menu-menu-1-container a {
		color:#fcfcfc;
	}
	.toggled > .menu-menu-1-container {
		height: 50vh;
	}
	.menu-toggle {
		align-self: end;
	}
	.button__header_a {
		display: none;
	}
	/*== footer mobile == */
	.widget {
		margin:.5rem 5% !important;
		width:90%;
	}
	.footer__widgets {
		flex-direction: column;
	}
	.footer__widgets > div:first-child {
		width: 100%;
	} 
	.footer__widgets > div {
		width: 100%;
		font-size:130%;
	}
	.footer__widgets >div h3 {
		font-size:1.5rem;
		line-height:1.6rem;
	}
	/*== catalog mobile == */
	.product-listing-header {
		margin-top: 1rem !important;
	}
	.green-box.button {
		background-color: #2a245f !important;
	}
	.catalog__page > .catalog_sidebar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 15px;
		grid-column-gap:7px;
	}
	.catalog__page > .catalog_sidebar > .widget_media_image {
		padding-top: 1.5rem;
	}
	.pop_img {
		max-width:100px;
	}
	.catalog__page {
		flex-direction: column-reverse;
	}
	.catalog_sidebar {
		width:100%;
		padding: 1rem .5rem;
		border-top: 1px solid #b8b4d9;
		border-right: none;
	}
	.catalog_catalog {
		width: 100%;
		padding: 0 .5rem;
	}
	.widget {
		margin: 0 3rem 1.5rem;
	}
	.product_search {
		display:none;
	}
	.product-price {
		font-size: 1.3rem !important;
	}
	.sku-table {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
		margin-bottom: 1.5rem;
		margin-right: 0;
	}
	.sku-value {
		font-size: 1rem;
	}
	/*== Poduct Page mobile ==*/
	.product-page-header{
		margin-top:1rem !important;
	}
	.product-name {
		line-height:1.5rem;
	}
	.responsive #product_details {
		margin-top: 1rem;
	}
	.after-product-description video {
		max-height: 200px;
	}
	.order-form-all {
	display:flex;
		flex-direction:column;
	}
	.order-form-form {
		flex-basis: 100%;
		order:2;
	}
	.order-form-text {
		flex-basis: 100%;
		padding: 0 .5rem;
		order:1;
	}
	.attribute-label-single, .attribute-value-unit-single {
		font-size: .75rem;
	}
	/*== home mobile == */
	.advant {
		grid-auto-flow: column;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(6, 1fr);
		grid-row-gap: 0;
		grid-column-gap:0;
		padding: 2rem .5rem .5rem;
	}
	.advant__item_2 {
		order: 3;
	}
	.advant__item_3 {
		order: 5;
	}
	.advant__item_4 {
		order: 2;
	}
	.advant__item_5 {
		order: 4;
	}
	.advant__item_6 {
		order: 6;
	}
	.avant-icons {
		font-size: 2rem;
		margin:0;
	}
	.advant div > h2 {
		font-size: 1.4rem;
		text-shadow: 2px 2px 3px rgba(255,255,255,0.1);
		color: rgba(0,0,0,0.6);
		font-weight: 500;
		line-height: 1.7rem;
		margin-bottom: 0.5rem;
		margin-top:.5rem;
	}
	.advant div > p {
		font-size:1rem;
		margin:0;
	}
	.home_popular {
		padding: 0 0 1rem 0;
	}
	.home_popular_h2 {
		font-size: 1.7rem;
		margin:.7rem 0 0;
	}
	.home_popular_items {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}
	.home_cta {
		flex-direction:column;
	}
	.home_cat_info div > h3 {
		font-size:1.7rem;
		margin:0;
	}
	.home_cat_info div > p {
		text-align:left;
		font-size:1rem;
	}
	.home_cat_info:last-child {
		text-align:right;
	}
	.button__cta_p {
		text-align: center !important;
	}
	.home__cat {
		padding: 1rem 0;
		flex-direction: column;
	}
	.home__cat > a {
		width: 90%;
	}
	.testimon_wrap {
		margin-top:0;
	}
	.testimonials {
		flex-direction: column;
	}
	.testimonials > div {
		width: 90%;
		margin: 0 5%;
	}
	.home__textblock #mob-entry-header {
	margin-top: 0;
	}
	.entry-header {
	margin-top: 4rem;
	}
	.brands__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.brands__grid > div > div > .classic-grid h3.product-name {
		font-size:.9rem;
	}
	.contacts {
		justify-content: center;
	}
	.contacts__leftside {
		width:100%;
		order: 2;
		padding: 0;
		flex-basis: 100%;
	}
	.contacts__rightside {
		width: 100%;
		order:1;
		padding: 0;
		flex-basis: 100%;
	}
	/* == Blog == */
	.cat_content {
		width:90%;
		margin: 0 5%;
	}
	.cat_post {
		flex-direction: column;
	}
	.blog__body {
		width: 100%;
		margin:0;
		flex-direction: column;
	}
	.blog__content {
    width: 100%;
	width: 90%;
	margin: 1rem 5%;
	}
	.entry-title-blog {
	font-size: 1.7rem !important;
	line-height:1.9rem !important;
    font-weight: 600;
	}
	.blog__sidebar {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0 .5rem;
    border-left: none;
	text-align: center;
	}
	.cat_thumb {
		display:none;
	}
	.cat_heading_h {
		line-height: 1.3rem;
		margin-bottom:1rem !important;
		font-weight: 600;
	}
	/* Post of Blog */
	.entry-title-blog {
		line-height: 1.4rem;
	}
	
	.blog__content .entry-header {
		margin-top:1rem !important;
	}
	/* == Page == */
	.default-page {
		width:90%;
		margin: 0 5%;
	}
	.default-page h1 {
		line-height: 1.8rem;
	}
	.entry-header {
		margin-top:4rem;
	}
	/* == About us == */
	.logos-cust-wrap {
		padding:.5rem;
	}
	.logos-cust-wrap h3 {
		font-size:2rem;
		font-weight:600;
		margin: 1rem 0;
	}
	.logo-cust-row {
		flex-wrap:wrap;
	}
	/* == Contacts == */
	.contacts__rightside > p {
		padding-left: 0 !important;
	}
	.contacts {
		width:90%;
		margin: 0 5%;
	}
	/* == sidbar on product Page == */
	#nav_menu-4 {
		order:1;
	}
	#nav_menu-6 {
		order:3;
	}
	#media_image-4{
		order:2;
	}
	#my_widget-3 {
		order: 4;
	}
	#product_search-2 {
		order:5;
	}
	.responsive .classic-grid.archive-listing, .responsive.product-list .classic-grid.archive-listing {
		width:100%;
	}
	.responsive .classic-grid.archive-listing, .responsive.product-list .classic-grid.archive-listing, .responsive.product-list .classic-grid.archive-listing.last, .responsive.product-subcategories .classic-grid.archive-listing {
		width:100%;
	}
}
@media (min-width:319px) and (max-width:361px) {
	
	.home_cat_info_p{
		font-size:.8rem !important;
	}
	.contacts__rightside > p {
		font-size:.85rem !important;
	}
}
/* Tablet 
 ------------------------------------------- */
@media (min-width:833px) and (max-width:1239px) {
	/*== menu mobile == */
	
	.site-branding {
		min-width:auto;
	}
	.site-main {
		margin-top: 0rem;
	}
	.button__header {
		min-width:auto;
	}
	.menu-toggle {
		background-color:#fcfcfc;
		text-transform:lowercase;
		padding: .4rem;
		order: 4;
	}
	.main-navigation.toggled {
		display: flex;
		flex-direction: column;
		z-index:2;
		position: relative;
	}
	.button__header {
		margin-left: 0;
	}
	.button__header_a {
		order: 2;
	}
	.sub-menu nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
	}
	.site-header {
		align-items: flex-start;
		position: fixed;
		top: 0;
		z-index:99;
	}
	.main-navigation {
		justify-content: end;
	} 
	.menu-menu-1-container {
		position: relative;
		z-index:99;
	}
	.menu-toggle {
		align-self: end;
	}
	.button__header_a {
		display: none;
	}
	.home_popular_items {
		grid-template-columns: 1fr 1fr;
	}
}
/*== large screens ==*/
@media (min-width:1600px) {
	.site-branding {
	margin-left:3rem;
	}
	.contacts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:80%;
	margin: 0 10%;
	}
	.contacts__leftside {
	flex-basis: 60%;
	padding: 0 2rem;
	}
	.contacts__rightside {
	flex-basis: 30%;
	}
	.contacts__rightside > p {
	padding-left: 5%;
	}
	.site-main {
		min-height: 85vh !important;
		height: auto !important;
	}
	.cat_content {
	width:70%;
	margin: 0 15%;
	}
	.post-navigation {
		margin: 4rem 5% 3rem !important;
	}
}
@media (min-width:1439px) and (max-width:1599px) {
	.site-main {
		min-height: 85vh !important;
		height: auto !important;
	}
	.cat_content {
	width:70%;
	margin: 0 15%;
}
}
	