/*!
Theme Name: Alvla-Codemix
Theme URI: http://underscores.me/
Author: IevgenChernovol
Author URI: http://codemix.com.ua
Description: good temlpate
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: alvla
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.

Alvla-Codemix 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.
 */
@font-face {
    font-family: 'Gotham';
    src: local('Gotham Book'), local('Gotham-Book'),
    url('/wp-content/fonts/gotham-book/Gotham-Book.woff2') format('woff2'),
    url('/wp-content/fonts/gotham-book/Gotham-Book.woff') format('woff'),
    url('/wp-content/fonts/gotham-book/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {

    font-family: 'Gotham700';
    src: local('Gotham Book'), local('Gotham-Bold'),
    url('/wp-content/fonts/gotham-book/Gotham-Bold.woff2') format('woff2'),
    url('/wp-content/fonts/gotham-book/Gotham-Bold.woff') format('woff'),
    url('/wp-content/fonts/gotham-book/Gotham-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham900';
    src: local('Gotham Book'), local('Gotham-Black'),
    url('/wp-content/fonts/gotham-book/Gotham-Black.woff2') format('woff2'),
    url('/wp-content/fonts/gotham-book/Gotham-Black.woff') format('woff'),
    url('/wp-content/fonts/gotham-book/Gotham-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

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

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

/**
 * Remove the margin in all browsers.
 */
html {
    scroll-behavior: smooth;

}

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, .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: 'Gotham', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .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: #FFF0D4;
    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 0;
}

.wp-block-list {
    font-size: 14px;
    line-height: 2.2;
}

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: #3A3A3A;
    transition: all 0.3s;
}

a:visited {
    color: #3A3A3A;
}

a:hover,
a:focus,
a:active {
    /* color: #3A3A3A; */
    color: #9F9F9F;
}

a:focus {
    color: #3A3A3A;
}

/* a:hover,
a:active {
color: #3A3A3A; 	
color: #9F9F9F;
} */

/* Forms
--------------------------------------------- */
.hidden {
    display: none !important;
}

.d-flex {
    display: flex;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #000;
    line-height: 125%;
    text-align: center;
    font-size: 16px;
    margin-top: -30px;
}

.wpcf7-not-valid-tip {
    font-size: 0.8rem;
    line-height: 125%;
    margin-top: -21px;
}

textarea + .wpcf7-not-valid-tip {
    margin-top: -35px;
}

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: 992px) {

    .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 0em;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 0 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;
}

/*--------MY STYLE----------*/
body {
    font-family: 'Gotham';
    font-size: 18px;
    line-height: 40.5px;
    color: #3A3A3A;
}

.container {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

h1.entry-title, .h1.entry-title {
    text-align: left;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px;
    font-family: 'Gotham700';
}

p {
    font-size: 14px;
    line-height: 25px;
    /*text-align: center;*/
}

.form__box {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form__step {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0 60px;
}

.form__step li {
    background-color: #DADADA;
}

.form__step li.active {
    background-color: #4C4C54;
    color: white;
}

.form__cheker {
    width: 200px;
}

.form__text {
    width: calc(100% - 710px);
    border-left: 1px solid #D9D9D9;
    padding-left: 20px;
}

.form__text p {
    text-align: left;
}

.form__photo {
    width: 510px;
}

/*--------Header-----*/
#masthead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

#masthead.sticky {
    position: fixed;
    background-color: #fff;
    padding-bottom: 30px;
    z-index: 10;
}

.container.container--header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.header__top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 15px;
    width: 100%;
    margin-bottom: 17px;
}

.header__top a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__top a:first-child {
    margin-right: 20px
}

.main-navigation .header__top {
    height: 0px;
    display: none;
}

.site-branding {
    width: 134px;
    font-size: 0;
    line-height: 1;
}

.main-navigation {
    display: block;
    width: auto;
}

.main-navigation ul {
    gap: 22px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    transition: all 0.3s;
}

.main-navigation a:hover {
    /* color: #000; */
    color: #9F9F9F;
}

.label-new-small {
    position: absolute;
    top: -7px;
    right: -12px;
    font-size: 10px;
    color: #011d71;
    font-weight: 700;
}

#breadcrumbs {
    text-align: left;
    color: #4C4C54;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    padding: 110px 0 38px;
    margin-bottom: 0;
}

.entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.entry-meta {
    font-size: 0;
}

.entry-meta a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    text-decoration: none;
}

.single h1,
.single .h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 175.131%;
    margin: 0;
}

.single h2, .single .h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    margin-bottom: 22px;
    font-family: Gotham700;
}

.single h3, .single .h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    margin: 0 0 7px;
    font-family: Gotham700;
}

.tab-descr {
    margin-top: 40px !important;
}

.bampers .tab-content .tab-descr, .single-inner--s1 .text-about-slider, .single p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 225%;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 0;
    font-family: 'Raleway';
}

.single article ul {
    padding: 0 0 0 60px;
    margin: 0 0 28px;
}

.single article ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 31px;
}

.single article ul li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 5px;
    border-radius: 2.5px;
    background: #3A3A3A;
    top: 17px;
    left: 0px;
}

.single figure {
    margin: 0 0 28px;
}

.single table {
    margin: 0 0 28px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 175.131%;
    border: 1px solid #F9F9F9;

}

.single tr:first-child td {
    background-color: #F9F9F9;
}

.single .wp-block-table td {
    border: 1px solid #F9F9F9;
}

section.form {
    margin: 0px 0 45px;
    border-top: 1px solid #3A3A3A;
    padding-top: 80px;
    text-align: center;
    clear: both;
}

.form__title, .form__title p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    margin-bottom: 38px;
    text-align: center;
    font-family: "Raleway";
}

.form form {
    max-width: 553px;
    margin: 0 auto;
}

.form label {
    position: relative;
}

.form label span.mark {
    color: #4C4C54;
    font-size: 14px;
    line-height: normal;
    background: white;
    padding: 0 10px;
    position: absolute;
    z-index: 1;
    top: -24px;
    left: 10px;
    white-space: nowrap;
    font-family: "Raleway";
}

.form label span.mark.mark--textarea {
    top: -137px;
}

.form form input {
    height: 47px;
    width: 553px;
    max-width: 100%;
    margin-bottom: 26px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    background: transparent !important;
}

.form form textarea {
    height: 118px;
    max-width: 100%;
    margin-bottom: 26px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    background: transparent !important;
}

