/*!
Theme Name: promgerment
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: promgerment
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 with others.

promgerment is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

:root {
  /* Шрифты */
  --font-accent: 'Oswald', sans-serif;
  --font-text: 'Roboto', sans-serif;
  --font-condensed: 'Roboto Condensed', sans-serif;

  /* Насыщенность */
  --light: 300;
  --regular: 400;
  --medium: 500;
  --bold: 700;
}



/* Sections
	 ========================================================================== */
/*-----------FONTS------------*/
@font-face {
  font-family: "Rubik Regular";
  src: url("/wp-content/themes/promgerment/fonts/Rubik-Regular.eot");
  src: url("/wp-content/themes/promgerment/fonts/Rubik-Regular.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/promgerment/fonts/Rubik-Regular.woff") format("woff"),
    url("/wp-content/themes/promgerment/fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/**
 * Remove the margin in all browsers.
 */
@font-face {
  font-family: "Geometria";
  src: url("/wp-content/themes/promgerment/fonts/Geometria-Heavy.eot");
  src: local("/wp-content/themes/promgerment/fonts/Geometria Heavy"),
    local("Geometria-Heavy"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Heavy.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Heavy.woff") format("woff"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("/wp-content/themes/promgerment/fonts/Geometria-Medium.eot");
  src: local("/wp-content/themes/promgerment/fonts/Geometria Medium"),
    local("Geometria-Medium"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Medium.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Medium.woff") format("woff"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("/wp-content/themes/promgerment/fonts/Geometria.eot");
  src: local("/wp-content/themes/promgerment/fonts/Geometria"),
    url("/wp-content/themes/promgerment/fonts/Geometria.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/promgerment/fonts/Geometria.woff") format("woff"),
    url("/wp-content/themes/promgerment/fonts/Geometria.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("/wp-content/themes/promgerment/fonts/Geometria-Bold.eot");
  src: local("/wp-content/themes/promgerment/fonts/Geometria Bold"),
    local("Geometria-Bold"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Bold.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Bold.woff") format("woff"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("/wp-content/themes/promgerment/fonts/Geometria-ExtraBold.eot");
  src: local("/wp-content/themes/promgerment/fonts/Geometria ExtraBold"),
    local("Geometria-ExtraBold"),
    url("/wp-content/themes/promgerment/fonts/Geometria-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/promgerment/fonts/Geometria-ExtraBold.woff") format("woff"),
    url("/wp-content/themes/promgerment/fonts/Geometria-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Geometria";
  src: url("/wp-content/themes/promgerment/fonts/Geometria-Light.eot");
  src: local("/wp-content/themes/promgerment/fonts/Geometria Light"),
    local("Geometria-Light"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Light.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Light.woff") format("woff"),
    url("/wp-content/themes/promgerment/fonts/Geometria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

body {
  margin: 0;
  font-family: "Geometria";
}

#eModal-1 * {
  font-family: "Geometria" !important;
}

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: #236dd2;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #1d5cb3;
}

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: hidden;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Geometria";
  font-size: 16px;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
  outline-style: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
}

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

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

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

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

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

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

.main-navigation li {
  float: left;
  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: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  padding: 3px;
  border: 2px solid #1b5ab0;
  object-fit: cover;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*____________________FRONT_PAGE_________________*/
/*--------------------HEADER------------------*/
header {
  color: #000;
}

header a {
  text-decoration: none;
}

.site-header {
  width: 100%;
}

.site-header-logo {
  display: flex;
  align-items: center;
  color: #222223;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  width: 56%;
}

.site-header-logo p {
  width: 65%;
  padding-left: 40px;
}

.header-top-wrapper {
  width: 100%;
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
  transition: 0.5s;
}

.header-top {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.site-header-contacts div {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  /* justify-content: flex-end; */
}

.site-header-contacts div img {
  margin-right: 20px;
  margin-bottom: 0px;
}

.site-header-contacts div p {
  margin: 0;
}

.site-header-contacts a {
  color: #000000;
}

#blue {
  color: #5178bb;
}

.header-order a {
  display: block;
}

.header-order-button img {
  border-radius: 24px;
  box-shadow: 0 3px 9px rgba(68, 85, 121, 0.64);
}

.header-bottom-wrapper-first {
  width: 100%;
  margin-top: 81px;
}

.header-bottom {
  display: flex;
  width: 100%;
  box-shadow: 0 3px 9px rgba(68, 85, 121, 0.52);
  background-color: #1b5ab0;
  min-height: 56px;
  padding: 0 20px;
}

.header-bottom-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-navigation {
  height: 100%;
}

.menu-menu-1-container,
.menu-menu-1-container ul#primary-menu {
  height: 100%;
}

.menu-menu-1-container ul#primary-menu li {
  height: 100%;
  display: flex;
  align-items: center;
}

ul#primary-menu li.current-menu-item {
  background-color: #fff;
}

ul#primary-menu li.current-menu-item a {
  color: #525252;
  border-bottom-color: #fff;
  margin: 0 10px;
}

ul#primary-menu li.current-menu-item a:hover {
  border-bottom-color: #1b5ab0;
}

.main-navigation a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}

.main-navigation li {
  margin-right: 40px;
}

.aws-container .aws-search-field {
  background-color: #d4dff1;
  font-size: 14px;
  color: #5c81c1;
  font-weight: 500;
  border: none;
}

.aws-search-result .aws_no_result {
  color: #5c81c1;
  font-size: 14px;
  font-weight: 500;
  background-color: #d4dff1;
}

.aws-container .aws-search-form .aws-search-clear {
  color: #5c81c1;
}

.aws-container .aws-search-field:focus {
  background-color: #d4dff1;
  outline: 0 !important;
}

input.aws-search-field::placeholder {
  color: #5c81c1;
  font-size: 14px;
  font-weight: 500;
}

.aws-container {
  width: 264px;
  height: 41px;
  border-radius: 2px;
}

.header-bottom-search {
  width: 15%;
  display: flex;
  justify-content: flex-end;
}

.main-navigation ul li a {
  border-bottom: 1px solid #1b5ab0;
}

.main-navigation ul li a:hover {
  border-bottom: 1px solid #fff;
}

/*---------------------WPR_MENU-----------------*/
#wprmenu_bar {
  background-color: transparent;
  position: fixed;
  top: 51px !important;
}

.menu_title {
  display: none;
}

#mg-wprm-wrap li.menu-item ul.sub-menu li.menu-item span {
  right: 0;
}

.admin-bar .cbp-spmenu-bottom.cbp-spmenu-open,
.admin-bar .cbp-spmenu-top.cbp-spmenu-open {
  top: 110px !important;
}

/*-----------------BLOCK-1--------------------*/
.block-1-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-1-hr {
  width: 264px;
  margin-left: 0;
  margin-bottom: 10px;
  background-color: #5d83c3;
  opacity: 0.29;
}

.block-1-wrapper {
  padding-top: 20px;
}

h2.widgettitle {
  display: none;
}

ul.children {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

/*
ul.children li.cat-item{
	padding-top: 5px;
	padding-bottom:5px;
}
*/
ul.children li.cat-item a {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(93, 131, 195, 0.29);
  line-height: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#woocommerce_product_categories-2>ul>li.cat-item.cat-item-17.cat-parent>a,
#woocommerce_product_categories-2>ul>li.cat-item.cat-item-18.cat-parent>a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(to right, #445279 0%, #5a7cbc 48%, #5a7cbc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #5d82c1;
  display: block;
}

#woocommerce_product_categories-2 {
  list-style-type: none;
}

.block-1 ul.product-categories li {
  list-style-type: none;
}

.block-1 .children li.cat-item:hover a {
  background: #478dec;
  color: #ffffff;
}

.block-1-wrapper-katalog {
  width: 25%;
}

