@charset "UTF-8";
/*!
Theme Name: penetron72
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: penetron72
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
* {
  font-family: "Proxima Nova", "Arial";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  background: #fff;
  margin: 0;
  padding: 0;
}

.wrap, .site-main, .entry-title, .entry-content {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 40px;
  width: calc(100% - 80px);
}

body > div.woocommerce {
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 40px;
  width: calc(100% - 80px);
  min-height: calc(100vh - 600px);
}

body > p {
  max-width: 1440px;
  margin: 10px auto;
  padding: 0px 40px;
  width: calc(100% - 80px);
}

header {
  /* 
  	position: fixed;
      z-index: 20;
      width: 100%;
   */
}

.runrow {
  width: 100%;
  background: #092F87;
}
.runrow .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 59px;
  column-gap: 40px;
}
.runrow .wrap div {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
}

.mainheader {
  width: 100%;
  background: #fff;
  outline: 1px solid #092F87;
}
.mainheader .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
}
.mainheader .wrap > a {
  margin-top: 5px;
}
.mainheader .wrap .comm {
  display: flex;
  column-gap: 10px;
  height: 46px;
}

.menuheader {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 2px;
}
.menuheader > li {
  padding: 10px 10px;
  position: relative;
  border: 1px solid #fff;
  /* 		transition: 0.1s; */
}
.menuheader > li a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.menuheader > li:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 1px;
  z-index: 30;
}
.menuheader > li > .sub-menu {
  display: none;
  list-style-type: square;
  color: #f07101;
  padding: 10px 0px 10px 32px;
  margin: 0;
  position: absolute;
  z-index: 20;
  background: #fff;
  width: 300px;
  border: 1px solid #092f87;
  font-size: 22px;
  left: -1px;
  top: 36px;
}

.menuheader > li > .sub-menu > li > .sub-menu {
  display: none;
  list-style-type: square;
  color: #f07101;
  padding: 10px 20px 0px 32px;
  margin: 0;
  position: absolute;
  z-index: 20;
  background: #fff;
  width: 300px;
  border: 1px solid #092f87;
  font-size: 22px;

top: -11px;
    right: -300px;
}

.menuheader .sub-menu li {
  margin: 0px 0px 12px 0px;
  position: relative;
  padding-right: 20px;
}
.menuheader .sub-menu li a {
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  letter-spacing: -0.23px;
  line-height: 1;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0);
  text-transform: none;
  
}
.menuheader .sub-menu li a:hover {
  text-decoration: underline;
}
.menuheader > li:hover {
  border: 1px solid #092f87;
}

.menuheader > li:hover > .sub-menu {
  display: block;
}

.menuheader > li:hover > .sub-menu > li:hover > .sub-menu {
  display: block;
}

@media screen and (max-width: 950px) {
	.menuheader > li:hover > .sub-menu > li:hover > .sub-menu {
	  display: none;
	}
}

.sliderfront {
  width: 100%;
  height: 70vh;
  max-height: 562px;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  position: relative;
}
.sliderfront .slide .h1 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.52px;
  line-height: 60px;
  text-transform: uppercase;
}
.sliderfront .slide .h1 span {
  color: #092F87;
}
.sliderfront .slide p {
  font-size: 22px;
  color: #000000;
  letter-spacing: -0.34px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0);
  font-weight: 700;
  margin: 10px 0px;
  max-width: 623px;
}

.sliderfront2 {
  overflow: hidden;
  margin: 1px auto 0px auto;
  align-items: center;
  position: relative;
  background: #000;
  width: 100%;
  height: 70vh;
  border-bottom: 1px solid #092f87;
}
.sliderfront2 video {
  width: 100%;
  /* Видео растягивается на всю ширину контейнера */
  height: 100%;
  /* Видео растягивается на всю высоту контейнера */
  object-fit: cover;
  /* Обрезка лишних частей видео */
  position: absolute;
  /* Абсолютное позиционирование видео */
  top: 0;
  left: 0;
}
.sliderfront2 .slide {
  position: absolute;
  top: 30%;
  left: 100px;
}
.sliderfront2 .slide .h1 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.52px;
  line-height: 60px;
  text-transform: uppercase;
  text-shadow: 0 0 7px black;
}
.sliderfront2 .slide .h1 span {
  color: #092F87;
  text-shadow: 0 0 7px white;
}
.sliderfront2 .slide p {
  font-size: 22px;
  color: #000000;
  letter-spacing: -0.34px;
  text-shadow: 0 0 7px white;
  font-weight: 700;
  margin: 10px 0px;
  max-width: 623px;
}