.form form .wpcf7-form-control.wpcf7-submit.has-spinner {
    border-radius: 2px;
    background: #011D71 !important;
    padding: 10px 28px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    width: auto;
    margin: 0 auto;
    height: 52px;
    display: flex;
    transition: 0.5s all;
}

.form form .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    border-radius: 2px;
    background: #01248d !important;
    cursor: pointer;
}

footer.site-footer {
    color: white;
    background-color: #272727;
    padding: 100px 65px 65px;
    clear: both;
}

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

.footer__item ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

.footer__title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-family: 'Gotham900';
    line-height: normal;
    margin-bottom: 26px;
}

.footer__item:not(:last-child) {
    border-left: 1px solid #FFF;
    padding-left: 22px;
}

.footer__item ul li {
    margin-bottom: 20px;
}

.footer__item ul a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer__item ul a:hover {
    opacity: 0.5;
}

.footer__item ul a svg {
    margin-right: 10px;
}

.page-title {
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px;
    font-family: 'Gotham700';
}

.category article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.category article > a {
    width: 300px;
    height: 252px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category article .article__info {
    width: calc(100% - 300px);
}

.article__info {
    width: calc(100% - 300px);
    padding: 20px 37px 20px 20px;
    text-align: left;
}

.category header.entry-header {
    margin: 0;
}

h2.entry-title, .h2.entry-title {
    margin: 0 0 4px;
}

h2.entry-title a, .h2.entry-title a {
    font-size: 32px;
    line-height: 175.131%;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 0;
}

.article__info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 175.131%;
    text-align: left;
}

a.more-link {
    display: inline-flex;
    width: auto;
    height: 40px;
    padding: 0px 28px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 2px;
    background: #011D71;
    color: white;
    text-decoration: none;
    transition: 0.5s all;
    font-family: 'Raleway';
}

a.more-link:hover {
    background: #01248d;
}

#container_products_more_but {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

#pp_loadmore_products {
    display: inline-flex;
    width: auto;
    height: 40px;
    padding: 0px 28px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 2px;
    background: #011D71;
    color: white;
    text-decoration: none;
    transition: 0.5s all;
    cursor: pointer;
    font-family: 'Raleway';
}

#pp_loadmore_products:hover {
    background: #01248d;
}

section.product {
    padding-top: 50px;
    max-height: 100vh;
}

section.product img {
    max-height: calc(100vh - 320px);
}

section.product.first {
    text-align: center;
    padding-top: 100px;
    background-image: url(/wp-content/uploads/2024/03/bg1.jpg);
    background-position: center center;
    background-size: cover;
    padding-bottom: 88px;
    min-height: 100vh;
}

section.product.first img {
    max-height: calc(100vh - 288px);
}

.product.second {
    background-image: url(/wp-content/uploads/2024/03/bg2-1.jpg);
    background-position: center center;
    background-size: cover;
}

.product.three {
    background-image: url(/wp-content/uploads/2024/03/bg2.jpg);
    background-position: center center;
}

.product.four {
    background-image: url(/wp-content/uploads/2024/03/bg2.jpg);
    background-position: center center;
}

.product.five {
    background-image: url(/wp-content/uploads/2024/03/bg2.jpg);
    background-position: center center;
}

.home h1, .home .h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    margin: 0;
    font-family: "Raleway", sans-serif;
}

.subheading {
    font-family: "Raleway", sans-serif;
}

.home h2, .home .h2 {
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    margin: 0;
}

.home section.product a {
    border-radius: 2px;
    background: #011D71;
    padding: 10px 28px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    margin: 34px auto 100px;
    height: 52px;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    transition: 0.5s all;
    font-family: 'Raleway';
}

.home section.product a:hover {
    border-radius: 2px;
    background: #01248d;
}

.home section.product.first a {
    font-size: 22px;
    height: 59px;
    margin: 34px auto 100px;
}

.home section.product.second a, .home section.product.four a {
    margin: 26px 0 100px;
}

.home section.product.three a, .home section.product.five a {
    margin: 26px 0 20px;
}

.img-box {
    text-align: right;
    width: 100%;
}

.home section.product.three .img-box, .home section.product.five .img-box {
    text-align: left;
}

.product.three .container, .product.five .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.product.three .container .subheading, .product.five .container .subheading {
    text-align: right;
}

/*---------contact-----------*/
.sub-heading {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
}

.sub-heading-item {
    color: #3A3A3A;
    font-size: 22px;
    line-height: normal;
    text-align: center;
    padding: 36px 0 34px;
    border-bottom: 1px solid #CBCBCB;
    width: 100%;
}

.contact__area {
    display: flex;
    justify-content: flex-start;
    gap: 70px;
    line-height: normal;
}

.contact__area .contact__data {
    width: 100%;
}

.contact__title {
    font-size: 22px;
    padding: 18px 0 18px 10px;
    border-bottom: 1px solid #CBCBCB;
    width: 200px;
    margin-bottom: 20px;
}

.contact__text {
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    padding-left: 10px;
    white-space: nowrap;
}

.phone-item {
    display: flex;
}

span.phone-lang {
    width: 35px;
}

a.contact__text:hover {
    text-decoration: underline;
}

.container.container--tabs {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.container.container--tabs .flex-column {
    width: 100%;
}

.tab-buttons {
    display: flex;
    gap: 70px;
    width: 100%;
    align-items: flex-start;
}

.tab-contents {
    width: 100%;
}

.tab-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background: transparent;
    padding: 0;
    opacity: .3;
}

.tab-btn:hover {
    /*background-color: #a5b4fc;*/
}

.tab-btn.active {
    /*background-color: #c7d2fe;*/
    opacity: 1;
}

.btn__title {
    border-radius: 3px;
    border: 1px solid #3A3A3A;
    font-size: 21px;
    padding: 19px 6px;
    margin-bottom: 31px;
}

.detals, .detals span {
    display: block;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 10px;
    font-family: 'Gotham';
    font-size: 18px;
    color: #3A3A3A;
    line-height: 200%;
}

.content {
    display: none;
}

.content-info {
    width: 100%;
}

.content.show {
    display: flex;
}

/*---------configurator-----------*/
.page-id-7 .entry-header {
    margin-bottom: 21px;
}

.page-id-7 h1.entry-title, .page-id-7 .h1.entry-title {
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 0px;
    font-family: 'Gotham';
    text-align: center;
    width: 100%;
}

p.configurator__text {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 35px;
}

.configurator-page {
    margin-bottom: 75px;
}

.information {
    width: 100%;
    max-width: 400px;
    margin-right: 20px;
}

