/*!
Theme Name: product-line.liftmann.by
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: product-line-liftmann-by
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    box-sizing: border-box;
}

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

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

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

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: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

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

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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

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

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

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

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

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

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

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

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

    .menu-toggle {
        display: none;
    }

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

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

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

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

@font-face {
    font-family: 'Caros Soft';
    src: local("Caros Soft Light"), local("Caros-Soft-Light"), url("/wp-content/themes/product-line-liftmann-by/fonts/CarosSoftLight.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caros Soft';
    src: local("Caros Soft Regular"), local("Caros-Soft-Regular"), url("/wp-content/themes/product-line-liftmann-by/fonts/CarosSoft.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caros Soft';
    src: local("Caros Soft Medium"), local("Caros-Soft-Medium"), url("/wp-content/themes/product-line-liftmann-by/fonts/CarosSoftMedium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caros Soft';
    src: local("Caros Soft Bold"), local("Caros-Soft-Bold"), url("/wp-content/themes/product-line-liftmann-by/fonts/CarosSoftBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* style */
body {
    font-weight: 400;
    font-family: Caros Soft;
    letter-spacing: -.15px;
    color: #1D1D1B;
    padding-top: 92px;
}

.page {
    margin: 0;
}

h1, .h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
    font-weight: 400;
}

h2, .h2 {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}

h3, .h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}

h4, .h4 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
}

h5, .h5 {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #1D1D1B;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

/* header */
header.site-header {
    background: #F6F6F6;
    border-bottom: 1px solid #D9D9D9;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

header.site-header .header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
}

header.site-header .header .logo {
    height: 42px;
    display: block;
}

header.site-header .header .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

header.site-header .header .d-flex-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

header.site-header .header .site-header__title {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
}

header.site-header .header .d-flex-block .text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.2px;
    color: #7D7D7D;
}

header.site-header .header .d-flex-block .text a {
    color: #E42313;
    font-size: 16px;
    line-height: 20px;
    display: block;
    position: relative;
}

header.site-header .header .d-flex-block .text a:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    height: 1px;
    width: 36px;
    background: #E42313;
    transform: translateX(-50%);
    transition: .2s linear;
}

header.site-header .header .site-header__contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

header.site-header .header .site-header__contacts .phone {
    display: flex;
    gap: 10px;
    align-items: center;
}

header.site-header .header .site-header__contacts .phone a {
    transition: .3s linear;
    font-size: 18px;
    line-height: 22px;
}

header.site-header .header .site-header__contacts .phone a:hover {
    color: #E42313;
}

header.site-header .header .site-header__contacts .phone a:focus {
    outline: none;
    color: #810303;
}

header.site-header .header .site-header__contacts .text {
    font-size: 16px;
    color: #7D7D7D;
}

/* end header */


/* style for index.php */
.accordion-products .sections-block {
    padding: 24px 0 48px 0;

}

.accordion-products .sections-bg {
    background: linear-gradient(to bottom, #E42313, #1D1D1B);
}

.accordion-products .sections-block .section .section-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 8px;
}