ul.product-categories {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.cat-sidebar ul {
  display: flex;
  flex-direction: column;
}

.cat-item.cat-item-17.cat-parent>a,
.cat-item.cat-item-18.cat-parent>a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(to right, #445279 0%, #5a7cbc 48%, #5a7cbc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #5d82c1;
  display: block;
}

.cat-item-18 {
  order: 2;
  padding-top: 10px;
}

.cat-item-17 {
  order: 0;
}

.cat-item-19 {
  order: 0;
}

.cat-item-20 {
  order: 1;
}

.cat-item-21 {
  order: 2;
}

.cat-item-22 {
  order: 3;
}

.cat-item-25 {
  order: 6;
}

.cat-item-23 {
  order: 4;
}

.cat-item-59 {
  order: 7;
}

.cat-item-24 {
  order: 5;
}

.cat-item-26 {
  order: 8;
}

.cat-item-27 {
  order: 0;
}

.cat-item-30 {
  order: 3;
}

.cat-item-28 {
  order: 1;
}

.cat-item-29 {
  order: 2;
}

.cat-item-31 {
  order: 4;
}

.cat-item-32 {
  order: 5;
}

.cat-item-64 {
  order: 0;
}

.cat-item-63 {
  order: 1;
}

.cat-item-65 {
  order: 2;
}

.cat-item-54 {
  order: 2;
}

.cat-item-52 {
  order: 1;
}

.cat-item-70 {
  order: 1;
}

.cat-item-71 {
  order: 2;
}

.cat-item-77 {
  order: 2;
}

.cat-item-76 {
  order: 1;
}

.cat-item-74 {
  order: 2;
}

ul.product-categories a {
  text-decoration: none;
  width: 87%;
  display: block;
}

.block-1-wrapper-info {
  position: relative;
  background: url(/wp-content/themes/promgerment/images/block_11.jpg) no-repeat;
  background-size: cover;
  width: 71.9%;
  min-height: 575px;
}

.block-1-wrapper-info-text {
  width: 97%;
  height: 104%;
  min-height: 610px;
  background: url(/wp-content/themes/promgerment/images/block_12.png) no-repeat;
  right: 0;
  top: -7px;
  position: absolute;
  background-size: cover;
}

.block-1-wrapper-info-text-wrapper {
  width: 60%;
  position: absolute;
  top: 34%;
}

.block-1-wrapper-info-text-wrapper h1 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  padding-left: 5px;
  width: 80%;
}

.block-1-wrapper-info-text-wrapper h2 {
  color: #1b5ab0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 5px;
}

.block-1-wrapper-info-text-wrapper h1 {
  margin: 40px 0 10px;
}


.block-1-wrapper-info-text-wrapper h2 {
  margin: 20px 0;
}

#turquoise {
  color: #4c91f0;
}

.block_1-text {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 5px;
}

.block_1-text p {
  margin: 0;
}

.block_1-text img {
  padding-right: 25px;
}

#content>div.block-1>div>div.block-1-wrapper-info>div>div>div:nth-child(4)>img {
  padding-right: 21px;
}

#content>div.block-1>div>div.block-1-wrapper-info>div>div>div:nth-child(5)>img {
  padding-left: 4px;
}

/*
li.cat-item ul.children li.cat-item ul.children{
	display:none;
}
*/
/*-----------------BLOCK-2--------------------*/
.block-2 {
  padding-top: 50px;
  padding: 0 20px;
}

.block-2-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.block-2-wrapper h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
}

div.owl-item {
  height: 249px;
}

/* div.sa_hover_container:hover {
  background-image: linear-gradient(to top,
      #1b5ab0 0%,
      #4b92f2 100%) !important;
  height: 249px;
  border-radius: 10px;
} */

div.sa_hover_container {
  padding-top: 40px !important;
}

.white {
  background: #fff !important;
}

div.sa_hover_container {
  font-size: 14px;
  font-weight: 400;
  color: #2c2c2c;
}

.img-wrapper {
  height: 40px;
}

#block-2-header {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

#block-2-header h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

/* div.sa_hover_container:hover {
  color: #fff !important;
} */

.sa_hover_container svg {
  fill: #3578d4;
}

/* .sa_hover_container:hover svg {
  fill: #ffffff;
} */

.owl-item.cloned {
  height: 249px;
}

.sa_owl_theme .owl-nav .owl-prev {
  left: -10px !important;
  top: 40%;
}

.sa_owl_theme .owl-nav .owl-next {
  top: 50%;
  right: -10px !important;
}

.sa_owl_theme .owl-nav .owl-prev {
  top: 50%;
  left: -10px !important;
}

.block-2-wrapper {
  margin: 20px auto 15px;
}

/*-----------------BLOCK-3---------------------------*/
.block-3 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.block-3-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  line-height: 1.2;
  padding-bottom: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-3-title {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
}

.block-3-1 {
  display: flex;
  flex-direction: column;
}

.block-3-1-bitum {
  position: relative;
  padding-bottom: 30px;
}

.block-3-1-bitum-text {
  position: absolute;
  top: 15%;
  right: 3%;
  max-width: 250px;
  width: 100%;
}

.block-3-1-prokladki img,
.block-3-1-bitum img,
.block-3-3 img {
  box-shadow: 0 4px 29px rgba(54, 54, 54, 0.35);
}

.block-3-1-prokladki {
  position: relative;
}

.block-3-1-prokladki-text {
  position: absolute;
  top: 42%;
  right: 3%;
  max-width: 250px;
  width: 100%;
}