.preview {
    width: 506px;
    text-align: center;
    min-width: 506px;
}

/* Ѕазовые стили сло¤ затемнени¤ и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    /* фон затемнени¤ */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}

/* активируем слой затемнени¤ */
.overlay:target {
    display: block;
}

/* стили модального окна */
.popuper {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    /* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 40px 56px 0;
    border: 1px solid #383838;
    background: #fefefe;
    /* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}

/* активируем модальный блок */
.overlay:target + .popuper {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*top: 20%;*/
    top: 7%;
    max-height: calc(100vh - 9%);
    overflow: auto;
}

/* формируем кнопку закрыти¤ */
.close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.pop__title {
    color: #4C4C54;
    font-family: "Raleway";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 57px;
}

.pop__subtitle {
    color: #4C4C54;
    text-align: center;
    font-family: "Gotham";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 125px auto 87px;
}

/*.close:before {
    color: #101010;
    content: "X";
    font-size: 12px;
}*/
#configSummary {
    color: #4C4C54;
    columns: 2;
    margin: -30px 0 25px;
}

.wpcf7-form.invalid #configSummary {
    margin: 0 0 25px;
}

#configSummary .data-item {
    line-height: 125%;
    margin-bottom: 15px;
}

#configSummary .data-item span:nth-child(1) {
    font-weight: 600;
}

#configSummary .data-item span:nth-child(2) {
}

#configSummary .data-item span:nth-child(3) {
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #4C4C54;
}

.error-404.not-found {
    padding-top: 150px;
    text-align: center;
    padding-bottom: 150px;
}

#post-7 {
    padding: 0px 0 0 0;
}

.configurator-page .steps .link:first-child .text {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 17px 10px 34px;
    color: rgba(218, 218, 218, 1);
    background-image: url(../img/white_arrow_middle.png);
    background-size: 1px 100%;
    cursor: default;
    font-family: 'Gotham';
}

.configurator-page .steps .link .text {
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 10px 29px 9px 29px !important;
    color: rgba(218, 218, 218, 1);
    background-image: url(../img/white_arrow_middle.png);
    background-size: 1px 100%;
    cursor: default;
    font-family: 'Gotham';
    max-height: 40px;
}

.configurator-page .steps {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.configurator-page .content .card {
    margin-top: 0px;
    flex: 2 600px;
}

.configurator-page .content .card .title, .content span.title, .configurator-page .content .details-block .details-box:nth-child(8) span {
    color: #3A3A3A;
    font-family: "Gotham";
    font-size: 22px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    margin-bottom: 11px;
    display: block;
}

input[type="radio"] {
    appearance: none;
    border-radius: 50%;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #4C4C54;
    transition: 0.2s all linear;
    margin-right: 5px;
    position: relative;
    min-width: 22px;
}

input[type="radio"]:checked {
    border: 1px solid #4C4C54;
    background: #4C4C54;
}

.configurator-page .content .card .options-block form label {
    font-size: 14px !important;
    margin-left: 23px !important;
    font-family: Gotham;
}

.options-block form div {
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.options-block form div:first-child {
    margin-bottom: 20px;
    line-height: 1;
}

.options-block form div:not(:last-child) {
    margin-bottom: 20px;
    line-height: 1;
}

.configurator-page .content .card .information-block .description {
    color: #3A3A3A;
    font-family: "Gotham";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
}

.configurator-page .content .card {
    margin-top: 13px !important;
    flex: 2 600px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}

.configurator-page .content .card .options-block {
    /*flex: 1 200px;*/
    max-width: 191px !important;
    border-right: 1px solid rgba(217, 217, 217, 1) !important;
}

.configurator-page .content .card .information-block {
    /*flex: 2 200px;*/
    padding-left: 20px !important;
    display: flex !important;
}

.configurator-page .buttons button.next, .configurator-page .buttons button.submit {
    color: #FFF;
    font-family: "Gotham";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    display: inline-flex;
    padding: 10px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.configurator-page .buttons button.back {
    font-family: "Gotham";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    display: inline-flex;
    padding: 10px 60px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.preview-block {
    min-width: 506px;
    width: 506px;
    max-width: 506px;
    justify-content: flex-end;
}

.configurator-page .content .card .preview-block img {
    max-width: 100%;
    /*max-height: 100% !important;*/
}

.content > div > div.card + div.card + div {
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
    margin-top: 20px;
}

.input-box label {
    font-family: Gotham;
}

.input-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    width: 472px;
}

.content > div > div:last-child input {
    width: 145px;
    height: 27px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    color: #3A3A3A;
    font-family: "Gotham";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    text-align: center;
}

.content > div > div span + p {
    text-align: left;
    font-family: Gotham;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.configurator-page .content .details-block .details-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Gotham;
}

.configurator-page .content .details-block {
    max-width: 300px;
    flex: 1;
    font-family: Gotham;
    margin-bottom: 32px;
}

.configurator-page .content .card + div p {
    text-align: left;
}

.configurator-page .content .details-block .details-box span:first-child {
    width: 105px;
    display: block;
    font-size: 14px;
}

.configurator-page .content .details-block .details-box span:last-child {
    width: 220px;
    display: block;
    font-size: 14px;
    position: relative;
    padding-left: 32px;
}

.configurator-page .content .details-block .details-box span:last-child:before {
    content: "";
    border-radius: 2.5px;
    background: #3A3A3A;
    width: 11px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 20px;
}

.configurator-page .content .details-block .details-box:nth-child(8) span:first-child {
    width: 100%;
    padding-top: 30px;
}

.configurator-page .content .details-block .details-box:nth-child(8) span:last-child:before {
    content: none;
}

#content > div > div.card + div + div > span {
    padding-top: 30px;
}

#content button {
    width: 225px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 3px;
    border: 1px solid #3A3A3A !important;
    background: white;
    color: #3A3A3A;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 175.131%;
    background-image: url(/wp-content/themes/alvla/img/Arrow2.svg);
    background-repeat: no-repeat;
    background-position: 80% center;
}

.consult-request.inputs .input-box {
    position: relative;
}

.consult-request.inputs label {
    color: #4C4C54;
    font-size: 14px;
    line-height: normal;
    background: white;
    padding: 0 10px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 10px;
}

.content > div > div:last-child .consult-request.inputs input {
    height: 47px;
    width: 553px;
    max-width: 100%;
    margin-bottom: 26px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    background: transparent !important;
}

div[data-card-id="100025"] {
    margin-bottom: 32px;
}

div[data-card-id="100025"] .preview-block {
    position: relative;
}

div[data-card-id="100025"] .preview-block img {
    position: absolute;
    max-width: 100% !important;
    width: 477px;
    height: 477px;
    top: 0;
    min-height: 477px;
}

div[data-card-id="100035"] > div:nth-child(3) {
    max-width: 472px;
}

div[data-card-id="100035"] > div:nth-child(3) > .title {
    border-bottom: 1px solid #D9D9D9;
    max-width: 472px;
}

.configurator-page .content div[data-card-id="100035"] .details-block {
    max-width: 330px;
}

div[data-card-id="100024"] .input-box {
    width: 300px;
}

/*----------------------------------KATALOG----------------------------------*/
.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-products-header__title.page-title {
    margin-bottom: 67px;
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 175.131%;
}

.container--shop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.container--shop #secondary {
    border-right: 1px solid #D9D9D9;
    padding-right: 50px;
    width: 288px;
    min-width: 288px;
    margin-right: 30px;
}