.accordion-products .sections-block .section .section-button .icon-button {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-products .sections-block .section .section-button .icon-button img {
    width: 12px;
    height: 20px;
    object-fit: contain;
}

.accordion-products .sections-block .section .section-button .text-button {
    color: #fff;
    font-weight: 300;
}

.accordion-products .sections-block .section .section-about {
    background: #fff;
    padding: 8px 0 32px 0;
}

.accordion-products .sections-block .section:last-child .section-about {
    padding-bottom: 0;
}

.accordion-products .sections-block .section .section-about__block {
    background: #F6F6F6;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 8px;
}

.accordion-products .sections-block .section .section-about__frame {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
}

.accordion-products .sections-block .section .section-item {
    /*border: 1px solid #D9D9D9;*/
    outline: 1px solid #D9D9D9;
    outline-offset: -1px;
    padding: 8px;
    min-height: 226px;
    max-width: 160px;
    width: 100%;
    transition: .3s linear;
    display: block;
    position: relative;
}

.accordion-products .sections-block .section .section-item:focus {
    color: #1D1D1B;
}

.accordion-products .sections-block .section .section-item:hover {
    outline-color: #E42313;
    transition: .3s linear;
}

.accordion-products .sections-block .section .section-item .item-img {
    margin-bottom: 8px;
    width: 144px;
    height: 136px;
}

.accordion-products .sections-block .section .section-item .plates {
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px;
}

.accordion-products .sections-block .section .section-item .plates span.plate {
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    text-transform: lowercase;
    background: #343434;
}

.accordion-products .sections-block .section .section-item .plates span.plate.popular {
    background: #E42313;
}

.accordion-products .sections-block .section .section-item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.accordion-products .sections-block .section .section-item .item-body .item-title {
    margin-bottom: 4px;
    font-size: 15px;
}

.accordion-products .sections-block .section .section-item .item-body .item-title.little {
    font-size: 12px;
    line-height: 14px;
}

.accordion-products .sections-block .section .section-item:hover .item-title {
    color: #1D1D1B;
}

.accordion-products .sections-block .section .section-item .item-body .item-icons {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.accordion-products .sections-block .section .section-item .item-body .item-icons .icon {
    display: flex;
    align-items: center;
    gap: 2px;
}

.accordion-products .sections-block .section .section-item .item-body .item-icons .img-icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-products .sections-block .section .section-item .item-body .item-icons .img-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.accordion-products .sections-block .section .section-item .item-body .item-icons .text {
    font-size: 12px;
    line-height: 15px;
    color: #7D7D7D;
    display: flex;
    align-items: center;
}

.accordion-products .sections-block .section .section-item .item-body .item-icons .icon {
    position: relative;
}

.accordion-products .sections-block .section .section-item .item-body .item-icons .icon .hidden-text {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -22px;
    font-size: 12px;
    line-height: 15px;
    color: #2d2d2d;
    background: #dedede;
    border-radius: 2px;
    padding: 2px 4px;
    transform: translateY(10px);
    white-space: nowrap;
    z-index: 2;
    transition: .3s ease-out;
}


.accordion-products .sections-block .section .section-sub .section-about__frame {
    position: relative;
    padding-left: 8px;
}

.accordion-products .sections-block .section .section-sub .section-about__frame:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 226px;
    width: 1px;
    background: #E42313;
}

.accordion-products .sections-block .section .section-sub .section-sub__title {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0;
    margin-bottom: 8px;
}

.accordion-products .sections-block .section .section-sub .icon-sub {
    padding: 4px;
    width: 30px;
    height: 30px;
    display: block;
    flex-shrink: 0;
}


/* end style for index.php */

/* footer */
footer.site-footer {
    background: #F6F6F6;
}

footer.site-footer .footer {
    padding-top: 48px;
    padding-bottom: 36px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

footer.site-footer .footer .site-block-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

footer.site-footer .footer .site-block-info .site {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

footer.site-footer .footer .site-block-info .site span {
    font-size: 20px;
    line-height: 24px;
}

footer.site-footer .footer .site-block-info .site a {
    color: #E42313;
    font-size: 24px;
    line-height: 24px;
    display: block;
    position: relative;
}

footer.site-footer .footer .site-block-info .site a:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    height: 1px;
    width: 63px;
    background: #E42313;
    transform: translateX(-50%);
    transition: .2s linear;
}

footer.site-footer .footer .logo {
    height: 50px;
    display: block;
}

footer.site-footer .footer .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

footer.site-footer .footer .block-contacts {
    display: flex;
    flex-direction: column;
    gap: 66px;
    align-items: flex-start;
    padding-right: 100px;
}

footer.site-footer .footer .block-contacts .block-top {
    display: flex;
    gap: 102px;
}

footer.site-footer .footer .block-contacts span {
    font-size: 20px;
    line-height: 24px;
}

footer.site-footer .footer .contacts,
footer.site-footer .footer .social-media {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

footer.site-footer .footer .contacts .phones {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer.site-footer .footer .contacts .phone {
    display: flex;
    gap: 10px;
    align-items: center;
}

footer.site-footer .footer .contacts .phone a {
    transition: .2s linear;
    font-size: 18px;
    line-height: 22px;
}

footer.site-footer .footer .contacts .phone a:hover {
    color: #E42313;
}

footer.site-footer .footer .contacts .phone a:focus {
    outline: none;
    color: #810303;
}

footer.site-footer .footer .contacts .text {
    font-size: 16px;
    line-height: 24px;
    color: #7D7D7D;
}

footer.site-footer .footer .contacts .gmail {
    display: flex;
    gap: 12px;
    align-items: center;
}

footer.site-footer .footer .contacts .gmail .icon-email {
    width: 24px;
    height: 24px;
    background: url("/wp-content/themes/product-line-liftmann-by/img/email.svg") no-repeat top;
    background-size: auto;
    transition: .2s background linear;
}

footer.site-footer .footer .contacts .gmail:hover .icon-email {
    background: url("/wp-content/themes/product-line-liftmann-by/img/email-open.svg") no-repeat top;
    background-size: auto;
}

footer.site-footer .footer .contacts .gmail a {
    color: #868686;
    text-decoration: underline;
    letter-spacing: -.3px;
    transition: .2s color linear;
}

footer.site-footer .footer .contacts .gmail:hover a {
    color: #E42313;
}

footer.site-footer .footer .social-media .social-items {
    display: flex;
    gap: 20px;
}

footer.site-footer .footer .social-media .social-items .item {
    height: 36px;
}

footer.site-footer .footer .social-media .social-items .item a svg path {
    transition: .2s linear;
}

footer.site-footer .footer .social-media .social-items .item a:hover svg path {
    fill: #E42313;
}

/* end footer */

/* product page */
.prod-page .button__come-back {
    margin: 24px 0;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    color: #7D7D7D;
}

.prod-page .button__come-back a {
    display: flex;
    color: #7D7D7D;
    transition: .3s ease-out;
}

.prod-page .button__come-back svg path {
    transition: .2s linear;
}

.prod-page .button__come-back a:visited {
    color: #7D7D7D;
}

.prod-page .button__come-back a:hover {
    color: #E42313;
}

.prod-page .button__come-back a:hover svg path {
    stroke: #E42313;
}

.prod-page .top-information {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 48px;
}

/* ------ slider ------ */
.prod-page .top-information .block__slider-photo {
    width: 650px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prod-page .top-information .block__slider-photo .main-slider {
    border: 1px solid #D9D9D9;
    background: #fff;
}

.prod-page .top-information .block__slider-photo .block__main-slider {
    position: relative;
}

.prod-page .top-information .block__slider-photo .main-slider .item {
    width: 100%;
    height: 510px;
}

.prod-page .top-information .block__slider-photo .main-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.prod-page .top-information .block__slider-photo .block__main-slider .slick-arrow {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.prod-page .top-information .block__slider-photo .block__main-slider .slick-arrow:before {
    content: none;
}

.prod-page .top-information .block__slider-photo .block__main-slider .slick-arrow svg path {
    transition: .2s linear;
}

.prod-page .top-information .block__slider-photo .block__main-slider .slick-arrow:hover svg path {
    stroke: #E42313;
}

.prod-page .top-information .block__slider-photo .block__main-slider .slick-next {
    right: 24px;
}

.prod-page .top-information .block__slider-photo .block__main-slider .slick-prev {
    left: 24px;
}

.prod-page .top-information .block__slider-photo .second-slider .item {
    border: 1px solid #D9D9D9;
    background: #fff;
    width: 203px;
    height: 203px;
}

.prod-page .top-information .block__slider-photo .second-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.prod-page .top-information .block__slider-photo .second-slider .slick-track {
    display: flex;
    gap: 20px;
}

.prod-page .top-information .block__slider-photo .second-slider .slick-dots {
    position: relative;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.prod-page .top-information .block__slider-photo .second-slider .slick-dots li {
    margin: 0;
    width: 12px;
    height: 12px;
}

.prod-page .top-information .block__slider-photo .second-slider .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    transition: .2s linear;
    border-radius: 50%;
}

.prod-page .top-information .block__slider-photo .second-slider .slick-dots li button:hover {
    background: #E42313;
}

.prod-page .top-information .block__slider-photo .second-slider .slick-dots li.slick-active button {
    background: #E42313;
}

.prod-page .top-information .block__slider-photo .second-slider .slick-dots li button:before {
    content: none;
}

/* ------ end slider ------ */


.prod-page .top-information .block__text-information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.prod-page .top-information .block__text-information .title-prod {
    text-transform: uppercase;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}

.prod-page .top-information .block__text-information .sub-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}

.prod-page .top-information .block__text-information .sub-title p {
    margin: 0;
}

.prod-page .top-information .block__text-information .sub-text {
    font-size: 16px;
    line-height: 20px;
    color: #7D7D7D;
    margin-bottom: 24px;
}

.prod-page .top-information .block__text-information .sub-text p {
    margin: 0;
}

.prod-page .top-information .block__text-information .sub-text ul {
    margin-left: 0;
    padding-left: 30px;
}

.prod-page .top-information .block__text-information .block-icons {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 54px;
    flex-wrap: wrap;
    max-width: 434px;
}

.prod-page .top-information .block__text-information .block-icons .name-icon {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    font-size: 18px;
    line-height: 22px;
}

.prod-page .top-information .block__text-information .block-icons .name-icon .icon {
    display: flex;
    flex-shrink: 0;
}

.prod-page .top-information .block__text-information .block-icons .name-icon .icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.prod-page .top-information .block__text-information .block-icons .name-icon .value {
    font-size: 16px;
    line-height: 18px;
    color: #7D7D7D;
    margin-top: 4px;
}

.prod-page .top-information .block__text-information a.button-red {
    padding: 10px 20px;
    background: #E42313;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    transition: .2s linear;
    margin-bottom: 16px;
    display: inline-block;
}

.prod-page .top-information .block__text-information a.button-red:hover {
    background: #1D1D1B;
}

.prod-page .top-information .block__text-information .block__features {
    background: #F6F6F6;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.prod-page .top-information .block__text-information .block__features .text-title {
    font-size: 24px;
    line-height: 28px;
}

.prod-page .top-information .block__text-information .block__features .text-title span {
    color: #E42313;
}

.prod-page .top-information .block__text-information .block__features .text .detail-title-element-preview,
.prod-page .top-information .block__text-information .block__features .text > p{
    font-size: 18px;
    line-height: 22px;
}

.prod-page .top-information .block__text-information .block__features .text > p {
    margin: 0;
}

.prod-page .top-information .block__text-information .block__features .text ul{
    margin: 8px 0 0 0;
    padding: 0 0 0 30px;
}

.prod-page .bottom-information .information__item,
.prod-page .bottom-information {
    margin-bottom: 48px;
}

.prod-page .bottom-information .information__item:last-child {
    margin-bottom: 0;
}

.prod-page .bottom-information .information__item .title-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background: #E42313;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.prod-page .bottom-information .information__item .title-button .arrow {
    display: none;
    transition: .2s linear;
}

.prod-page .bottom-information .information__item .title-button .hint {
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
}

.prod-page .bottom-information .information__item .info_block {
    padding: 22px 0 0 0;
}

.prod-page .bottom-information .information__item .info_block.technical-parameters {
    max-width: 1600px;
    overflow: auto;
}

.prod-page .bottom-information .information__item .info_block table {
    background: #F6F6F6;
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}

.prod-page .bottom-information .information__item .info_block table td {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    color: #7D7D7D;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.prod-page .bottom-information .information__item .info_block table th {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 12px;
    color: #343434;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.prod-page .bottom-information .information__item .info_block table td[rowspan] {
    color: #343434;
    font-weight: 500;
    vertical-align: text-bottom;
}

.prod-page .bottom-information .information__item .info_block.technical-parameters table tr:last-child td:first-child {
    color: #343434;
    font-weight: 500;
}

.prod-page .bottom-information .information__item .accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.prod-page .bottom-information .information__item .accordion-item {
    border: 0;
    border-radius: 8px;
    background: #F6F6F6;
    padding: 16px;
}

.prod-page .bottom-information .information__item .accordion-item .arrow svg,
.prod-page .bottom-information .information__item .accordion-item .arrow svg path {
    transition: .2s linear;
}

.prod-page .bottom-information .information__item .accordion-item.show .arrow svg {
    transform: rotate(-180deg);
}

.prod-page .bottom-information .information__item .accordion-item.show .arrow svg path {
    stroke: #E42313;
}

.prod-page .bottom-information .information__item .accordion .accordion-button {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    box-shadow: none;
    padding: 0;
}

.prod-page .bottom-information .information__item .accordion .accordion-button:after {
    content: none;
}

.prod-page .bottom-information .information__item .accordion .accordion-button .name-table {
    font-size: 20px;
    line-height: 24px;
    color: #1D1D1B;
}

.prod-page .bottom-information .information__item .accordion .accordion-button .name-table .sub-text {
    color: #7D7D7D;
    font-size: 16px;
    line-height: 20px;
    margin-top: 2px;
}

.prod-page .bottom-information .information__item .accordion .accordion-body {
    padding: 16px 0 0 0;
    display: none;
}

.prod-page .bottom-information .information__item .block-schemes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.prod-page .bottom-information .information__item .block-schemes .img {
    width: 654px;
    height: 453px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-page .bottom-information .information__item .block-schemes img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.prod-page .bottom-information .information__item .documents {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.prod-page .bottom-information .information__item .documents .doc-item {
    width: calc((100% / 4) - 16px + (16px / 4));
    min-width: 240px;
    padding: 12px;
    background: #F6F6F6;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.prod-page .bottom-information .information__item .documents .doc-item > div {
    display: flex;
    align-items: center;
}

.prod-page .bottom-information .information__item .documents .doc-item .img-doc {
    width: 54px;
    height: 54px;
    margin-right: 12px;
    flex-shrink: 0;
}

.prod-page .bottom-information .information__item .documents .doc-item .img-doc img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prod-page .bottom-information .information__item .documents .doc-item .name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}

.prod-page .bottom-information .information__item .documents .doc-item .size {
    color: #7D7D7D;
    font-size: 16px;
    line-height: 18px;
}

.prod-page .bottom-information .information__item .documents .doc-item .save-doc,
.prod-page .bottom-information .information__item .documents .doc-item .open-doc {
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.prod-page .bottom-information .information__item .documents .doc-item .save-doc {
    margin-right: 8px;
}

.prod-page .bottom-information .information__item .documents .doc-item .save-doc svg,
.prod-page .bottom-information .information__item .documents .doc-item .open-doc svg {
    width: 24px;
    height: 24px;
}

.prod-page .bottom-information .information__item .documents .doc-item .save-doc svg path,
.prod-page .bottom-information .information__item .documents .doc-item .open-doc svg path {
    transition: .2s linear;
}

.prod-page .bottom-information .information__item .documents .doc-item .save-doc:hover svg path,
.prod-page .bottom-information .information__item .documents .doc-item .open-doc:hover svg path {
    stroke: #E42313;
}

/* end product page */

/* @media */

@media (min-width: 768px) {
    .accordion-products .sections-block .section .section-item .item-body .item-icons .icon:hover .hidden-text {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
    }

    footer.site-footer .footer .site-block-info .site a:hover:before {
        width: 100%;
    }

    header.site-header .header .d-flex-block .text a:hover:before {
        width: 100%;
    }
}

@media (max-width: 1640px) {
    .container {
        padding: 0 20px;
        max-width: none;
    }

    footer.site-footer .footer .block-contacts {
        padding: 0;
    }

    /* product page */
    .prod-page .top-information .block__text-information {
        max-width: none;
    }

    .prod-page .bottom-information .information__item .documents .doc-item {
        width: calc((100% / 3) - 16px + (16px / 3));
    }

    /* end product page */
}

@media (max-width: 1300px) {
    .prod-page .top-information .block__slider-photo,
    .prod-page .top-information .block__text-information {
        width: calc(100% / 2 - 20px / 2);
    }

    .prod-page .bottom-information .information__item .block-schemes .img {
        width: calc(100% / 2 - 20px / 2);
    }
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    body {
        padding-top: 151px;
    }

    /* header */
    header.site-header .header {
        flex-wrap: wrap;
        padding: 0;
        gap: 16px;
    }

    header.site-header .header .site-branding {
        order: 1;
        padding: 20px 0 0 20px;
    }

    header.site-header .header .site-header__contacts {
        order: 2;
        padding: 20px 20px 0 0;
    }

    header.site-header .header .d-flex-block {
        order: 3;
        width: 100%;
        background: #fff;
        padding: 14px;
    }

    header.site-header .header .d-flex-block .text {
        display: none;
    }

    header.site-header .header .site-header__title {
        text-align: center;
    }

    /*	end header */
    /*	footer */
    footer.site-footer .footer {
        flex-wrap: wrap;
        gap: 26px;
    }

    footer.site-footer .footer .block-contacts {
        gap: 36px;
    }

    footer.site-footer .footer .site-block-info {
        flex-direction: column-reverse;
    }

    /*	end footer */
    /* product page */
    .prod-page .top-information {
        flex-direction: column;
    }

    .prod-page .top-information .block__slider-photo,
    .prod-page .top-information .block__text-information {
        width: 100%;
    }

    .prod-page .bottom-information .information__item .block-schemes .img {
        height: 400px;
    }

    .prod-page .bottom-information .information__item .documents .doc-item {
        width: 100%;
        max-width: none;
    }

    .prod-page .bottom-information .information__item .info_block.technical-parameters,
    .prod-page .bottom-information .information__item .info_block .accordion-body {
        overflow: scroll;
        height: 670px;
    }

    .prod-page .bottom-information .information__item .info_block table {
        width: 992px;
        height: 630px;
    }

    /* end product page */
}

@media (max-width: 768px) {
    body {
        padding-top: 113px;
    }

    .container {
        padding: 0 16px;
    }

    /* header */
    header.site-header .header {
        gap: 16px 10px;
    }

    header.site-header .header .site-branding {
        padding: 16px 0 0 16px;
    }

    header.site-header .header .logo {
        height: 26px;
        width: 120px;
    }

    header.site-header .header .site-header__contacts {
        padding: 16px 16px 0 0;
        gap: 4px;
    }

    header.site-header .header .site-header__title {
        padding: 10px;
        font-size: 20px;
        line-height: 24px;
    }

    header.site-header .header .site-header__contacts .phone a {
        font-size: 12px;
        line-height: 16px;
    }

    header.site-header .header .site-header__contacts .text {
        font-size: 10px;
        line-height: 14px;
    }

    /*	end header */
    /*	footer */
    footer.site-footer .footer {
        gap: 26px;
        padding-top: 24px;
        padding-bottom: 16px;
    }

    footer.site-footer .footer .block-contacts .block-top {
        flex-wrap: wrap;
        gap: 24px;
    }

    footer.site-footer .footer .contacts,
    footer.site-footer .footer .social-media,
    footer.site-footer .footer .site-block-info .site {
        gap: 16px;
    }

    footer.site-footer .footer .contacts,
    footer.site-footer .footer .social-media,
    footer.site-footer .footer .site-block-info {
        width: 100%;
    }

    footer.site-footer .footer .logo {
        height: 35px;
    }

    footer.site-footer .footer .logo img {
        width: auto;
    }

    footer.site-footer .footer .site-block-info .site span,
    footer.site-footer .footer .block-contacts span {
        font-size: 16px;
        line-height: 18px;
    }

    footer.site-footer .footer .contacts .phones {
        gap: 4px;
    }

    footer.site-footer .footer .contacts .phone a,
    footer.site-footer .footer .contacts .gmail a {
        font-size: 12px;
        line-height: 16px;
    }

    footer.site-footer .footer .contacts .text {
        font-size: 10px;
        line-height: 16px;
    }

    footer.site-footer .footer .contacts .gmail {
        gap: 8px;
    }

    footer.site-footer .footer .contacts .gmail .icon-email {
        width: 16px;
        height: 16px;
        background-size: contain;
    }

    footer.site-footer .footer .contacts .gmail:hover .icon-email {
        background: url(/wp-content/themes/product-line-liftmann-by/img/email-open.svg) no-repeat top;
        background-size: contain;
    }

    footer.site-footer .footer .block-bottom {
        font-size: 12px;
        line-height: 14px;
    }

    /*	end footer */
    /* style for index.php */
    .accordion-products .sections-block {
        padding: 24px 0 36px;
    }

    .accordion-products .sections-block .section .section-button {
        gap: 8px;
    }

    .accordion-products .sections-block .section .section-button .icon-button {
        width: 24px;
        height: 24px;
        transition: .2s linear;
    }

    .accordion-products .sections-block .section .section-button .icon-button img {
        width: 8px;
        height: 14px;
    }

    .accordion-products .sections-block .section .section-button.show .icon-button {
        transform: rotate(-180deg);
    }

    .accordion-products .sections-block .section .section-button .text-button {
        font-size: 14px;
        line-height: 16px;
        min-height: 32px;
        display: flex;
        align-items: center;
    }

    .accordion-products .sections-block .section .section-about {
        padding: 8px 0 8px 0;
    }

    .accordion-products .sections-block .section:last-child .section-about {
        padding: 0;
    }

    .accordion-products .sections-block .section .section-about__block {
        padding: 14px;
        display: none;
    }

    .accordion-products .sections-block .section .section-about__frame {
        gap: 14px;
    }

    .accordion-products .sections-block .section .section-item {
        min-height: 216px;
        max-width: 158px;
    }

    .accordion-products .sections-block .section .section-item .item-body .item-title {
        font-size: 14px;
        line-height: 16px;
    }

    .accordion-products .sections-block .section .section-sub {
        width: 100%;
        margin-bottom: 10px;
    }

    .accordion-products .sections-block .section .section-sub:last-child {
        margin-bottom: 0;
    }

    .accordion-products .sections-block .section .section-sub .section-sub__title {
        padding: 4px 0;
        margin: 0;
        gap: 8px;
    }

    .accordion-products .sections-block .section .section-sub .icon-sub {
        width: 24px;
        height: 24px;
        padding: 3px;
        transition: .2s linear;
    }

    .accordion-products .sections-block .section .section-sub .section-sub__title.show .icon-sub {
        transform: rotate(-180deg);
    }

    .accordion-products .sections-block .section .section-sub .section-sub__title span {
        font-size: 14px;
        line-height: 16px;
        min-height: 32px;
        display: flex;
        align-items: center;
    }

    .accordion-products .sections-block .section .section-sub .section-about__frame {
        padding-left: 0;
        margin-top: 8px;
        display: none;
    }

    .accordion-products .sections-block .section .section-sub .section-about__frame:before {
        content: none;
    }

    /* end style for index.php */
    /* product page */
    .prod-page .button__come-back {
        margin: 24px 0 16px 0;
    }

    .prod-page .top-information {
        gap: 24px;
        margin-bottom: 36px;
    }

    .prod-page .top-information .block__text-information .title-prod {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .prod-page .top-information .block__text-information .sub-title,
    .prod-page .top-information .block__text-information .block__features .text > p{
        font-size: 16px;
        line-height: 18px;
    }

    .prod-page .top-information .block__text-information .block__features .text {
        font-size: 12px;
        line-height: 14px;
    }

    .prod-page .top-information .block__text-information .block__features .text-title{
        font-size: 18px;
        line-height: 22px;
    }

    .prod-page .top-information .block__text-information .block__features .text .technical-parameters-preview-wrap ul,
    .prod-page .top-information .block__text-information .sub-text ul{
        padding-left: 20px;
    }

    .prod-page .top-information .block__text-information .block__features .text .detail-title-element-preview,
    .prod-page .top-information .block__text-information .block__features .text > p {
        font-size: 16px;
        line-height: 20px;
    }

    .prod-page .top-information .block__text-information .sub-text {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 16px;
    }

    .prod-page .top-information .block__text-information .block__features {
        gap: 12px;
    }

    .prod-page .top-information .block__text-information .block-icons {
        margin-bottom: 20px;
    }

    .prod-page .top-information .block__text-information .block-icons .name-icon {
        font-size: 16px;
        line-height: 18px;
    }

    .prod-page .top-information .block__text-information .block-icons .name-icon .value {
        font-size: 12px;
        line-height: 14px;
    }

    .prod-page .top-information .block__text-information a.button-red {
        padding: 13px 20px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
    }

    .prod-page .top-information .block__text-information .block__features .text span {
        font-size: 20px;
        line-height: 24px;
    }

    .prod-page .bottom-information {
        margin-bottom: 32px;
    }

    .prod-page .bottom-information .information__item .title-button {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 4px;
        font-size: 14px;
        line-height: 16px;
        min-height: 50px;
        padding: 8px 48px 8px 8px;
    }

    .prod-page .bottom-information .information__item .title-button .arrow {
        display: block;
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        transition: .2s linear;
    }

    .prod-page .bottom-information .information__item .title-button.show .arrow {
        transform: translateY(-50%) rotate(-180deg);
    }

    .prod-page .bottom-information .information__item .title-button .hint {
        font-size: 11px;
        line-height: 13px;
    }

    .prod-page .bottom-information .information__item {
        margin-bottom: 14px;
    }

    .prod-page .bottom-information .information__item:last-child {
        margin-bottom: 0;
    }

    .prod-page .bottom-information .information__item .info_block {
        padding: 8px 0 0 0;
        display: none;
    }

    .prod-page .bottom-information .information__item .block-schemes {
        flex-wrap: wrap;
        padding: 14px;
        background: #F6F6F6;
        border-radius: 8px;
        gap: 14px;
    }

    .prod-page .bottom-information .information__item .block-schemes .img {
        width: 100%;
        height: auto;
        max-height: none;
        max-width: 330px;
        padding: 0px;
    }

    .prod-page .bottom-information .information__item .documents {
        gap: 8px;
    }

    .prod-page .bottom-information .information__item .documents .doc-item {
        min-width: auto;
        padding: 10px;
    }

    .prod-page .bottom-information .information__item .documents .doc-item .img-doc {
        width: 56px;
        height: 56px;
        margin-right: 8px;
    }

    .prod-page .bottom-information .information__item .documents .doc-item .name {
        font-size: 16px;
        line-height: 18px;
    }

    .prod-page .bottom-information .information__item .documents .doc-item .size {
        font-size: 12px;
        line-height: 14px;
    }

    /*	slick	*/
    .prod-page .top-information .block__slider-photo .main-slider .item {
        height: 420px;
    }

    .prod-page .top-information .block__slider-photo .second-slider .item {
        width: 200px;
        height: 200px;
    }

    /*	end slick	*/
    /* end product page */
}

@media (max-width: 576px) {
    /* product page */
    .prod-page .button__come-back {
        margin: 12px 0;
    }

    .prod-page .top-information .block__text-information .block-icons {
        flex-wrap: wrap;
    }

    .prod-page .bottom-information .information__item .block-schemes .img {
        width: 330px;
        height: 330px;
    }

    /*	slick	*/
    .prod-page .top-information .block__slider-photo,
    .prod-page .top-information .block__slider-photo .second-slider .slick-track {
        gap: 14px;
    }

    .prod-page .top-information .block__slider-photo .main-slider .item {
        height: 280px;
    }

    .prod-page .top-information .block__slider-photo .second-slider .item {
        width: 110px;
        height: 110px;
    }

    .prod-page .top-information .block__slider-photo .second-slider .slick-dots {
        margin-top: 10px;
        gap: 10px;
    }

    .prod-page .top-information .block__slider-photo .second-slider .slick-dots li {
        width: 12px;
        height: 12px;
    }

    .prod-page .top-information .block__slider-photo .block__main-slider .slick-prev {
        left: 4px;
    }

    .prod-page .top-information .block__slider-photo .block__main-slider .slick-next {
        right: 4px;
    }

    .prod-page .top-information .block__slider-photo .block__main-slider .slick-arrow svg {
        width: 24px;
        height: 24px;
    }

    /*	end slick	*/
    /* end product page */
}

@media (max-width: 400px) {
    /* style for index.php */
    .accordion-products .sections-block .section .section-item {
        max-width: none;
        width: calc(100% / 2 - 14px / 2);

    }

    /* end style for index.php */
    /* product page */
    .prod-page .top-information .block__text-information a.button-red {
        width: 100%;
        text-align: center;
    }

    /* end product page */
}

@media (max-width: 360px) {
    /* style for index.php */
    .accordion-products .sections-block .section .section-item {
        width: 100%;
    }

    /* end style for index.php */
}

@media (max-width: 390px) {
    .prod-page .top-information .block__text-information .block-icons {
        gap: 14px;
    }
}