/*!
Theme Name: gp
Theme URI: http://underscores.me/
Author: iFunk
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: gp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

* {
    font-family: 'Harmonia Sans Pro Cyr', Arial, sans-serif;
}

body {
    font-weight: 600;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #242424;
}

main {
	display: block;
}

h1 {
	font-weight: 600;
    font-size: 55px;
    line-height: 66px;
    margin: 0 0 35px 0;
}

.woocommerce-loop-product__link .img img {
	height: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    object-fit: contain;
}

h3 {
    font-size: 26px;
    line-height: 1;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

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;
}
.woocommerce-info {
    background-color: #fafafa !important;
    padding: 20px;
    margin-top: 0;
}
/**
 * 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #8AC44B;
}


a:focus {
	outline: thin dotted;
}

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

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

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

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

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


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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
    background: #F8F9FC;
    border-radius: 4px;
    border: 1px solid #F8F9FC;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    padding: 15.5px 20px;
    outline: 0;
    transition: .2s;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #8AC44B;
}

.wpcf7-list-item {
    margin: 0;
}



.req ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	justify-content: space-between;
    padding-right: 5vw;
}

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

.main-navigation ul ul {
    background: #323232;
    display: flex;
    flex-direction: column;
    padding: 28px 30px;
}

.main-navigation li.menu-item-has-children ul li:not(:last-child) {
    margin-bottom: 15px;
}

.main-navigation li.menu-item-has-children ul a {
    font-size: 15px;
}

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

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

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    transition: .2s;
}

.main-navigation a:hover {
    color: #8AC44B;
}

.main-navigation li.menu-item-has-children a {
    display: flex;
    align-items: center;
}

.main-navigation li.menu-item-has-children > a:after {
    content: '';
    background-image: url(/wp-content/themes/gp/img/caret.svg);
    width: 20px;
    height: 20px;
    display: block;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	z-index: 9;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}



/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.main_block .gallery figure .gallery-icon {
    height: 100%;
    overflow: hidden;
}

.main_block .gallery figure .gallery-icon img {
    height: 100%;
    display: block;
    object-fit: cover;
}

.video-page iframe {
    width: 100%;
    min-height: 500px;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

















.container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}

header #logo {
    width: 15%;
}

header .info {
    width: 80%;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    justify-content: space-between;
}


header .info .mail a,
header .info .address a {
    text-decoration: none;
    color: #242424;
    transition: .2s;
}

header .info .phones {
    display: flex;
    gap: 25px;
}

header .info .phones a {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    text-decoration: none;
    color: #242424;
    transition: .2s;
}

header .info .phones a:hover,
header .info .mail a:hover,
header .info .address a:hover {
    color: #8AC44B;
}

.header-order-btn {
    background: #8AC44B;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding: 18px 40.55px;
    transition: .2s;
}

.header-order-btn:hover {
    background: #2B74B9;
}

#order-show.open,
#order-show2.open {
    background: rgb(0 0 0 / 30%);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

#order-show .modal,
#order-show2 .modal {
    display: none;
    position: fixed;
    opacity: 0;
    transition: display 0s ease-in, opacity .4s ease-in;
    background: #fff;
    border-radius: 4px;
    z-index: 3;
    padding: 83px 60px 43px;
    max-width: 500px;
}

#order-show.open .modal,
#order-show2.open .modal {
    display: block;
    opacity: 1;
    top: 10vh;
    left: 50%;
    transform: translateX(-50%);
}

#order-show .modal .modal-close
#order-show2 .modal .modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer;
    transition: .2s;
}

#order-show .modal .modal-close:hover
#order-show2 .modal .modal-close:hover {
    transform: rotate(90deg);
}

#order-show .modal h3
#order-show2 .modal h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 110%;
    color: #242424;
    text-align: center;
}

#order-show p,
#order-show2 p {
    margin: 0 0 20px 0;
}

#order-show h3 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 22px;
}

#order-show a {
    text-decoration: none;
}

#order-show input[type="submit"] {
    margin-top: 30px;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 5px;
}

textarea {
    max-height: 90px;
}

.wpcf7-acceptance {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
}

input[type="submit"] {
    background: #8AC44B;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    width: 200px;
    padding: 16px 0;
    margin: 0 auto;
    display: block;
    transition: .2s;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #2B74B9;
}

input[type="submit"]:disabled:hover {
    background: #ccc;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    padding: 10px 20px;
}


input[type=radio]:not(old){
    display: none;
}
  
input[type=radio]:not(old) + label{
    display: inline-block;
    line-height: 36px;
    font-size: 12px;
    color: #34495e;
    cursor: pointer;
    margin-bottom: 10px;
}
  
input[type=radio]:not(old) + label:before{
    content: "";
    display: inline-block;
    background: url(images/check.png) 0 0 no-repeat;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 14px;
}
  
input[type=radio]:not(old):checked + label:before{
    background-position: 0 -36px;
}








#main_menu {
    background: #323232;
    padding: 24.5px 0;
}

body.home #main_menu {
    background: transparent;
    position: relative;
    z-index: 9;
}

#main_menu .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main_menu #searchform,
#main_menu .aws-container {
    display: flex;
    width: 73%;
    border-radius: 4px;
    overflow: hidden;
}

#searchform input,
#main_menu .aws-container input {
    background-color: #474747;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
}

body.home #searchform input {
    background-color: rgb(255 255 255 / 10%);
}

#searchform input[type=text],
#searchform input::placeholder,
#main_menu .aws-container input[type=text] {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

#main_menu #searchsubmit {
    background-image: url(img/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .2s;
    border: 0;
    width: 50px;
}

#slider {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

#slider .n2-ss-slider {
    padding: 0 !important;
}

#slider .slide_desc {
    padding: 35px 0 60px;
}

#slider #n2-ss-2 .slide_desc + div a {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 18px 50px;
    display: block;
    transition: .2s;
}

#slider #n2-ss-2 .slide_desc + div a > div {
    position: relative;
}

#slider #n2-ss-2 .slide_desc + div a > div:after {
    content: '';
    position: absolute;
    background-image: url(img/arr.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 54px;
    height: 8px;
    right: -40%;
    transition: .2s;
}

#slider #n2-ss-2 .slide_desc + div a:hover > div:after {
    right: -45%;
}











.home #categories {
    top: -43px;
    margin-bottom: -43px;
}

#categories {
    position: relative;
}

#categories .wrapper {
    display: flex;
    gap: 20px;
	justify-content: space-between;
}

.main_categories_link {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    line-height: 110%;
    max-height: 160px;
    border-radius: 4px;
    overflow: hidden;
}
a.main_categories_link.active {
    outline: 6px solid #8ac44b;
    position: relative;
}
a.main_categories_link.active:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #ffffff00, #8ac44b);
}
.term-description p {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.term-description {
    margin-top: 120px;
}
.main_categories_link img {
    width: 100%;
    max-width: 250px;
    height: 160px;
}

.main_categories_link .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 30%);
    transition: .2s;
}

.main_categories_link:hover .bg {
    background-color: rgb(0 0 0 / 50%);
}

.main_categories_link span {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22px;
    text-align: center;
    width: 100%;
    max-width: 134px;
}












#main_product {
    margin-top: 120px;
    margin-bottom: 100px;
}

.product_cycle .swiper-slide {
    display: grid;
    grid-template-columns: 1fr minmax(738px, 1fr) 1fr;
    align-items: center;
}

.product_cycle .swiper-slide .name {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 55px;
    line-height: 100%;
    gap: 35px;
}

.product_cycle .swiper-slide .name span {
    font-size: 30px;
    line-height: 130%;
}

.product_cycle .swiper-slide .img a {
    display: flex;
    justify-content: center;
    min-height: 440px;
    align-items: center;
}

.product_cycle .swiper-slide .img a:before {
    content: '';
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #8AC44B;
    display: block;
    position: absolute;
    z-index: -1;
}

.product_cycle .swiper-slide .img a img {
    max-width: 100%;
    height: 100%;
}

.product_cycle .swiper-slide .att ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product_cycle .swiper-slide .att ul li {
    display: flex;
    gap: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;    
}

.product_cycle .swiper-slide .att ul li:not(:last-child) {
    margin-bottom: 50px;
}

.product_cycle .swiper-slide .att ul li img {
    flex-basis: 57px;
    flex-shrink: 0;
    max-height: 50px;
}

#main_product .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,30%);
}

#main_product .swiper-button-next {
    right: var(--swiper-navigation-sides-offset,30%);
}

#main_product .swiper-button-next:after, #main_product .swiper-button-prev:after {
    color: #8ac44b;
}

.swiper-button-next, .swiper-button-prev {
    width: 70px;
}

#main_product .swiper-button-prev:after,
#main_product .swiper-button-next:after {
    background-image: url(img/arrow.svg);
    font-size: 0;
    width: 70px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

#main_product .swiper-button-next:after {
    transform: rotate(180deg);
}










#why {
    position: relative;
    margin-bottom: 100px;
}
#why .bg {
    background: #F8F9FC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.oil {
    position: absolute;
}

.oil1 {
    background-image: url(img/oil1.png);
    width: 338px;
    height: 509px;
    background-repeat: no-repeat;
    transform: rotate(-2deg);
    top: -42%;
    left: 0px;
    z-index: -1;
}

.oil2 {
    background-image: url(img/oil2.png);
    width: 400px;
    height: 509px;
    background-repeat: no-repeat;
    z-index: -1;
    bottom: -177px;
    left: 20%;
    transform: rotate(1deg);
}

.oil3 {
    background-image: url(img/oil3.png);
    background-repeat: no-repeat;
    width: 790px;
    height: 709px;
    top: -90px;
    right: 0;
}

#why .wrapper {
    display: flex;
    align-items: center;
    padding: 115px 0;
    gap: 5.4rem;
}

#why .main_text {
    max-width: 540px;
}

#why .name {
    font-weight: 600;
    font-size: 55px;
    line-height: 100%;
}

#why .sub_name {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    margin: 30px 0 20px;
}

#why .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
}

#why .att ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 350px;
}

.att ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    gap: 25px;
}

.att ul li:not(:last-child) {
    margin-bottom: 66px;
}

.att ul li img {
    flex-basis: 57px;
    flex-shrink: 0;
    max-height: 50px;
    max-width: 57px;
}











#opt {
    background-image: url(img/opt.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    padding-top: 60px;
    padding-bottom: 83px;
}

#opt .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#opt .text {
    max-width: 460px;
}

#opt .text h3 {
    font-weight: 600;
    font-size: 55px;
    line-height: 100%;
}

#opt .text p {
    font-weight: 400;
    font-size: 22px;
    line-height: 145%;
}

#opt .form > div {
    background: #323232;
    border-radius: 4px;
    padding: 80px 60px 56px;
}

#opt .form p {
    margin: 0;
}

#opt .form p label {
    display: block;
    margin-bottom: 20px;
}

#opt .form p .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
}

#opt .form a {
    text-decoration: none;
}

#opt .form .wpcf7-acceptance {
    color: #fff;
}
#opt .form input[type="submit"],
#opt .form input[type="submit"]:active {
    border: 0;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 12px;
    color: #fff;
    background: #dc3232;
    padding: 3px 10px;
    border-radius: 5px;
    opacity: 1;
    animation: blink 3s ease-in-out infinite;
    overflow: hidden;
    white-space: nowrap;
}

@keyframes blink {
    0% { opacity: 1; }
    25% { opacity: 0.5; }
    50% { opacity: 1; }
    75% { opacity: 0.5; }
    100% { opacity: 1; }
}






#partners {
    margin-top: -50px;
}

#partners .text {
    margin-bottom: 50px;
}

#partners h3 {
    font-weight: 600;
    font-size: 55px;
    line-height: 66px;
    margin: 0 0 30px 0;
}

#partners p {
    font-weight: 400;
    font-size: 22px;
    line-height: 145%;
    margin: 0;
    max-width: 416px;
}

.partner_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.partner_grid .item {
    background: #F8F9FC;
    width: 100%;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 54px;
}

.partner_grid .item img {
    max-width: 100%;
    max-height: 70%;
}
















footer {
    background: #F8F9FC;
    padding: 80px 0 0;
    margin-top: 60px;
    overflow: hidden;
    max-width: 100%;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
footer .containers {
    margin-top: 40px;
    
}
footer .map {
    position: relative;
    width: 100%;
}

footer .map > div {
    /*position: absolute;
    right: -160px;
    top: -80px;
    width: 780px;*/
}