.block-3-1-prokladki-text h4,
.block-3-1-bitum-text h4,
.block-3-3-catalog-text h4 {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.block-3-1-prokladki-text a,
.block-3-1-bitum-text a,
.block-3-3-catalog-text a {
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.block-3-1-prokladki-text p span,
.block-3-1-bitum-text p span {
  border-bottom: 1px solid rgba(27, 90, 176, 0.5);
  padding-bottom: 5px;
}

.bestseller-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.block-3-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 4px;
  position: relative;
  width: 100%;
}

.wc-title p {
  padding-left: 20%;
}

.wc-image img {
  width: 145px;
  height: 145px;
}

.block-3-2_tag {
  margin-bottom: 0;
  width: 95px;
  height: 25px;
  border-radius: 0 14px 15px 0;
  background-color: #e65959;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 25px;
  padding-left: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}

.block-3-2_bestseller {
  box-shadow: 0 4px 19px -10px rgba(54, 54, 54, 0.2);
}

.block-3-2_sales {
  box-shadow: 0 4px 29px rgba(54, 54, 54, 0.2);
}

.wc-cycled-item.block-3-2_bestseller {
  width: calc(25% - 10px);
}

span.onsale {
  display: none;
}

.block-3-2_button button {
  width: 178px;
  height: 42px;
  box-shadow: 0 3px 9px rgba(68, 85, 121, 0.64);
  border-radius: 21px;
  background-image: linear-gradient(to right, #4b93f4 0%, #1b5ab0 100%);
  border: 1px solid transparent;
}

.wc-image,
.wc-title,
.wc-price,
.block-3-2_button {
  display: flex;
  justify-content: center;
}

.wc-price {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

del {
  order: 1;
}

.wc-price span.woocommerce-Price-amount amount {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.wc-price ins {
  color: #e65959;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 10px;
}

.block-3-2_button {
  padding-bottom: 14px;
}

.wc-price del {
  color: #111111;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.block-3-2_button button a {
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.wc-title {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  color: #0e0e0e;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.block-3-2_button button a p {
  margin: 0;
  line-height: 10px;
}

.block-3_button button {
  width: 143px;
  height: 42px;
  box-shadow: 0 3px 9px rgba(68, 85, 121, 0.64);
  border-radius: 21px;
  background-image: linear-gradient(to right, #4b93f4 0%, #1b5ab0 100%);
  border: 1px solid transparent;
}

.block-3-3-catalog-text {
  position: absolute;
  top: 42%;
  right: 25%;
}

.block-3-3 {
  position: relative;
}

.block-3_button a {
  display: block;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.block-3-3-catalog-text h4 {
  width: 115px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.block-3-3-catalog-text p {
  width: 115px;
  margin: 0 auto;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
}

.block-3-3 img {
  height: 99.5%;
  width: 100%;
}

button:focus {
  outline: 0 !important;
}

/*-----------------BLOCK-4--------------------*/
.block-4 {
  width: 100%;
  padding-left: 20px;
}

.block-4-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: url(/wp-content/themes/promgerment/images/block_4_bg.jpg) no-repeat;
  background-size: contain;
  min-height: 520px;
}

h1.contact-form {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2c2c2c;
  line-height: 35px;
}

#dark_blue {
  color: #1b5ab0;
}

#navy_blue {
  color: #2161b8;
}

#form-text {
  max-width: 372px;
  color: #000000;
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0;
  margin: 0;
}

input.wpcf7-form-control,
textarea.wpcf7-form-control {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
}

input.wpcf7-form-control::placeholder,
textarea.wpcf7-form-control::placeholder {
  color: #101010;
  font-size: 13px;
  font-weight: 400;
}

span.wpcf7-form-control-wrap.your-name input {
  width: 100%;
  background: url(/wp-content/themes/promgerment/images/name.png) 0% 70% no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 25px;
}

span.wpcf7-form-control-wrap.your-email input {
  width: 100%;
  padding-left: 35px;
  padding-bottom: 10px;
  background: url(/wp-content/themes/promgerment/images/mail_ftr.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

span.wpcf7-form-control-wrap.tel-688 input {
  background: url(/wp-content/themes/promgerment/images/phone.png) 0% 70% no-repeat;
  padding-left: 35px;
  padding-bottom: 10px;
  padding-top: 25px;
}

span.wpcf7-form-control-wrap.text-129 input {
  width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  background: url(/wp-content/themes/promgerment/images/text.png) 0% 25% no-repeat;
  padding-left: 35px;
  padding-bottom: 31px;
  margin-top: 25px;
  height: 24px;
  width: 407px;
  resize: none;
}

input.wpcf7-form-control.wpcf7-submit {
  border: none;
  width: 200px;
  height: 42px;
  box-shadow: 0 3px 9px rgba(68, 85, 121, 0.64);
  border-radius: 21px;
  background-image: linear-gradient(to right, #4b93f4 0%, #1b5ab0 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 42px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  cursor: pointer;
}

#wpcf7-f37-o1 {
  max-width: 410px;
}

#wpcf7-f37-o1>form>p:nth-child(7) {
  margin-bottom: 0;
  margin-top: 30px;
}

input:focus,
textarea:focus {
  outline: none;
}

.form-cat-poduct>p {
  font-size: 0.9rem;
}

.wpcf7-not-valid-tip {
  position: absolute;
  display: block !important;
  width: 300px;
  top: -20px;
  left: 0;
  font-size: 12px !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  display: block;
  font-size: 12px;
  text-align: center;
}

#eModal-1 {
  position: fixed;
  font-family: "Geometria";
}

.emodal-content h1 {
  display: none;
}

.emodal-content p#form-text {
  color: #404040 !important;
  font-family: "Geometria" !important;
}

/*-----------------BLOCK-5---------------------------*/
.block-5 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.block-5-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-5-news {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block-5-news .read-more {
  font-size: 16px;
}

.read-more {
  padding-left: 30px;
  text-decoration: none;
  color: #1e5eb5;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.read-more::after {
  content: url(/wp-content/themes/promgerment/images/arrow_news.png);
  position: absolute;
  right: -30px;
  top: 0;
}

.news-date {
  background: url(/wp-content/themes/promgerment/images/date_bg.png) no-repeat;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 10px;
  font-weight: 00;
  text-transform: uppercase;
  line-height: 29px;
  padding-left: 10px;
  width: 78px;
  height: 29px;
  margin: 0;
  margin-right: 30px;
}

.posts {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.posts h3 {
  margin: 0;
}

.posts h3 a {
  text-decoration: none;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(93, 131, 195, 0.29);
  padding-bottom: 5px;
}

.block-5-news h2,
.block-5-handbook h2 {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2c2c2c;
  line-height: 35px;
}

.block-5-handbook {
  width: 100%;
}

.handbook-posts h3 a {
  text-decoration: none;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.handbook-posts h3 a::before {
  content: url(/wp-content/themes/promgerment/images/handbooklist.png);
  position: absolute;
  left: -30px;
  top: 0;
}

.handbook-posts {
  padding-left: 32px;
}

.block-5_button {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.block-5_button button {
  width: 240px;
  height: 42px;
  border: 1px solid transparent;
  box-shadow: 0 3px 9px rgba(68, 85, 121, 0.64);
  border-radius: 21px;
  background-image: linear-gradient(to right, #4b93f4 0%, #1b5ab0 100%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.block-5_button button a {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}

.two-columns {
  columns: 2;
}

@media(max-width: 600px) {
  .two-columns {
    columns: 1;
  }

}

.two-columns .handbook-posts h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.two-columns .handbook-posts:last-child h3 {
  margin-bottom: 0;
}

/*-----------------BLOCK-6---------------------------*/
.block-6 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.block-6-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}

.block-6-wrapper .no-h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
}

.block-6-wrapper_about {
  width: 50%;
}

.block-6-wrapper_partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
}

.block-6-wrapper_partners_img-5,
.block-6-wrapper_partners_img-6,
.block-6-wrapper_partners_img-7 {
  display: flex;
  justify-content: center;
  width: 31%;
}

.block-6-wrapper_partners_img-7 {
  justify-content: center;
}

.block-6-wrapper_partners_img-1 img {
  width: 105px;
  /*   height: 83px; */
}

.block-6-wrapper_partners_img-2 img {
  width: 241px;
  height: 45px;
}

.block-6-wrapper_partners_img-3 img {
  width: 134px;
  height: 75px;
}

.block-6-wrapper_partners_img-4 img {
  width: 192px;
  height: 55px;
}

.block-6-wrapper_partners_img-5 img {
  width: 180px;
  height: 46px;
}

.block-6-wrapper_partners_img-6 img {
  width: 180px;
  /*   height: 67px; */
}

.block-6-wrapper_partners_img-7 img {
  width: 180px;
  height: 30px;
}

.block-6-wrapper_partners_img-1,
.block-6-wrapper_partners_img-5,
.block-6-wrapper_partners_img-6,
.block-6-wrapper_partners_img-7 {
  position: relative;
  width: 24.99%;
}

.block-6-wrapper_partners_img-2,
.block-6-wrapper_partners_img-3,
.block-6-wrapper_partners_img-4 {
  width: 28%;
}

.block-6-wrapper_partners_img-1 {
  width: 10%;
}

.block-6-wrapper_partners_img-4 {
  display: flex;
  justify-content: flex-start;
}

.block-6-wrapper_partners_img-2,
.block-6-wrapper_partners_img-3 {
  display: flex;
  justify-content: center;
}

img.partner-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

img.partner-img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*---------------------FOOTER-----------------------*/
.site-footer {
  width: 100%;
  min-height: 284px;
  background-color: #3b3b3b;
  padding-left: 20px;
  padding-right: 20px;
}

.site-info {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
}

.footer-info {
  display: flex;
}

.footer-info-social {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}

.footer-info-menu {
  padding-right: 50px;
}

.footer-info-social-1 p {
  padding-left: 40px;
}

.footer-info-social-1 {
  letter-spacing: 1.17px;
}

.footer-info-social-2 {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.footer-info-block {
  margin-top: 10px;
}

.footer-info-actii {
  margin-top: 5px;
  max-width: 170px;
}

.footer-info-actii a {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  transition: 0.5s ease;
}

.footer-info-actii a span {
  font-weight: bold;
}

.footer-info-actii a:hover {
  color: #8e8d8d;
}

.footer-info-social-1 p {
  margin-top: 0;
}

.footer-info-paypal {
  margin-top: 50px;
}

.footer-info-paypal p {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}

.footer-info-social-1 a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

#colophon>div>div.footer-info>div>div.footer-info-social-1>p:nth-child(1)>a::before {
  content: url(/wp-content/themes/promgerment/images/phone_ftr.png);
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  left: -35px;
}

#colophon>div>div.footer-info>div>div.footer-info-social-1>p:nth-child(2)>a::before {
  content: url(/wp-content/themes/promgerment/images/mail_ftr.png);
  display: block;
  width: 20px;
  height: 15px;
  position: absolute;
  left: -35px;
  top: 3px;
}

.footer-info-menu li {
  line-height: 1.2;
  margin-bottom: 14px;
}

.footer-info-menu ul {
  list-style-type: none;
  padding: 0;
}

.footer-info-menu ul li a {
  color: #909090;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  line-height: 1.2;
}

.footer-catalogue {
  display: flex;
  justify-content: space-between;
}

.catalogue-menu-item a {
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.catalogue-menu-subitems ul li a {
  color: #8e8d8d;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.catalogue-menu-subitems ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-catalogue-upmat {
  width: 45%;
}

.footer-catalogue-bitum {
  width: 45%;
}

ul#footer-menu {
  margin: 0;
}

/*-------------------CONTACTS.PHP--------------*/
.contacts {
  width: 100%;
}

.contacts-wrapper-right {
  min-height: 400px;
}

@media (width >=769px) {
  .contacts-wrapper-right {
    margin-bottom: 48px;
  }
}

.contacts-wrapper {
  position: relative;
}

.contacts-text {
  padding: 20px 20px;
  height: auto;
  position: absolute;
  background: #fff;
  z-index: 10;
  width: 450px;
  left: 10%;
  background-color: #d4dff1;
}

.contacts-text p {
  margin: 10px 0;
}

.contacts-text p a {
  color: #404040;
}

.contacts-text h2 {
  margin-top: 0;
}

/*-------------------INFORMATION.PHP--------------*/
.questions {
  width: 100%;
}

.questions-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: url(/wp-content/themes/promgerment/images/questions_bg.png) right center no-repeat;
  background-size: contain;
  padding-bottom: 80px;
}

.questions-wrapper h2,
.handbook-wrapper h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
  width: 100%;
}

.questions-post {
  width: 60%;
}

.questions-button {
  width: 30px;
  height: 42px;
  background: url(/wp-content/themes/promgerment/images/arrow_bg.png) center center no-repeat;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.questions-button img {
  padding-top: 1px;
}

.questions-post-title h3 {
  display: flex;
  justify-content: space-between;
  height: 42px;
  box-shadow: 0 3px 9px rgba(154, 154, 154, 0.64);
  border-radius: 21px;
  background-color: #ffffff;
  line-height: 42px;
  padding-left: 30px;
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 600;
}

/*
.questions-post-title h3 a{
	text-decoration:none;
	padding-left: 30px;
	color: #0e0e0e;
	font-size: 14px;
	font-weight: 600;
}
*/
.questions-post-content {
  display: none;
  padding-left: 30px;
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 400;
}

.questions-post-content p {
  padding-top: 10px;
}

.handbook {
  width: 100%;
}

.handbook-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.handbook-description {
  width: 50%;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.inrotmation-handbook-posts {
  width: 75%;
  padding-top: 50px;
  padding-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.information-posts {
  width: 31%;
  box-shadow: 0 4px 29px rgba(54, 54, 54, 0.35);
  background-color: #ffffff;
  height: 155px;
  margin-bottom: 20px;
  padding-top: 5px;
}

.inrotmation-handbook-posts .posts {
  width: 33%;
}

.news-tags {
  width: 97px;
  height: 29px;
  margin-top: 0px;
  border-radius: 0 14px 15px 0;
  background-color: #4991f3;
  margin-bottom: 15px;
}

.news-tags a {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 29px;
  padding-left: 10px;
}

.information-posts h3 a {
  color: #0e0e0e;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.information-posts h3 {
  padding-left: 30px;
  line-height: 14px;
  margin: 10px 0;
  padding-right: 30px;
}

.read-more {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.28);
  color: #1c5cb2;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
}

.information-handbook-form {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 50px;
}

.information-handbook-form-tel {
  height: 329px;
  width: 96%;
  box-shadow: 0 4px 29px rgba(54, 54, 54, 0.35);
  border: 3px solid #4991f3;
  background-color: #ffffff;
  padding-top: 40px;
  /*    padding-left: 30px;
    padding-top: 40px;	*/
}

.information-handbook-form-tel h4 {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 200px;
  margin: 0;
  padding-bottom: 20px;
}

.information-form-description {
  color: #0e0e0e;
  font-size: 12px;
  font-weight: 600;
  width: 200px;
}

.information-handbook-fresh .information-posts {
  width: 96%;
  height: 329px;
}

.information-handbook-fresh .information-posts .posts-text {
  color: #0e0e0e;
  font-size: 10px;
  font-weight: 600;
}

.inrotmation-handbook-posts-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inrotmation-handbook-posts-img {
  width: 31%;
}

.inrotmation-handbook-posts-img .information-posts {
  width: 100%;
  height: 329px;
}

.posts-img {
  display: flex;
  justify-content: center;
}

.inrotmation-handbook-posts-spravochnik {
  width: 65%;
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inrotmation-handbook-posts-spravochnik .information-posts {
  width: 47%;
}

.information-handbook-fresh {
  display: flex;
  justify-content: flex-end;
}

.information-handbook-fresh .news-tags {
  background-color: #e65959;
}

.information-handbook-fresh .information-posts h3 {
  padding-bottom: 30px;
  padding-top: 10px;
}

.information-handbook-fresh .information-posts .posts-text {
  padding: 0 30px;
}

#page>div>div.handbook>div>div.information-handbook-form>div.information-handbook-fresh>div>p.posts-text>a {
  display: none;
}

.information-handbook-form-tel input.wpcf7-tel {
  width: 205px;
  margin-bottom: 20px;
  background: url(/wp-content/themes/promgerment/images/phone.png) 0% 45% no-repeat;
  font-size: 12px;
  padding-left: 15px;
}

.information-handbook-form-tel form.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.information-handbook-form-tel span.wpcf7-not-valid-tip {
  top: 20px;
  left: 0px;
}

.information {
  padding: 0 20px;
}

/*----------------------------ARTICLES---------------------*/
.site-main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.text-wrapper p {
  margin-bottom: 5px;
  margin-top: 5px;
}

.about_us-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px 50px 30px;
}

.about_us-wrapper h2 {
  display: inline-block;
  border-bottom: 2px solid #1b5ab0;
}

#ul-header {
  font-weight: 600;
}

ul.spravochnik-ul li {
  color: #1b5ab0;
}

ul.spravochnik-ul li span {
  color: #404040;
}

ul.spravochnik-ul {
  margin-left: 0;
}

#page>div>div.handbook>div>div.spravochnik-about>p:nth-child(1) {
  margin-top: 0;
}

.articles-wrapper img:nth-child(2n) {
  display: block;
  margin: 10px 35px 15px 0;
  float: right;
}

.articles-wrapper img:nth-child(2n + 1) {
  display: block;
  margin: 10px 35px 20px 0px;
  float: left;
}

.articles-ol {
  margin-left: 0;
  padding-left: 15px;
}

#articles-bold-text {
  font-weight: 600;
}

ol.cyrilic li {
  list-style-type: none;
}

.cyrilic li:nth-child(1)::before {
  content: "а)";
  padding-right: 5px;
  color: #1b5ab0;
}

.cyrilic li:nth-child(2)::before {
  content: "б)";
  padding-right: 5px;
  color: #1b5ab0;
}

.cyrilic li:nth-child(3)::before {
  content: "в1)";
  padding-right: 5px;
  color: #1b5ab0;
}

.cyrilic li:nth-child(4)::before {
  content: "г)";
  padding-right: 5px;
  color: #1b5ab0;
}

.cyrilic li:nth-child(5)::before {
  content: "д)";
  padding-right: 5px;
  color: #1b5ab0;
}

#post-56>div>div>ol>li:nth-child(2)>ol>p>img {
  float: right;
}