.catalog-shop {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce-result-count {
    width: 50%;
    text-align: left;
}

.woocommerce-ordering {
    width: 50%;
    text-align: right;
    padding-top: 5px;
}

ul.products {
    width: 100%;
}

.block-outer-wrapper header {
    display: none;
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #D9D9D9;
}

.wc-block-product-categories-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    margin-bottom: 8px;
    line-height: 1.75;
}

.wc-block-product-categories-list-item.current-category-item {
    background: #F3F3F3;
}

.wc-block-product-categories-list-item a {
    text-decoration: none;
    position: relative;
}

.wc-block-product-categories-list-item.active {
    background: #f3f3f3;
}

.wc-block-product-categories-list-item.active a {
    pointer-events: none;
}

.wc-block-product-categories-list-item a .label-new-small {
    top: -8px;
    right: -15px;
}

select {
    border: 1px solid #ccc;
    background: transparent;
}

.wc-block-components-filter-reset-button {
    text-decoration: none !important;
    display: flex !important;
    justify-content: flex-end !important;
}

.wc-block-components-filter-reset-button span {
    border-radius: 2px;
    background: #D9D9D9;
    padding: 4px 10px;
    color: #FFF;
    font-family: "Gotham";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    text-decoration: none;
}

ul.products li {
    border: 1px solid #D9D9D9;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 22px;
    position: relative;
    flex-direction: column;
}

.onsale {
    position: absolute;
    background: #FFF0D4;
    top: 25px;
    right: 0;
    padding: 6px 12px;
    color: #FF7A00;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
}

ul.products li.product img {
    display: block;
    margin: 0 auto;
    min-width: 100%;
}

.catalog-shop .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none;
}

ul.products li.product .button.product_type_simple {
    display: none;
}

.additionally {
    width: 100%;
    padding: 0px 14px 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.products h2.woocommerce-loop-product__title, ul.products .h2.woocommerce-loop-product__title {
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    margin: 0;
    text-align: center;
}

ul.products .woocommerce-loop-product__title + div {
    font-size: 14px;
}

.part_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.part_2 .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: none;
}

ul.products .price {
    position: relative;
}

ul.products .price del {
    position: absolute;
    top: -20px;
}

ul.products .price del bdi {
    font-size: 14px;
    color: #D9D9D9;
    line-height: 1;
}

.wc-block-components-checkbox__label {
    font-size: 18px;
}

#block-12 {
    display: none;
}

ul.products a.more-link {
    background: #011D71;
    transition: 0.5s all;
}

ul.products a.more-link:hover {
    background: #01248d;
}

ul.products .woocommerce-Price-amount.amount {
    position: relative;
}

ul.products .woocommerce-Price-amount.amount::after {
    content: "Price, excluding VAT*";
    position: absolute;
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100px;
}

ul.products del .woocommerce-Price-amount.amount::after {
    display: none;
}

/*----------------------------------Product----------------------------------*/
.product-template-default.single h1, .product-template-default.single .h1, .related.products > h2, .related.products > .h2 {
    font-family: Raleway;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
}

.product.type-product {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: end;*/
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 458px;
    margin-right: 20px;
}

.summary.entry-summary {
    width: calc(100% - 479px);
}

.big-form {
    width: calc(100% - 479px);
    margin: 0 0 0 auto;
}

/*.big-form + section {*/
/*	margin-top: 80px;*/
/*}*/

h2.woocommerce-loop-product__title, .h2.woocommerce-loop-product__title {
    color: #3A3A3A;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 175.131%;
}

.woocommerce-tabs.wc-tabs-wrapper #tab-description ul, .woocommerce-tabs.wc-tabs-wrapper

#
#tab-dodavka ul {
    padding: 0 0 0 60px;
    margin: 0 0 28px;
}

.woocommerce-tabs.wc-tabs-wrapper #tab-description ul li, .woocommerce-tabs.wc-tabs-wrapper

#
#tab-dodavka ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 31px;
}

.woocommerce-tabs.wc-tabs-wrapper #tab-description ul li::before, .woocommerce-tabs.wc-tabs-wrapper

#
#tab-dodavka ul li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 5px;
    border-radius: 2.5px;
    background: #3A3A3A;
    top: 17px;
    left: 0px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}

.woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #CBCBCB;
    padding-top: 55px !important;
}

.woocommerce-tabs ul.tabs li:not(:last-child) {
    margin-right: 60px;
    text-decoration: none;
}

.woocommerce-tabs ul.tabs li a {
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    text-decoration: none;
    padding: 0 0 15px !important;
    color: #CBCBCB;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #3A3A3A;
}

.wp-block-separator {
    border-top: 1px solid;
}

.out-of-stock {
    color: red;
}

.pop-up__link {
    display: none;
}