.section h2 {
  margin: 80px 0px 0px 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  color: #092F87;
  letter-spacing: 0.34px;
  line-height: 1;
}
.section p {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  letter-spacing: -0.34px;
  max-width: 717px;
  margin: 0px 0px 40px 0px;
}

.listing {
  display: flex;
  flex-wrap: wrap;
  column-gap: 13px;
  row-gap: 38px;
  margin: 40px 0px 60px 0px;
}
.listing .iteminlist {
  display: block;
  width: calc(25% - 13px);
  text-decoration: none;
}
.listing .iteminlist img {
  width: calc(100% - 24px);
  border: 10px solid #FFF;
  outline: 2px solid #FF7800;
  margin: 2px;
  aspect-ratio: 1/1;
}
.listing .iteminlist .h3 {
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #000000;
  letter-spacing: -0.23px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0);
}

.bluebg {
  background: #D6DCEB;
  padding: 50px 0px;
}

.halfflex {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.halfflex .halfblock {
  width: calc(50% - 7px);
  background: #fff;
  border: 10px solid #092F87;
  padding: 45px 45px 25px 45px;
}
.halfflex .halfblock h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  color: #092F87;
  letter-spacing: 0.26px;
  line-height: 30px;
  margin: 0px;
}
.halfflex .halfblock h3 span {
  font-size: 19px;
  color: #000000;
  letter-spacing: 0.16px;
  line-height: 30px;
}
.halfflex .halfblock ul {
  margin: 30px 0px 15px 0px;
  list-style-type: none;
  padding: 0;
}
.halfflex .halfblock ul li {
  margin: 15px 0px;
}
.halfflex .halfblock ul li a {
  font-size: 22px;
  color: #FF7800;
  letter-spacing: -0.34px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}
.halfflex .itemobject {
  height: 350px;
  width: calc(50% - 17px);
  display: block;
  border: 5px solid #092F87;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 20px;
}
.halfflex .itemobject span {
  background: #FF7800;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: -0.34px;
  padding: 13px 22px;
  position: absolute;
  bottom: 22px;
}