footer .map iframe {
    width: 100%;
    position: relative;
}

footer .company {
    max-width: 240px;
}

footer .company p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin: 27px 0 22px;
}

#footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#footer-menu a {
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #242424;
    transition: .2s;
}

#footer-menu a:hover {
    color: #8ac44b;
}

footer .address {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #242424;
    text-decoration: none;
}

footer .phones {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

footer .phones a {
    text-decoration: none;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    color: #242424;
}

footer .mail {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #242424;
    text-decoration: none;
}

.sub_footer {
    padding: 30px 0;
}

.sub_footer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #4C4D51;
}

.sub_footer a {
    color: #4C4D51;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
}




nav.woocommerce-pagination {
    margin-top: 40px;
}

.woocommerce-breadcrumb,
.kama_breadcrumbs {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin: 30px 0;
}

.woocommerce-breadcrumb a,
.kama_breadcrumbs a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #242424;
}








.childs_cat .wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 35px;
}

.childs_cat a {
    text-decoration: none;
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    color: #242424;
    transition: .2s;
    padding: 22px 32px;
    background: #F8F9FC;
    border-radius: 4px;
}

.childs_cat a:hover, .childs_cat a.active {
    background-color: #242424;
    color: #fff;
}











#block-7 .wp-block-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #F8F9FC;
    border-radius: 4px;
    max-width: 386px;
    gap: 30px;
    padding: 40px 58px;
    margin-top: 0;
}

#block-7 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 120px;
    height: 120px;
    padding: 10px;
    margin: auto;
    background: transparent;
}

#block-7 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):hover {
    background: #fff;
    cursor: pointer;
    filter: drop-shadow(0px 6px 40px rgba(97, 126, 140, 0.12));
}

#block-7 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) img {
    object-fit: contain;
}