article.post.type-post {
  padding: 0 20px;
}

/*--------------------------SCROLL------------------*/
.fa-4x {
  color: #1b5ab0;
}

/*--------------------------MENU------------------*/
.main-navigation ul.sub-menu a {
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
}

.main-navigation>ul.sub-menu {
  background: #478dec;
  padding: 15px 0;
}

.main-navigation ul.sub-menu li {
  padding: 0 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.main-navigation ul ul li:hover>ul.sub-menu,
.main-navigation ul ul li.focus>ul.sub-menu {
  left: 0;
  top: 38px;
}

.main-navigation ul ul li>ul.sub-menu {
  /*     display: none; */
  padding: 15px;
  text-align: left;
  max-height: 300px;
  margin-right: 0;
  margin-bottom: 10px;
  overflow-y: auto;
}

.main-navigation>ul.sub-menu>a.opened+.main-navigation ul ul li>ul.sub-menu {
  display: block;
}

.white .sa_owl_theme .owl-nav .owl-next {
  border-radius: 50%;
}

.white .sa_owl_theme .owl-nav .owl-prev {
  border-radius: 50%;
}

.table-block {
  border-collapse: collapse;
  width: 100%;
}

.table-block td,
.table-block th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table-block td p,
.table-block th p {
  margin: 0;
  color: #404040 !important;
  font-family: "Geometria" !important;
}

/* .table-block tr:nth-child(even){background-color: #f2f2f2;}

.table-block tr:hover {background-color: #ddd;} */

.table-block th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #1b5ab0;
  color: white;
  font-weight: 300;
}

.content-block__link-point {
  color: #1d5cb2;
}

.content-pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.content-pic__item {
  display: flex;
  width: 30%;
  margin-bottom: 10px;
}

.content-pic__item img {
  padding: 3px;
  border: 2px solid #2263ba;
}

.content-block ul,
.woo-sc-box ul {
  padding: 0 0 0 15px;
  margin: 10px 0;
  list-style: none;
}

.content-block ul li,
.woo-sc-box ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.content-block ul li::before,
.woo-sc-box ul li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: #2364bc;
}

.content-block--strong {
  font-weight: 600;
}

.picture {
  float: right;
  padding: 3px;
  border: 2px solid #2060b7;
  margin: 5px;
}

.content-pic-info__title {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.content-pic-info .content-pic__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 5px;
}

.content-pic__text {
  margin: 0;
  font-weight: 600;
}

.cat-item .cat-parent {
  position: relative;
}

.cat-item .cat-parent ul.children {
  position: absolute;
  left: 98%;
  top: 0;
  width: 300px;
  z-index: 10;
  background-color: #478dec;
  padding: 15px;
  padding-right: 0;
  display: none;
}