/*----------swiper---------*/
/*.swiper {
  padding-left: 20px;
  padding-right: 20px;
}
#wpgs-gallery .gallery-navigation-carousel .wcgs-swiper-arrow::before {
  font-size: 12px;
  color: #3A3A3A;
}
#wpgs-gallery .gallery-navigation-carousel .wcgs-swiper-arrow {
  background-color: transparent !important;
}
ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}
a.flex-next::after {visibility:visible;content: '\f105';
    font-family: FontAwesome;margin-right: 10px;font-size: 70px;    }
a.flex-prev::before {
    visibility:visible;
    content: '\f104';
    font-family: FontAwesome;    margin-left: 10px;font-size: 70px;}

.woocommerce-product-gallery {
  display: grid;
  gap: 10px }
  @media only screen and (max-width: 35.999em) {
    .woocommerce-product-gallery {
      gap: 6px; 
      } 
  }
  .woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 17%;
    gap: 1rem;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain; 
   }
   @media screen and (max-width: 47.999em) {
      .woocommerce-product-gallery .flex-control-thumbs {
        grid-auto-columns: 12.5%;
        gap: 6px; 
       } 
   }
   .woocommerce-product-gallery .flex-control-thumbs li {
      float: none !important;
      width: 100% !important;
      display: grid; 
   }
   .woocommerce-product-gallery .flex-control-thumbs li img {
        inline-size: 100%;
        aspect-ratio: 1/1;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px; 
    }
    .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          border: 5px solid #f2f2f2; 
    }
    @media screen and (max-width: 47.999em) {
        .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
              border: 2px solid #f2f2f2; } 
        }
  .woocommerce-product-gallery .flex-control-nav {
    -ms-scroll-snap-type: inline mandatory;
        scroll-snap-type: inline mandatory;
    scroll-padding-inline: 10px; 
   }
   .woocommerce-product-gallery .flex-control-nav > * {
      scroll-snap-align: start; 
   }
*/

#pre-banner {
    margin-top: 80px;
}

#tkani {
    margin-bottom: 80px;
}

.product-template-default section {
    width: 100%;
}

.single table {
    margin: 0 0 40px;
    border-collapse: collapse;
}

.product-template-default section h2 {
    font-family: 'Raleway' !important;
    font-weight: 700 !important;
}



.footer__item ul span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer__item ul span svg {
    margin-right: 10px;
}

@media screen and (max-width: 1150px) {
    .header__top {
        padding-top: 25px;
        width: 100%;
        margin-bottom: 16px;
    }

    .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding-left: 40px;
        padding-right: 40px;
    }

    .site-branding {
        max-width: 96px;
    }

    .custom-logo-link {
        max-width: 81px;
    }

    .main-navigation ul {
        gap: 10px;
    }

    .main-navigation a {
        font-size: 14px;
    }

    .label-new-small {
        top: -6px;
        right: -9px;
        font-size: 8px;
    }

    #breadcrumbs {
        padding: 100px 40px 30px;
        margin-bottom: 0;
    }

    #post-7 {
        padding: 0px 0 0 0;
    }

    .page-id-7 h1.entry-title, .page-id-7 .h1.entry-title {
        font-size: 22px;
    }

    .page-id-7 .entry-header {
        margin-bottom: 10px;
    }

    p.configurator__text {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 175%;
    }

    .configurator-page .steps .link .arrow {
        width: 11px !important;
        height: 22px !important;
        background-size: 100% 100% !important;
    }

    .configurator-page .steps .link:first-child .text {
        font-size: 12px;
        line-height: 1;
        padding: 6px 15px 5px 12px;
        color: rgba(218, 218, 218, 1);
        background-image: url(../img/white_arrow_middle.png);
        background-size: 1px 100%;
        cursor: default;
        font-family: 'Gotham';
        height: 22px;
    }

    .configurator-page .steps .link .arrow {
        width: 11px !important;
        height: 22px !important;
        background-size: 100% 100% !important;
    }

    .configurator-page .steps .link .text {
        font-size: 12px !important;
        line-height: 1;
        padding: 6px 15px 5px 12px;
        color: rgba(218, 218, 218, 1);
        background-image: url("../img/white_arrow_middle.png");
        background-size: 1px 100%;
        cursor: default;
        height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .configurator-page .steps {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 21px;
    }

    .configurator-page .content .card .title, .content span.title, .configurator-page .content .details-block .details-box:nth-child(8) span {
        font-size: 18px !important;
    }

    .preview-block {
        min-width: 260px;
        width: 260px;
        max-width: 260px;
    }

    .configurator-page .content .card .options-block form label {
        font-size: 14px !important;
        margin-left: 10px !important;
        font-family: Gotham;
    }

    .configurator-page .content .card .information-block .title {
        font-size: 14px !important;
    }

    .configurator-page .content .card .information-block .description {
        font-size: 12px !important;
    }

    .configurator-page .content .card .information-block {
        padding-left: 12px !important;
    }

    .configurator-page .content .card .options-block {
        max-width: 142px !important;
    }

    .configurator-page .buttons button.next, .configurator-page .buttons button.submit {
        font-size: 14px;
    }

    .configurator-page .buttons button.back {
        font-size: 14px;
    }

    .footer__title {
        font-size: 18px;
    }

    .footer__item ul a {
        font-size: 14px;
    }

    .footer__item ul span {
        font-size: 14px;
    }

    .footer__item:not(:last-child) {
        border-left: 1px solid #FFF;
        padding-left: 15px;
    }

    .container.container--footer {
        flex-wrap: wrap;
    }

    /* .footer__item {
      width: 25%;
    }		 */
    .footer__item:last-child {
        width: 100%;
        text-align: center;
        padding: 100px 0 0;
    }

    .entry-header {
        margin-bottom: 20px;
    }

    h1.entry-title, .h1.entry-title {
        font-size: 22px;
    }

    .tab-descr {
        margin-top: 30px !important;
    }

    .bampers .tab-content .tab-descr, .single-inner--s1 .text-about-slider, .single p {
        margin-bottom: 20px;
    }

    .single article ul {
        padding: 0 0 0 70px;
        margin: 0 0 20px;
        font-size: 14px;
    }

    .single figure {
        margin: 0 0 20px;
    }

    .single table {
        margin: 0 0 20px;
        font-size: 14px;
    }

    section.form {
        margin: 60px 0 80px;
        border-top: 1px solid #3A3A3A;
        padding-top: 100px;
        text-align: center;
    }

    footer.site-footer {
        color: white;
        background-color: #272727;
        padding: 68px 0px;
    }

    /*---------category-----------*/
    .category article .article__info {
        width: calc(100% - 300px);
        padding: 20px;
    }

    h2.entry-title a, .h2.entry-title a {
        font-size: 22px;
    }

    .article__info p {
        font-size: 14px;
    }

    .category header.entry-header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    /*---------configurator-----------*/
    .information {
        width: 100%;
        max-width: 250px;
        margin-right: 20px;
    }

    .preview {
        width: 260px;
        text-align: center;
        min-width: 260px;
    }

    /*---------contacts-----------*/
    .sub-heading {
        gap: 20px;
        margin-bottom: 20px;
    }

    .sub-heading-item {
        font-size: 18px;
        padding: 19px 0 19px;
    }

    .tab-buttons {
        gap: 30px;
    }

    .btn__title {
        font-size: 18px;
        padding: 12px 8px;
        margin-bottom: 27px;
    }

    .detals, .detals span {
        /*margin-bottom: 10px;*/
        /*margin-left: 5px;*/
        font-size: 16px;
    }

    .contact__area {
        gap: 30px;
    }

    .contact__area .phone-item .phone-lang,
    .contact__area .phone-item .contact__text {
        font-size: 16px;
    }

    .contact__title {
        font-size: 18px;
    }

    section.form {
        margin: 60px 0 60px;
        padding-top: 60px;
    }

    /*---------HOME-----------*/
    section.product {
        padding: 50px 0 50px;
    }

    section.product.first {
        padding-top: 100px;
    }

    .home h1, .home .h1 {
        font-size: 24px;
    }

    .home section.product.first a {
        font-size: 18px;
        height: 52px;
        margin: 22px auto 35px;
    }

    /*---------CATALOG-----------*/
    .woocommerce-result-count {
        margin-bottom: 10px;
    }

    .container--shop #secondary {
        padding-right: 15px;
        width: 260px;
        min-width: 260px;
        margin-right: 30px;
    }

    .catalog-shop .products.columns-3 {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .catalog-shop ul.products.columns-3 li.product {
        width: 49%;
        padding: 0;
        margin: 0;
    }

    .woocommerce-ordering {
        margin-bottom: 10px;
    }

    .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        flex-direction: column;
        margin-bottom: 12px;
    }

    .additionally {
        width: 100%;
        padding: 0px 7px 30px;
    }

    .part_2 {
        flex-direction: column-reverse;
        align-items: center;
    }

    ul.products h2.woocommerce-loop-product__title, ul.products .h2.woocommerce-loop-product__title {
        font-size: 16px;
    }

    ul.products .price {
        position: relative;
        font-size: 16px;
        padding-bottom: 20px;
    }

    /*---------Product-----------*/
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        /* width: 260px; */
        width: 100%;
        margin-right: 20px;
    }

    .summary.entry-summary {
        width: calc(100% - 387px);
    }

    .summary.entry-summary hr {
        opacity: 1;
    }

    .big-form {
        width: 100%;
        margin: 30px 0 0 auto;
    }

    .product-template-default p.price {
        font-size: 32px;
    }

    .woocommerce-tabs ul.tabs li a {
        font-size: 22px;
    }

    #tab-description, #tab-dodavka, #tab-additional_information {
        font-size: 16px;
    }

    .pop-up__link {
        display: none;
    }

    hr {
        margin-bottom: 0;
    }
}