#block-7 .wp-block-gallery.has-nested-images figcaption {
    grid-row: 1/2;
    grid-column: 1/3;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}

.category_list .main_block,
body.page .main_block,
body.search-results .main_block {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 40px;
    margin-top: 30px;
}

.category_list .main_block .woocommerce-result-count,
.category_list .main_block .woocommerce-ordering {
    display: none;
}

.products_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    column-gap: 22px;
    row-gap: 50px;
}

.products_list .product {
    max-width: 100%;
    position: relative;
    height: fit-content;
	width: 100%;
}

.product a {
    text-decoration: none;
}

.product .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F9FC;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 1;
    transition:.2s;
	height: 250px;
    width: 100%;
}

.product .woocommerce-loop-product__title {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #242424;
    margin-bottom: 15px;
    transition:.2s;
}

.products_list .product:before {
    content: '';
    background: #fff;
    box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.08);
    border-radius: 4px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .2s;
}

.products_list .product:hover .img {
    background: #fff;
    z-index: 3;
}

.products_list .product:hover .woocommerce-loop-product__title {
    z-index: 3;
    font-weight: 600;
}

.products_list .product:hover:before {
    box-shadow: 0px 8px 38px rgba(50, 50, 50, 0.08);
    width: calc(100% + 30px);
    height: calc(100% + 85px);
    top: -15px;
    left: -15px;
    z-index: 2;
}

.product_link {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    background: #8AC44B;
    border-radius: 4px;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .1s;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.product_link:hover {
    background: #2B74B9;
}

.products_list .product:hover .product_link {
    height: auto;
    padding: 18px 0;
}

.products_list .product:hover .product .img,
.products_list .product:hover .product .woocommerce-loop-product__title {
    z-index: 3;
} 








.product_blocks {
    display: flex;
    gap: 80px;
}

h1.product_title {
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
}

.single-product div.product .woocommerce-product-gallery {
    flex-shrink: 0;
    width: 100%;
    max-width: 740px;
}

.single-product div.product .woocommerce-product-gallery figure {
    margin: 0;
}

.single-product div.product .woocommerce-product-gallery figure a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 75px 0;
    background: #F8F9FC;
    border-radius: 4px;
}
.woocommerce-product-details__short-description p {
    margin: 0 0 25px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
}
.product_blocks .price {
    display: none;
}

.files {
    display: flex;
    gap: 10px;
    align-items: center;
}
.files a {
    background: #8ac44b;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 5px;
    transition: .2s;
}
.files a:hover {
    background: #2B74B9;
}
.files svg {
    width: 20px;
}

.addtocart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.header-order-btn2 {
    min-width: 210px;
    text-align: center;
    height: 52px;
}
.vi-wpvs-variation-style {
    margin-bottom: 0 !important;
}
.vi-wpvs-variation-wrap {
    gap: 4px;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default {
    box-shadow: none !important;
    background: #F8F9FC !important;
    border-radius: 4px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding: 16px 14.3px !important;
    width: fit-content;
    min-width: 56px;
    justify-content: center;
}
.vi-wpvs-option-wrap.vi-wpvs-option-wrap-default {
    padding: 16px 14.3px !important;
    margin: 0 !important;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover,
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    margin: 0 !important;
    padding: 16px 14.3px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    box-shadow: none !important;
    width: fit-content;
    min-width: 56px;
    justify-content: center;
}

table.variations {
    margin: 0;
}
.modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
}
.vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    grid-template-columns: 3fr 8fr !important;
}


.woocommerce-tabs ul.tabs li a {
    padding: 0;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    gap: 70px;
    margin-top: 60px;
}

.wc-tabs li a {
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    color: #999999;
    text-decoration: none;
}

.wc-tabs .active a {
    color: #242424;
    text-decoration: none;
}
.woocommerce-tabs ul.tabs li a:focus {
    outline: none;
}

#tab-description {
    padding: 10px 40px 38px;
    background: #f2f2f2;
}
#tab-title-additional_information {
    display: none;
}

#tab-description p, #tab-description ul, #tab-description table {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
}

#tab-description ul {
    padding-left: 15px;
    margin: 0;
}

#tab-description strong {
    font-weight: 600;
}

.table-responsive {
    overflow-x: auto;
    margin: 20px 0;
}

#tab-description table tr th {
    background: #323232;
    color: #fff;
}

#tab-description table td {
    text-align: center;
}

#tab-description table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    min-width: 800px;
    background: #fff;
}

#tab-description table tr:nth-child(even){
    background-color: #f2f2f2;
}

body.single-product aside {
    display: none;
}

.woocommerce-pagination ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
}
.woocommerce-pagination ul span, .woocommerce-pagination ul a {
    text-decoration: none;
    font-size: 18px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}













article p, article ul {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
}

article ul {
    margin: 0;
    padding-left: 20px;
}


.woocommerce-notices-wrapper {
    position: relative;
    z-index: 9;
}

.woocommerce-message {
    background-color: #8ac44b !important;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
}

.woocommerce-message a {
    color: #fff;
}

.not-found {
    text-align: center;
}

.super {
    font-size: 1500%;
    line-height: 1;
    margin-bottom: 4rem;
}

.not-found #searchform {
    display: flex;
    max-width: 615px;
    margin: 0 auto;
}

.not-found #searchform input {
    background-color: rgb(71 71 71 / 50%);
}

.not-found #searchform input[type="submit"] {
    background-image: url(/wp-content/themes/gp/img/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 10%;
}

.h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    margin-top: 40px;
}

#heading h1 {
    text-align: center;
    margin: 40px 0 0 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    content: '';
    display: flex;
    background-image: url(/wp-content/themes/gp/img/magn.svg);
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #B0BFC6;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover,
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    border-radius: 6px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: unset !important;
    bottom: 35px !important;
    right: 35px !important;
}

.delim {
    margin: 0 12px;
}

.social {
    display: flex;
    gap: 5px;
}
.social a {
    display: flex;
}
a.round_social {
    width: 45px;
    height: 45px;
    background-color: #4a719e;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.product-price div {
    font-size: 24px;
}
.product-price {
    display: flex;
    gap: 5px;
    font-size: 16px;
    align-items: baseline;
    margin-bottom: 20px;
}

footer .company .managers p,
footer .menu .managers p {
    margin: 20px 0 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

footer .company .managers a {
    display: block;
}
.managers div {
    display: flex;
    gap: 5px;
}
.managers img {
    width: 35px;
}





































































@media screen and (max-width: 1800px) {
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 1480px !important;
}
.product_cycle .swiper-slide {
    grid-template-columns: 1fr minmax(600px, 1fr) 1fr;
}
.product_cycle .swiper-slide .name {
    font-size: 50px;
    gap: 25px;
}
#why .main_text {
    max-width: 510px;
}
#why .name {
    font-size: 50px;
}
#why .sub_name {
    font-size: 30px;
}
.oil3 {
    width: 770px;
}
/*footer .map > div {
    right: -140px;
    width: 760px;
}*/
.single-product div.product .woocommerce-product-gallery {
    max-width: 700px;
}
}