.videofront {
  background: #FF7800;
  padding: 0px 0px 30px 0px;
}
.videofront .wrap {
  max-width: 1109px;
}
.videofront h2 {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.videofront .videoflex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  align-items: center;
  justify-content: center;
}
.videofront .videoflex .videoleft, .videofront .videoflex .slick-prev {
  width: 29px;
  height: 69px;
  background-image: url("https://penetron-72.ru/wp-content/themes/penetron72/img/left.svg");
  background-color: #FF7800;
  border: 0;
}
.videofront .videoflex .videoright, .videofront .videoflex .slick-next {
  width: 29px;
  height: 69px;
  background-image: url("https://penetron-72.ru/wp-content/themes/penetron72/img/right.svg");
  background-color: #FF7800;
  border: 0;
}
.videofront .videoflex .videobox, .videofront .videoflex .slick-list {
  background: #000;
  width: 853px;
}
.videofront .videoflex .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  gap: 12px;
}
.videofront .videoflex .slick-dots li button {
  width: 50px;
  height: 50px;
  background-color: #092F87;
  color: #FF7800;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.23px;
  line-height: 50px;
  border: 0;
}
.videofront .videoflex .slick-dots .slick-active button {
  color: #fff;
}
.videofront .videopagi {
  margin: 30px 0px;
  padding-bottom: 50px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.videofront .videopagi .videopagiitem {
  width: 50px;
  height: 50px;
  background-color: #092F87;
  color: #FF7800;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.23px;
  line-height: 50px;
}
.videofront .videopagi .activvideopagiitem {
  color: #fff;
}

.photolist {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.photolist .photoitem {
  position: relative;
  width: calc(25% - 20px);
  display: block;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: 50% 50%;
}
.photolist .photoitem span {
  width: 80px;
  height: 80px;
  background-image: url("https://penetron-72.ru/wp-content/themes/penetron72/img/plus.svg");
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

footer {
  padding-top: 60px;
  padding-bottom: 20px;
  background: #092F87;
  margin-top: 120px;
  min-height: 300px;
  clear: both;
}
footer .footer-firstline {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
footer .footer-firstline a, footer .footer-firstline div {
  width: calc(25% - 20px);
  font-weight: 700;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
}
footer .footer-list {
  margin: 60px 0px 60px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-weight: 700;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
}
footer .footer-list div {
  width: calc(25% - 20px);
}
footer .footer-list div .h3 {
  width: 100%;
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: -0.34px;
  margin-bottom: 30px;
}
footer .footer-list div a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
  padding-right: 20px;
}

.productsblock {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 18px;
}
.productsblock .product-header {
  display: flex;
  color: #FFFFFF;
  height: 38px;
  align-items: center;
  width: 100%;
  column-gap: 4px;
}
.productsblock .product-header .prodcol1, .productsblock .product-header .prodcol2, .productsblock .product-header .prodcol3, .productsblock .product-header .prodcol4 {
  background: #092F87;
  line-height: 38px;
  outline: 1px solid #092F87;
}
.productsblock .product {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  column-gap: 4px;
}
.productsblock .prodcol1, .productsblock .prodcol2, .productsblock .prodcol3, .productsblock .prodcol4 {
  background: #F7F7F7;
  line-height: 60px;
  outline: 1px solid #DCDCDC;
  transition: 0.5s;
}
.productsblock .product:nth-child(2n) .prodcol1, .productsblock .product:nth-child(2n) .prodcol2, .productsblock .product:nth-child(2n) .prodcol3, .productsblock .product:nth-child(2n) .prodcol4 {
  background: #E9E9E9;
}
.productsblock .product:hover .prodcol1, .productsblock .product:hover .prodcol2, .productsblock .product:hover .prodcol3, .productsblock .product:hover .prodcol4 {
  background: #fff;
}
.productsblock .prodcol1 {
  flex-grow: 10;
  padding: 0px 0px 0px 30px;
}
.productsblock .prodcol2 {
  width: 146px;
  text-align: center;
}
.productsblock .prodcol3 {
  width: 146px;
  text-align: center;
}
.productsblock .prodcol4 {
  width: 264px;
  padding: 0px 10px 0px 30px;
}
.productsblock a {
  color: #FF7800;
}
.productsblock form {
  display: flex;
  align-items: center;
}
.productsblock form input {
  height: 36px;
  width: 49px !important;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 18px;
  padding-left: 15px;
  margin-right: 12px;
}
.productsblock form button {
  border: 0;
  height: 38px;
  width: 146px;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.2px;
  line-height: 18px;
  background: #FF7800;
  color: #fff;
}

.bread {
  margin-top: 30px !important;
}
.bread a, .bread span {
  text-decoration: none;
  font-weight: 700px;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.18px;
  line-height: 18px;
}

h1 {
  margin: 30px 0px 0px 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  color: #092F87;
  letter-spacing: 0.34px;
  line-height: 60px;
}

/* CTA and cross block */
.ctaorange {
  display: flex;
  align-items: center;
  height: 46px;
  text-align: center;
  padding: 2px 28px 0px 28px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF7800;
}

.ctaorange2 {
  display: inline-block;
  text-align: center;
  padding: 18px 28px;
  margin: 20px 0px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF7800;
}

.cartbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  width: 46px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #092F87;
  
      position: relative;
}

/* woocommerce */
.term-description {
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  letter-spacing: -0.34px;
  margin-bottom: 40px;
}
.term-description p {
  max-width: 717px;
}

ul.tabs.wc-tabs {
  display: none;
}

.related h2 {
  margin: 40px 0px 0px 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  color: #092F87;
  letter-spacing: 0.34px;
  line-height: 60px;
}

.woocommerce-Tabs-panel h2 {
  margin: 40px 0px 20px 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  color: #092F87;
  letter-spacing: 0.34px;
  line-height: 1;
}
.woocommerce-Tabs-panel p {
  font-weight: 500;
  font-size: 19px;
  color: #000000;
  letter-spacing: -0.34px;
  margin: 0px 0px 40px 0px;
}
.woocommerce-Tabs-panel ul li {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  letter-spacing: -0.34px;
  max-width: 717px;
  margin: 0px 0px 10px 0px;
}

.productsingle {
  margin-top: 50px;
}
.productsingle .product_title {
  margin-left: 0px;
}
.productsingle .summary .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  letter-spacing: -1.45px;
  line-height: 18px;
}
.productsingle .woocommerce-Price-currencySymbol {
  font-family: Roboto;
}
.productsingle .cart button {
  border-radius: 0;
  border: 0;
  align-items: center;
  height: 46px;
  text-align: center;
  padding: 2px 28px 0px 28px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF7800 !important;
}
.productsingle .cart .qty {
  border: 1px solid #000;
  border-radius: 0;
  height: 46px;
  width: 92px !important;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.2px;
  line-height: 18px;
  padding-left: 15px;
  margin-right: 12px;
}
.productsingle .woocommerce-product-details__short-description p {
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  letter-spacing: -0.26px;
  line-height: 24px;
}
.productsingle .woocommerce-product-gallery {
  border: 2px solid #FF7800;
}
.productsingle .woocommerce-product-gallery figure {
  margin: 10px !important;
  background-color: #ececec;
}

.contentwrap > h2 {
  margin: 40px 0px 30px 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  color: #092F87;
  letter-spacing: 0.34px;
  line-height: 1.2;
}
.contentwrap > h3 {
  margin: 40px 0px 0px 0px;
  font-weight: 900;
  /*         text-transform: uppercase; */
  font-size: 40px;
  color: #092F87;
  letter-spacing: 0.34px;
  line-height: 60px;
}
.contentwrap > p {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  letter-spacing: -0.34px;
  margin: 0px 0px 40px 0px;
  clear: both;
}
.contentwrap > p a {
  font-weight: 500;
  font-size: 22px;
  color: #FF7800;
  letter-spacing: -0.34px;
  margin: 0px 0px 40px 0px;
}
.contentwrap ul a {
  font-weight: 500;
  font-size: 22px;
  color: #FF7800;
  letter-spacing: -0.34px;
  margin: 0px 0px 40px 0px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  align-items: center;
  height: 46px;
  text-align: center;
  padding: 2px 28px 0px 28px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF7800;
  justify-content: center;
  transition: 0.3s;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #fc8a26;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: flex;
  align-items: center;
  height: 46px;
  text-align: center;
  padding: 2px 28px 0px 28px;
  font-weight: 600;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF7800;
  justify-content: center;
  transition: 0.3s;
}

.looppostwrap {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
.looppostwrap > img {
  width: 300px;
  border: 10px solid #FFF;
  outline: 2px solid #FF7800;
  margin: 2px;
  aspect-ratio: unset;
  height: unset;
  
      max-width: 300px;
    max-height: 200px;
    min-width: 300px;
    min-height: 200px;
  
}
.looppostwrap .loopposttext h2 {
  margin: 0px 0px 20px 0px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  color: #092F87;
  letter-spacing: 0.34px;
  line-height: 1;
}
.looppostwrap .loopposttext h2 a, .looppostwrap .loopposttext h2 a:visited {
  text-decoration: none;
  color: #092F87;
}
.single h1 {
  margin-bottom: 40px;
}

#menutogle {
  display: none;
}

.logoandclose {
  display: none;
}



@media (min-width: 1281px) and (max-width: 1450px) {
	.menuheader > li a {
			font-size: 12px;
		}

}

@media (min-width: 1100px) and (max-width: 1280px) {
  .comm .headeroffer {
    display: flex !important;
  }
}
@media (min-width: 1001px) and (max-width: 1280px) {

	.runrow .wrap div {
		font-size: 15px;
	}
	
	.menuheader > li a {
		font-size: 12px;
	}

  .wrap, .site-main, .entry-title, .entry-content {
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px 15px;
    width: calc(100% - 30px);
  }

  .single h1 {
    font-size: 30px;
    line-height: 1;
  }

  .woocommerce-Tabs-panel h2 {
    font-size: 30px;
    line-height: 1;
  }

  .comm .headeroffer {
    display: none;
  }

  .mainheader {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 2px;
    font-size: 15px;
    letter-spacing: -0.2px;
  }
  .mainheader .wrap > ul > li {
    padding: 10px 6px;
  }
  .mainheader .wrap > a > img {
    width: 150px;
  }

  .productsblock {
    font-size: 15px;
  }
  .productsblock .product form button {
    font-size: 15px;
    width: 100px;
  }
  .productsblock .prodcol1 {
    width: 300px;
  }
  .productsblock .prodcol2 {
    width: 100px;
  }
  .productsblock .prodcol3 {
    width: 100px;
  }
  .productsblock .prodcol4 {
    width: 200px;
  }
}
@media (max-width: 550px) {
  .headeroffer {
    display: none;
  }
}
@media (max-width: 1000px) {
  .wrap {
    width: calc(100% - 40px);
    padding: 0;
  }

  @keyframes ticker {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .runrow {
    overflow: hidden;
  }
  .runrow > .wrap {
    display: flex;
    width: fit-content;
    animation: ticker 10s linear infinite;
  }
  .runrow > .wrap > div {
    white-space: nowrap;
  }

  h1 {
    margin-top: 30px !important;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    color: #092F87;
    letter-spacing: 0.34px;
    line-height: 1;
  }

  .productsblock .product-header {
    display: flex;
    color: #FFFFFF;
    height: unset;
    align-items: center;
    width: 100%;
    column-gap: 4px;
    flex-wrap: wrap;
  }
  .productsblock .product {
    display: flex;
    align-items: center;
    width: 100%;
    height: unset;
    column-gap: 4px;
    flex-wrap: wrap;
  }
  .productsblock .prodcol1 {
    width: 100%;
    line-height: 1 !important;
    padding: 20px 20px;
  }
  .productsblock .prodcol2 {
    width: calc(50% - 2px);
    text-align: center;
    margin: 5px 0px;
  }
  .productsblock .prodcol3 {
    width: calc(50% - 2px);
    text-align: center;
  }
  .productsblock .prodcol4 {
    width: 100%;
    padding: 0px 10px 0px 30px;
  }

  .logoandclose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .logoandclose > a img {
    height: 32px;
  }
  .logoandclose > div svg {
    width: 24px;
    height: 24spx;
  }

  .mainheader .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 96px;
  }
  .mainheader .wrap > a img {
    width: 80%;
  }
  .mainheader .comm .headeroffer {
    /* 				display: none; */
  }
  .mainheader .comm #menutogle {
    display: flex;
    padding: 2px 20px 0px 20px;
  }

  .menuheader {
    display: none;
  }

  .menuheader {
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    padding: 40px;
    overflow: scroll;
  }
  .menuheader .sub-menu {
    display: block;
    list-style-type: square;
    color: #f07101;
    position: relative;
    z-index: 20;
    background: #fff;
    width: auto;
    border: 0;
    padding: 12px 0px 0px 18px;
    left: unset;
    top: unset;
  }
  .menuheader .sub-menu li {
    margin: 0px 0px 8px 0px;
    line-height: 1;
  }
  .menuheader .sub-menu li a {
    font-size: 15px;
  }

  .sliderfront2 .slide {
    position: absolute;
    top: 30%;
    left: 20px;
  }

  .sliderfront2 .slide .h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .sliderfront2 .slide .h1 span {
    color: #092F87;
    text-shadow: 0 0 7px white;
  }
  .sliderfront2 .slide p {
    font-size: 15px;
    color: #000000;
    letter-spacing: -0.34px;
    text-shadow: 0 0 7px white;
    font-weight: 700;
    margin: 10px 0px;
    max-width: 623px;
  }

  .listing .iteminlist {
    display: block;
    width: calc(50% - 13px);
    text-decoration: none;
  }
  .listing .iteminlist img {
    width: calc(100% - 0px);
    border: 10px solid #FFF;
    outline: 2px solid #FF7800;
    margin: 2px;
    aspect-ratio: 1/1;
  }
  .listing .iteminlist .h3 {
    margin-top: 5px;
    text-transform: none;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    letter-spacing: -0.23px;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0);
  }

  .halfflex .halfblock {
    width: calc(100% - 0px);
    background: #fff;
    border: 10px solid #092F87;
    padding: 45px 45px 25px 45px;
  }
  .halfflex .halfblock h3 {
    font-size: 22px;
    line-height: 1;
  }
  .halfflex .halfblock h3 span {
    font-size: 15px;
  }
  .halfflex .halfblock ul li {
    margin: 10px 0px;
  }
  .halfflex .halfblock ul li a {
    font-size: 15px;
  }

  .halfflex .itemobject {
    height: 350px;
    width: calc(100% - 0px);
    display: block;
    border: 5px solid #092F87;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 20px;
  }

  .section h2 {
    margin: 80px 0px 20px 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 26px;
    color: #092F87;
    letter-spacing: 0.34px;
    line-height: 1;
  }
  .section p {
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    letter-spacing: -0.34px;
    max-width: 717px;
    margin: 0px 0px 40px 0px;
  }

  .photolist .photoitem {
    position: relative;
    width: calc(50% - 7px);
    display: block;
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: 50% 50%;
  }

  footer .footer-firstline a, footer .footer-firstline div {
    width: calc(100% - 20px);
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    line-height: 18px;
    margin: 0 0 20px 0px;
  }
  footer .footer-list {
    margin: 60px 0px 30px 0px;
  }
  footer .footer-list > div {
    width: calc(100% - 20px);
  }

  .videofront .videoflex .videobox, .videofront .videoflex .slick-list {
    background: #000;
    /* 				width: 100%; */
  }
  .videofront .videoflex .slick-arrow {
    display: none !important;
  }

  .woocommerce-Tabs-panel h2 {
    margin: 40px 0px 20px 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    color: #092F87;
    letter-spacing: 0.34px;
    line-height: 1;
  }
  .woocommerce-Tabs-panel p {
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    letter-spacing: -0.34px;
    margin: 0px 0px 40px 0px;
  }

  .looppostwrap {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .archive-description {
    overflow: hidden;
  }

  .contentwrap > h2 {
    margin: 30px 0px 20px 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    color: #092F87;
    letter-spacing: 0.34px;
    line-height: 1;
  }
  .contentwrap > h3 {
    margin: 30px 0px 20px 0px;
    font-weight: 900;
    /* text-transform: uppercase; */
    font-size: 22px;
    color: #092F87;
    letter-spacing: 0.34px;
    line-height: 1;
  }
}
.rank-math-breadcrumb {
  margin-top: 30px !important;
  max-width: 1440px;
  margin: 0px auto;
  padding: 0px 40px;
  width: calc(100% - 80px);
}
.rank-math-breadcrumb a, .rank-math-breadcrumb span {
  text-decoration: none;
  font-weight: 700px;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0.18px;
  line-height: 18px;
}