@media screen and (max-width: 991px) {
    .preview-block {
        min-width: 300px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    p.configurator__text {
        margin-bottom: 8px;
    }

    .configurator-page .steps {
        margin-bottom: 26px;
        padding-left: 15px;
    }

    .configurator-page .content .card {
        display: flex;
        flex-direction: column;
    }

    .configurator-page .content .card .options-block {
        width: 100%;
        max-width: 100% !important;
        border: none !important;
        flex: 1 50px;
    }

    .configurator-page .content .card .information-block {
        padding: 0 !important;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 50px;
        min-width: 100%;

    }

    .configurator-page .content .card .title, .content span.title, .configurator-page .content .details-block .details-box:nth-child(8) span {
        font-size: 16px !important;
    }

    .configurator-page .content .card .information-block .title {
        font-size: 16px !important;
    }

    .configurator-page .buttons button.next, .configurator-page .buttons button.submit {
        font-size: 14px;
        padding: 6px 20px;
    }

    .configurator-page .buttons button.back {
        font-size: 14px;
        padding: 6px 20px;
    }

    .related.products .products.columns-4 {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: space-between;
    }

    .related.products ul.products.columns-4 li.product {
        width: 49% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    .tab-pane .slider.slider-thumbs {
        max-width: 100% !important;
    }
        
    .big-form form {
        gap: 14px !important;
    }

    /* #masthead {
  
} */
    .header__top {
        display: none;
    }

    #masthead.sticky {
        padding-bottom: 0;
    }

    .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .container.container--header {
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
    }

    .main-navigation {
        width: 100%;
        position: relative;
    }

    .menu-toggle {
        display: block;
        padding: 15px 30px 15px 0px;
        margin-right: 40px;
        border: none;
        background: transparent;
    }

    #breadcrumbs {
        padding: 50px 30px 25px 30px;
    }

    .woocommerce-products-header__title.page-title {
        margin-bottom: 20px;
    }

    .single .entry-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .tab-descr {
        margin-top: 20px !important;
    }

    .bampers .tab-content .tab-descr, .single-inner--s1 .text-about-slider, .single p {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .single article ul {
        padding: 0 0 0 20px;
        margin: 0 0 18px;
        font-size: 14px;
    }

    .single figure {
        margin: 0 0 18px;
    }

    .single table {
        margin: 0 0 18px;
        width: 100%;
        /* white-space: nowrap; */
    }

    section.form {
        margin: 0px 0 30px;
        border-top: 1px solid #3A3A3A;
        padding-top: 50px;
        text-align: center;
    }

    /* footer.site-footer {
  color: white;
  background-color: #272727;
  padding: 68px 0px 100px;
} */
    .form form input {
        max-width: 100%;
    }

    /* footer.site-footer {
  padding: 100px 0px;
} */
    /*	.container.container--footer {*/
    /*  flex-direction: column;*/
    /*}*/
    .footer__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .footer__item:last-child {
        text-align: center;
    }

    .footer__title {
        font-size: 18px;
    }

    /* .footer__item:last-child img {
      max-width: 100px;
    } */
    /* .footer__item {
        width: 50%;
    } */

    .footer__item:last-child {
        width: 100%;
        text-align: center;
        padding: 50px 0 0;
    }

    /*---------category-----------*/
    .category article {
        flex-direction: column;
    }

    .category article .article__info {
        width: 100%;
        padding: 12px;
    }

    h2.entry-title a, .h2.entry-title a {
        font-size: 18px;
    }

    .entry-meta a {
        font-size: 14px;
    }

    .article__info p {
        font-size: 14px;
    }

    .category header.entry-header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    /*---------contact-----------*/
    /*	.sub-heading {*/
    /*  display: none;*/
    /*}*/
    .tab-contents {
        width: 100%;
    }

    .tab-contents iframe {
        height: 322px;
    }

    .container.container--tabs {
        flex-direction: column;
    }

    .tab-buttons {
        gap: 8px;
    }

    .btn__title {
        font-size: 16px;
        padding: 12px 0;
    }

    .detals span {
        margin-left: 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .contact__area {
        display: flex;
        /*flex-direction: column;*/
        gap: 20px;
    }

    .contact__title {
        margin-bottom: 16px;
        width: auto;
    }

    span.phone-lang {
        width: 25px;
        font-size: 18px;
    }

    .contact__text {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .form__title, .form__title p {
        font-size: 18px;
    }

    /*---------configurator-----------*/
    .configurator-page .content {
        display: flex;
        flex-direction: column;
    }

    .options-card {
        flex-direction: column;
    }

    .configurator-page .content .card {
        margin-top: 13px;
        flex: auto;
    }

    .information {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
    }

    .preview {
        width: 100%;
        text-align: center;
        min-width: 100%;
    }

    section.product.first {
        /* padding-top: 60px;
        padding-bottom: 88px; */
        padding-top: 30px;
        padding-bottom: 0;
        min-height: auto;
    }

    #primary-menu {
        min-height: auto;
    }

    .site-branding {
        position: absolute;
        width: 100%;
        text-align: center;
        transform: translateX(-50%);
        left: 50%;
        top: 15px;
        z-index: 1;
    }

    .menu-menu-1-container {
        position: relative;
        width: 100%;
        text-align: center;
        color: #3A3A3A;
        font-family: "Gotham";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 0 0 0px;
        background: #e6e6e6;
        z-index: 3;
        overflow: hidden;
    }

    .main-navigation.toggled .menu-menu-1-container {
        height: auto;
        padding: 58px 0 40px;
    }

    .menu-menu-1-container a {
        color: #3A3A3A;
        font-family: "Gotham";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 32px;
        position: relative;
    }

    .label-new-small {
        position: relative;
        top: -15px;
        right: 10px;
        font-size: 10px;
        width: 0;
        display: inline-block;
    }

    .main-navigation .menu__area {
        height: 0px;
    }

    .main-navigation.toggled .menu__area {
        min-height: calc(100vh - 48px);
        height: auto;
        overflow: auto;
        position: absolute;
        width: 100%;
    }

    .main-navigation .header__top {
        height: 0;
    }

    .main-navigation.toggled .header__top {
        display: flex;
        justify-content: center;
        padding-bottom: 50px;
    }

    .subheading {
        font-size: 16px;
        line-height: 175%;
        font-family: Raleway;
        padding-top: 10px;
    }

    .popuper {
        padding: 40px 25px 0;
    }

    section.product {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home section.product.first a {
        font-size: 14px;
        height: 37px;
        margin: 34px auto 17px;
        line-height: 1;
    }

    .home section.product.second a, .home section.product.four a, .home section.product.three a, .home section.product.five a {
        margin: 26px 0 60px;
        font-size: 14px;
        line-height: 1;
        height: 37px;
    }

    .configurator-page .steps .link.active:first-child .arrow.start {
        width: 11px !important;
        height: 22px !important;
        background: #4C4C54 !important;
        display: block !important;
    }

    .configurator-page .steps .link:not(:last-child) .arrow.end {
        background-image: url("../img/white_arrow_end.png");
    }

    .configurator-page .steps .link.active .arrow.end {
        background-image: url("../img/dark_arrow_end.png");
        margin-right: 10px
    }

    .configurator-page .steps .link.active .text {
        background-image: url("../img/dark_arrow_middle.png");
        color: white !important;
        display: flex !important;
        padding: 5px 10px !important;
    }

    .configurator-page .steps .link:first-child {
        position: relative;
    }

    .configurator-page .steps .link:first-child::before {
        content: "";
        background: #4C4C54;
        position: absolute;
        height: 22px;
        top: 0;
        left: -15px;
        width: 15px;
    }

    .configurator-page .steps .link.active:not(:first-child) .arrow.start {
        background-image: url("../img/dark_arrow_start.png");
        background-size: cover !important;
        background-repeat: no-repeat;
        width: 11px;
    }

    .content > div > div:last-child .consult-request.inputs input {
        width: 300px;
    }

    .link.active {
        margin-bottom: 5px;
    }

    div[data-card-id="100025"] .preview-block img {
        position: relative;
        width: 100%;
        top: auto;
        min-height: auto;
        max-height: auto !important;
        height: auto;
    }

    div[data-card-id="100025"] .preview-block img {
        position: relative;
        width: 300px;
        top: auto;
        min-height: 100%;
        max-height: 100% !important;
    }

    .input-box {
        max-width: 100%;
    }

    div[data-card-id="100024"] .information-block {
        flex: 2 50px !important;
    }

    /*---------PRODUCT-----------*/
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
        width: 100%;
    }

    .summary.entry-summary {
        width: calc(100% - 326px);
    }

    .summary.entry-summary + section {
        margin-top: 40px;
    }

    .product-template-default section h2, .cart-heading {
        margin-bottom: 11px !important;
    }

    .woocommerce-tabs ul.tabs li a {
        font-size: 18px;
    }

    #tab-description, #tab-dodavka, #tab-additional_information {
        font-size: 16px;
    }

    .tabs.wc-tabs {
        display: flex;
        flex-direction: column;
    }

    .product-template-default p.price {
        font-size: 22px;
    }

    /*---------CATALOG-----------*/
    .container--shop {
        flex-direction: column;
    }

    .container--shop #secondary {
        padding-right: 0;
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        border: none;
    }

    .container--shop {
        margin-bottom: 40px;
    }

    #plus-minus {
        display: none;
    }

    .pop-up__link {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #3A3A3A;
        font-family: "Gotham ";
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 175.131%;
        background: white;
        border-radius: 5px;
    }

    .pop-up__link img {
        transform: rotate(180deg);
        transition: transform 0.2s ease-in-out;
    }

    .pop-up__link.opened img {
        transform: rotate(0);
    }

    .catalog-shop ul.products.columns-3 li.product {
        /*width: 100%;*/
        padding: 0;
        margin: 0;
    }

    .wc-block-product-categories-list-item {
        justify-content: center;
    }

    .wc-block-product-categories-list-item:first-child {
        margin-top: 8px;
    }

    .wc-block-product-categories-list-item a .label-new-small {
        top: -15px;
        right: -2px;
    }
}