@media screen and (max-width: 1700px) {
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 1380px !important;
}
.product_cycle .swiper-slide .name {
    font-size: 40px;
    gap: 20px;
}
.product_cycle .swiper-slide .img a img {
    /*max-width: 60%;*/
}
.product_cycle .swiper-slide .img a:before {
    /*width: 480px;
    height: 480px;*/
}
.product_cycle .swiper-slide .att ul li {
    gap: 15px;
    font-size: 16px;
}
.product_cycle .swiper-slide .att ul li:not(:last-child) {
    margin-bottom: 40px;
}
#main_product .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,28%);
}
#main_product .swiper-button-next {
    right: var(--swiper-navigation-sides-offset,28%);
}
#why .wrapper {
    padding: 100px 0;
}
#why .name {
    font-size: 48px;
}
#why .sub_name {
    font-size: 28px;
}
.oil3 {
    width: 680px;
    height: 620px;
    background-size: contain;
    z-index: -1;
}
/*footer .map {
    max-width: 520px;
}
footer .map > div {
    width: 660px;
}*/
h1 {
    font-size: 50px;
    line-height: 58px;
}
#block-7 .wp-block-gallery {
    padding: 30px 40px;
}
.product_blocks {
    gap: 40px;
}
h1.product_title {
    font-size: 36px;
    line-height: 44px;
}
.single-product div.product .woocommerce-product-gallery {
    max-width: 600px;
}
}



@media screen and (max-width: 1680px) {
.header-order-btn {
    padding: 12px 28px;
    font-size: 14px;
}
header .info .phones a {
    font-size: 19px;
}
div#n2-ss-2 .n2-font-e9d2eb1aa72d463aa83c9d7f86ebcbb6-hover {
    font-size: 400% !important;
}
div#n2-ss-2 .n2-font-16d7a9575b88cec2b0be5ad73db73bcd-paragraph {
    font-size: 150% !important;
}
footer .phones a {
    font-size: 22px;
}
footer .company {
    max-width: 240px;
}
footer .company .social a {
    display: inline-flex;
    width: 40px;
}
.order_oil_product .header-order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
}









@media screen and (max-width: 1600px) {
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 1200px !important;
    width: 100%;
}
#categories .wrapper {
    gap: 15px;
}
.main_categories_link {
    font-size: 15px;
    max-height: 130px;
}
.main_categories_link img {
    height: 130px;
}
div#n2-ss-2 .n2-font-e9d2eb1aa72d463aa83c9d7f86ebcbb6-hover {
    font-size: 350% !important;
}
div#n2-ss-2 .n2-font-16d7a9575b88cec2b0be5ad73db73bcd-paragraph {
    font-size: 130% !important;
}
#slider #n2-ss-2 .slide_desc + div a {
    font-size: 15px;
    padding: 15px 40px;
}
.product_cycle .swiper-slide .name {
    font-size: 36px;
    gap: 15px;
}
.product_cycle .swiper-slide .img a img {
    /*max-width: 55%;*/
}
#main_product .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,25%);
}
#main_product .swiper-button-next {
    right: var(--swiper-navigation-sides-offset,26%);
}
#why .name {
    font-size: 46px;
}
.oil3 {
    width: 590px;
}
#why .wrapper {
    padding: 70px 0;
}
#why .sub_name {
    font-size: 26px;
    margin: 20px 0 20px;
}
#why .text {
    font-size: 18px;
}
.att ul li:not(:last-child) {
    margin-bottom: 40px;
}
#opt {
    background-size: 70%;
    background-position-x: 85%;
}
#opt .form > div {
    border-radius: 4px;
    padding: 50px 45px;
}
.products_list {
    grid-template-columns: repeat(3, 1fr);
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    padding: 12px 20px;
}
h1.product_title {
    font-size: 32px;
    line-height: 40px;
}
.vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    display: flex !important;
    flex-direction: column;
    align-items: baseline !important;
}
.addtocart {
    align-items: end;
}
}






@media screen and (max-width: 1500px) {
.container {
    padding-left: 120px;
    padding-right: 120px;
}
header .info .phones {
    gap: 10px;
}
.gallery-columns-4 {
    grid-template-columns: repeat(3, 1fr);
}
#opt .text h3 {
    font-size: 50px;
}
#opt .text p {
    font-size: 20px;
}
#why .name {
    font-size: 42px;
}
#opt .text h3 {
    font-size: 42px;
}
#partners h3 {
    font-size: 42px;
}
#partners p {
    font-size: 18px;
}
/*footer .map {
    max-width: 440px;
}
footer .map > div {
    width: 580px;
    right: -120px;
}*/
footer .address {
    font-size: 14px;
}
#footer-menu {
    gap: 25px;
}
footer .company {
    max-width: 210px;
}
.oil1 {
    top: -55%;
}
.oil3 {
    width: 580px;
}
h1 {
    font-size: 46px;
    line-height: 54px;
}
}






header .info .address {
    width: 310px;
}

@media screen and (max-width: 1430px) {
header .info {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
}
header .info .address, header .info .mail {
    grid-column: 1/2;
}
header .info .phones {
    grid-row: 1/3;
    grid-column: 2/4;
}
header .info  .order_oil {
    grid-row: 1/3;
    grid-column: 4/5;
}
.header-order-btn {
    display: flex;
    justify-content: center;
}
#why .name,
#opt .text h3,
#partners h3 {
    font-size: 38px;
}
#why .sub_name {
    font-size: 22px;
}
#why .text,
#opt .text p,
#partners p {
    font-size: 16px;
}
#why .main_text {
    max-width: 440px;
}
.att ul li:not(:last-child) {
    margin-bottom: 30px;
}
.att ul li img {
    flex-basis: 45px;
    max-height: 40px;
    max-width: 45px;
}
.att ul li {
    font-size: 16px;
    gap: 20px;
}
.oil3 {
    width: 540px;
}
.oil1 {
    top: -70%;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    padding: 10px 20px;
    font-size: 14px;
}
footer .company {
    max-width: 170px;
}
/*footer .map {
    max-width: 380px;
}
footer .map > div {
    width: 500px;
}*/
footer .phones a {
    font-size: 20px;
}
#block-7 .wp-block-gallery.has-nested-images figcaption {
    font-size: 20px;
}
#block-7 .wp-block-gallery {
    padding: 30px;
}
h1.product_title {
    font-size: 28px;
    line-height: 36px;
}
.woocommerce-product-details__short-description p,
#tab-description p {
    font-size: 16px;
}
.wc-tabs li a {
    font-size: 22px;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
}

#main_product .swiper-button-prev:after,
#main_product .swiper-button-next:after {
    width: 50px;
    height: 11px;
}
}