.cat-item .cat-parent ul.children a {
  border-color: #ffffff;
  color: #ffffff;
}

.cat-item .cat-parent:hover ul.children {
  display: flex;
  flex-direction: column;
}

.cat-item .cat-parent:hover a {
  background: #478dec;
  color: #ffffff;
}

.cat-item a {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.woocommerce-breadcrumb {
  margin: 20px 0 10px;
  font-size: 0.9em;
}

ul.products {
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  margin: 10px 0 20px !important;
  gap: 10px;
  /* justify-content: space-between; */
}

ul.products li.product {
  display: flex;
  min-height: 250px;
  padding: 15px;
  margin-bottom: 20px !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 29px rgba(54, 54, 54, 0.35);
  border: 2px solid transparent;
}

h2.woocommerce-loop-product__title {
  font-size: 14px !important;
  font-weight: 400;
  color: #0e0e0e;
  min-height: 48px;
}

.h2.woocommerce-loop-product__title {
  font-size: 14px !important;
  font-weight: 400;
  color: #0e0e0e;
  min-height: 48px;
}

.product_type_simple {
  box-shadow: 0 3px 9px rgba(68, 85, 121, 0.64);
  border-radius: 21px;
  background-image: linear-gradient(to right, #4b93f4 0%, #1b5ab0 100%);
  border: 1px solid transparent;
  font-size: 14px;
  margin-top: 10px;
  padding: 8px 30px;
  color: #ffffff;
  transition: 0.5s;
}

.product_type_simple:hover {
  color: #fff;
  background-image: linear-gradient(to right, #4b93f4 0%, #2a79e4 100%);
}

.summary.entry-summary {
  width: 60%;
}

.single-product div.product {
  display: flex !important;
  flex-wrap: wrap;
}

section.related.products {
  width: 100%;
}

.woocommerce-product-gallery.images {
  width: 40%;
}

.woocommerce-product-gallery__image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.cart {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.variations_form.cart {
  flex-wrap: wrap;
}

.quantity {
  width: 50px;
  margin-right: 20px;
}

.quantity input {
  max-width: 100%;
  border: 2px solid #3376d2;
  text-align: center;
}

.single_add_to_cart_button {
  box-shadow: 0 3px 9px rgba(68, 85, 121, 0.64);
  border-radius: 21px;
  background-image: linear-gradient(to right, #4b93f4 0%, #1b5ab0 100%);
  border: 1px solid transparent;
  font-size: 12px;
  padding: 8px 30px;
  color: #ffffff;
  transition: 0.5s;
}

.single_add_to_cart_button:hover {
  color: #fff;
  background-image: linear-gradient(to right, #4b93f4 0%, #2a79e4 100%);
}

.shop-catalog {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.content-area {
  padding: 0 15px;
  box-sizing: border-box;
}

.content-block {
  max-width: 100%;
}

.shop-catalog .content-area {
  padding: 0;
}

.shop-catalog__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop-catalog__item:first-child {
  width: 75%;
  order: 2;
}

.shop-catalog__item:last-child {
  width: 25%;
  margin-top: 50px;
}

.cat-sidebar ul {
  list-style: none;
}

.cat-sidebar ul>li.cat-item.cat-parent>ul>li.cat-item>a:hover {
  background-color: #478dec;
  color: #ffffff;
}

.shop-form {
  background-image: url("/wp-content/themes/promgerment/images/bg-form.jpg");
  background-size: cover;
  background-color: #ddd;
  margin-top: 30px;
}

.shop-form__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box;
}

.shop-form__title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.fl-img:after {
  content: '';
  display: table;
  clear: both;
  margin: 20px 0;
}

.fl-img img {
  float: left;
  margin-right: 20px;
  width: 280px !important;
}

.shop-form__title--blue {
  margin-left: 8px;
  color: #1b5ab0;
}

.shop-form__description {
  margin: 0;
}

.shop-form__description span {
  font-weight: bold;
  color: #1b5ab0;
  margin-top: 0;
  font-size: 1.17em;
  text-transform: uppercase;
}

.form-cat-poduct__wrapper {
  display: flex;
  justify-content: space-between;
}

.form-cat-poduct__item {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.form-cat-poduct__item p {
  margin: 0;
}

.form-cat-poduct__item .wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
}

.form-cat-poduct__number {
  color: #1b5ab0;
  font-size: 50px;
}

.form-cat-poduct__text {
  font-size: 14px;
  color: #2c2c2c;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  margin-bottom: auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
  display: inline;
  margin-top: 10px;
  font-size: 14px;
  color: #404040;
  font-weight: 400;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price .woocommerce-Price-amount {
  font-weight: bold;
  font-size: 16px;
  color: #236dd2;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .price ins {
  color: #e65959;
  margin-right: 10px;
}

.woocommerce-loop-category__title {
  font-size: 110%;
}

.aws-container .aws-show-clear .aws-search-field {
  padding-left: 30px;
  background: url("/wp-content/themes/promgerment/images/search.png") #d4dff1;
  background-position: 6px 10px;
  background-repeat: no-repeat;
}

a.emodal-close {
  font-family: "Geometria" !important;
}

.ui-dialog.wdm-enquiry-modal .contact-bottom {
  display: none;
}

input.contact.wpi-button.single_add_to_cart_button.button.alt {
  border: none;
  width: 143px;
  height: 42px;
  box-shadow: 0 3px 9px rgba(68, 85, 121, 0.64);
  border-radius: 21px;
  background-image: linear-gradient(to right, #4b93f4 0%, #1b5ab0 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.modal-enquiry-form.ui-draggable.wdm-enquiry-modal {
  background-color: #ffffff;
}

.wdm-enquiry-action-btns button {
  background-color: #1b5ab0;
  padding: 7px 20px 10px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.wdm-enquiry-action-btns button:hover,
.wdm-enquiry-action-btns button:focus {
  background-color: #4b93f4;
  padding: 7px 20px 10px;
  border-radius: 20px;
  transition: 0.5s;
}

.woocommerce-products-header__title,
.product_title {
  color: #478dec;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.woocommerce-loop-product__title {
  margin: 10px 0 0 0;
  line-height: 16px;
}

.summary.entry-summary {
  margin-top: 0;
}

div#tab-description {
  margin-top: 0;
}

ul.products li.product {
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px !important;
}

#accordeon {
  max-width: 100%;
}

.acc-head {
  padding: 5px 10px;
}

.acc-body {
  padding: 10px;
  display: none;
  overflow: hidden;
}

.goods__item {
  margin-bottom: 20px;
  border: 10px solid #fff;
  box-shadow: 0 0 10px grey;
}

.goods__inner {
  display: flex;
  flex-wrap: wrap;
}

.goods__inner p {
  margin: 0;
}

.goods__title {
  max-width: 100%;
  margin: 0 0 15px 0;
  word-wrap: break-word;
  align-self: flex-start;
}

.goods__text {
  max-width: 100%;
  align-self: flex-start;
}

.goods__pic {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goods__pic img {
  width: 100%;
  height: 220px;
  padding: 10px;
  object-fit: cover;
}

.goods__info {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  flex-grow: 1;
}

.goods__button {
  box-shadow: 0 3px 9px rgba(68, 85, 121, 0.64);
  border-radius: 21px;
  background-image: linear-gradient(to right, #4b93f4 0%, #1b5ab0 100%);
  border: 1px solid transparent;
  font-size: 12px;
  margin-top: 10px;
  padding: 8px 30px;
  color: #ffffff;
  transition: 0.5s;
  cursor: pointer;
}

.woocommerce-loop-product__title {
  /* height: 14px;
	position: relative;
	overflow: hidden; */
}

.shop_attributes th {
  text-align: left;
}

.shop_attributes p {
  margin: 0 0 5px 0;
  padding-left: 10px;
  color: #1b5ab0;
}

.shop_attributes {
  border-collapse: collapse;
  padding: 5px;
}

.woocommerce-product-gallery__image img {
  max-height: 350px;
  object-fit: contain;
}

/* ▼▼▼▼▼▼▼▼▼▼▼ SPS MOD ▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.header-social,
.header-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header-social-item svg {
  width: 36px;
  height: 36px;
  fill: #1b5ab0;
}

.top-cart-icon .count {
  position: absolute;
  right: 5px;
  top: -6px;
  display: flex;
  height: 20px;
  width: 20px;
  background: #000;
  color: #fff;
  padding: 4px;
  border-radius: 100%;
  height: ;
  display: ;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.adv-info {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.germet-gallery__item img {
  height: 220px;
  display: inline-block;
  object-fit: cover;
}

.germet-gallery p {
  margin: 0;
}

.germet-gallery br {
  display: none;
}

.germet-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin: 35px 0 10px;
  clear: both;
}

.germet-gallery__item {
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  border-radius: 12px;
  background-color: #f3f3f3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.germet-gallery__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.germet-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.germet-gallery__item:hover img {
  transform: scale(1.04);
}

/* Планшет — по 2 изображения */
@media (max-width: 800px) {
  .germet-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }
}

/* Телефон — по 1 изображению */
@media (max-width: 520px) {
  .germet-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .germet-gallery__item {
    border-radius: 9px;
  }
}

/* ▲▲▲▲▲▲▲▲▲▲ SPS MOD ▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */




/*--------------------------MEDIA------------------*/

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

  .columns-3 ul.products li.product {
    width: calc(25% - 10px) !important;
    margin-right: 0 !important;
  }

}

@media (max-width: 1199px) {
  .header-bottom-search {
    width: 25%;
  }
}

@media (max-width: 1170px) {
  .block-3-1-bitum {
    width: 475px;
    padding-bottom: 0px;
    height: 318px;
  }

  .block-3-1-bitum img {
    height: 100%;
  }

  .block-3-1-prokladki img {
    height: 100%;
  }

  .block-3-1-prokladki {
    width: 475px;
    height: 318px;
  }

  .block-3-2 {
    padding-bottom: 0px;
  }

  .block-3-1 {
    justify-content: space-between;
  }

  .block-3-3 img {
    height: 100%;
  }

  .block-3-1-bitum-text {
    right: 0;
  }

  .block-3-1-prokladki-text {
    right: -5%;
  }
}

@media (max-width: 1150px) {
  .main-navigation li {
    padding-right: 0px;
  }

  .questions-post {
    width: 65%;
  }
}

@media (max-width: 1100px) {
  .header-bottom-search {
    width: 20%;
  }

  .footer-catalogue-upmat {
    width: 51%;
  }

  .footer-catalogue-bitum {
    width: 40%;
  }

  .footer-info-social {
    padding-right: 70px;
  }

  .scroll-block {
    width: 100%;
    max-width: 1000px;
    overflow-x: scroll;
  }
}

@media (max-width: 1070px) {
  .block-3-2_sales {
    margin-top: 30px;
  }

  .block-3-3 {
    width: 22%;
  }

  .block-3-3-catalog-text {
    right: 15%;
  }

  .block-1-wrapper-info-text-wrapper h1,
  .block-1-wrapper-info-text-wrapper h2 {
    /*		width:118%; */
  }

  .site-header-logo {
    width: 53%;
  }

  .header-bottom-wrapper-first {
    margin-top: 100px;
  }
}

@media (max-width: 1024px) {
  .block-3-1 {
    width: 45%;
  }

  .block-3-3 {
    width: 27%;
  }

  .block-3-1-bitum {
    width: auto;
  }

  .block-3-1-prokladki {
    width: auto;
  }

  .block-4-wrapper {
    min-height: 450px;
    background-size: cover;
    background-position: 0 0;
  }
}

@media (max-width: 1023px) {
  .footer-catalogue {
    display: none;
  }

  ul#footer-menu li {
    display: inline-block;
    padding-left: 50px;
  }

  .footer-info-menu {
    display: flex;
    align-items: center;
  }

  .footer-info {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }

  .footer-info-menu ul li a {
    font-size: 16px;
  }

  .footer-info-social {
    padding-right: 25px;
  }

  .footer-info-menu {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .main-navigation li {
    margin-right: 20px;
  }

  .header-bottom-search {
    width: 23%;
  }
}

@media (max-width: 950px) {
  .site-header-logo p {
    display: none;
  }

  .site-header-logo {
    width: 25%;
  }
}

@media (max-width: 900px) {
  html {
    padding-top: 0px !important;
  }

  .header-top {
    justify-content: flex-start;
  }

  .header-order {
    width: 35%;
    display: flex;
    justify-content: center;
  }

  ul.products li.product {
    width: 30% !important;
  }
}

@media (max-width: 768px) {

  .block-1-wrapper-info-text-wrapper h1,
  .block-1-wrapper-info-text-wrapper h2 {
    margin: 0 0 15px 0;
  }

  .block-1-wrapper-katalog {
    display: none;
  }

  .block-1-wrapper-info {
    height: 510px;
    width: 100%;
    margin-right: 20px;
  }

  .block-1-wrapper-info-text {
    width: 99%;
    min-height: 540px;
  }

  .block-1-wrapper-info-text-wrapper {
    width: 406px;
    top: 22%;
  }

  .block-3-1 {
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
  }

  .block-3-1-bitum {
    width: 50%;
  }

  .block-3-1-prokladki {
    width: 50%;
  }

  .block-3-1-bitum-text {
    max-width: 200px;
  }

  .block-3-1-prokladki-text {
    top: 15%;
    right: 0;
    max-width: 200px;
  }

  .block-3-1-prokladki-text a {
    line-height: 25px;
  }

  .block-3-2 {
    flex-direction: row;
    align-items: flex-start;
    width: 70%;
  }

  .block-3-2_bestseller {
    width: 48%;
  }

  .block-3-2_sales {
    width: 48%;
    margin-top: 0;
  }

  .block-3-3 {
    width: 28%;
    max-height: 320px;
  }

  .block-4 {
    padding-left: 0;
  }

  .block-4-wrapper {
    padding-left: 20px;
    min-height: 450px;
    background-size: cover;
    background-position: -300px 0;
  }

  ul#footer-menu li {
    padding-left: 15px;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-info-social {
    order: 2;
  }

  .footer-info-social-2 {
    padding-top: 0;
  }

  .footer-info-menu {
    margin-bottom: 15px;
  }

  .site-footer {
    min-height: 250px;
  }

  .contacts-text {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 80px;
  }

  .woocommerce-breadcrumb {
    margin-top: 0;
    padding: 0;
  }

  .shop-catalog__item:last-child {
    display: none;
  }

  .shop-catalog__item:first-child {
    width: 100%;
  }

  .header-bottom {
    display: none;
  }

  ul.products li.product {
    width: 50% !important;
  }
}

@media (max-width: 700px) {
  .site-header-contacts div img {
    margin-right: 8px;
    margin-bottom: 0px;
    width: 12px;
    height: 12px;
  }

  .site-header-contacts div {
    font-size: 11px;
    font-weight: 500;
  }

  .header-order {
    width: 110px;
    /* margin-left: 45px; */
    /* flex-shrink: 1; */
  }

  .header-social-item svg {
    width: 20px;
    height: 20px;
  }

  .header-social {
    gap: 2px;
    margin-left: 3px;
  }

  .mobile-cart.mob {
    margin-left: auto;
  }

  .header-top {
    padding: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .form-cat-poduct__wrapper {
    flex-direction: column;
  }

  .form-cat-poduct__item {
    width: 100%;
  }

  .block-3-1 {
    flex-direction: column;
  }

  .block-3-1-bitum {
    width: 100%;
  }

  .block-3-1-bitum img,
  .block-3-1-prokladki img {
    width: 100%;
    object-fit: cover;
  }

  .block-3-1-prokladki {
    width: 100%;
  }

  .block-3-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .block-3-3 {
    width: 100%;
    max-height: 200px;
  }

  .block-3-3 img {
    object-fit: cover;
  }

  .block-3-3-catalog-text {
    top: 20px;
  }

  .single-product div.product {
    flex-direction: column;
    padding: 0 15px;
  }

  .summary.entry-summary {
    width: 100%;
  }

  .woocommerce-product-gallery.images {
    width: 100%;
  }

  section.related.products {
    order: 2;
  }

  .product_title.entry-title {
    margin-top: 0;
    font-size: 22px;
  }

  .goods__pic {
    width: 100%;
  }

  .goods__info {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .custom-logo {
    max-width: 100%;
    margin-top: -3px;
  }

  .mobile-search.mob .aws-container {
    width: 150px;
    height: 32px;
    ;
  }

  .top-cart-icon {
    padding: 5px !important;
  }

  .top-cart-icon .count {
    right: 0px !important;
  }

  .mobile-search.mob .aws-container .aws-search-form {
    height: 30px;
  }

  .mobile-search.mob .aws-container .aws-show-clear .aws-search-field {
    background-position: 5px 8px;
    background-size: 12px;
  }

  .alignright {
    width: 100%;
    margin: 10px auto;
  }

  /* .wprmenu_bar #custom_menu_icon.hamburger {
    top: 5px;
    right: 10px;
  } */

  .wprmenu_bar #custom_menu_icon.hamburger {
    top: 55px;
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .hamburger-box {
    width: 2px;
    height: 20px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .hamburger-inner::before {
    top: -7px;
  }

  .hamburger-inner::after {
    bottom: -10px;
  }

  .wprmenu_bar #custom_menu_icon.hamburger {
    padding: 5px 5px 7px;
  }

  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
  }

  .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 1px;
  }

  .hamburger--collapse.is-active .hamburger-inner {
    bottom: -1px;
  }

  .wprmenu_bar #custom_menu_icon.hamburger {
    z-index: 99;
  }

  #mg-wprm-wrap li.menu-item a {
    padding: 13px 18px 14px 14px;
  }

  /* .header-order {
    display: none;
  } */

  /* .site-header-contacts {
    display: none;
  } */

  .site-header-logo {
    width: 90px;
    margin-right: 8px;
  }

  .header-top {
    padding: 10px;
  }

  .block-1-wrapper-info-text {
    width: 100%;
    height: 108%;
  }

  .block_1-text {
    padding-left: 0;
  }


  .block-1-wrapper-info-text-wrapper {
    width: 100%;
    position: absolute;
    top: 20%;
  }

  .block-1-wrapper-info-text-wrapper h1,
  .block-1-wrapper-info-text-wrapper h2 {
    width: 100%;
    padding-left: 0;
    margin: 20px 0;
  }

  .block-3-1-bitum-text {
    max-width: 160px;
  }

  .block-3-1-prokladki-text {
    max-width: 160px;
  }

  .block-3-2 {
    flex-direction: column;
  }

  .block-3-2_bestseller {
    width: 100%;
    margin-bottom: 20px;
  }

  .block-3-2_sales {
    width: 100%;
  }

  .wc-title p {
    padding-right: 40px;
  }

  div#wpcf7-f37-o1 {
    max-width: 400px;
    padding-right: 20px;
  }

  div#wpcf7-f37-o1 input {
    width: 100%;
  }

  div#wpcf7-f37-o1 textarea {
    width: 100%;
  }

  .block-5-wrapper {
    flex-direction: column;
  }

  .block-5-news {
    width: 100%;
  }

  .block-5-handbook {
    width: 100%;
    margin-top: 50px;
  }

  .block-5-handbook h2 {
    margin-top: 0;
  }

  .block-6-wrapper {
    padding-bottom: 20px;
  }

  .block-6-wrapper_about {
    width: 100%;
    font-size: 12px;
  }

  .block-6-wrapper_partners {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
  }

  .block-6-wrapper_partners>div {
    width: 50% !important;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-info-menu #footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
  }

  .footer-info-menu #footer-menu>li {
    padding-left: 0;
  }

  .footer-info-social {
    padding: 0;
  }

  .footer-info-social-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-pic__item {
    width: 100%;
  }

  .content-pic-info .content-pic__item {
    width: 100%;
  }

  ul.products li.product {
    width: 100% !important;
  }
}

@media (max-width: 320px) {


  .block-1-wrapper-info-text-wrapper {
    top: 14%;
  }

  div#wpcf7-f37-o1 {
    max-width: 300px;
    padding-right: 20px;
  }

  .read-more {
    display: block;
    max-width: 150px;
  }

  .posts .read-more {
    padding-left: 0;
  }

  .read-more::after {
    right: 0;
  }
}