@media screen and (max-width: 450px) {
    .contact__area {
        flex-direction: column;
    }
}

/**
Arrow scroll down
 */
.loaded .bounce {
    animation: bounce 2s ease;
    animation-iteration-count: 1;
    animation-delay: 2s;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
    }
}

#asd a {
    padding-top: 80px;
    background: none;
    position: relative;
    margin: 0;
}

#asd a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #011d71;
    border-bottom: 1px solid #011d71;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

#asd a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#asd a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

#asd a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

@media screen and (max-width: 767px) {
    #asd a span {
        width: 14px;
        height: 14px;
        margin-left: -8px;
    }

    #asd a span:nth-of-type(2) {
        top: 10px;
    }

    #asd a span:nth-of-type(3) {
        top: 20px;
    }
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.form form .wpcf7-form-control.wpcf7-submit.has-spinner {
    font-family: "Raleway";
    width: auto;
}

.up-arrow:hover {
    opacity: 0.9 !important;
}

.product-gallery-wrapper {
    width: 458px;
    margin-right: 21px;
}

.bampers .tab-button {
    transition: all 0.3s !important;
}

.product-template-default th {
    font-size: 18px;
    font-family: "Raleway";
    white-space: nowrap;
}

.big-form form select {
    cursor: pointer;
    font-size: 14px;
    font-family: "Raleway";
}