@media screen and (max-width: 1366px) {
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 1024px !important;
}
div#n2-ss-2 .n2-font-e9d2eb1aa72d463aa83c9d7f86ebcbb6-hover {
    font-size: 280% !important;
}
div#n2-ss-2 .n-uc-A3iho7WnCNLp {
    max-width: 670px !important;
}
div#n2-ss-2 .n2-font-16d7a9575b88cec2b0be5ad73db73bcd-paragraph {
    font-size: 110% !important;
}
div#n2-ss-2 .n-uc-aK32FAB0sODG {
    max-width: 380px;
}
#slider #n2-ss-2 .slide_desc + div a {
    font-size: 14px;
    padding: 12px 25px;
    font-weight: 400;
}
#categories .wrapper {
    gap: 10px;
}
.main_categories_link {
    font-size: 14px;
}
.main_categories_link span {
    max-width: 160px;
}
.home #categories {
    top: -30px;
}
.main-navigation a {
    font-size: 16px;
}
header .info .phones a {
    font-size: 18px;
}
#why .name, #opt .text h3, #partners h3 {
    font-size: 34px;
}
#why .sub_name {
    font-size: 20px;
}
#why .main_text {
    max-width: 390px;
}
#why .att ul {
    padding-left: 20px;
}
.oil3 {
    width: 500px;
}
#why .wrapper {
    padding: 50px 0;
    gap: 3rem;
}
#block-7 .wp-block-gallery {
    gap: 20px;
}
.single-product div.product .woocommerce-product-gallery {
    max-width: 520px;
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default, .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover, .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    font-size: 14px;
}
}






@media screen and (max-width: 1280px) {
.container {
    padding-left: 100px;
    padding-right: 100px;
}
.product_cycle .swiper-slide {
    grid-template-columns: 2fr 1fr 1fr;
}
.product_cycle .swiper-slide .img {
    grid-column: 1/2;
    grid-row: 1/3;
}
.product_cycle .swiper-slide .name,
.product_cycle .swiper-slide .att {
    grid-column: 2/4;
}
#main_product .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset,0%);
}
#main_product .swiper-button-next {
    right: var(--swiper-navigation-sides-offset,0%);
}
.product_cycle .swiper-slide .img a {
    min-height: 440px;
}
.product_cycle .swiper-slide .img a:before {
    width: 390px;
    height: 390px;
}
.product_cycle .swiper-slide .name {
    font-size: 34px;
    gap: 10px;
}
.product_cycle .swiper-slide .name span {
    font-size: 22px;
}
.product_cycle .swiper-slide .att ul li:not(:last-child) {
    margin-bottom: 25px;
}
.product_cycle .swiper-slide .att {
    max-width: 420px;
}
#main_product {
    margin-bottom: 130px;
}
#why .name, #opt .text h3, #partners h3 {
    font-size: 30px;
}
#why .sub_name {
    font-size: 18px;
}
.oil3 {
    width: 470px;
    top: -70px;
}
footer {
    padding: 50px 0 0;
}
/*footer .map > div {
    top: -50px;
    width: 470px;
}
footer .map iframe {
    height: 284px;
}
footer .map {
    max-width: 350px;
}*/
h1 {
    font-size: 40px;
    line-height: 48px;
}
.single-product div.product .woocommerce-product-gallery {
    max-width: 460px;
}
h1.product_title {
    font-size: 26px;
    line-height: 34px;
}
}







@media screen and (max-width: 1200px) {
div#n2-ss-2 .n-uc-YRdHXTW8NBzw {
    padding: 0 !important;
}
div#n2-ss-2 .n-uc-A3iho7WnCNLp {
    max-width: 490px !important;
}
.gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
}
#categories .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
}
.main_categories_link img {
    height: 160px;
}
.product_cycle .swiper-slide .img a {
    min-height: 410px;
}
.product_cycle .swiper-slide .img a:before {
    width: 390px;
    height: 390px;
}
.product_cycle .swiper-slide .name {
    font-size: 30px;
}
.oil3 {
    width: 400px;
    top: -40px;
}
footer .container .wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
}
footer .company {
    grid-column: 1/2;
    max-width: unset;
}
footer .contacts {
    grid-column: 1/3;
    padding-top: 20px;
}
footer .menu {
    grid-column: 2/3;
    padding-left: 20px;
}
footer .contacts + div {
    grid-column: 3/5;
    grid-row: 1/3;
    max-width: unset;
}
/*footer .map > div {
    top: 0;
    right: 0;
    width: 100%;
}*/
footer .company p {
    margin: 10px 0 15px;
}
footer .company .social a {
    display: inline-flex;
    width: 35px;
    height: auto;
}
footer .phones {
    margin: 10px 0;
}
footer .address br {
    display: none;
}
/*footer .map iframe {
    height: 295px;
}*/
.products_list {
    grid-template-columns: repeat(2, 1fr);
}
.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-default, .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover, .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected {
    font-size: 13px;
    padding: 13px 7px !important;
    width: 44px;
}
.order_oil_product .header-order-btn {
    height: 44px;
    min-width: 160px;
}
}













@media screen and (max-width: 1152px) {
header .info .phones {
    flex-direction: column-reverse;
    gap: 5px;
}
header .info {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
}
#why .wrapper {
    gap: 0;
}
#order-show .modal, #order-show2 .modal {
    padding: 35px 60px 20px;
}
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 930px !important;
}
div#n2-ss-2 .n2-font-e9d2eb1aa72d463aa83c9d7f86ebcbb6-hover {
    font-size: 250% !important;
}
div#n2-ss-2 .n2-font-16d7a9575b88cec2b0be5ad73db73bcd-paragraph {
    font-size: 100% !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
}
.oil3 {
    width: 360px;
    top: -15px;
}
#why .name, #opt .text h3, #partners h3 {
    font-size: 28px;
}
#why .text, #opt .text p, #partners p {
    font-size: 14px;
}
#why .sub_name {
    font-size: 16px;
}
.att ul li {
    font-size: 14px;
    gap: 15px;
}
.att ul li img {
    flex-basis: 35px;
    max-height: 30px;
    max-width: 35px;
}
#why .att ul {
    max-width: 310px;
}
#opt .form > div {
    padding: 25px 30px;
}
input[type="submit"] {
    font-size: 14px;
    padding: 10px 0;
}
#footer-menu a {
    font-size: 16px;
}
#footer-menu {
    gap: 20px;
}
.main-navigation a {
    font-size: 14px;
}
#main_menu {
    padding: 15px 0;
}
#slider {
    top: -69px;
    margin-bottom: -60px;
}
#main_menu #searchform {
    width: 63%;
}
}






@media screen and (max-width: 1024px) {

.container {
    padding-left: 60px;
    padding-right: 60px;
}
header .info .phones a {
    font-size: 16px;
}
#main_menu #searchform {
    width: 55%;
}
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 870px !important;
}
.product_cycle .swiper-slide .img a {
    min-height: 370px;
}
.product_cycle .swiper-slide .img a img {
    /*max-width: 80%;*/
}
.product_cycle .swiper-slide .img a:before {
    width: 360px;
    height: 360px;
}
.product_cycle .swiper-slide .name {
    font-size: 26px;
}
.product_cycle .swiper-slide .att ul li {
    font-size: 14px;
}
.product_cycle .swiper-slide .name span {
    font-size: 18px;
}
.oil2 {
    width: 370px;
    height: 470px;
    background-size: contain;
    bottom: -260px;
    left: -10%;
    transform: rotate(10deg);
}
.oil3 {
    width: 450px;
    top: -55px;
    z-index: -2;
}
#why .main_text {
    max-width: 60%;
}
#opt {
    background-size: 80%;
    background-position-x: 55%;
    background-position-y: 40%;
}
header .info {
    grid-template-columns: 2.5fr 1fr 1fr 1.5fr;
}
.category_list .main_block, body.page .main_block, body.search-results .main_block {
    grid-template-columns: 1fr;
}
#sidebar-cat {
    grid-row: 2/3;
}
#block-7 .wp-block-gallery {
    grid-template-columns: repeat(5, 1fr);
    max-width: unset;
}
#block-7 .wp-block-gallery.has-nested-images figcaption {
    grid-column: 1/6;
}
.products_list {
    grid-template-columns: repeat(3, 1fr);
}
.single-product div.product .woocommerce-product-gallery figure a {
    padding: 30px 0;
}
.single-product div.product .woocommerce-product-gallery {
    max-width: 400px;
}
.woocommerce-product-details__short-description p, #tab-description p {
    font-size: 15px;
    margin: 0 0 15px 0;
}
h1.product_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.partner_grid {
    grid-template-columns: repeat(3, 1fr);
}
}