@media (min-width: 320px) {
  .information {
    margin-top: 55px;
  }

  .inrotmation-handbook-posts {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .inrotmation-handbook-posts-spravochnik .information-posts {
    width: 100%;
  }

  .inrotmation-handbook-posts-img {
    width: 100%;
  }

  .inrotmation-handbook-posts-spravochnik {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .information-posts {
    width: 100%;
  }

  .information-handbook-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .questions-post {
    width: 100%;
  }

  .questions-post-title h3 {
    height: auto;
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    line-height: 20px;
  }

  .questions-button {
    width: 89px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .inrotmation-handbook-posts {
    flex-direction: row;
  }

  .information-posts {
    width: 30%;
  }

  .inrotmation-handbook-posts-img {
    width: 30%;
  }

  .inrotmation-handbook-posts-spravochnik {
    width: 65%;
    flex-direction: row;
  }

  .inrotmation-handbook-posts-spravochnik .information-posts {
    width: 46%;
  }

  .information-handbook-form {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }

  .information-handbook-fresh {
    width: 50%;
  }

  .information-handbook-form-tel {
    width: 50%;
  }

  .questions-post {
    width: 65%;
  }
}

@media (min-width: 769px) {
  ul#wprmenu_menu_ul {
    display: none;
  }
}

@media (min-width: 900px) {
  .information {
    margin-top: 0;
  }

  .inrotmation-handbook-posts {
    width: 75%;
  }

  .information-handbook-form {
    width: 25%;
    flex-direction: column;
    padding-top: 50px;
    align-items: flex-end;
    justify-content: flex-start;
  }

  .information-handbook-fresh,
  .information-handbook-form-tel {
    width: 96%;
  }
}

@media (min-width: 1024px) {
  .questions-button {
    width: 40px;
    margin-right: 10px;
  }
}

ul.tabs.wc-tabs {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-tabs ul.tabs {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.woocommerce-tabs ul.tabs li {
  margin-right: 2px !important;
}

.woocommerce-tabs ul.tabs li a {
  background: #eee;
  padding: 10px 20px !important;
  color: #404040;
}

.woocommerce-tabs ul.tabs li.active a {
  color: #fff;
  background: #1b5ab0;
}

.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:focus,
.woocommerce-tabs ul.tabs li a:active {
  background: #4b93f4;
  transition: 1s;
}

.list-info-pic li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.list-info-pic p {
  margin: 0;
  display: flex;
}

.list-info-pic img {
  flex-grow: 1;
  max-width: 100%;
  margin-left: 0;
}

@media (min-width: 768px) {
  .list-info-pic li {
    flex-direction: row;
  }

  .list-info-pic p:first-child {
    width: 70%;
  }

  .list-info-pic p:last-child {
    width: 30%;
  }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link:after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator:after {
  content: "\f347";
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item li.mega-menu-item-has-children>a.mega-menu-link:after {
  content: "\f345";
}

.page-template-default aside {
  display: none;
}

.advantage .block-2-wrapper h2 {
  font-size: 19px;
}

.advantage .block-2-wrapper h2 br {
  display: none;
}

.advantage div.sa_hover_container {
  padding-top: 14px !important;
}

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

.home .advantage {
  display: none;
}

.certificates {
  display: flex;
  justify-content: center !important;
  flex-wrap: wrap;
}

.certificates-items {
  width: 19%;
  box-shadow: 0 4px 29px rgb(54 54 54 / 35%);
  margin: 10px;
}

.certificates-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1024px) {
  .certificates-items {
    width: 32%;
  }
}

@media (max-width: 650px) {
  .certificates-items {
    width: 49%;
  }
}

.review-3-title {
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.review-3 {
  text-align: center;
  margin: 20px 0 5px;
}

.review-3 .review-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 15px 15px 35px;
}

.review-3 .review-item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 8px;
  background-image: url(/wp-content/themes/promgerment/images/quotation-mark.svg);
  background-size: contain;
}

.review-3 .review-name {
  margin-top: 10px;
  font-weight: bold;
}

.read-more-review3 {
  text-align: center;
  margin-bottom: 20px;
}

.read-more-review3 a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

.read-more-review3 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .review-3 {
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .review-3 .review-item {
    margin: 10px;
  }
}

@media screen and (max-width: 505px) {
  .review-3 {
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .review-3 .review-item {
    width: 100%;
    margin: 15px 0;
  }
}

body .white .sa_owl_theme .owl-nav .owl-prev {
  background-size: 25px !important;
}

body .sa_owl_theme .owl-nav div,
body .sa_owl_theme .owl-nav button {
  width: 40px !important;
}

body .white .sa_owl_theme .owl-nav .owl-next {
  background-size: 25px !important;
}

.block-4 .contact-form {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
}

.wrapp-form__flex {
  margin-top: 40px;
}

.wpcf7 .ajax-loader {
  position: absolute;
}

@media (max-width: 500px) {
  .wrapp-form__flex {
    margin-top: 20px;
  }

  #form-text {
    margin-left: 0;
    margin-top: 20px;
  }

  .block-4 .contact-form {
    font-size: 15px;
  }

  .block-5_button {
    justify-content: center;
  }
}

.slider-otzivi {
  margin-bottom: 30px;
}

.slider-otzivi__items {
  padding: 0 10px;
  box-shadow: 0 4px 29px rgb(54 54 54 / 35%);
}

.arrow {
  position: absolute;
  top: 50%;
  padding: 2px 0px;
  display: inline-block;
  margin-top: -20px;
  line-height: 30px;
  height: 40px;
  width: 30px;
  color: transparent;
  text-shadow: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 50%;
  width: 40px;
  background: rgba(0, 0, 0, 0.3) url(/wp-content/plugins/slide-anything/images/icon_next.png) no-repeat center center;
  background-size: 14px;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}

.owl-next {
  background: rgba(0, 0, 0, 0.3) url(/wp-content/plugins/slide-anything/images/icon_next.png) no-repeat center center;
  top: 50%;
  right: -10px;
  background-size: 37%;
  z-index: 99;
}

.slick-slider:hover .arrow {
  opacity: 1;
  visibility: visible;
}

.owl-prev {
  background: rgba(0, 0, 0, 0.3) url(/wp-content/plugins/slide-anything/images/icon_prev.png) no-repeat center center;
  top: 50%;
  left: -10px;
  background-size: 37%;
  z-index: 99;
}

.category-banner p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-align: left;
  position: absolute;
  left: 45px;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.category-banner {
  position: relative;
}

.slider-otzivi1 {
  width: 90%;
}

.page-numbers {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.page-numbers li:not(:last-child) {
  margin-right: 20px;
}

ul.products li.product-category a {
  display: flex;
  width: 100%;
  align-items: center;
}

.columns-3 ul.products li.product-category {
  width: 48% !important;
  min-height: unset;
  padding: 5px;
}

.product-category .woocommerce-loop-category__title {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

ul.products li.product img {
  height: 130px !important;
  object-fit: contain !important;
}

ul.products li.product-category img {
  height: 70px !important;
  width: 70px;
  margin: unset !important;
  margin-right: 20px !important;
}

.summary .price .woocommerce-Price-amount {
  font-weight: bold;
}

.product_meta {
  font-size: 0.9rem;
}

#enquiry {
  padding-bottom: 10px !important;
}

.wrapp-delivery {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.wrapp-delivery__img svg {
  fill: #3578d4;
}

.wrapp-delivery__img {
  margin-right: 20px;
}

.wrapp-delivery__text p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #404040;
}

.wrapp-delivery__text p span {
  color: #1b5ab0;
  text-transform: uppercase;
  font-weight: bold;
}

#tab-description>h2:first-child {
  display: none;
}

ul.products li.product {
  width: 18.796667% !important;
}

.product-actii {
  display: flex;
  align-items: center;
  background: #d4dff1;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 62px;
  display: none;
}

.product-actii__text p {
  margin: auto;
  padding-left: 20px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #404040;
}

.product-actii__img {
  display: flex;
}

@media (max-width: 1220px) {
  .product-actii {
    position: unset;
    margin-top: 25px;
  }
}

@media (max-width: 500px) {


  .fl-img img {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100% !important;
  }
}

.category-banner {
  display: none;
}

.reqistables {
  border-collapse: collapse;
}

.reqistables td:first-child {
  width: 100px;
  text-align: center;
  padding: 0;
}

.reqistables td {
  padding: 0 5px;
  width: 47%;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.reqistables p {
  margin: 0;
  padding: 0;
}

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

a img {
  border: none;
  /* убираем рамку */
}

.lightbox {
  /** определяем базовый стиль lightbox */
  position: fixed;
  overflow: hidden;
  z-index: 9999;
  width: 0;
  height: 0;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
  /** базовый стиль изображений lightbox*/
  width: 95%;
  max-width: 800px;
  height: auto;
  margin: 5% auto;
  /** полная прозрачность изначально */
  opacity: 0;
  border: 1px solid #4D4D4D;
  /** тени у картинок - это по желанию */
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  /* трансформация прозрачности при открытии  */
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.lightbox:target {
  /** активируем lightbox при нажатии */
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  /** удаляем контур по умолчанию */
  outline: none;
}

.lightbox:target img {
  /** делаем элемент непрозрачным  */
  opacity: 1;
}

/** стиль миниатюр для демо-страницы */
.thumb img {
  width: 28%;
  margin: 2%;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Правки моб карточки товара */
@media screen and (max-width: 1240px) {
  .woocommerce-tabs ul.tabs li {
    margin-bottom: 5px !important;
    margin-right: 5px !important;
  }

  .columns-3 ul.products li.product {
    width: Calc(100% / 3 - 10px) !important;
    margin-right: 10px;
  }

  .header-bottom-search {
    width: 10%;

  }

  .aws-container .aws-show-clear .aws-search-field {
    padding-right: 10px;
  }

  .block-1-wrapper-info-text-wrapper {

    top: 28%;
  }
}

@media screen and (max-width: 1100px) {
  .content-area .site-main .woo-related-products-container .products .product {
    width: Calc(100% / 4 - 10px) !important;
    margin-right: 10px;
  }

  ul.products {
    display: flex;
    justify-content: flex-start;
  }

  .woo-related-products-container {
    margin-right: -10px;
  }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    padding: 0px 5px 0px 5px;
    font-size: 12px;
  }

  .aws-container .aws-show-clear .aws-search-field {
    padding-left: 21px;
    background: url(/wp-content/themes/promgerment/images/search.png) #d4dff1;
    background-position: 5px 15px;
    background-repeat: no-repeat;
    background-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .content-area .site-main .woo-related-products-container .products .product {
    width: Calc(100% / 2 - 10px) !important;
  }

  .columns-3 ul.products li.product {
    width: Calc(100% / 2 - 10px) !important;
  }
}

@media screen and (max-width: 768px) {
  .content-area .site-main .woo-related-products-container .products .product {
    width: Calc(100% / 2 - 10px) !important;
  }

  .shop-catalog .columns-3 {
    margin-right: -10px !important;
  }

  .columns-3 ul.products li.product {
    width: Calc(100% / 2 - 10px) !important;
  }


}

@media screen and (max-width: 520px) {
  .content-area .site-main .woo-related-products-container .products .product {
    width: 100% !important;
  }

  .woocommerce-tabs ul.tabs li {
    width: 100%;
    margin-right: 0 !important;
  }

  .single-product div.product {
    padding: 0;
  }

  input.contact.wpi-button.single_add_to_cart_button.button.alt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .columns-3 ul.products li.product {
    width: 100% !important;
    margin-right: 10px;
  }
}

/* #wprmenu_bar,
#mg-wprm-wrap {
  display: none;
} */

.wprm-wrapper .cbp-spmenu.cbp-spmenu-vertical.cbp-spmenu-top.custom {
  display: none;
}

.footer-info-social-1 a {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .block-1-wrapper-info {
    height: 510px;
  }
}

.cat-item.cat-item-178 {
  display: none;
}

.cat-item.cat-item-168 {
  display: none;
}


@media (max-width: 420px) {

  .block-1-wrapper-info-text {
    min-height: 550px;
  }

  .block-1-wrapper-info {
    min-height: 500px;
  }

  .block-1 {
    margin: 0 15px;
  }

  .block-1-wrapper-info {
    margin-right: 0;
  }

  .block-1-wrapper-info-text-wrapper {
    width: 100%;
  }

  .block-1-wrapper-info-text-wrapper h1 {
    color: #222222;
    font-size: 13px;
    max-width: 200px;
    margin-top: 0;
  }

  .block-1-wrapper-info-text-wrapper h2 {
    line-height: 1.3em;
  }

  .block-1-wrapper-info-text {
    width: 100%;
    height: 108%;
    background-position: bottom -10px left;
  }

  .block-2-wrapper h2 {
    font-size: 15px;
  }

  .block-3-wrapper h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .autohide-arrows .owl-nav {
    display: block !important;
  }

  .no-arrows .elementor-swiper-button.elementor-swiper-button-prev {
    display: block !important;
  }

  .no-arrows .elementor-swiper-button.elementor-swiper-button-next {
    display: block !important;
  }

  .block-wrap {
    overflow-x: auto;
    padding: 10px 0;
  }

  .block-2-wrapper {
    margin: 10px auto 15px;
    height: auto;
  }

  .block-2-wrapper img {
    height: 100%;
    object-fit: cover;
  }

}

.woo-related-products-container .woorelated-title {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 700;
}

.woo-related-products-container .woocommerce-loop-product__link div {
  font-size: 14px !important;
  font-weight: 400;
  color: #0e0e0e;
  min-height: 48px;
}

.block-6-wrapper_partners {
  gap: 20px;
}

.block-6-wrapper_partners div {
  display: flex;
  justify-content: center;
  width: 23%;
}

.custom-logo-link img {
  display: block;
  max-height: 81px;
}

body {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2 {
  font-family: 'Oswald', sans-serif !important;
  line-height: 1.2;
}

h3,
.nav-item {
  font-family: 'Roboto Condensed', sans-serif !important;
}