.cart-heading {
    font-weight: 400 !important;
}

.tab-button4 {
    transition: all 0.3s !important;
}

.product-template-default .summary.entry-summary.product-chehly tr th:first-child {
    min-width: 100% !important;
}

.up-arrow {
    right: 65px !important;
    bottom: 65px !important;
    width: 65px !important;
    height: 65px !important;
}

.tab-pane1.active {
    overflow-x: auto !important;
    scrollbar-width: none !important;
}


.error-404 a {
    display: inline-flex;
    width: auto;
    height: 52px;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 2px;
    background: #011D71;
    color: white;
    text-decoration: none;
    transition: 0.5s all;
    cursor: pointer;
}

.error-404 a:hover {
    background: #01248d;
}

.error-404 p {
    font-size: 18px;
}

.tab-container2 {
    width: 1250px !important;
    max-width: 100% !important;
}

.tab-content1 {
    padding: 0 !important;
}

.product-template-default div.product ul li, .product-template-default section ul li {
    color: #3A3A3A !important;
}


.bampers .tab-content .tab-descr, .single-inner--s1 .text-about-slider {
    margin-bottom: 0;
}

.single-inner.single-inner--s1 {
    gap: 20px !important;
}

.slider.slider--s1 {
    margin-right: 0 !important;
}

.slider.slider-thumbs {
    margin-right: 0 !important;
}

@media screen and (max-width: 1040px) {
    .product-template-default.single h1, .product-template-default.single .h1, .related.products > h2, .related.products > .h2 {
        font-size: 22px;
        width: 100%;
    }

    a.more-link {
        width: 100%;
    }

    ul.products a.more-link {
        font-size: 16px;
    }

    .additionally {
        padding: 0px 7px 15px;
    }

    .footer__item ul a:hover {
        opacity: 1;
    }

    .form form .wpcf7-form-control.wpcf7-submit.has-spinner {
        width: auto;
        font-size: 16px;
    }

    .form form .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
        background: #011D71 !important;
    }

    ul.products a.more-link:hover {
        background: #011D71;
    }

    a.cart-form1 {
        float: right !important;
    }

    a.cart-form1:hover {
        background: #011D71 !important;
    }

    .submit-area {
        justify-content: flex-end !important;
    }

    .catalog-shop .products.columns-3 {
        justify-content: space-between;
    }

    #container_products_more_but {
        margin-top: 30px;
    }

    .up-arrow {
        right: 50px !important;
        bottom: 70px !important;
    }

    .error-404 p {
        font-size: 16px;
    }

    .error-404 .page-title {
        font-size: 30px;
    }

    #pp_loadmore_products {
        font-size: 16px;
    }
    #tkani {
        margin-bottom: 45px;
    }
    .cart-subheading {
        font-size: 18px !important;
    }
    .bampers .tab-content .tab-descr, .single-inner--s1 .text-about-slider, .single p {
        font-size: 14px;
    }
    .woocommerce-product-details__short-description p {
        font-size: 14px !important;
    }    

    #pre-banner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .form__title, .form__title p {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .home h1, .home .h1 {
        font-size: 18px;
    }

    .home h2, .home .h2 {
        font-size: 22px;
    }

    .subheading {
        font-size: 14px;
    }

    footer.site-footer {
        padding: 55px 0px;
    }

    .up-arrow {
        width: 60px !important;
        height: 60px !important;
        bottom: 60px !important;
    }

    .product-template-default tr th, .product-template-default tr td {
        font-size: 12px !important;
    }

    #asd a {
        padding-top: 10px;
    }

    .error-404.not-found {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .error-404 a {
        font-size: 16px;
    }

    .error-404 p {
        font-size: 14px;
    }

    .error-404 .page-title {
        font-size: 28px;
    }

    .footer.site-footer {
        padding: 50px 0px;
    }

    .catalog-shop ul.products.columns-3 li.product {
        width: 49%;
    }

    .catalog-shop .products.columns-3 {
        justify-content: space-between;
    }

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

    .footer__item {
        width: 100%;
    }

    #tkani {
        margin-bottom: 40px;
    }

    .product-template-default section h2, .cart-heading {
        font-size: 18px !important;
    }

    .cart-subheading {
        font-size: 14px !important;
    }

    .big-form {
        margin: 20px 0 0 auto;
    }

    .sub-heading {
        display: none;
    }

    .btn__title,
    .contact__title {
        font-size: 16px;
    }

    .detals, .detals span,
    span.phone-lang,
    .contact__text {
        font-size: 14px;
    }
}

@media screen and (max-width: 599px) {
    .woocommerce-result-count {
        width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce-ordering {
        width: 100%;
        text-align: left;
        margin-bottom: 15px;
    }

    .catalog-shop ul.products.columns-3 li.product {
        width: 100%;
    }

    .up-arrow {
        width: 50px !important;
        height: 50px !important;
        right: 30px !important;
        bottom: 60px !important;
    }

    .error-404 a {
        height: 40px;
        font-size: 14px;
    }
    .related.products ul.products.columns-4 li.product {
        width: 100% !important;
    }
    .big-form form {
        gap: 10px !important;
    }

    .big-form form label {
        width: 49%;
    }
}
@media screen and (max-width: 479px) {
    .big-form form {
        gap: 4px !important;
    }
    .big-form form label {
        width: 100%;
    }
}