@media screen and (max-width: 960px) {
.addtocart {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    gap: 10px;
}
.vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    align-items: flex-end !important;
}
}





@media screen and (max-width: 930px) {
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 780px !important;
}
div#n2-ss-2 .n2-font-e9d2eb1aa72d463aa83c9d7f86ebcbb6-hover {
    font-size: 240% !important;
}
#slider .slide_desc {
    padding: 20px 0 40px;
}
.main_categories_link {
    width: 30%;
}
.home #categories {
    top: 0;
}
#slider {
    margin-bottom: -30px;
}
#opt .wrapper {
    flex-direction: column;
    gap: 40px;
}
#opt .text {
    max-width: unset;
}
#opt .form {
    align-self: end;
}
#opt {
    background-size: 90%;
    background-position-x: -30%;
    background-position-y: 70%;
}
.header-order-btn {
    padding: 10px 15px;
    font-size: 12px;
    max-width: 140px;
}
.woocommerce-product-details__short-description p, #tab-description p {
    font-size: 14px;
    margin: 0 0 10px 0;
}
#heading h1 {
    margin: 80px 0 0 0;
}
}








@media screen and (max-width: 860px) {
.container {
    padding-left: 30px;
    padding-right: 30px;
}
.not-found h1 {
    font-size: 30px;
    line-height: 38px;
}
.video-page iframe {
    min-height: 400px;
}
header #logo {
    width: 8%;
}
header .info {
    width: 92%;
}
header .info {
    grid-template-columns: 2.5fr 1fr .5fr 1.2fr;
}
div#n2-ss-2 .n-uc-ZfvReA0tKNcI {
    padding: 60px 10px 60px 10px !important;
}
.product_cycle .swiper-slide .img a {
    min-height: 330px;
}
.product_cycle .swiper-slide .img a:before {
    width: 310px;
    height: 310px;
}
#why .wrapper {
    flex-direction: column;
}
#why .main_text {
    max-width: unset;
    margin-bottom: 30px;
}
#why .att ul {
    display: flex;
    max-width: unset;
    align-items: center;
    padding-left: 0;
}
#why .att ul li:not(:last-child) {
    margin-bottom: 0;
}
#why .att ul li {
    padding-right: 15px;
}
footer .wrapper {
    grid-template-rows: 1fr .5fr;
}
/*footer .map {
    grid-column: 1/5;
    grid-row: 2/3;
}*/
footer .company {
    grid-column: 1/3;
        padding-bottom: 20px;
}
footer .contacts {
    grid-column: 1/3;
    grid-row: 2/3;
    padding-top: 0;
}
footer .menu {
    grid-column: 1/5;
    padding-left: 0;
    grid-row: 3/4;
    align-self: end;
}
#footer-menu {
    flex-direction: column;
    margin-bottom: 30px;
}
.products_list {
    column-gap: 10px;
}
.product_blocks {
    flex-direction: column;
    align-items: center;
}
.single-product div.product .woocommerce-product-gallery {
    max-width: unset;
}
.addtocart {
    flex-direction: row;
}
.vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal {
    flex-direction: row;
    align-items: center !important;
}
.vi-wpvs-variation-style.vi-wpvs-variation-style-horizontal th.label {
    flex-shrink: 0 !important;
}
}














@media screen and (max-width: 800px) {
header .wrapper {
    padding: 15px 0;
}
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 680px !important;
}
.product_cycle .swiper-slide .name {
    font-size: 24px;
}
.product_cycle .swiper-slide .img a {
    min-height: 280px;
}
.product_cycle .swiper-slide .img a:before {
    width: 280px;
    height: 280px;
}
.product_cycle .swiper-slide .att ul li:not(:last-child) {
    margin-bottom: 15px;
}
.product_cycle .swiper-slide .name span {
    font-size: 16px;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    padding: 7px 15px;
}
/*footer .map iframe {
    height: 320px;
}*/
.products_list {
    grid-template-columns: repeat(2, 1fr);
}
.products_list .product {
    max-width: unset;
}
h1 {
    font-size: 36px;
    line-height: 44px;
}
#block-7 .wp-block-gallery.has-nested-images figcaption {
    grid-column: 1/5;
}
#block-7 .wp-block-gallery {
    grid-template-columns: repeat(4, 1fr);
}
}








@media screen and (max-width: 767px) {
div#n2-ss-2 .n2-font-e9d2eb1aa72d463aa83c9d7f86ebcbb6-hover {
    font-size: 200% !important;
}
#slider .slide_desc {
    padding: 15px 0 20px;
}
#slider {
    top: 0;
    margin-bottom: 0;
}
body.home #main_menu {
    background: #323232;
}
.home #categories {
    padding-top: 30px;
}
.main-navigation a {
    font-size: 13px;
    font-weight: 400;
}
.main_categories_link img {
    height: 110px;
}
.main_categories_link {
    max-height: 110px;
}
.main_categories_link span {
    bottom: 15px;
}
#searchform input[type=text], #searchform input::placeholder {
    font-size: 13px;
}
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 650px !important;
}
footer .container .wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}















@media screen and (max-width: 700px) {
.product_cycle .swiper-slide .name {
    grid-column: 1/4;
    text-align: center;
    margin-bottom: 20px;
}
.product_cycle .swiper-slide .img {
    grid-column: 1/4;
    grid-row: 2/3;
}
.product_cycle .swiper-slide .img a img {
    max-width: 65%;
}
.product_cycle .swiper-slide .img a:before {
    width: 320px;
    height: 320px;
}
.product_cycle .swiper-slide .att {
    grid-column: 1/4;
    max-width: unset;
    justify-self: center;
    margin-top: 20px;
}
footer .wrapper {
    grid-template-rows: 1fr .3fr;
}
#main_menu #searchform {
    width: 45%;
}
.super {
    font-size: 1000%;
    margin-bottom: 2rem;
}
.not-found h1 {
    font-size: 26px;
    line-height: 32px;
}

.video-page iframe {
    min-height: 350px;
}
}