@media (max-width: 1000px) {
  .rank-math-breadcrumb {
    width: calc(100% - 40px);
    padding: 0;
  }
}
.wp-block-file {
  width: 30%;
  float: left;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0px 20px 20px 0px;
  min-height: 140px;
  display: flex;
  align-items: center;
}
.wp-block-file a {
  font-size: 17px;
  text-decoration: none;
  color: #092F87;
}

.wp-block-list li {
  font-size: 19px;
  margin-bottom: 30px;
}
.wp-block-list li a {
  font-size: 19px;
}

/* табилца в товаре */
.woocommerce-Tabs-panel table {
  border-collapse: collapse;
}

.woocommerce-Tabs-panel table tbody tr:nth-child(1) {
  background: #0a2f87;
  color: #fff;
}

.woocommerce-Tabs-panel table tbody tr td {
  border: 1px solid #a5a5a5;
  padding: 5px 12px;
}

@media (max-width: 1000px) {
  .woocommerce-Tabs-panel table {
    width: 100%;
    overflow-x: auto;
    display: block;
  }

  .woocommerce-Tabs-panel table tbody {
    width: 100%;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    margin: 0px auto;
    padding: 0px 0px;
    width: 100%;
  }
}




.contentwrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 50px;
    align-items: flex-start;
}

.imgprodcat {
	max-width: 500px;
	    border: 10px solid #FFF;
    outline: 2px solid #FF7800;
    margin: 2px;
}

.contentcatwrap h2 {
margin: 40px 0px 20px 0px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    color: #092F87;
    letter-spacing: 0.34px;
    line-height: 1;
}

.contentcatwrap p {
font-weight: 500;
    font-size: 19px;
    color: #000000;
    letter-spacing: -0.34px;
    margin: 0px 0px 40px 0px;
}

.posts-navigation {
	width: 100%;
}

.page-title {
	width: 100%;
}

.looppostwrap {
    width: 100%;
}

.loopposttext > div {

}

.loopposttext > img {

    width: 300px;
    border: 10px solid #FFF;
    outline: 2px solid #FF7800;
    margin: 2px;
    aspect-ratio: unset;
    height: unset;


    float: left;
    margin-right: 30px;
}

.cart-count {
	position: absolute;
    right: 2px;
    top: 3px;
    color: #ff7800;
}