@media screen and (max-width: 660px) {
.main_categories_link {
    width: 28%;
}
header .info {
    grid-template-columns: 2fr 2fr 2fr;
}
header .info .address, header .info .mail {
    display: none;
}
header .info .phones {
    grid-row: 1/2;
    grid-column: 1/3;
    flex-direction: row;
    justify-self: center;
        gap: 10px;
}
header .info .order_oil {
    grid-row: 1/2;
    grid-column: 3/4;
    justify-self: flex-end;
}
div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 590px !important;
}
.product_cycle .swiper-slide .img a img {
    max-width: 60%;
}
.product_cycle .swiper-slide .img a:before {
    width: 280px;
    height: 280px;
}
.product_cycle .swiper-slide .att ul li img {
    max-height: 33px;
}
.oil3 {
    width: 300px;
    top: -85px;
}
#why .att ul li {
    padding-right: 10px;
    font-size: 12px;
}
#opt {
    background-image: unset;
    padding-top: 30px;
}
#opt .form {
    align-self: center;
}
#opt .wrapper {
    gap: 0;
}
footer {
    margin-top: 60px;
}
#block-7 .wp-block-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
#block-7 .wp-block-gallery.has-nested-images figcaption {
    grid-column: 1/4;
}
footer .contacts + div {
    grid-column: 1/5;
    grid-row: 1/2;
    margin-bottom: 20px;
}
footer .company {
    grid-column: 1/5;
    grid-row: 2/3;
}
footer .contacts {
    grid-column: 1/5;
    grid-row: 3/4;
}
footer .menu {
    grid-column: 1/5;
    grid-row: 4/5;
    margin-top: 20px;
}
}











@media screen and (max-width: 600px) {

.main-navigation .menu-toggle {
    background-color: #474747;
    border: 0;
    padding: 5px 10px;
}
#main_menu #searchform {
    width: 100%;
}
.main-navigation ul {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #474747;
    left: -50%;
    width: 50%;
    padding: 30px;
    transition: .2s;
}
.main-navigation.toggled #primary-menu {
    
    left: 0;
}
.main-navigation a {
    font-size: 16px;
}
.main-navigation li {
    margin-bottom: 20px;
}
div#n2-ss-2 .n2-ss-slide-limiter {
    padding: 0 30px;
    box-sizing: border-box !important;
}
.main_categories_link {
    width: 40%;
}
.main_categories_link {
    max-height: 90px;
}
.main_categories_link img {
    height: 90px;
}
footer .wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
footer .phones a {
    font-size: 16px;
}
footer .mail {
    font-size: 14px;
}
footer .contacts {
    padding-top: 20px;
}
.addtocart {
    flex-direction: column;
}

#heading h1 {
    font-size: 30px;
    line-height: 38px;
}
.swiper-button-next, .swiper-button-prev {
    width: 30px;
}

#main_product .swiper-button-prev:after,
#main_product .swiper-button-next:after {
    width: 30px;
    height: 15px;
}
}








@media screen and (max-width: 550px) {
header .info .phones {
    flex-direction: column;
    gap: 0;
    justify-self: end;
}
header .wrapper {
    padding: 10px 0;
}

.video-page iframe {
    min-height: 250px;
}
#slider #n2-ss-2 .slide_desc + div a {
    font-size: 12px;
    padding: 10px 25px;
}
.product_cycle .swiper-slide .name {
    font-size: 20px;
}
.product_cycle .swiper-slide .img a:before {
    width: 260px;
    height: 260px;
}
.oil1 {
    top: -45%;
    width: 220px;
    height: 420px;
    background-size: contain;
}
.oil3 {
    width: 220px;
    top: -60px;
}
}





@media screen and (max-width: 480px) {
.container {
    padding-left: 15px;
    padding-right: 15px;
}
header .info .phones a {
    font-size: 14px;
}
#main_menu {
    padding: 5px 0;
}
.main-navigation .menu-toggle svg {
    width: 20px;
}
.main-navigation ul {
    left: -70%;
    width: 70%;
}
#categories .wrapper {
    justify-content: space-between;
    column-gap: unset;
}
.main_categories_link {
    width: 48%;
}
.home #categories {
    margin-bottom: 0;
}
#main_product {
    margin-top: 60px;
}
.product_cycle .swiper-slide .img a img {
    max-width: 70%;
}
#why .att ul li {
    display: flex;
    flex-direction: column;
    text-align: center;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
    font-size: 12px;
}
#partners h3 {
    line-height: 46px;
    margin: 0;
}
.partner_grid {
    grid-template-columns: repeat(3, 1fr);
}
footer .wrapper {
    grid-template-rows: 1fr .5fr;
}
footer .company {
    grid-column: 1/5;
}
footer .contacts {
    grid-column: 1/5;
    grid-row: 3/4;
    padding-top: 0;
}
/*footer .map {
    grid-row: 3/4;
}*/
footer .menu {
    grid-row: 4/5;
    align-self: center;
}
footer {
    padding: 30px 0 0;
}
#block-7 .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr);
}
#block-7 .wp-block-gallery.has-nested-images figcaption {
    grid-column: 1/3;
}
.product .woocommerce-loop-product__title {
    font-size: 14px;
}
#heading h1 {
        margin: 40px 0 0 0;
        font-size: 26px;
    line-height: 34px;
}
}












@media screen and (max-width: 425px) {
header .info {
    grid-template-columns: 2fr 2fr 2.5fr;
}
#why .name, #opt .text h3, #partners h3 {
    font-size: 24px;
}
#opt .form p label {
    margin-bottom: 15px;
}
.products_list {
    grid-template-columns: 1fr;
}
.products_list .product:hover:before {
    display: none;
}
.products_list .product .product_link {
    height: auto;
    padding: 18px 0;
    position: relative;
}
h1.product_title {
    font-size: 20px;
    line-height: 26px;
}
.wc-tabs li a {
    font-size: 18px;
}
.not-found h1 {
    font-size: 18px;
    line-height: 22px;
}
.super {
    font-size: 600%;
    margin-bottom: 2rem;
}
.not-found p {
    font-size: 14px;
}

.video-page iframe {
    min-height: 200px;
}
}

.order_oil {
	display: flex;
	flex-direction: row-reverse;
	gap: 10px;
	align-items: center;
}

.header-ozon-btn {
	height: 21px;
}

.header-ozon-btn img {
	height: 21px;
}

@media screen and (max-width: 660px) {
	header .info {
    display: flex;
}
}

@media screen and (max-width: 425px) {
.header-ozon-btn {
	display: none;
}
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: flex;
	flex-direction: column;
}

.onsale {
	position: absolute;
    bottom: -100px;
    left: 0;
}

#order-show input[type="submit"] {
    margin-top: 0;
}

.marketplaces {
	display: flex;
	gap: 10px;
	align-items: center;
}

.marketplaces a:nth-child(1), .marketplaces a:nth-child(1) img {
	height: 40px;
	border-radius: 5px;
}

@media screen and (max-width: 1500px) {
    header .info .phones {
        flex-direction: column;
    }
}

@media screen and (max-width: 1400px) {
    header .info .marketplaces {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    header .info .marketplaces {
        display: none;
    }
	
	.sub-menu {
		height: fit-content;
		width: 100% !important;
		box-sizing: content-box;
	}
	
	.order_oil {
		flex-direction: column;
	}
	
	.sub_footer .wrapper {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}
}

.buy-wb {
	background: #fd005e;
}

.buy-ozon {
	background: #04f;
}

#opt .captcha-image {
	border: 1px solid #FFF;
}

#opt .captcha-image svg path {
	fill: #FFF;
}

#opt .cf7ic_instructions {
	color: #FFF;
}

.regions {
    position: relative;
}

#regions-list {
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #ebebeb;
    width: 800px;
    max-width: 800px;
    padding: 20px;
    display: none;
    flex-wrap: wrap;
    gap: 40px;
}

.regions:hover #regions-list {
    display: flex;
}

.current-region {
    cursor: pointer;
}

.region-block {
    display: flex;
    flex-direction: column;
}

.region-block h1 {
    margin: o;
}

.region-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.region__elem {
    cursor: pointer;
}

.current-region span {
    color: #0004b3;
    text-decoration: underline;
}

.blog-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-wrapper article {
	width: 100%;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 30px 40px;
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-wrapper article h2 {
	margin-top: 0;
}

.blog-wrapper article > a {
	height: 200px;
}
.blog-wrapper article > a img {
	width: 100%;
	height: 100%;
	    object-fit: cover;
}

.region-block span {
	font-size: 20px;
}

.video-wrapper {
    display: flex;
	flex-direction: column;
    gap: 20px;
    padding-top: 50px;
}

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

.video__elem {
    width: 23%;
    box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.75);
    padding: 30px;
    border-radius: 5px;
}

th.product-price {
    margin: 0;
}

.checkout-button,
.form-row.place-order button {
    background: #8AC44B;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding: 18px 40.55px;
    transition: .2s;
    width: fit-content;
}


.shop_table.woocommerce-checkout-review-order-table {
    width: 500px;
}
.shop_table.woocommerce-checkout-review-order-table th {
    text-align: left;
}

.wc_payment_method {
    list-style: none;
}

.wc_payment_methods.payment_methods.methods {
    padding: 0;
}

.wc_payment_method input {
    display: block !important;
    float: left;
    margin: 10px 0;
    margin-right: 10px;
}

.wc_payment_method label::before {
    display: none !important;
}

header .mail {
    display: flex;
    flex-direction: column;
}

.header-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.header-cart span {
    position: absolute;
    background: #8AC44B;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 12px;
    top: 0;
    left: 15px;
}

.woof_reset_button_2 {
    background: #8AC44B;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding: 10px 40.55px;
    transition: .2s;
}

.woof_products_top_panel li span, .woof_products_top_panel2 li span {
    background: url(https://gp-oil.group/wp-content/uploads/2025/01/close-md-svgrepo-com-1.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right;
}

.woof_radio_term_reset img {
	width: 24px;
	height: 24px;
}

table.shop_table_responsive tr td.product-remove a {
    color: red;
    text-decoration: none;
    font-size: 24px;
}

button[name="update_cart"] {
    background: #8AC44B;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: block;
    padding: 10px 20px;
    transition: .2s;
    width: fit-content;
        margin-left: auto;
}

.product-quantity input {
    width: 90px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background: #F8F9FC;
    padding: 10px 20px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thread {
    margin-bottom: 20px;
}

.cart-collaterals {
    background: #F8F9FC;
    width: fit-content;
    padding: 20px 140px;
}

.cart-collaterals h2 {
    margin-top: 0;
}

@media screen and (max-width: 500px) {

	.header-cart {
		font-size: 0;
	}
}

.telegram-url {
	width: 250px;
    height: 47px;
    display: block;
    position: fixed;
    right: -125px;
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);	
	z-index: 99999999;
}

@media screen and (max-width: 900px) {
	.telegram-url {
		width: 166px;
    	height: 31px;
    	right: -82px;
	}	
}

.blog-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1700px) {
    .blog-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1500px) {
    .blog-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1100px) {
    .blog-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .blog-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
.blog-list > a {
    text-decoration: none;
    position: relative;
    height: 350px;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-list > a::before {
	content: '';
	opacity: 0.5;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.blog-list h2 {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    margin: 0;
	position: relative;
	z-index: 2;
}

.blog-list p {
    font-size: 14px;
}

#sidebar-cat {
    max-width: 386px;
}

.product-price del {
	order: 2;
}

.products_list .product:hover .onsale {
	opacity: 0;
}

.single-product div.product > h3 {
	margin-top: 64px;
    margin-bottom: 1.5em;
}
.single-product div.product .price {
	display: flex;
	font-size: 22px;
}
.single-product div.product .price del {
	order: 3;
	margin-left: 5px;
}








.bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc {
    position: relative;
    padding-right: 25px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.bapf_radio_chck ul li input[type=checkbox] {
    width: 22px;
    height: 22px;
}
.bapf_radio_chck ul li input[type=checkbox]:checked:after {
    top: 1px;
    left: 5px;
}
.bapf_head h3 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 9px;
}
.bapf_head.bapf_colaps_togl {
	cursor: pointer;
}
.single-product div.product .price > span {
	display: flex;
	
}
.products_list .product .price {
	display: flex;
	    position: relative;
    z-index: 3;
}
.products_list .product .price del {
    order: 3;
	    margin-left: 5px;
}












.b-page_newyear {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.b-page__content{min-height:110px}
.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
   position:absolute;
   top:0;
   left:0;
   display:block;
   height:115px;
   width:100%;
   overflow:hidden;
   background:url(http://media1.webproject.group/ny/b-head-decor_newyear.png) repeat-x 0 0
}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}

.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(http://media1.webproject.group/ny/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{
position:absolute;
width:100%;
height:100%;
-webkit-transform-origin:50% 0;
-moz-transform-origin:50% 0;
-o-transform-origin:50% 0;
transform-origin:50% 0;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
pointer-events:none
}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{-webkit-transform:rotate(-9deg);-moz-transform:rotate(-9deg);-o-transform:rotate(-9deg);transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{-webkit-transform:rotate(-6deg);-moz-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{-webkit-transform:rotate(1.5deg);-moz-transform:rotate(1.5deg);-o-transform:rotate(1.5deg);transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{-webkit-transform:rotate(-1.5deg);-moz-transform:rotate(-1.5deg);-o-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}


.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    text-align: center;
}

.blog-wrapper .pagination {
    display: flex;
    justify-content: center;
    gap: 20px;
}


@media screen and (max-width: 800px) {
    .main-navigation {
        width: fit-content;
    }
    
    #main_menu #searchform, #main_menu .aws-container {
        width: 100%;
    }
    
    #main_menu .wrapper {
        gap: 10px;
    }
    
    .partner_grid .item {
        padding: 0 5px;
    }
    
    .woocommerce-cart-form__cart-item.cart_item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .product-subtotal {
        display: none !important;
    }
    
    .product-price {
        margin:0;
    }
    
    .product-name::before {
        display: none !important;
    }
    
    .product-thumbnail::before {
        display: none !important;
    }
    
    .cart.woocommerce-cart-form__contents tbody {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .cart-collaterals {
        width: 100%;
        padding: 20px 40px;
    }
    
    .cart-subtotal {
        display: none;
    }
    
    .wc-proceed-to-checkout {
        display: flex;
        justify-content: center;
    }
    
}
@media screen and (max-width: 1024px) {
.berocket_single_filter_widget{display:none;}
}