/*!
Theme Name: Tyros
Theme URI: https://smartcatdesign.net/downloads/tyros-pro/
Author: Smartcat
Author URI: https://smartcatdesign.net/
Description: Tyros is a WooCommerce-ready, modern, and responsive theme that is perfect for businesses, organizations, professional free-lancers, and other individuals looking to make a great first impression. Tyros comes with a full-width slider, over 600 Font Awesome icons, highly customizable and user-friendly options, and a very appealing homepage design. It has callouts to make your products & services stand out, and comes with multiple color options, as well as numerous sidebar widget areas.
Version: 2.0.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: tyros
Tags: two-columns, three-columns, right-sidebar, grid-layout, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, blog, news, e-commerce


Copyright 2018 - Smartcat Solutions Inc

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* Кнопка вверх */
.btn-back-top {opacity: 0;background: #FBC88E;border-radius: 2px;cursor: pointer;display: block!important;width: 45px;height: 45px;position: fixed;right: 15px;bottom: 55px;transition: .5s;z-index: 1030;}
.btn-back-top:hover{opacity: 1!important;}
.btn-back-top:before {border-radius: 4px;border-color: #fff;border-style: solid;border-width: 5px 0 0 5px;content: "";width: 17px;height: 17px;position: absolute;top: 17px;left: 15px;transform: rotate(45deg);}
@media (max-width:767px){.btn-back-top{left: 20px;right: auto;bottom: 15px;}}

/* Кнопка вотсап */
.whatsapp-button{position: fixed;right: 70px;bottom: 70px;background: #25D366;border-radius: 50%;width: 65px;height: 65px;z-index: 9999;display: flex;align-items: center;justify-content: center;box-shadow: 0px 0px 11px rgb(37 211 102);}
.whatsapp-button:before,
.whatsapp-button:after {content: " ";display: block;position: absolute;border: 50%;border: 1px solid #25D366;left: -20px;right: -20px;top: -20px;bottom: -20px;border-radius: 50%;animation: animate 1.5s linear infinite;opacity: 0;backface-visibility: hidden; }
.whatsapp-button:after{animation-delay: .5s;}
@keyframes animate{0%{transform: scale(0.5);opacity: 0;}50%{opacity: 1;}100%{transform: scale(1.2);opacity: 0;}}
@media (max-width: 921px) {.whatsapp-button {bottom: 10px!important;left: 10px;}}

#insta{margin-bottom: 20px;}
#insta h2 a{color: #FBC88E;}

.wh_app{display: flex;}
.wh_app .insta{display: none;margin-left: 3px;}

.site-header {
    width: 100%;
    overflow: visible;
    background: #0D1313;
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}
label{margin: 0 !important;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px; 
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

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

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}



a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 li:hover > ul,

.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: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

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

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}








.container.full-width, .col-sm-12.fix {width: 100%; padding: 0;}
.max {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
}
.container.full-width .col-sm-12.fix article.page {padding: 0; margin: 0;}
body { background-image: none !important; background-color: #ffffff !important; color: #000 !important;}
body #site-branding {
    min-height: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    background: #fff0;
    flex-wrap: wrap;
}
body #site-navigation.main-navigation li {    line-height: 1;}
body #site-branding, body #site-navigation, body #site-branding-sticky-wrap-sticky-wrapper {    height: auto !important;}
body #site-navigation.main-navigation li a {
    text-transform: none;
    padding: 5px !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
    width: auto;
}
body div#site-branding-sticky-wrap {
    border-bottom: none;
    background: #fff0;
    z-index: 999;
    animation-duration: .6s;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    position: relative;
}
body .is-sticky div#site-branding-sticky-wrap {
    border-bottom: 0;
    background: #0d1313;
    border-radius: 0px 0px 15px 15px;
    box-shadow: 0 1px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.5);
    padding: 0 10px;
}
body .site-header .header-box-wrap .container .boxed-wrap {background: #fff;}
.owl-stage .slidertxt {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    color: #1a202c;
    font-size: 16px;
}
body.home .site-main .container article.page {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    padding: 0;
}

body .full-width .item-page, body.page .container article, body .single-post .container article  {
	padding-left: 0px ;
	padding-right: 0px ;
	margin-bottom: 0px ;
}
.owl-carousel.owl-drag .owl-item {
    text-align: center;
}
.white, .black {
    padding: 10px 40px !important;
}
.sa_owl_theme .owl-nav .owl-prev {
    left: -18px !important;
}
.sa_owl_theme .owl-nav .owl-next {
    right: -18px !important;
}
body #site-toolbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}
body #site-branding div.branding {
    width: auto;
}
body #site-branding div.navigation {
    width: auto;
    font-size: 15px;
    height: auto;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.entry-header {
    display: none;
}

body #site-toolbar-main .branding, 
body #site-toolbar-main .s-header__basket-wr,
body #site-toolbar-main .poisk,
body #site-toolbar-main .info-top, 
body #site-toolbar-main .botton-01,
body #site-toolbar-main .phone {    z-index: 5;}


/* меню на баннере */
.home #header-box-wrap .container .row {position: relative;}
.home #header-box-wrap .container .row .boxed-wrap {position: absolute;}

article {
    border: 0px solid rgb(234, 234, 234) !important;
}
.boxed-wrap {min-height: 0px !important;}




/* Главная на всю ширину */

body .site-main.full-width .container {max-width: 100%; padding-left: 0px ;	padding-right: 0px ;} 



body .site-footer .footer-boxes {
    padding: 25px 0;
    padding-bottom: 0;
}

body .site-footer {
    width: 100%;
    color: #fff;
    background: #070A0A;
    z-index: 99;
    box-shadow: none;
    -webkit-box-shadow: none;
}


body .container {
    width: 100%;
	max-width: 1230px;
}


body #site-branding ul#primary-menu ul.sub-menu {
     overflow: visible; 
}

body #site-branding ul#primary-menu li ul.sub-menu {
    margin: auto;
}

.navigation-cont {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 10px;
    padding-top: 10px;
}

#site-branding div#primary-menu, #site-branding div.navigation ul#primary-menu {
    text-align: left;
    float: left;
}


body .is-sticky #site-branding div.branding {display: none !important;}



/* Общий фон и отступы */
.black-fon {
  background: #070A0A;
  padding: 40px 0;
}
.black-fon .img-txt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Стили для “карточек” */
.black-fon .img-txt p {
  position: relative;
  display: flex;
  align-items: center;
  background: #0F1313;            
  border-radius: 12px;
  padding: 24px 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  transition: transform .3s ease, box-shadow .3s ease;
  cursor: default;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #FFF;
}
.black-fon .img-txt p:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.6);
}
.black-fon .img-txt p img {
  flex-shrink: 0;
  margin-right: 16px;
  width: 48px;
  height: 48px;
  padding: 8px;
  background: linear-gradient(247.66deg, #B18A2D 10.4%, #856a28 48.69%, #B18A2D 86.69%);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}


@media (max-width: 600px) {
  .black-fon {
    padding: 20px 0;
  }
  .black-fon .img-txt {
    gap: 10px;           
    padding: 0;       
  }

  .black-fon .img-txt p {
    flex-direction: row;
	gap: 10px;
    text-align: left;
    padding: 15px 10px;;   
	margin-bottom: 0;
  }

  .black-fon .img-txt p img {
    margin: 0 0 8px;       
    width: 40px;           
    height: 40px;
    padding: 6px;         
  }
}


.prod-swap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.prod-swap .prod-block img {
	height: 100%;
	object-fit: cover;
}
.prod-swap .prod-block {
    width: 33.333333333%;
    position: relative;
	cursor: pointer;
}
.prod-swap .prod-block .zag {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #070A0A;
    position: absolute;
    top: 25px;
    right: 25px;
    background: #fff;
    padding: 10px 25px;
    transition: 0.3s;
    opacity: 1;
    max-width: 430px;
    text-align: right;
}
.prod-swap .prod-block .cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    background: #000000c4;
    transition: 0.3s;
    opacity: 0;
}
.prod-swap .prod-block .cont .zag-2 {
    background: linear-gradient(247.66deg, #B18A2D 10.4%, #F5E488 48.69%, #B18A2D 86.69%);
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
    color: #070A0A;
    padding: 10px 25px;
    margin-bottom: 25px;
    max-width: 430px;
}
.prod-swap .prod-block .cont .txt {
    font-size: 14px;
    line-height: 144.4%;
    color: #FFFFFF;
}
.prod-swap .prod-block .cont a {margin-top: 15px;}


.prod-swap .prod-block:hover .zag {opacity: 0;}
.prod-swap .prod-block:hover .cont {opacity: 1;}



.button {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF !important;
    border: 2px solid rgba(255, 255, 255, 0.26);
    border-radius: 5px;
    padding: 13px 25px;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    white-space: nowrap;
}



.head-block .textwidget.custom-html-widget {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.block-head {
    display: flex;
    align-items: center;
}
.block-head p {
	display: flex;
    flex-direction: column;
    line-height: 1.4;
    margin-bottom: 0;
}
.block-head img {margin-left: 15px;}
.mail p {
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    margin-bottom: 0;
}
.mail a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #FBC88E;
    display: inline-block;
    margin-top: 4px;
}
.block-head.phone {}
.block-head.phone p a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #FFFFFF !important;
}
.block-head.phone span {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #FBC88E;
    position: relative;
    margin-top: 4px;
}
.block-head.phone span .dot {
    background: #FBC88E;
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
    margin-bottom: 1px;
}

.wh_app a {
    display: flex;
    align-items: center;
}
.wh_app a p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}
.wh_app a p span {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #FBC88E;
}




.head-block {
    width: 100%;
    max-width: 880px;
}

.is-sticky .head-block {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}


.f_logo {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.f_menu-swap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}
.f_menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-right: 70px;
}
.f_menu a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF !important;
    transition: 0.3s;
}

.site-footer .site-info {
    background: #070a0a !important;
    padding: 20px 0 !important;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
}


.site-info .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-info .row:after, .site-info .row:before {display: none !important;}

.site-info .row p, .site-info .row a {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF !important;
}


.fon-3-blocks {
    background-color: #0d1313;
    padding: 35px 0;
}
.fon-3-blocks h2 {color: #fff;}

.swap_50 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	margin-top: 40px;
}
.block_50 {    width: 48%;}

.block-krugi {
    position: relative;
    border: solid 1px #282D2D;
    border-radius: 100%;
    padding: 20px;
    width: 520px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px;
}
.block-krugi p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
	height: 110px;
}
.block-krugi p img { margin-bottom: 5px;}

.block-krugi p:nth-child(2) {
    top: -25px;
    width: 120px;
}
.block-krugi p:nth-child(3) {
    top: 50px;
    left: 5px;
    width: 135px;
}
.block-krugi p:nth-child(4) {
    left: -48px;
    width: 100px;
}
.block-krugi p:nth-child(5) {
    bottom: 15px;
    left: -32px;
    width: 160px;
}
.block-krugi p:nth-child(6) {
    bottom: -85px;
    width: 200px;
}
.block-krugi p:nth-child(7) {
    width: 120px;
    right: 0;
    bottom: 15px;
}
.block-krugi p:nth-child(8) {
    right: -56px;
    width: 115px;
}
.block-krugi p:nth-child(9) {
    right: 10px;
    top: 50px;
    width: 115px;
}

@media (max-width: 600px) {
	.block-krugi {
		display: block!important;
	}
	.block-krugi p {
    	flex-direction: row!important;
		text-align: left;
		height: max-content;
        padding: 10px 0px!important;
		margin: 0!important;
	}
}


.nad-h2  {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
body h2, body .h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
}
.fon-3-blocks .swap_50 .opis {
    font-size: 16px;
    line-height: 144.4%;
    color: #FFFFFF;
}

.small-line {
    border: 1px solid #FFFFFF;
    width: 25%;
    margin: 25px 0;
}

.fon-3-blocks .swap_50 .button.zaliv {    margin-top: 35px;}

.button.zaliv {
    color: #000 !important;
    background: linear-gradient(247.66deg, #B18A2D 10.4%, #F5E488 48.69%, #B18A2D 86.69%);
    border-radius: 5px;
    border-color: #fff0;
	position:relative;
}

.button.zaliv:before{    content: "\f105";
    color: black;
    font-family: FontAwesome !important;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: flex;
    align-items: center;}

.fon-komp {
    background-image: url(/wp-content/uploads/2020/10/Frame_13564565.png);
    background-size: 100% auto;
    padding: 81px 35px;
    margin-top: 120px;
}
.fon-komp p {
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
    max-width: 650px;
    margin-bottom: 35px;
}
.fon-komp a {position: relative;}
.fon-komp a:after {
    content: "";
    background-image: url(/wp-content/uploads/2020/10/док-1.png);
    width: 90px;
    height: 55px;
    position: absolute;
    top: -10px;
    right: -60px;
    background-size: 100%;
}

@media (max-width: 600px) {
	.fon-komp {
	    margin-top: 40px;
	}}





.katalog-swap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.katalog-block {
    width: 50%;
    position: relative;
	overflow: hidden;
}
.katalog-block p {
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.katalog-block p img {margin-right: 20px;}
.katalog-block img {transition: 0.3s;}
.katalog-block:hover img {    transform: scale(1.2);}
.katalog-block:hover p img { transform: scale(1);}








.block-krugi-job {
    position: relative;
    display: flex;
    width: 365px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-left: auto;
}
.block-krugi-job p {
    position: absolute;
    display: flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 130.4%;
    text-align: right;
    color: #FFFFFF;
    align-items: center;
    width: 100px;
    flex-direction: row-reverse;
}
.block-krugi-job p img {margin: 10px;}

.block-krugi-job p:nth-child(2) {
    top: 10px;
    right: 160px;
}
.block-krugi-job p:nth-child(3) {
    left: -25px;
    top: 75px;
}
.block-krugi-job p:nth-child(4) {
    left: -35px;
    bottom: 80px;
}
.block-krugi-job p:nth-child(5) {
    bottom: -25px;
    left: 60px;
    flex-direction: column;
}
.block-krugi-job p:nth-child(6) {
    bottom: -25px;
    right: 60px;
    flex-direction: column;
}
.block-krugi-job p:nth-child(7) {
    flex-direction: row;
    width: 130px;
    right: -55px;
    bottom: 80px;
}


.brd-left {
    border-left: 2px solid #FFFFFF;
    padding-left: 30px;
    margin-top: 30px;
}
.brd-left .zag {
    font-weight: 600;
    font-size: 24px;
    line-height: 142.4%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: white;
    color: #070a0a;
    margin-bottom: 30px;
}
.dis-poekt h2 {margin-top: 0;}






.tab {
    margin-top: 60px;
    margin-bottom: 30px;
}
.tab a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF !important;
    border: 2px solid rgba(255, 255, 255, 0.26);
    border-radius: 5px;
    padding: 13px 25px;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    white-space: nowrap;
    margin-right: 15px;
}
.tab a.active {
    color: #000 !important;
    background: linear-gradient(247.66deg, #B18A2D 10.4%, #F5E488 48.69%, #B18A2D 86.69%);
    border-radius: 5px;
    border-color: #fff0;
}
.tabs .tab-content {
    display: none;
    flex-wrap: wrap;
    justify-content: end;
}
.tabs .tab-content.active {display: flex;}


.tabs .tab-content .cont {
    margin: 10px 30px;
    margin-left: 0;
}
.tabs .tab-content .cont p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin: 15px 0;
}

.line {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 25px 0;
}


.fal {    font-family: FontAwesome !important; font-style: normal;}



.swap-otz  {
    display: flex;
    margin-top: 50px;
	align-items: center;
	position: relative;
}
.swap-otz .otz-img {
    margin-right: -100px;
}

.block-otz {
    max-width: 640px;
    background-image: url(/wp-content/uploads/2020/10/Group-270.png);
    padding: 30px 70px 50px;
    background-size: 100% 100%;
	position: relative;
}
.block-otz:after {
    content: "";
    background-image: url(/wp-content/uploads/2020/10/Group-159.png);
    width: 380px;
    height: 390px;
    position: absolute;
    left: -255px;
    top: -32px;
}


.otz-sl {
    text-align: left;
    margin-bottom: 10px;
}
.otz-sl .zag {
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 130.4%;
    color: #0D1313;
    margin-bottom: 25px;
}
.otz-sl .txt {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #595959;
}
.otz-sl .fal {
    font-size: 25px;
    font-weight: 300 !important;
    color: #000;
}

.swap-otz #slider_131 .owl-nav {display: none !important}


.swap-otz .sa_owl_theme .owl-dots {
    text-align: left !important;
}

.swap-otz .sa_owl_theme .owl-dots .owl-dot span {
    background-color: #C4C4C4 !important;     margin: 0px 5px !important;
}
.swap-otz .sa_owl_theme .owl-dots .active span {
    background: linear-gradient(267.61deg, #B18A2D -261.92%, #F5E488 -18.79%, #B18A2D 222.51%) !important;
}





.partneery {padding: 35px 0;}
.partneery .nad-h2 {color: #0D1313;}
.partneery h2 {    margin-top: 0;}
.partneery .pod-h2 {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 144.4%;
    color: #929292;
}


.par-block {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    text-align: center;
    color: #929292;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 0 10px;
}
.par-block img {margin-bottom: 15px;}




.kont-block {
    background: #0D1313;
    padding: 30px 0;
}

.zagal {
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1px 0;
    margin-bottom: 35px;
}
.zagal h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 103.9%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 35px;
}
.zagal p {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.zagal p span {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 138.4%;
    text-transform: uppercase;
    color: #FFFFFF;
}



.map-swap {
    background: rgba(255, 255, 255, 0.11);
    border-radius: 26px;
    padding: 25px;
}
.map-block {
    padding: 25px;
    background: rgba(255, 255, 255, 0.38);
    border-radius: 26px;
}
.map-block .map-block-br {
    border-radius: 26px !important;
    overflow: hidden;
/*     filter: grayscale(1); */
}



.info-midle {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 45px 0px;
    margin-bottom: 20px;
}
.info-midle .mail a {
    text-align: left;
}
.info-midle .mail img {
    margin-right: 15px;
    margin-left: 0;
}

.info-midle .phone, .info-midle .adres {
    display: flex;
    align-items: center;
}
.info-midle .phone p {
    display: flex;
    flex-direction: column;
    margin: 0;
    line-height: 1.4;
}
.info-midle .phone a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #FFFFFF;
}
.info-midle .phone img, .info-midle .adres img { margin-right: 15px;}
.info-midle .phone span a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FBC88E;
    display: inline-block;
    margin-top: 2px;
}
.info-midle .adres p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
    max-width: 165px;
}



.max {
    width: 100%;
}

.banner-01 {
    background-image: url(/wp-content/uploads/2020/10/1.jpg);
    height: 780px;
    width: 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.banner-01 .nad_h2 {
    font-weight: bold;
    font-size: 42.6861px;
    line-height: 103.9%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: white;
    color: #fff0;
}
.banner-01 h2, .banner-01 h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
 	max-width: 475px;
    margin-bottom: 25px;
}
.w-500 h1, .w-500 h2{max-width: 550px!important;}
.banner-01 h2, .banner-01 h1 span{display:block;}
.banner-01 .txt_img {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 24px;
    line-height: 103.9%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.banner-01 .txt_img img {margin-right: 20px;}
.banner-01 a {position: relative;}
.banner-01 a:after {
    content: "";
    background-image: url(/wp-content/uploads/2020/10/2.png);
    width: 110px;
    height: 68px;
    position: absolute;
    top: -10px;
    right: -57px;
    background-size: 100%;
}








@media (max-width:1255px) {
	.fon-3-blocks .block_50 {width: 100%; margin-bottom: 20px;}
	.fon-3-blocks .block-krugi {    margin: 25px auto;}
	.dis-poekt .block_50 {width: 48%; margin-bottom: 0px;} 
	.dis-poekt .block_50 {
    padding-right: 60px;
    padding-bottom: 20px;
}
}
@media (max-width:1155px) {
	.swap-otz .otz-img {
    display: none;
}
	.swap-otz {
    padding-left: 220px;
    justify-content: center;
}
}
@media (max-width:880px) {
	.block-otz:after {display: none;}
	.swap-otz {    padding-left: 0;}
	.dis-poekt .block_50 {width: 100%; padding-right: 0;}
	.dis-poekt .block_50:nth-child(2) {
    padding-right: 60px;
    padding-left: 60px;
}
	.block-krugi-job {    margin-right: auto;}
}


@media (max-width:950px) {
	.f_menu-swap {    flex-wrap: wrap;    justify-content: center;}
	.f_menu {    margin-right: 0; margin-bottom: 20px;}
}
@media (max-width:1405px) {
	.prod-swap .prod-block {    width: 50%;}
	.prod-swap .prod-block > img {width: 100%;}
}
@media (max-width:955px) {
	.prod-swap .prod-block {    width: 100%;}
}
@media (max-width:655px) {
	.block-krugi > img {display: none;}
	.block-krugi {
    border: none;
    border-radius: 0;
	width: 100%;
	height: auto;
	flex-wrap: wrap;
}
	.block-krugi p {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 20px;
}
	.block_50:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
}
	.fon-3-blocks .block-krugi {
    margin: 25px auto;
    justify-content: space-between;
}
}

body #site-branding div.branding {
    width: auto;
    min-width: 220px;
}


@media (max-width:991px) {
	.navigation-cont {
    width: auto;
    border-top: none;
}
	body #site-branding {
    flex-wrap: nowrap;
}
	.head-block .button {display: none;}
	.head-block {    margin: 0 20px;}
}





#slicknav-menu-toggle {
    border: solid 2px #fff;
    padding: 7px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.mobile-menu-icon {
    width: 28px;
    height: 19px;
    padding-top: 5px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
}

.mobile-menu-icon.active {
    height: 17px;
    padding-top: 4px;
    opacity: .5;
    filter: "alpha(opacity=50)";
}

@media screen and (min-width: 992px) {
    .mobile-menu-icon {
        display: none;
    }
}

.mobile-menu-icon span {
    display: block;
    height: 3px;
    background: #fff;
    pointer-events: none;
}

@media (max-width:1150px) {
	.head-block {    max-width: 760px;}
}
@media (max-width:1040px) {
	.head-block {    max-width: 710px;}
}


@media (max-width:815px) {
	body #site-branding {
    flex-wrap: wrap;
}
	body #site-branding div.branding {
    width: 100%;
    min-width: 220px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
	.head-block {
    margin: 0 auto;
    max-width: 530px;
}
}

/*моб меню нов*/
@media (max-width: 400px) {
	.custom-logo-link {
		width: 150px;
	}
	.head-block .textwidget.custom-html-widget {
		flex-wrap: nowrap;
		align-items: center;
	}
	.mobile-menu-icon {
		width: 20px;
		height: 18px;
	}
	.block-head img {
    	margin-left: 10px;
	}
	.block-head.phone p a {
		font-weight: 500;
		font-size: 12px;
	}
	.head-block {
        max-width: 270px!important;
	}
	#slicknav-menu-toggle {
        margin-top: 6px!important;
    }
	.home .banner-01 {
        height: 470px!important;
    }
	.banner-01 h2, .banner-01 h1 {
        font-size: 25px!important;
        line-height: 35px;
    }
	.banner-01 .nad_h2 {
        font-size: 22px;
    }
}
@media (max-width: 630px) {
	.head-block .textwidget.custom-html-widget {
		flex-wrap: nowrap;
		align-items: center;
	}
	.wh_app .insta {
		display: none;
	}
	.slicknav_nav a {
		padding: 3px 0!important;
	}
}
/*конец*/


.is-sticky #slicknav-menu-toggle {    margin-left: 25px;}


@media (max-width:815px) {
	body .is-sticky #site-branding {    flex-wrap: nowrap;}
}



@media (max-width:767px) {
	.is-sticky div#site-branding-sticky-wrap {    width: 100% !important;}
}
@media (max-width:1010px) {
	.img-txt {    max-width: 570px;    margin: 0 auto;}
}


@media (max-width:1200px) {
	.katalog-block p {    font-size: 22px;}
	.katalog-block p img {    max-width: 45px;}
}


@media (max-width:1169px) {
	.fon-komp {
    background-size: auto 100%;
    background-position: center;
    border-radius: 10px;
}
}


@media (max-width:666px) {
	.block-otz {    padding: 25px 30px 40px; max-width: 100%;}
}

@media (max-width:500px) {
.block-otz {
    padding: 10px;
    background-color: #f9f4f0;
    background-image: none;
    border-radius: 15px;
}	
}



@media (max-width:790px) {
	.banner-01 .nad_h2 {    font-size: 28px;}
	.banner-01 h2 {
    font-size: 22px;
    line-height: 26px;
    max-width: 392px;
}
	.banner-01 .txt_img {    font-size: 16px;}
}


@media (max-width:991px) {
	.banner-01 {   height: 570px;}
}

@media (max-width:767px) {
body div#site-branding-sticky-wrap {
    max-width: 100% !important;
    width: 100% !important;
}
	body #site-branding {
    flex-wrap: wrap;
    padding: 10px 15px;
}
}
@media (max-width:630px) {
	.head-block .mail {display: none;}
	.head-block {
    margin: 0 auto;
    max-width: 310px;
}
}

@media (max-width:540px) {
	.img-txt {
    max-width: 400px;
    margin: 0 auto;
}
	.img-txt p {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
	.img-txt p:last-child { margin-bottom: 0px;}
}

@media (max-width:545px) {
	.block-krugi p {   width: 170px !important; /**/width: 100% !important;  margin-left: 0; gap: 10px; /**/}
}


@media (max-width:660px) {
	.katalog-block {    width: 100%;}
	.dis-poekt .block_50:nth-child(2) {padding: 0 !important;}
	.dis-poekt .block_50:nth-child(2) .block-krugi-job > img {display: none;}
	.dis-poekt .block_50:nth-child(2) .block-krugi-job p {
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 150px;
    flex-direction: row;
    text-align: left;
    margin: 10px;
}
	.dis-poekt .block_50:nth-child(2) .block-krugi-job {
    flex-wrap: wrap;
    width: 100%;
}
}


@media (max-width:680px) {
	.f_menu {
    flex-wrap: wrap;
    flex-direction: column;
    height: 100px;
    align-items: center;
    max-width: 375px;
}
	.f_menu a {
    width: 125px;
    margin-bottom: 8px;
}
}

@media (max-width:370px) {
	.f_menu { height: auto;}
}

@media (max-width:608px) {
	.tab {
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
		flex-wrap: wrap;
}
	.tab a {    margin-bottom: 10px;}
}


@media (max-width:530px) {
	.banner-01 .max {
    position: relative;
		margin-bottom: 20px;
}
	.banner-01 {
    height: auto;
}
}
@media (max-width:410px) {
	.head-block {
    margin: 0 auto;
    max-width: 100%;
}
	#slicknav-menu-toggle {
    display: block;
    margin-left: auto;
    margin-top: 18px;
}
}
@media (max-width:420px) {
body .is-sticky #site-branding {
    flex-wrap: wrap;
}
	.is-sticky #slicknav-menu-toggle {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
}
ul.slicknav_nav {    background: #0d1313 !important;}
div.slicknav_menu {
    left: 0;
    border-radius: 20px;
    overflow: hidden;
}




@media (max-width:489px) {
	.fon-3-blocks .block-krugi { justify-content: center;  margin: 0;  padding: 0;}
	
}

@media (max-width:615px) {
	.info-midle > div {margin-bottom: 15px;}
}
@media (max-width:450px) {
	.map-swap {    padding: 0;}
	.map-block {    padding: 15px}

.info-midle {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 45px 0px;
    margin-bottom: 20px;
    max-width: 337px;
}
	.info-midle > div {
    margin-bottom: 15px;
    width: 215px;
}
}

body #site-branding .menu li .sub-menu {
    background: #0d1313 !important;
    border-radius: 5px;
    width: 100%;
    min-width: 300px;
}
body #site-branding .menu li .sub-menu li {max-width: 100% !important;}
body #site-branding .menu li .sub-menu li a {font-size: 14px; padding-right: 20px !important;}
body #site-branding .menu li .sub-menu li a:hover {padding-left: 15px !important; padding-right: 5px !important;}
body #site-branding .menu li .sub-menu li .sub-menu {
    right: -300px;
    top: -20px;
}


.item-page .post-title {display: none !important;}
body.page article {
    padding: 0 !important;
}

.banner-01.b_02 {
    background-image: url(/wp-content/uploads/2020/10/Mask_Group.jpg);
    background-size: auto 101%;
    height: 645px;
	overflow: hidden;
}

.banner-01.b_02 .max {    margin-top: -80px;}
.banner-01.b_02 .max p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 153.9%;
    color: #FFFFFF;
    max-width: 400px;
}
.banner-01.b_02 .bl-fon {
    display: inline-block;
    background: #000000c4;
    border-radius: 100%;
    padding: 144px 60px;
}


.tov-swap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 35px -15px;
}
.tov-swap .tov-block {
    border: 1px solid #E8E8E8;
    max-width: 360px;
    margin: 20px 15px;
    text-align: center;
    position: relative;
    padding: 20px;
    padding-bottom: 40px;
}
.tov-swap .tov-block .zag {
    font-weight: 600;
    font-size: 20px;
    line-height: 127.4%;
    text-align: center;
    text-transform: uppercase;
    color: #0D1313;
    margin-top: 25px;
    margin-bottom: 20px;
}
.tov-swap .tov-block .txt {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    text-align: center;
    color: #0D1313;
    margin-bottom: 0;
}
.tov-swap .tov-block .price {
    background: linear-gradient(252.95deg, #B18A2D -2.57%, #F5E488 53.33%, #B18A2D 108.81%);
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 127.4%;
    text-align: center;
    text-transform: uppercase;
    color: #0D1313;
    padding: 20px 5px;
}


.full-line {
    border: 1px solid #E8E8E8;
    margin: 35px auto;
	max-width: 1170px;
}

.h2-vid {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0D1313;
}
.h2-vid span {
    font-weight: 300;
    font-size: 26.3122px;
    line-height: 138.4%;
    text-transform: uppercase;
    color: #0D1313;
}


.varianty-ust {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    flex-wrap: wrap;
}
.varianty-ust p {
    font-weight: 600;
    font-size: 14px;
    line-height: 127.4%;
    text-align: center;
    text-transform: uppercase;
    color: #0D1313;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.varianty-ust p img {margin-bottom: 15px;}


.preim-pergol {
    margin: 35px 0;
    display: flex;
    flex-wrap: wrap;
}
.preim-pergol p {
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
    margin: 15px 0;
    width: 100%;
    max-width: 400px;
    margin-right: 30px;
}
.preim-pergol p img {margin-right: 20px;}


.vybor-pergol {
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
    margin: 35px 0;
}


.fforma-swap {
    background-image: url(/wp-content/uploads/2020/10/Group-333.jpg);
    background-size: auto 100%;
    background-position: right;
    padding: 1px 20px;
}
.fforma-swap .fforma-block {
    color: #fff;
    max-width: 420px;
    margin-left: auto;
}
.fforma-swap .fforma-block h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 127.4%;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 270px;
}
.fforma-swap .fforma-block .txt {
    font-weight: 300;
    font-size: 14px;
    line-height: 138.4%;
    text-transform: uppercase;
    color: #FFFFFF;
}



.fforma-swap .cstm-b .element-send-q {
    background: linear-gradient(247.66deg, #B18A2D 10.4%, #F5E488 48.69%, #B18A2D 86.69%);
    font-weight: 600;
    font-size: 14px !important;
    line-height: 17px;
    color: #0D1313 !important;
    margin-top: 20px;
}

.fforma-swap .inline-box-qform {
    margin-bottom: 0px;
}

#playPause {display: none !important;}
.gal-swap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.gal-swap a {
    width: 33.333333%; position: relative;
}
.gal-swap a img {
    width: 100%;
    transition: 0.3s;
}
.gal-swap a .kn {
    font-weight: 600;
    font-size: 12.8115px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transition: 0.3s;
	opacity: 0;
}
.gal-swap a .kn span {
    background: #fff0;
    border: 2px solid rgba(255, 255, 255, 0.26);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px 20px;
}
.gal-swap a:hover .kn { opacity: 1;}

.gal-swap a:hover img {    filter: brightness(0.3); }




@media (max-width:1100px) {
	.gal-swap a {    width: 50%;}
}
@media (max-width:500px) {
	.gal-swap a {    width: 100%;}
}




.banner-01.b_03 {
    background-image: url(/wp-content/uploads/2020/10/Mask-Group-5.jpg);
    height: 410px;
}
.banner-01.b_03 .txt {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 153.9%;
    color: #FFFFFF;
    margin-bottom: 30px;
}


.prod-swap.prod-swap_02 .prod-block {	width: 50%;}





.bl_fon {
    background: #0D1313;
    padding: 30px 0;
}
.bl_fon .h2-vid, .bl_fon .h2-vid span {color: #fff;}
.bl_fon p {
    font-size: 14px;
    line-height: 144.4%;
    color: #FFFFFF;
}


.zag-2-block {
    display: flex;
    align-items: center;
}
.zag-2-block p {
    margin-bottom: 0;
    margin-left: 60px;
}


.r_pr-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #fefefe 0%, #f9f6f2 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 1px 4px 0px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    gap: 40px;
    color: #222;
    border: 1px solid #f0f0f0;
	margin-top: 25px;
}

.r_pr-block:hover {
    transform: translateY(-6px);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.25);
}

.r_pr-block .opis {
    flex: 1 1 60%;
    max-width: 60%;
}

.r_pr-block .opis .txt {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
    color: #333;
}

.r_pr-block .butt {
    display: flex;
    align-items: center;
    gap: 16px;
}

.r_pr-block .butt a.button.zaliv {
    display: inline-block;
    padding: 16px 36px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46);
    background-size: 200% auto;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    animation: shine 4s linear infinite;
    transition: background-position 0.3s, transform 0.3s, box-shadow 0.3s;
}

.r_pr-block .butt a.button.zaliv:hover {
    background-position: 200% center;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(212,175,55,0.4);
}

.r_pr-block .opis_img {
    max-width: 40%;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.r_pr-block .opis_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 16px;
}

.real_proekt-cont {	
	background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
	padding-bottom: 10px;
}

.real_proekt {
	max-width: 1200px;
    margin: 0 auto;
}

.real_proekt .flex {
	display: flex;
    justify-content: space-between;
    align-items: center;
}


.real_proekt .owl-carousel .owl-item img {
    width: 100%!important;
    height: 355px!important;
}

.r_pr-block .opis_img:hover img {
    transform: scale(1.05);
}

@keyframes shine {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

@media (max-width: 1024px) {
    .r_pr-block {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }

    .r_pr-block .opis,
    .r_pr-block .opis_img {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .r_pr-block .butt {
        justify-content: center;
    }

    .r_pr-block .opis_img img {
        height: auto;
    }
}





.banner-01.b_04 {
    background-image: url(/wp-content/uploads/2020/10/Mask-Group-6.jpg);
    height: 410px;
}
.banner-01.b_04 .txt {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 153.9%;
    color: #FFFFFF;
    margin-bottom: 25px;
}





.bredcams {
    background: #F8F8F8!important;
    padding: 10px 0;
}
.bredcams .max {max-width: 1220px;}

.bredcams .breadcrumbs__link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #878787 !important;
}
.bredcams .breadcrumbs__separator  {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #878787;
    margin: 0 5px;
}
.bredcams .breadcrumbs__current  {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #BF884A;
}

@media (max-width:1150px) {
	.prod-swap_02 .prod-block .zag, .prod-swap_02 .prod-block .cont .zag-2 {font-size: 18px;}
}

@media (max-width:900px) {
	.prod-swap.prod-swap_02 .prod-block {
    width: 100%;
}
	.zag-2-block {
    align-items: baseline;
    flex-direction: column;
}
	.zag-2-block p {
    margin-left: 0;
}
}

@media (max-width:570px) {
	.banner-01.b_04, .banner-01.b_03 {
    height: 500px;
}
	.banner-01.b_04 .max, .banner-01.b_03 .max {    top: -65px;}
}




.tov-swap .tov-block {cursor: pointer;}
.tov-swap .tov-block .img {overflow: hidden;}
.tov-swap .tov-block .img img {transition: 0.3s;}
.tov-swap .tov-block:hover .img img {transform: scale(1.15);}



.banner-01.b_05 {
    background-image: url(/wp-content/uploads/2020/10/Mask_Group.jpg);
}
.banner-01.b_05 .white-fon {
    max-width: 530px;
    background: #fff;
    color: #000;
    padding: 25px;
    margin-left: 0;
}
.banner-01.b_05 h2, .banner-01.b_05 h1 {
    font-weight: 600;
    font-size: 39.3968px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0D1313;
    max-width: 100%;
}
.banner-01.b_05 p {
    font-size: 14px;
    line-height: 153.9%;
    color: #1E1E1E;
}
.banner-01.b_05 .max {    margin-bottom: 0;}

.tabs-swap {margin-top: 35px;}
.tabs-swap .zag_g {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(252.95deg, #B18A2D -2.57%, #F5E488 53.33%, #B18A2D 108.81%);
    font-weight: 600;
    font-size: 39.3968px;
    line-height: 50px;
    text-transform: uppercase;
}
.tabs-swap .jir {
    font-weight: 600;
    font-size: 14px;
    line-height: 127.4%;
    text-transform: uppercase;
    color: #0D1313;
    margin-top: 20px;
}


.tabs-swap .swap_krugi {}
.tabs-swap .swap_krugi span {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 20px;
    margin-top: 15px;
}
.tabs-swap .swap_krugi span:nth-child(1) {background: #FFFFFF; border: 1px solid #DDDDDD;}
.tabs-swap .swap_krugi span:nth-child(2) {background: #612702;}
.tabs-swap .swap_krugi span:nth-child(3) {background: #817575;}




.tabs-swap .tab {
    display: flex;
    width: 100%;
}
.tabs-swap .tab a {
    background: #F8F8F8;
    border: 1px solid #E8E8E8;
    margin: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 127.4%;
    text-transform: uppercase;
    color: #0D1313 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	border-right: 0;
}
.tabs-swap .tab a:last-child { border-right: 1px solid #E8E8E8; }

.tabs-swap .tab a.active {
    color: #000 !important;
    background: linear-gradient(247.66deg, #B18A2D 10.4%, #F5E488 48.69%, #B18A2D 86.69%);
}


.tabs-swap .tabs .tab-content {
    border: 1px solid #E8E8E8;
    border-top: 0;
    padding: 30px;
    margin-top: -30px;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
    margin-bottom: 65px;
}




@media (max-width:1080px) {
	.tabs-swap .tab {    flex-wrap: wrap;}
	.tabs-swap .tab a {    width: 33.33333333%;}
	.tabs-swap .tab a:nth-child(3) { border-right: 1px solid #E8E8E8; }
}
@media (max-width:680px) {
	.tabs-swap .tab {    flex-wrap: wrap;}
	.tabs-swap .tab a {    width: 50%;}
	.tabs-swap .tab a:nth-child(2), .tabs-swap .tab a:nth-child(3), .tabs-swap .tab a:nth-child(4) { border-right: 1px solid #E8E8E8; }
	.tabs-swap .tab a:nth-child(3) {border-right: 0px solid #E8E8E8;}
}
@media (max-width:450px) {
	.tabs-swap .tab {    flex-wrap: wrap;}
	.tabs-swap .tab a {    width: 100%;}
	.tabs-swap .tab a { border-right: 1px solid #E8E8E8; }
	.tabs-swap .tab a:nth-child(3) {border-right: 1px solid #E8E8E8;}
	
}



.tabs-swap .tabs .tab-content p {width: 100%;}



.banner-01.b_06 {
    background-image: url(/wp-content/uploads/2020/10/13.jpg);
    background-size: auto 101%;
    height: 644px;
    overflow: hidden;
}
.banner-01.b_06 .bl-fon {
    padding: 144px 80px;
}


.swap-kn-zamer {
    text-align: center;
    margin-bottom: 45px;
}
.swap-kn-zamer a {position: relative;}
.swap-kn-zamer a:after {
    content: "";
    background-image: url(/wp-content/uploads/2020/10/2.png);
    width: 110px;
    height: 68px;
    position: absolute;
    top: -10px;
    right: -57px;
    background-size: 100%;
}


.obog-swap {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #E8E8E8;
    margin: 25px 0;
}
.obog-swap img {margin-right: 40px;}
.obog-swap p {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 154.9%;
    color: #0D1313;
}
.obog-swap p span {
    font-weight: 600;
    font-size: 24px;
    line-height: 127.4%;
    text-transform: uppercase;
    color: #0D1313;
    margin-bottom: 15px;
}




.dop-opc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 35px 0;
}
.dop-opc p {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #0D1313;
    max-width: 260px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 15px;
}
.dop-opc p img {margin-right: 15px;}




.m-txt {
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
}



.tipa-button {
    color: #0D1313!important;
    background: linear-gradient(247.66deg, #B18A2D 10.4%, #F5E488 48.69%, #B18A2D 86.69%);
    border-radius: 5px;
    border-color: #fff0;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 25px 0;
}





.swap-40-60 {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 35px;
}
.swap-40-60 .block-40-60 {}
.swap-40-60 .block-40-60:nth-child(1) {width: 40%;}
.swap-40-60 .block-40-60:nth-child(2) {
    width: 57%;
}

.swap-40-60 .block-40-60 .block-img {
    position: relative;
    padding: 50px 20px;
    border: 2px solid #E8E8E8;
    margin-left: 20px;
    margin-top: 20px;
    background-image: url(/wp-content/uploads/2020/10/Group-243.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.swap-40-60 .block-40-60 .block-img .garant {
    position: absolute;
    left: -20px;
    top: -20px;
}
.swap-40-60 .block-40-60:nth-child(2) h2, .swap-40-60 .block-40-60:nth-child(2) h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 127.4%;
    text-transform: uppercase;
    color: #0D1313;
    margin-top: 20px;
    margin-bottom: 20px;
}
.swap-40-60 .block-40-60:nth-child(2) p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
}




.tvr .tab {
    border-top: 1px solid #E8E8E8;
    display: flex;
}
.tvr .tab a {
    font-weight: 600;
    font-size: 14px;
    line-height: 138.4%;
    text-align: center;
    text-transform: uppercase;
    color: #0D1313 !important;
    border: 1px solid #E8E8E8;
    margin-right: 0;
    border-radius: 0px;
	border-top: 0px;
}
.tvr .tabs .tab-content {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 35px;
    flex-direction: column;
    align-items: end;
}

.numbers-swap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.numbers-swap span {
    background: #F8F8F8;
    border-radius: 33px;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 16px;
    line-height: 127.4%;
    text-align: center;
    text-transform: uppercase;
    color: #0D1313;
    margin-right: 15px;
    margin-bottom: 15px;
    display: block;
    width: 125px;
}


.img-width {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
}
.img-width p {
    color: #0D1313 !important;
    font-size: 26px;
    text-transform: uppercase;
}
.img-width img {}



.tov-mar .varianty-ust {
    border-bottom: 1px solid #E8E8E8;
    justify-content: space-around;
    margin-top: 35px;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.tov-mar .varianty-ust p {
    flex-direction: row;
}
.tov-mar .varianty-ust p img {margin-bottom: 0; margin-right: 20px}


.pr-mar p {
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
}
.pr-mar .gal-swap {margin: 35px 0;}
.pr-mar .gal-swap a {
    padding: 5px;
}

.ser-fon {
    background: #f8f8f8;
    margin: 35px 0;
    padding: 20px 0;
}
.var-upr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.var-upr .block {
    width: 325px;
    padding: 10px;
}
.var-upr .block p {
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}
.var-upr .block span {
    font-weight: 600;
    font-size: 18px;
    line-height: 127.4%;
    text-transform: uppercase;
    color: #0D1313;
}


.pod-dvig {margin: 35px auto;}
.pod-dvig h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 138.4%;
    text-transform: uppercase;
    color: #0D1313;
    margin-bottom: 25px;
}

.swap-logo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.swap-logo {margin: 0 10px;}


.col-kon {
    display: flex;
    flex-wrap: wrap;
}
.col-kon-block {
    margin: 25px;
    max-width: 325px;
}
.col-kon-block .top {
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
}
.col-kon-block .top img {margin-right: 15px;}

.opcional-swap {
    display: flex;
    flex-wrap: wrap;
}
.opcional-swap p {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    margin: 20px;
}
.opcional-swap p img {margin-top: 20px;}




.banner-01.b_02.b_07 {
    background-image: url(/wp-content/uploads/2020/11/Mask-Group.jpg);
}
.banner-01.b_02.b_07 .bl-fon {
    display: inline-block;
    background: #000000c4;
    border-radius: 100%;
    padding: 120px 124px;
}




.spoiler .sp_zag {
    border: 1px solid #E8E8E8;
    border-bottom: 0;
    display: flex;
    align-items: center;
    padding: 20px;
}


.spoiler {margin: 35px 0;}
.spoiler .sp_zag p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
    display: flex;
    flex-direction: column;
	margin-bottom: 0;
}
.spoiler .sp_zag span {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 127.4%;
    text-transform: uppercase;
    color: #0D1313;
    margin-bottom: 15px;
}


.spoiler .spolireHead .spolireMega {
    background: linear-gradient(252.95deg, #B18A2D -2.57%, #F5E488 53.33%, #B18A2D 108.81%);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 127.4%;
    text-align: center;
    text-transform: uppercase;
    color: #0D1313;
    padding: 10px 0;
    cursor: pointer;
}



.spoiler .spolireHead.openSpoler .spolireMega {background: linear-gradient(252.95deg, #F8F8F8 -2.57%, #F8F8F8 53.33%, #F8F8F8 108.81%);}


.spoiler .sp_cont {
    padding: 25px 0;
    border: 1px solid #E8E8E8;
    border-bottom: 0;
}


.spoiler .sp_cont .block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 25px;
}
.spoiler .sp_cont h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 127.4%;
    text-transform: uppercase;
    color: #0D1313;
    padding: 0 25px;
}

.spoiler .sp_cont .block .block-txt {    padding-right: 25px;}
.spoiler .sp_cont .block .block-txt .zag {
    font-weight: 600;
    font-size: 18px;
    line-height: 127.4%;
    text-transform: uppercase;
    color: #0D1313;
    margin-bottom: 15px;
}
.spoiler .sp_cont .block .block-txt .opis  {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
}

.spoiler .column-2 {
    display: flex;
    flex-wrap: wrap;
}
.spoiler .column-block-2 {
    max-width: 200px;
    margin-right: 25px;
    margin-bottom: 10px;
}


.spoiler .sp_cont .block:last-child {border-bottom: 0; padding-bottom: 0;}

.spoiler .sp_zag .img {
    min-width: 315px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.p_txt p  {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
}


.dop-opc.dop-opc_50 {justify-content: space-between;}
.dop-opc.dop-opc_50 p  {
    max-width: 455px;
    align-items: end;
	min-width: 280px;
}





@media (max-width:640px) {
	.banner-01.b_02.b_07 .bl-fon {
    display: inline-block;
    background: #000000c4;
    border-radius: 20px;
    padding: 80px 20px;
}
	.banner-01.b_02 .max {
    margin-top: 20px;
}
	.banner-01.b_02 {
    height: auto;
	}
	.spoiler .sp_zag {
    flex-direction: column;
}
	.spoiler .sp_zag .img {
    margin-right: 0;
    margin-bottom: 15px;
}
	.h2-vid {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #0D1313;
}
	.h2-vid span {
    font-weight: 300;
    font-size: 20px;
    line-height: 138.4%;
    text-transform: uppercase;
    color: #0D1313;
}
}






@media (max-width:1200px) {
	.spoiler .sp_cont .block img {    max-width: 400px;}
}
@media (max-width:900px) {
	.spoiler .sp_cont .block img {    max-width: 200px;}
}


@media (max-width:640px) {
	.spoiler .sp_cont .block {
    flex-direction: column;
}
	.spoiler .sp_cont .block img {    max-width: 280px;}
}






.banner-01.b_08 {background-image: url(/wp-content/uploads/2020/11/Mask-Group-1.jpg)}



.img-txt_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img-txt_02 p img {margin-right: 15px;}
.img-txt_02 p {
    margin: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 144.4%;
    color: #FFFFFF;
    width: 250px;
    display: flex;
    align-items: center;
}




.swap-50 {display: flex; flex-wrap: wrap; justify-content: space-between;}
.swap-50 .block-50 {width: 47%;}
.swap-50 .block-50 p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 153.4%;
    color: #0D1313;
}



@media (max-width:767px) {
	.swap-50 .block-50 {width: 100% !important; margin-bottom: 20px;}
}



.brdr-block {}
.brdr-block .swap-50 .block-50 .zag {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 138.4%;
    text-transform: uppercase;
    color: #0D1313;
    margin-bottom: 25px;
}
.brdr-block .swap-50 .block-50 .txt_img {
    font-weight: 600;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.brdr-block .swap-50 .block-50 .txt_img img {margin-right: 20px;} 

.brdr-block .swap-50 .block-50 {
    border: 1px solid #E8E8E8;
    padding: 20px;
    margin-bottom: 20px;
}
.swap-50 .swap-50 {}




.grey-f  {
    background: #F8F8F8;
    padding: 10px 0;
    margin: 35px 0;
}
.grey-f .swap-50 .block-50 {
    width: 49%;
}



.pad-50 .swap-50 .block-50 .zag  {
    background: linear-gradient(252.95deg, #B18A2D -2.57%, #F5E488 53.33%, #B18A2D 108.81%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 127.4%;
    text-transform: uppercase;
    margin-bottom: 25px;
}


.pad-50 {
    border: 1px solid #E8E8E8;
    padding: 40px;
    margin: 30px 0;
}



.pad-50 .swap-50 .block-50 .zag-02 {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 144.4%;
    color: #0D1313;
    margin-bottom: 25px;
}
.pad-50 .swap-50 .block-50 .no_margin {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 153.4%;
    color: #0D1313;
    margin-bottom: 5px;
}

.center-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pad-50 .swap-50 .block-50  .no_margin.ots {margin-bottom: 35px;}


.zzag {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 144.4%;
    color: #0D1313;
    margin-bottom: 25px;
}

td, th {
    padding: 8px !important;
}

table {
    color: #000;
    font-size: 15px;
    font-weight: 500;
	text-align: center;
}
table .zag-t {background: #A7A8AB !important; color: #fff !important;}

table tr:nth-child(odd) {background: #E7E6E7;}


.swap-upr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0;
}
.swap-upr p {
    font-weight: bold;
    font-size: 16px;
    line-height: 144.4%;
    text-align: center;
    color: #0D1313;
    display: flex;
    flex-direction: column;
    margin: 20px;
    width: 171px;
}
.swap-upr p img {margin-bottom: 15px;}



@media (max-width:470px) {
	.prod-swap .prod-block .cont .txt {display: none;}
	.prod-swap .prod-block .cont {    display: flex;    flex-direction: column;    align-items: center;}
}



@media (max-width:767px) {
	.swap-40-60 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
    flex-direction: column;
}
	.swap-40-60 .block-40-60:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
}
	.swap-40-60 .block-40-60:nth-child(2) {
    width: 100%;
    margin-top: 25px;
}	
	.tvr .tab {    flex-wrap: wrap;}
}





.m-sklad .tab {margin-top: 0;}
.m-sklad .tabs .tab-content {
    padding: 20px;
    margin-bottom: 0;
}


.m_s-block {
    display: flex;
    align-items: center;
    justify-content: center;
}
.m_s-block img {
    margin-right: 60px;
    max-width: 405px;
}

.m_s-block .txt {font-weight: 600;}
.m_s-block .txt span {color: #fac88e;}


.vidy {
    display: flex;
    justify-content: center;
    width: 100%;
}
.vidy img {margin: 15px;}


.harakt p span {font-weight: 600;}

.detal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.detal p {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
    color: #000;
    text-align: center;
    max-width: 285px;
    margin: 15px;
}
.detal p img {margin-bottom: 15px;}


.color-reshenie {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 35px;
}
.color-reshenie a {
    display: flex;
    flex-direction: column;
    width: 270px;
    margin: 10px;
    justify-content: flex-end;
    align-items: center;
    color: #000 !important;
    font-weight: 600;
    cursor: pointer;
	text-align: center;
}
.color-reshenie a img {margin-bottom: 15px;}


.black_p p {color: #000;}
.black_p p b {font-size: 18px;margin-top: 15px;}
.black_p ul {
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 0;
    color: #000;
}
.black_p ul li {    margin-bottom: 12px;}


.biocl .tabs .tab-content p {    color: #000000;}

.bio-opis {
    display: flex;
    flex-direction: column;
    color: #000;
}
.bio-opis div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.bio-opis div p {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.bio-opis div p span {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}



.color-reshenie a .img-fon {
    overflow: hidden;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.color-reshenie a img {
    height: 105px;
    width: 100%;
    margin-bottom: 0;
}





.img-center .block {
    max-width: 490px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img-center .block p {
    font-size: 16px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.img-center .block p span {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}


body #site-navigation.main-navigation li:hover a {color: #fff !important;}
.button:hover {
    color: #000000 !important;
    background: #FBC88E;
}





.banner-01.b_02.b_10 {
    background-image: url(/wp-content/uploads/2020/11/3.jpg);
}
.banner-01.b_10 .bl-fon {
    padding: 130px 60px;
}

.grey-fon {
    background: #F4F4F4;
    padding: 40px 0;
    margin-bottom: 45px;
}
.grey-fon p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
}



.zag-txt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 35px 0;
    padding: 1px 0;
    border-bottom: 2px solid #E8E8E8;
}
.zag-txt div {
    width: 40%;
    display: flex;
    align-items: end;
    margin-bottom: 20px;
}
.zag-txt P {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 144.4%;
    color: #0D1313;
    display: flex;
    flex-direction: column;
    align-items: baseline;
	margin-left: 20px;
}
.zag-txt P span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
    margin-top: 10px;
}

.grey-ttx-img {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    padding: 20px;
    padding-right: 45px;
    margin: 35px 0;
}
.grey-ttx-img p .grey-ttx-img p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 154.9%;
    color: #0D1313;
    margin: 0;
    margin-left: 30px;
}

.txt-zag-b {
    border-bottom: 2px solid #E8E8E8;
    padding: 1px 0;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
.txt-zag-b p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
    display: flex;
    flex-direction: column;
    align-items: baseline;
	margin-bottom: 25px;
}
.txt-zag-b p span {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 144.4%;
    color: #0D1313;
    margin-bottom: 10px;
}

.serii-img {margin-bottom: 25px;}


.oschee-swap {}
.oschee-swap .oschee-block {
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.oschee-swap .oschee-block p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 146.9%;
    color: #0D1313;
    display: flex;
    flex-flow: column;
    align-items: end;
    margin-left: 35px;
    margin-bottom: 0;
}
.oschee-swap .oschee-block p span {
    font-weight: bold;
    font-size: 16px;
    line-height: 144.4%;
    color: #0D1313;
    margin-bottom: 10px;
}

.oschee-swap .oschee-block div p:nth-child(2) {margin-top: 10px;}


.cvet-resh {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 35px 0;
    border-bottom: 2px solid #E8E8E8;
    padding-bottom: 35px;
}

.cvet-resh img {margin-right: 10px;}




.zag-txt_roll_block {
    display: flex;
    align-items: end;
    margin-bottom: 30px;
}
.zag-txt_roll_block .cont {
    margin-left: 25px;
}
ul, ol {
    margin: 0 0 1.5em 0em;
}
.zag-txt_roll_block .cont .zag {
    font-weight: bold;
    font-size: 16px;
    line-height: 144.4%;
    color: #0D1313;
}

.zag-txt_roll_block .cont p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
}


.ob-txt {margin-bottom: 30px;}
.ob-txt p.zag {
    font-weight: 600;
    font-size: 24px;
    line-height: 138.4%;
    text-transform: uppercase;
    color: #0D1313;
    margin-bottom: 15px;
}
.ob-txt p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 144.4%;
    color: #0D1313;
}
.ob-txt img {margin-bottom: 20px;}

ol, ul {
    color: #000;
}

ol li, ul li {    margin-bottom: 5px;}


.no_pad.tov-swap .tov-block {padding-bottom: 20px;}

body #site-navigation.main-navigation li.menu-item-has-children {
    position: relative;
    padding-right: 30px;
}
body #site-navigation.main-navigation li.menu-item-has-children:after {
    content: "\f107";
    color: #fff;
    font-family: FontAwesome !important;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: flex;
    align-items: center;
}





body #site-navigation.main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children {
    position: relative;
    padding-right: 25px;
}

body #site-navigation.main-navigation li.menu-item-has-children .sub-menu li.menu-item-has-children:after {
    content: "\f105";
    color: #fff;
    font-family: FontAwesome !important;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: flex;
    align-items: center;
}




.swap_kvadr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.swap_kvadr p {
    display: flex;
    align-items: end;
    width: 230px !important;
    margin: 10px;
}
.swap_kvadr p img {margin-right: 10px}

.harak-img {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 30px;
}
.harak-img img {margin-right: 15px;}
.harak-img img:last-child {margin-right: 0px;}

.harak-img p {
    width: 195px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
    text-align: center;
    justify-content: center;
}
.harak-img p img {
	margin-right: 0px !important;
	margin-bottom: 10px;
}




.swap_2 .txt_tab .img {
    display: flex;
    align-items: center;
}
.swap_2 .txt_tab {width: 50%;}

.swap_2 {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    align-items: center;
}



.lokty {
    display: flex;
    align-items: flex-end;
}
.lokty img {margin-right: 20px;}


.lokty table tr:nth-child(odd) {
    background: #fff;
}
.lokty table td {
    background: #989898;
    color: #fff;
    border: solid 2px #fff;
}
.lokty table tr:first-child td:first-child {background: #fff;}
.lokty table tr:last-child td {background: #e6e8e7; color: #000;}


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



.banner-01.m_01 {
    background-image: url(/wp-content/uploads/2020/11/Mask-Group-3-2.jpg);
    height: 539px;
}

.banner-01.m_012 {
    background-image: url(/wp-content/uploads/2025/03/pergoly-so-sklada-e1741165096233.png);
	background-size:cover !important;
    height: 539px;
}

.kart-swap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}
.kart-swap .block {
    margin: 20px;
    width: 100%;
    max-width: 545px;
}
.kart-swap .block img {
    width: 100%;
}

.krp-swap {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}
.krp-swap img {margin: 15px;}


.vidy-konst-swap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-end;
}
.vidy-konst-swap p {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 175px;
    text-align: center;
}
.vidy-konst-swap p img {margin-bottom: 10px;}



.kart-swap.pvh .block {
    margin: 20px;
    width: 190px;
}
.kart-swap.pvh {
    margin: 0px 0;
	margin-bottom: 35px;
}



.banner-01.b_02.b_99 {
    min-height: 539px;
    max-height: 539px;
}



.pr_r {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pr_r .block {
    width: 262px;
    margin: 15px;
    text-align: center;
}
.pr_r .block p {
    color: #000;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}



.tel {
    font-weight: 600;
    color: #000;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.tel a {
    color: #000;
    margin-top: 5px !important;
}

.pochta {
    font-weight: 600;
    color: #000;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
	font-size: 16px;
}


.wh a {
    display: flex;
    align-items: center;
	margin-bottom: 15px;
}
.wh a p {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-right: 10px;
    color: #000;
    margin-bottom: 0;
	font-size: 16px;
}

.j_time {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
	font-size: 16px;
}
.j_time span {
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}



.akc_swap {margin-bottom: 30px;}
.akc_swap a {
    display: flex;
    align-items: center;
	font-size: 16px;
}
.akc_swap a img {
    max-width: 225px;
    margin-right: 20px;
}
.akc_swap .txt p {    color: #000;}
.akc_swap .zag {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}


.row-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap !important;
}
.row-tab .op {
    color: #fff;
    max-width: 410px;
}
.row-tab .cont {min-width: 300px;}.row-tab .cont {
    min-width: 230px;
}



@media (max-width:550px) {
	.row-tab {flex-wrap: wrap !important;}
	.row-tab .op {
    color: #fff;
    max-width: 100%;
    width: 100%;
}
}



.v_t {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.v_t img {margin: 10px;}

@media (max-width:767px) {
	.m_s-block {flex-direction: column;}
	.m_s-block img {
    margin-right: 0px;
    max-width: 405px;
    width: 100%;
}
}










@media (max-width:430px) {
	.prod-swap .prod-block .zag {
    font-weight: 600;
    font-size: 16px;
    top: 15px;
    left: auto;
    right: auto;
    background: #fff;
    padding: 10px 10px;
}
	.prod-swap .prod-block .cont .zag-2 {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0px;
}
}

@media (max-width:767px) {
	.zag-txt div {width: 100%;}
	.grey-ttx-img {
    flex-wrap: wrap;
    justify-content: center;
}
	.akc_swap a {
    flex-direction: column;
    margin-bottom: 25px;
}
	.akc_swap .txt p {
    color: #000;
    max-width: 375px;
    margin-top: 10px;
    text-align: center;
}
	.akc_swap a img {
    max-width: 225px;
    margin-right: 0;
}
	.obog-swap {
    flex-wrap: wrap;
    justify-content: center;
}
	.obog-swap img {
    margin-right: 0;
    margin-bottom: 10px;
}
}

@media (max-width:550px) {
	.banner-01.b_02 .max {
    margin-top: 20px;
}
	.banner-01.b_02 .bl-fon {
    display: inline-block;
    background: #000000c4;
    border-radius: 10px;
    padding: 20px !important;
}
	.oschee-swap .oschee-block {
    flex-wrap: wrap;
    justify-content: center;
}
	.oschee-swap .oschee-block p {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 25px;
}
	.oschee-swap .oschee-block p {
    align-items: center;
}
}

@media (max-width:450px) {
.prod-swap.prod-swap_02 .prod-block {
    height: 190px;
	position: relative;
}
	.prod-swap .prod-block > img {
    height: 190px;
}
}
	
@media (max-width:555px) {
	.banner-01.b_05 h2 {
    font-size: 24px;
    line-height: 26px;
	margin-top: 0;
    margin-bottom: 20px;
}	
	.tabs-swap .zag_g {
    font-size: 26px;
    line-height: 28px;
}
	.banner-01.b_05 .max {
    margin-bottom: auto;
    top: auto;
}
	.block_50 {
    width: 100%;
}
}

@media (max-width: 400px) {
	.banner-01.b_05 h2 { font-size: 21px; }
}
@media (max-width:700px) {
	.block_50 {   width: 100%; text-align: center;}
	.tabs-swap .zag_g {
    font-size: 26px;
    line-height: 28px;
	}
	body h2, body .h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
}
	.swap_kvadr {
    justify-content: center;
    text-align: left;
}
	.swap_kvadr p {
    width: 210px !important;
}
}

@media (max-width:800px) {
	.swap_2 .txt_tab .img {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
}
@media (max-width:617px) {
	.swap_2 .txt_tab {
    width: 100%;
}
}




/*.opis {min-height: 335px !important; height: 100%; max-height: 360px;}*/


@media (max-width:810px) {
	.opis {min-height: auto !important; height: auto; max-height: auto;}
}


@media (max-width:740px) {
.r_pr-block {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
}
	.r_pr-block .opis {
    padding: 10px;
    color: #fff;
    margin-top: 20px;
}
}
@media (max-width:450px) {
	.r_pr-block .opis .butt span {display: none;}
	.r_pr-block .opis .butt {    justify-content: center;}
}









@media (max-width:530px) {
	.home .banner-01 {height: 600px;}
	.banner-01 h2, .banner-01 h1{font-size: 35px;}
}
@media (max-width:340px) {
	.home .banner-01 {
    height: 500px;
}
}
	
	
	
	
	

.tov-swap .tov-block .button {
    padding: 18px 25px;
    position: absolute;
    bottom: 30px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 290px;
}
.tov-swap .tov-block {
    padding-bottom: 100px;
}

/* Анимация при наведении на картинку */
.box {overflow:hidden; cursor: pointer;}
.box img {-moz-transition: all 0.25s ease-out;-o-transition: all 0.25s ease-out;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;}
.box img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}


.citylist .grid {gap: 3px;}
.citylist .grid a {color: #000;}

@media (max-width: 932px) {
	.grid{gap: 20px;}
	.col-m-2{grid-template-columns: repeat(2, 1fr);}

}
@media (min-width: 992px) {
    .fullscreen .modal-content{width: 100vw;}
	.fullscreen .modal-body{padding-top: 50px;}
}

@media (min-width: 1025px) {

	.col-pc-2{grid-template-columns: repeat(2, 1fr);}
	.col-pc-3{grid-template-columns: repeat(3, 1fr);}
	.col-pc-4{grid-template-columns: repeat(4, 1fr);}
	.col-pc-5{grid-template-columns: repeat(5, 1fr);}
	.col-pc-6{grid-template-columns: repeat(6, 1fr);}
	
	.col-pc-1-2{grid-template-columns: 1fr 2fr;}
	.col-pc-2-1{grid-template-columns: 2fr 1fr;}
	.col-pc-05-2{grid-template-columns: 0.5fr 2fr;}
	.col-pc-2-05{grid-template-columns: 2fr 0.5fr;}
	#tabs img{max-height:480px; height:480px;object-fit:cover; width:400px;}
}

@media (max-width: 1024px) {#tabs .nav{flex-direction:column;}}
.grid{display:grid;}

/* Табы */
.nav {display: flex;padding: 0;margin: 0;list-style: none;outline: none;}
.nav-link:focus, .nav-link:hover {text-decoration: none;}
.nav-link {display: block;}
.tab-content>.tab-pane {display: none;}
.tab-content>.active {display: block;}
.fade {transition: opacity .15s linear;}
.fade:not(.show) {opacity: 0;}

/* ====== TABS — премиум-оформление под твои золото/градиенты ====== */
:root{--gold1:#B18A2D;--gold2:#F5E488;--gold3:#FBC88E;--ink:#111;--ink2:#1b1b1b;--white:#000;--muted:#dee2e6;--line-strong: #c7c7c7;--text-soft: #5f5f5f; }
#tabs.block{padding:48px 0;background:linear-gradient(180deg,#121212 0%,#1a1a1a 100%);position:relative;overflow:hidden;}
#tabs .cont .text{font-weight:600;font-size:14px;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:10px;}
#tabs h1{ font-weight: 600; text-align: center;  margin-bottom: 50px;  color: #222;  font-size: 45px;  text-transform: uppercase;}
#tabs h1::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
/* NAV */
#tabs .tabs{position:relative;}
#tabs .nav{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px;padding:0;list-style:none;}
#tabs .nav-item{flex-grow:1;text-align:center;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 18px rgba(0,0,0,.15);transition:.35s ease;}
#tabs .nav-item:hover{transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 14px 24px rgba(0,0,0,.22);}
#tabs .nav-item a{display:block;padding:14px 16px;font-size:16px;color:var(--white);text-decoration:none;position:relative;text-transform:uppercase;letter-spacing:.06em;transition:.35s ease;border-bottom:0;}
#tabs .nav-item a::after{content:"";position:absolute;left:50%;bottom:8px;transform:translateX(-50%);width:0;height:2px;background:linear-gradient(90deg,var(--gold1),var(--gold2),var(--gold1));border-radius:2px;transition:width .35s ease;}
#tabs .nav-item:hover a::after{width:46%;}
#tabs .nav-item.active{border-color:rgba(197,158,70,.35);background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.05));}
#tabs .nav-item.active a{color:#14110a;background:linear-gradient(247.66deg,var(--gold1) 10.4%,var(--gold2) 48.69%,var(--gold1) 86.69%);background-size:220% 220%;animation:tabsShimmer 5s linear infinite;}
#tabs .nav-item.active a::after{display:none;}
@keyframes tabsShimmer{0%{background-position:0% 50%}100%{background-position:200% 50%}}
/* CONTENT GRID */
#tabs .tab-content{display:block!important;}
#tabs .grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
#tabs .item{position:relative;border-radius:16px;overflow:hidden;background:#0f0f0f;border:1px solid rgba(255,255,255,.06);box-shadow:0 10px 26px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.04);transition:.45s cubic-bezier(.23,1,.32,1);isolation:isolate;}
#tabs .item .image{position:relative;overflow:hidden;}
#tabs .item .image img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);filter:brightness(.86) saturate(1.08);transition:transform .7s cubic-bezier(.23,1,.32,1),filter .7s cubic-bezier(.23,1,.32,1);}
#tabs .item::before{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 50% 100%,rgba(0,0,0,0) 0%,rgba(0,0,0,.55) 65%,rgba(0,0,0,.75) 100%);opacity:.55;transition:.45s;}
#tabs .title{position:absolute;bottom:0;left:0;right:0;padding:18px 16px;color:#fff;height:auto;display:flex;align-items:flex-end;gap:10px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%);font-weight:600;letter-spacing:.02em;text-transform:none;transform:translateY(0);transition:.45s cubic-bezier(.23,1,.32,1);}
#tabs .title::after{ content: ">"; font-size: 20px;font-weight: 400; color: var(--gold3); margin-left: auto; opacity: 0; transform: translateX(6px); transition: .35s ease;}
#tabs .item:hover .title::after{opacity: 1; transform: translateX(0);}
#tabs .item:hover .image img{transform:scale(1.08);filter:brightness(.95) saturate(1.22);}
#tabs .item:hover::before{opacity:.3;}
#tabs .item:hover .title{background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.55) 70%,rgba(0,0,0,.75) 100%);}
#tabs .item:hover .title::after{opacity:1;}
/* ФОКУС ДЛЯ КЛАВИАТУРЫ */
#tabs .nav-item a:focus-visible,#tabs .item:focus-visible{outline:2px solid var(--gold3);outline-offset:2px;}
/* МОБИЛЬНАЯ/АДАПТИВ */
@media (max-width:1199px){#tabs .grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:768px){
  #tabs h1{font-size:26px;}
  #tabs .nav{gap:8px;overflow:auto;scroll-snap-type:x mandatory;white-space:nowrap;padding-bottom:6px;}
  #tabs .nav-item{flex:0 0 auto;min-width:68%;scroll-snap-align:start;}
  #tabs .nav-item a{font-size:14px;padding:12px 14px;}
  #tabs .grid{grid-template-columns:1fr;gap:12px;}
  #tabs .item .image{aspect-ratio:16/12;}
}
body, .site, .content-area, #tabs.block, #tkani.block {
  background: #fff !important;
  color: #000;
}

.page-id-2880 , .page-id-365{background-color:#0D1313 !important;}
.page-id-2880 .bredcams, .page-id-365 .bredcams{background-color:#0D1313;}
.page-child{background-color: #0D1313 !important; color:white;}
/*.page-child h1{color:#fff;}*/
/* ====== GALLERY — современный стиль под твои табы ====== */
#gal.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;padding:40px 0;}
#gal img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:16px;box-shadow:0 4px 18px rgba(0,0,0,.35);transition:all .4s ease;}
#gal img:hover{transform:scale(1.05);box-shadow:0 6px 24px rgba(0,0,0,.55);}

/* Стили для блока #tkani */
#tkani.block {
    background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%);
    position: relative;
    padding: 30px 0 50px;
}

#tkani .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#tkani h1 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #222;
    position: relative;
}

#tkani h1::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #c59e46;
    margin: 20px auto 0;
    border-radius: 2px;
}

#tkani h3 {
    font-weight: 600;
    color: #333;
    margin: 40px 0 30px 0;
    text-align: center;
    position: relative;
}

#tkani h3::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #c59e46;
    margin: 15px auto 0;
    border-radius: 2px;
}

#tkani .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

#tkani .item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    padding: 0;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

#tkani .item::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(197,158,70,0.04), transparent);
    transform: rotate(25deg);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#tkani .item:hover::before {
    opacity: 1;
}

#tkani .item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

#tkani .item a {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

#tkani img {
    width: 100%;
    min-height: 200px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 16px 16px 0 0;
}

#tkani .item:hover img {
    transform: scale(1.05);
}

#tkani .text {
    padding: 24px;
    color: #555;
    line-height: 1.6;
    font-size: 16px;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
}

#tkani .text p {
    margin-bottom: 1em;
}

#tkani .text p:last-child {
    margin-bottom: 0;
}

/* Адаптивность */
@media (max-width: 1024px) {
    #tkani .grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    #tkani.block {
        padding: 40px 0 60px;
    }
    
    #tkani h1 {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    #tkani h3 {
        font-size: 1.5rem;
        margin: 30px 0 25px 0;
    }
    
    #tkani .grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    #tkani .text {
        padding: 20px;
        font-size: 15px;
    }
    
    #tkani img {
        min-height: 180px;
        height: 180px;
    }
}

@media (max-width: 480px) {
    #tkani .container {
        padding: 0 15px;
    }
    
    #tkani h1 {
        font-size: 1.8rem;
    }
    
    #tkani h3 {
        font-size: 1.3rem;
    }
    
    #tkani .text {
        padding: 18px;
        font-size: 14px;
    }
}

.real_proekt .h2-vid {
font-weight: 700;
    color: #222;
    position: relative;
}

.real_proekt .h2-vid::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #c59e46;
    margin-top: 15px;
    border-radius: 2px;
}

.real_proekt .flex .button.zaliv {
    display: inline-block;
    padding: 18px 60px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46);
    background-size: 200% auto;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    animation: shine 4s linear infinite;
    transition: background-position 0.3s, transform 0.3s, box-shadow 0.3s;
}

.real_proekt .flex .button.zaliv:hover {
    background-position: 200% center;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(212,175,55,0.4);
}

@keyframes shine {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

@media (max-width: 768px) {
    .real_proekt .flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .real_proekt .flex .button.zaliv {
        margin-top: 15px;
    }
}

body #site-branding div.branding{position: relative;}
body #site-branding div.branding .cit{position: absolute; right: 0; top: 0;color: #999;font-size: 12px;}

#plashka .zaliv{    background: linear-gradient(247.66deg, #B18A2D 10.4%, #F5E488 48.69%, #B18A2D 86.69%); padding:20px; font-size:20px; margin-top:15px;}
#plashkalend .zaliv{    background: linear-gradient(247.66deg, #B18A2D 10.4%, #F5E488 48.69%, #B18A2D 86.69%); padding:20px; font-size:20px; margin-top:15px;}
@media (min-width: 1025px) {#plashka .zaliv{margin-top:-65px !important;}}

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


.fullscreen{-webkit-overflow-scrolling: touch;background-color: white;}
.fullscreen .modal-dialog {height: 100%;margin: 0;max-width: 100%;}
.fullscreen .modal-dialog a{color: #212529;}
.fullscreen .modal-body{position: relative;}
.fullscreen .modal-content{border-radius: 0;border: 0px;min-height: 100%;}
.fullscreen .close{background: none;border: none;right: 0;top: 0;}
.fullscreen .title{font-size: 30px;font-weight: 500;padding-bottom: 15px;}
.fullscreen .st{font-size: 18px;padding-bottom: 10px;}
.fullscreen .list{list-style: none;padding-left: 0px;font-size: 18px;gap: 5px;padding-top: 20px;padding-bottom: 20px;}
.fullscreen .select2-selection, .fullscreen .select2-selection__arrow{height: 40px!important;}
.fullscreen .select2-selection__rendered{line-height: 40px!important;}


/* Затемняющий фон */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный фон */
  z-index: 999;
  display: none; /* Скрыт по умолчанию */
}
/* Попап */
#contact-popup.popup-wrapper,
#callback-popup.popup-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-width: 90%;
    transition: transform 0.3s ease-out;
    height: max-content;
}

#contact-popup p input.submit,
#callback-popup p input.submit {
    margin-top:20px;
}

@media (max-width: 991px) {
    #contact-popup.popup-wrapper,
    #callback-popup.popup-wrapper {
        overflow: auto;
    }
}

#contact-popup .popup-inner,
#callback-popup .popup-inner {
  font-family: 'Arial', sans-serif;
  color: #333;
  text-align: center;
  padding-bottom: 10px;
}

/* Кнопка закрытия */
#contact-popup button.popup-close,
#callback-popup button.popup-close {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 10px;
  background: transparent;
  color: #797979;
}

#contact-popup button.popup-close:hover,
#callback-popup button.popup-close:hover {
  background-color: transparent;
  color: #000;
}

/* Стили для строк */
#contact-popup .form-row,
#callback-popup .form-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 8px;
}

#contact-popup label,
#callback-popup label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 7px;
  font-weight: 700;
  text-align: left;
  font-size: 16px;
}

/* Поля */
#contact-popup input[type="text"],
#callback-popup input[type="text"],
#contact-popup input[type="email"],
#callback-popup input[type="email"],
#contact-popup input[type="tel"],
#callback-popup input[type="tel"],
#contact-popup textarea,
#callback-popup textarea {
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease;
}

#contact-popup .wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
  width: 45vw;
}

/* textarea */
#contact-popup textarea,
#callback-popup textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background-color: #f9f9f9;
  resize: none;
}

/* чекбоксы */
#contact-popup .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required,
#callback-popup .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required,
#contact-popup span.wpcf7-form-control.wpcf7-checkbox,
#callback-popup span.wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  align-items: center;
  text-align: left;
  margin-top: 10px;
}

#contact-popup .product-type-wrapper,
#callback-popup .product-type-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#contact-popup .product-type-wrapper label,
#callback-popup .product-type-wrapper label {
  margin-bottom: 5px;
  font-size: 16px;
}

/* кнопка */
.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: #000 !important;
  background: linear-gradient(247.66deg, #B18A2D 10.4%, #F5E488 48.69%, #B18A2D 86.69%);
  border-radius: 5px;
  border-color: #fff0;
  position: relative;
  display: block;
  width: 100%;
  position: absolute;
  width: 92%;
  bottom: 10px;
}

.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  color: #000000 !important;
  background: #FBC88E;
}

#contact-popup .wpcf7-form-control.wpcf7-textarea,
#callback-popup .wpcf7-form-control.wpcf7-textarea {
  height: 70px;
  width: 45vw;
}

#contact-popup label span,
#callback-popup label span {
  font-size: 14px;
  color: #6e6e6e;
}

#contact-popup .wpcf7-response-output,
#callback-popup .wpcf7-response-output {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    color: #000;
    right: 10%;
    bottom: 275px;
}

@media (max-width:991px) {
    #contact-popup label span,
    #callback-popup label span {
        font-size: 12px;
    }

    #contact-popup .product-type-wrapper label,
    #callback-popup .product-type-wrapper label {
        font-size: 14px;
    }

    #contact-popup label,
    #callback-popup label {
        font-size: 14px;
    }

    #contact-popup .acc p,
    #callback-popup .acc p {
        font-size: 13px;
    }

    .wpcf7-form-control.wpcf7-submit.has-spinner {
        width: 100%;
        position: relative;
        bottom: 0;
    }

    #contact-popup.popup-wrapper {
        height: 96%;
    }
}

/*хедер нов*/
.block-head.mail p.my-mail a.mail-href{
	color: #FFFFFF;
	font-size: 14px;
}
.block-head.mail a.quasar-form-button {
	cursor: pointer;
}

.block-head.mail a.button.nn-mail {
	font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #FBC88E!important;
    display: inline-block;
    margin-top: 4px;
	padding: 0;
	border: none;
}

.block-head.mail a.button.nn-mail:hover {
	background: transparent;
}


/*стили для land.php */
#nland {font-size: 16px!important; background: #fff;}

#nland-slide.block {background-size: cover; background-position: center; background-repeat: no-repeat; position: relative;}
#nland-slide .bg {background: rgba(0,0,0,0.4); padding: 100px 0;}
#nland-slide .container {max-width: 1200px; margin: 0 auto; padding: 0 20px;}
#nland-slide .hero-card {background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(14px); padding: 40px 50px; border-radius: 24px; max-width: 65%; color: #fff; box-shadow: 0 20px 60px rgba(0,0,0,0.4);}
@keyframes shine {0% {background-position: 0% center;} 100% {background-position: 200% center;}}
#nland-slide .hero-title {font-size: 4rem; font-weight: 600; margin-bottom: 15px;}
#nland-slide .hero-title::after {content: ""; display: block; width: 100%; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#nland-slide .hero-text p {font-size: 18px; line-height: 1.5; color: #d3d3d3; margin-bottom: 0;}
#nland-slide .hero-btn {display: inline-block; padding: 14px 26px; font-weight: 600; color: #fff; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; border: none; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); text-align: center; transition: background-position 0.3s, box-shadow 0.3s; text-decoration: none; margin-top: 20px;}
#nland-slide .hero-btn:hover {background-position: 200% center; color: #000; box-shadow: 0 6px 20px rgba(0,0,0,0.25);}
@media (max-width: 768px) {#nland-slide .hero-card {max-width: 100%; text-align: center; padding: 30px;} #nland-slide .hero-title {font-size: 2rem;} 
#nland-slide .hero-text {font-size: 1rem;}}


#nland-types.block { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); position: relative; padding: 40px 0 80px;}
#nland-types .container {max-width: 1200px; margin: 0 auto; padding: 0 20px;}
#nland-types .types-title {font-weight: 700; text-align: center; margin-bottom: 50px; color: #333;}
#nland-types .types-title::after {content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#nland-types .types-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;}
#nland-types .type-card {background: #fff; border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,0.06); padding: 15px; transition: all 0.3s ease; border: 1px solid #eee; text-align: center; display: flex; flex-direction: column; height: 100%; justify-content: space-between; align-items: center;}
#nland-types .type-card:hover {transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.1);}
#nland-types .type-card img {width: 100%; height: 250px; object-fit: cover; border-radius: 12px; margin-bottom: 20px;}
#nland-types .type-label { font-size: 20px; font-weight: 600; color: #222; margin-bottom: 15px;}
#nland-types .type-text {color: #555; line-height: 1.6; margin-bottom: 15px;}
#nland-types .type-price {margin: 22px 0 22px;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #c49a3a;}
#nland-types .type-btn {display: inline-block; padding: 12px 35px; font-weight: 600; color: #fff; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; border: none; border-radius: 8px; text-decoration: none; animation: shine 4s linear infinite; transition: background-position 0.3s;}
@keyframes shine {0% {background-position: 0% center;} 100% {background-position: 200% center;}}
@media (max-width: 1024px) {#nland-types .type-card img {width: 100%; }}


#nland-install.block { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); position: relative; padding: 40px 0 80px;}
#nland-install .container {max-width: 1200px; margin: 0 auto; padding: 0 20px;}
#nland-install .install-title {font-weight: 700; text-align: center; margin-bottom: 50px; color: #222;}
#nland-install .install-title::after {content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#nland-install .install-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px;}
#nland-install .install-card {background: #f9f9f9; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgb(0 0 0 / 13%); transition: all 0.3s ease; text-align: center; position: relative; height: 420px;}
#nland-install .type-btn {display: inline-block; width: 180px; position: absolute; bottom: 0; right: 23.5%; margin: 0 auto 15px;padding: 10px 20px; font-weight: 600; color: #fff; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; border: none; border-radius: 8px; text-decoration: none; animation: shine 4s linear infinite;transition: background-position 0.3s;}
#nland-install .sss {display: flex; flex-direction: column; width: 100%;}
#nland-install .install-card:hover {transform: translateY(-6px); box-shadow: 0 15px 40px rgba(0,0,0,0.1);}
#nland-install .install-img {height: 180px; background-size: cover; background-position: center; border-bottom: 1px solid #eee;}
#nland-install .install-name {font-size: 20px; font-weight: 600; color: #222; padding: 20px 10px 0;}
#nland-install .install-label { color: #555; line-height: 1.6; padding: 0 10px; margin-bottom: 15px;}


#nland-advantages.block { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); position: relative; padding: 40px 0 80px;}
#nland-advantages .prem-title {font-weight: 700; text-align: center; margin-bottom: 50px; color: #222; position: relative;}
#nland-advantages .prem-title::after {content: ""; display: block; width: 60px; height: 3.8px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#nland-advantages .adv-card {display: flex; gap: 15px;background: #fff; padding: 24px 24px 24px 20px; border-radius: 20px; text-align: left; color: #1e1e1e; border: none; box-shadow: 0 10px 30px rgb(0 0 0 / 13%); transition: all 0.4s ease; display: flex; flex-direction: row; align-items: center; position: relative; overflow: hidden;}
#nland-advantages .adv-card::before {content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at center, rgba(197,158,70,0.08), transparent); transform: rotate(25deg); z-index: 0;}
#nland-advantages .adv-card:hover {transform: translateY(-6px); box-shadow: 0 10px 30px rgba(0,0,0,0.08);}
#nland-advantages .adv-title { font-weight: 700; text-align: center; margin-bottom: 50px;  color: #222;}
#nland-advantages .adv-title::after {content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#nland-advantages .adv-labela {font-family: 'Unbounded', sans-serif;  letter-spacing: 1px;}
#nland-advantages .adv-card span {font-weight: 600; font-size: 1rem;}
#nland-advantages .advantages-grid {display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px;}
@media (max-width: 768px) {
  #nland-advantages .advantages-grid {grid-template-columns: 1fr;}
}


#text-section { padding: 40px 0 80px; background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); position: relative; overflow: hidden;}
#text-section .container {max-width: 1200px; margin: 0 auto; padding: 0 20px;}
#text-section .section-title {font-weight: 700; text-align: center; margin-bottom: 50px; color: #222; position: relative;}
#text-section .section-title::after {content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#text-section .text-columns {display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; color: #333; line-height: 1.75;}
@media (max-width: 768px) {#text-section .text-columns {grid-template-columns: 1fr;}}
#text-section .wysiwyg {background: #fff; padding: 24px 28px; border-radius: 16px; box-shadow:  0 10px 30px rgb(0 0 0 / 13%); transition: all 0.3s ease; animation: fadeText 0.6s ease both;}
#text-section .wysiwyg:hover {box-shadow:  0 10px 30px rgb(0 0 0 / 15%);}
#text-section .wysiwyg p {margin-bottom: 1em;}
@keyframes fadeText {from {opacity: 0; transform: translateY(20px);} to {opacity: 1; transform: translateY(0);}}


#consult-form {position:relative; background:url('/wp-content/uploads/2025/05/pergola.jpg') center/cover no-repeat; padding:100px 0; overflow:hidden;}
#consult-form::before {content:""; position:absolute; inset:0; background:rgb(137 137 137 / 70%); z-index:1;}
#consult-form .container {position:relative; z-index:2; max-width:1200px; margin:auto; padding:0 15px;}
.consult-card {background: #fff; border-radius: 20px; padding: 50px 40px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;  gap: 40px;}
.consult-text {flex:1 1 40%;}
.consult-form {flex:1 1 50%;}
.consult-title {font-size:36px; font-weight:700; color:#1c1c1c; margin-bottom:20px; position:relative;}
.consult-title::after {content:""; display:block; width:60px; height:4px; background:#d4af37; margin-top:10px; border-radius:2px;}
.consult-subtext {font-size:17px; color:#555; margin-bottom:30px;}
.consult-form form {display: flex; flex-direction: column; gap: 30px; margin: 40px 0 0 60px;}
.consult-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {border-color: #979797 !important; font-size: 16px !important; color: #ababab !important; background-color: rgba(255, 255, 255, 0); border-radius: 0px; border-width: 0px 0px 1px 0px; height: 40px; padding: 1px 2px 1px 0px; text-align: left; width: 100%;}
.consult-form p {margin-bottom: 20px; width: 100%;}
.consult-form input.wpcf7-form-control.wpcf7-submit.has-spinner { margin-bottom: 60px; width: max-content; font-size: 14px; color: #fff !important; display: inline-block; padding: 16px 35px!important; font-weight: 600; color: #fff; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; border: none; border-radius: 8px; text-decoration: none; animation: shine 4s linear infinite; transition: background-position 0.3s; margin-top: 10px;}
.consult-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {background:#c1972c!important; box-shadow:0 4px 12px rgba(212,175,55,0.4)!important;}
.consult-form input#elem21, .consult-form input#elem11, .consult-form span.heading-field-q {border-color: #979797 !important; font-size: 16px !important; color: #ababab !important;}
@media (max-width: 991px) {.consult-form form.wpcf7-form.init {margin: 0!important;}}


#code-redac-section {background: #fff;}

#nland-gallery.block {background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); position: relative; padding: 40px 0 80px;}
#nland-gallery .container { max-width: 1200px; margin: 0 auto; padding: 0 20px;}
#nland-gallery .gallery-title { font-weight: 700; text-align: center;  color: #222;}
#nland-gallery .gallery-title::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#nland-gallery .gallery-grid {  display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 32px;}
#nland-gallery .gallery-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgb(0 0 0 / 13%); transition: all 0.3s ease;}
#nland-gallery .gallery-card:hover { transform: translateY(-6px); box-shadow: 0 15px 40px rgba(0,0,0,0.1);}
#nland-gallery .gallery-img { width: 100%; height: 250px; display: block; object-fit: cover; transition: transform 0.3s ease;}
#nland-gallery .gallery-card:hover .gallery-img { transform: scale(1.05);}


#bio-pergolas.block {background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); padding: 40px 0 80px; position: relative;}
#bio-pergolas .types-title { font-weight: 700; text-align: center;  margin-bottom: 50px; color: #333;}
#bio-pergolas .types-title::after {content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#bio-pergolas .types-grid {  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;}
#bio-pergolas .type-card {background: #fff; border-radius: 16px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06); padding: 25px; border: 1px solid #eee; transition: all 0.3s ease; display: flex; flex-direction: column; gap: 15px;}
#bio-pergolas .type-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);}
#bio-pergolas .type-label { font-size: 20px;  font-weight: 600; color: #222;}
#bio-pergolas .type-text {color: #555; line-height: 1.6; font-size: 16px;}
#bio-pergolas .type-text ul { padding-left: 18px; margin: 10px 0 0;}
#bio-pergolas .type-text ul li { list-style: disc; margin-bottom: 5px;}


#bio-tech.block { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); padding: 40px 0 80px; position: relative;}
#bio-tech .types-title { font-weight: 700; text-align: center; margin-bottom: 50px; color: #222;}
#bio-tech .types-title::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#bio-tech .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 32px;}
#bio-tech .adv-card {background: #fff; border-radius: 16px; padding: 24px 24px 20px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);transition: all 0.3s ease; position: relative; overflow: hidden;}
#bio-tech .adv-card::before { content: ""; position: absolute;top: -50%; left: -50%; width: 200%; height: 200%;background: radial-gradient(circle at center, rgba(197, 158, 70, 0.06), transparent); transform: rotate(25deg); z-index: 0;}
#bio-tech .adv-card span {font-weight: 700; color: #1e1e1e; display: block;margin-bottom: 10px; font-size: 18px; position: relative; z-index: 1;}
#bio-tech .adv-card div { color: #555; line-height: 1.6; position: relative; z-index: 1;}


#bio-extra.block { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); padding: 40px 0 80px; position: relative;}
#bio-extra .types-title { font-weight: 700; text-align: center; margin-bottom: 50px; color: #222;}
#bio-extra .types-title::after { content: ""; display: block;  width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#bio-extra .text-columns { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; color: #333; line-height: 1.75;}
#bio-extra .wysiwyg {background: #fff; padding: 24px 28px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; display: flex; flex-direction: column; align-items: flex-start; justify-content: center;min-height: 100%;}
#bio-extra .wysiwyg:hover { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);}
#bio-extra .wysiwyg h3 {  font-size: 20px; font-weight: 600; margin-bottom: 10px;color: #222;}
#bio-extra .wysiwyg p { margin-bottom: 1em;}
#bio-extra h3.types-subtitle {text-align: center; font-size: 35px; font-weight: 700; margin: 75px 0 15px !important;}
#bio-extra .prod-block {margin-bottom: 25px;}
#bio-extra .prod-block:last-child { margin-bottom: 0;}
#bio-extra .type-btn {display: inline-block; padding: 8px 40px; font-weight: 600; color: #fff; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; border: none; border-radius: 8px; text-decoration: none; animation: shine 4s linear infinite; transition: background-position 0.3s;}





#pr-slide.hero-product.accent-photo {background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%);padding: 100px 0; position: relative; overflow: hidden;}
#pr-slide.hero-product.accent-photo {background-size: cover;background-position: center; background-repeat: no-repeat;}
#pr-slide.hero-product.accent-photo { background-size: cover;background-position: center center; background-repeat: no-repeat; background-attachment: fixed;}
#pr-slide .hero-wrapper { display: flex;justify-content: space-between;  align-items: center; gap: 50px; flex-wrap: wrap;}
#pr-slide .hero-text-card { flex: 1 1 500px; background: rgba(255, 255, 255, 0.85); border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 20px; backdrop-filter: blur(10px); padding: 40px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); color: #1e1e1e;}
#pr-slide .hero-text-card .hero-title {font-size: 40px; font-weight: 700; margin-bottom: 20px; color: #1c1c1c;}
#pr-slide .hero-text-card .hero-desc { font-size: 18px; line-height: 1.6; color: #3c3c3c; margin-bottom: 30px;}
#pr-slide .hero-btn {display: inline-block; padding: 14px 26px; font-weight: 600; color: #fff; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; border: none; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.2); text-align: center; transition: background-position 0.3s, box-shadow 0.3s; text-decoration: none; margin-top: 20px;}
#pr-slide .hero-btn:hover {background-position: 200% center; color: #000; box-shadow: 0 6px 20px rgba(0,0,0,0.25);}
#pr-slide .hero-image-block { flex: 1 1 500px; border-radius: 20px; overflow: hidden; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);}
#pr-slide .hero-image-block img {width: 100%;height: auto; display: block; object-fit: cover; border-radius: 20px;}
@keyframes shine {0% { background-position: 0% center; } 100% { background-position: 200% center; }}
@media (max-width: 1024px) {
  #pr-slide .hero-wrapper {flex-direction: column;text-align: center;}
  #pr-slide .hero-text-card { padding: 30px 20px;  }
  #pr-slide .hero-text-card .hero-title { font-size: 30px;}
  #pr-slide .hero-text-card .hero-desc {font-size: 16px;}
}


/*Главная страница - Новая!!!*/
.new-banner-01 { background: url('https://abiegroup.ru/wp-content/uploads/2020/10/1.jpg') center/cover no-repeat; padding: 200px 20px 90px; text-align: center; position: relative; overflow: hidden; min-height: 75vh;}
.new-banner-01.new-banner-02 { background: url('https://abiegroup.ru/wp-content/uploads/2025/06/tkani.webp') center/cover no-repeat!important;}
.new-banner-01-cont {max-width: 1200px !important; margin: 0 auto;}
/*.banner-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1; }*/
.new-banner-01 .new-max { background: #ffffffd9;padding: 20px 50px 50px;border: 1px solid #bdbdbde3;border-radius: 20px;max-width: 600px;margin: 0;}
.new-banner-01 a.button.glb {display: inline-block;
    background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; color: #000 !important; padding: 12px 22px; border-radius: 10px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); border: none; cursor: pointer; animation: shine 4s linear infinite; font-size: inherit;}
.new-banner-01 .max { position: relative; z-index: 2; }
.new-max { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.new-banner-01 h1 { font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; color: #222; margin-bottom: 20px; letter-spacing: -1px; }
.new-banner-01 h1::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px; }
.new-txt-img { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 40px; font-size: 18px; color: #555; }
.new-txt-img img { width: 24px; height: auto; }
.new-button { display: inline-block; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; color: #000 !important; padding: 12px 22px; border-radius: 10px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); border: none; cursor: pointer; animation: shine 4s linear infinite; }
.new-button:hover { background-position: 200% center; color: #000; box-shadow: 0 6px 20px rgba(0,0,0,0.25); }
@keyframes shine { 0% { background-position: 0% center; } 100% { background-position: 200% center; } }
.banner-content p.str {font-size: 20px;font-weight: 600;color: #2c2c2c;margin-bottom: 25px;}
.banner-content p.ob {font-size: 18px;color: #444;font-weight: 400;margin-bottom: 25px;}
.banner-content p.kurs {font-size: 19px;font-weight: 500;color: #c59e46;margin-bottom: 25px;font-style: italic;}
 

.new-black-fon { padding: 60px 20px 100px; position: relative; overflow: hidden; }
.new-max { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.section-title p { font-size: 1.1rem; color: #666; max-width: 600px; margin: 0 auto; }
.new-img-txt {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;margin: 10px 0 -35px; }
.new-img-txt .feature-card { display: flex; align-items: center; gap: 20px; padding: 20px 20px; background: linear-gradient(145deg,#ffffff 0%,#fefefe 100%); border-radius: 20px; border: 2px solid transparent; background-clip: padding-box; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); font-weight: 600; color: #2c2c2c; box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 2px 8px rgba(197,158,70,0.1); position: relative; overflow: hidden; cursor: pointer; opacity: 0; transform: translateY(30px); animation: fadeInUp 0.8s ease forwards; }
.new-img-txt .feature-card::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(197,158,70,0.1), transparent); transition: left 0.6s ease; }
.new-img-txt .feature-card:hover::before { left: 100%; }
.new-img-txt .feature-card::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(197,158,70,0.05) 0%, rgba(218,165,32,0.03) 50%, transparent 100%); opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.new-img-txt .feature-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 60px rgba(0,0,0,0.15), 0 8px 24px rgba(197,158,70,0.2); border-color: rgba(197,158,70,0.3); }
.new-img-txt .feature-card:hover::after { opacity: 1; }
.icon-wrapper { width: 60px; height: 60px; border-radius: 16px; background: linear-gradient(135deg,#c59e46 0%,#daa520 100%); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; box-shadow: 0 4px 16px rgba(197,158,70,0.3), inset 0 1px 0 rgba(255,255,255,0.2); transition: all 0.3s ease; }
.new-img-txt .feature-card:hover .icon-wrapper { transform: rotate(5deg) scale(1.1); box-shadow: 0 8px 24px rgba(197,158,70,0.4), inset 0 1px 0 rgba(255,255,255,0.3); }
.icon-wrapper img { width: 28px; height: 28px; filter: brightness(0) invert(1); transition: transform 0.3s ease; }
.new-img-txt .feature-card:hover .icon-wrapper img { transform: scale(1.1); }
.feature-text { font-size: 14px; line-height: 1.5; position: relative; z-index: 1; }
.new-img-txt .feature-card:nth-child(1) { animation-delay: 0.1s; }
.new-img-txt .feature-card:nth-child(2) { animation-delay: 0.2s; }
.new-img-txt .feature-card:nth-child(3) { animation-delay: 0.3s; }
.new-img-txt .feature-card:nth-child(4) { animation-delay: 0.4s; }
@keyframes fadeInUp { to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) { 
    .new-black-fon { padding: 40px 15px 60px; }
    .section-title h2 { font-size: 2rem; }
    .new-img-txt { grid-template-columns: 1fr; gap: 20px; }
    .new-img-txt .feature-card { padding: 18px 15px; }
    .icon-wrapper { width: 50px; height: 50px; }
    .icon-wrapper img { width: 24px; height: 24px; }
    .feature-text { font-size: 0.95rem; }
}

.new-prod-swap-cont {padding: 40px 20px 80px; background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); }
.new-prod-swap { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.new-prod-block { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 30px rgba(0,0,0,0.06); transition: all 0.3s ease; position: relative; border: 1px solid #eee; display: flex; flex-direction: column; height: 100%; }
.new-prod-block:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,0.1); }
.ph-za { position: relative; flex-shrink: 0; }
.new-prod-block img { width: 100%; height: 190px; object-fit: cover; transition: transform 0.3s ease; }
.new-prod-block:hover img { transform: scale(1.05); }
.new-prod-block .new-zag { position: absolute; top: 15px; left: 15px; background: rgba(255,255,255,0.95); padding: 6px 12px; border-radius: 8px; font-weight: 600; font-size: 0.9rem; color: #222; backdrop-filter: blur(10px); text-transform: uppercase; letter-spacing: 0.5px; margin: 0; }
.new-cont { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; text-align: center; }
.zag-text { flex-grow: 1; margin-bottom: 20px; }
.new-zag-2 { margin: 0 0 15px 0; }
.new-txt { margin: 0; }
a.new-button { color: #000; margin-top: auto; }


.new-cont { padding: 20px 15px 15px; }
.new-cont .new-zag-2 { font-size: 20px; font-weight: 600; color: #222; margin-bottom: 15px; }
.new-cont .new-txt { color: #555; line-height: 1.6; margin-bottom: 15px; }
.new-cont .new-price { font-weight: 700; color: #c59e46; margin-bottom: 15px; }
.new-cont .new-btn { display: inline-block; padding: 12px 35px; font-weight: 600; color: #fff; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; border: none; border-radius: 8px; text-decoration: none; animation: shine 4s linear infinite; transition: background-position 0.3s; }
.new-fon-3-blocks { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); padding: 40px 20px 20px; }
.new-fon-3-blocks .white {padding: 0!important;}
.new-swap-50 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1200px; margin: 0 auto; }
.new-nad-h2 { font-size: 14px; color: #c59e46; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; }
h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #222; margin-bottom: 20px; letter-spacing: -1px; }
h2::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px 0; border-radius: 2px; }
.new-small-line { display: none; }
.new-opis { color: #555; margin-bottom: 20px; line-height: 1.7; }
.new-block-krugi { display: grid;grid-template-columns: 1fr 1fr;gap: 20px;margin-top: 30px;}
.new-block-krugi p { display: flex; align-items: center; gap: 15px; padding: 24px; background: #fff; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: all 0.3s ease; font-weight: 500; color: #1e1e1e; position: relative; overflow: hidden; }
.new-block-krugi p::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at center, rgba(197,158,70,0.06), transparent); transform: rotate(25deg); z-index: 0; }
.new-block-krugi p:hover { transform: translateY(-6px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.new-block-krugi img { width: 40px; height: 40px; flex-shrink: 0; position: relative; z-index: 1; }
.new-fon-komp { background: #fff; padding: 40px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); margin: 60px 0; border: 1px solid #eee; }
.new-fon-komp p { color: #555; line-height: 1.7; margin-bottom: 20px; }
.new-fon-komp strong { color: #222; }
.new-real-proekt { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); padding: 40px 20px 80px; }
.new-flex { display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.new-h2-vid { font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: #222; letter-spacing: -1px; line-height: 1.2; }
.new-h2-vid::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto;; border-radius: 2px; }

.katalog-cont {padding: 40px 20px 100px; background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%);}
.katalog-section {max-width: 1200px; margin: 0 auto;}
.new-katalog-swap {display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 40px; max-width: 1280px; margin: 0 auto;margin-top: 30px;}
.new-katalog-block {background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 12px 36px rgba(0,0,0,0.08); transition: transform 0.35s ease, box-shadow 0.35s ease; position: relative; height: 320px; }
.new-katalog-block:hover {transform: translateY(-10px); box-shadow: 0 18px 48px rgba(0,0,0,0.12);}
.new-katalog-block img {width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease;}
.new-katalog-block:hover img {transform: scale(1.06);}
.new-katalog-block p {position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.55); backdrop-filter: blur(8px); color: #fff; padding: 26px 20px 22px; display: flex; align-items: center; gap: 14px; font-size: 1.25rem; font-weight: 700; border-top: 1px solid rgba(255,255,255,0.1);}
@media (max-width: 768px) {.new-katalog-block {display: block;}}



.new-katalog-block a { text-decoration: none; color: inherit; }
.new-dis-poekt { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); padding: 80px 20px 0; }
.new-brd-left { border-left: 4px solid #c59e46; padding-left: 30px; margin-top: 30px; }
.new-brd-left .new-zag { font-size: 18px; font-weight: 600; color: #222; margin-bottom: 15px; }
.new-block-krugi-job { display: grid; gap: 15px; grid-template-columns: 1fr 1fr;}
.new-block-krugi-job p {display: flex;align-items: center;gap: 15px;padding: 24px;background: #fff;border-radius: 16px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;font-weight: 500;color: #1e1e1e;position: relative;overflow: hidden; }
.new-block-krugi-job p::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at center, rgba(197,158,70,0.06), transparent); transform: rotate(25deg); z-index: 0; }
.new-block-krugi-job p:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.nw50-fl {display: flex;gap: 55px;margin: 10px 0 20px;}
.new-tabs { margin: 60px auto; max-width: 1200px; background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); /*padding: 40px 20px;*/ }
.new-tab { display: flex; gap: 0; margin-bottom: 40px; background: #f5f5f5; border-radius: 12px; padding: 8px; gap: 5px; }
.new-tab a { flex: 1;padding: 16px 24px;text-align: center;background: #f9f9f9;color: #444;font-size: 16px;font-weight: 600;border-radius: 12px;transition: all 0.3s ease;cursor: pointer;position: relative;z-index: 1;overflow: hidden;border: 1px solid #e2e2e2;display: flex;align-items: center;justify-content: center;}
.new-tab a.new-active, .new-tab a:hover { background: #fff; color: #c59e46; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.new-tab-content { display: none; animation: newFadeIn 0.5s ease; }
.new-tab-content.new-active { display: flex; gap: 20px;}
.new-tab-content .new-cont {display: flex;text-align: center;background: #fff;border-radius: 16px;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);transition: transform 0.3s ease;flex-direction: column;justify-content: space-between; align-items: center;}
.new-tab-content .new-cont:hover { transform: translateY(-5px); }
.new-tab-content .new-cont img { width: 340px; height: 240px; object-fit: cover; border-radius: 20px; }
.new-tab-content .new-cont p { padding: 20px 0; font-weight: 600; color: #c19f42; padding: 20px 0; font-weight: 600; font-size: 18px; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); -webkit-background-clip: text; -webkit-text-fill-color: transparent; max-width: 280px;}
.new-row-tab .new-cont { margin: 20px auto; max-width: 600px; }
.new-row-tab .new-op { color: #555; line-height: 1.7; margin-top: 30px; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; }



.new-fon-otz-cont {background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); padding: 60px 20px;}
.new-fon-otz { max-width:1200px; margin: 0 auto; text-align: center; }
.new-bl_fon { padding: 40px 40px 80px;background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%);}
.new-fon-otz h2::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px; }
.new-swap-otz { /*display: grid; grid-template-columns: 200px 1fr; gap: 60px;*/ align-items: center; margin-top: 60px; max-width: 1000px; margin-left: auto; margin-right: auto; }
.new-otz-img {height: auto; opacity: 0.7; max-width: 350px; }



.new-bl-fon { background: #fff; padding: 40px 20px 80px; }
.new-zag-2-block { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: center; margin-bottom: 80px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.new-zag-2-block h2::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px 0; border-radius: 2px; }
.new-zag-2-block p { color: #555; line-height: 1.7; }
.new-partneery { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); padding: 40px 20px 0; text-align: center; }
.new-partneery h2::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px; }
.new-pod-h2 { color: #555; font-size: 15px; margin-top: 20px; margin-bottom: 60px; }
.new-kont-block { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); padding: 40px 20px 80px; }
.new-zagal { text-align: center; margin-bottom: 80px; }
.new-zagal.sss { text-align: center; margin-bottom: 0px; }
.new-zagal h2 { text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.new-zagal h2::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px; }
.new-zagal p { color: #555; font-size: 15px; margin-top: 20px; }
.new-map-swap { margin-bottom: 60px; }
.new-map-block-br { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); }


.new-info-midle{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:40px;max-width:1200px;margin:0 auto;padding:40px 20px;}
.new-info-midle>div{display:flex;align-items:center;gap:20px;padding:32px;background:linear-gradient(180deg,rgba(241,209,132,0.15),rgba(197,158,70,0.08));border-radius:20px;border:2px solid #c59e463b;transition:all 0.4s cubic-bezier(0.4,0,0.2,1);box-shadow:0 15px 35px rgba(0,0,0,0.08),0 5px 15px rgba(0,0,0,0.04);position:relative;overflow:hidden;}
.new-info-midle>div::before{content:"";position:absolute;top:-60%;left:-60%;width:220%;height:220%;background:radial-gradient(circle at center,rgba(197,158,70,0.12) 0%,rgba(197,158,70,0.06) 40%,transparent 70%);transform:rotate(35deg);z-index:0;transition:all 0.4s ease;}
.new-info-midle>div:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px rgba(0,0,0,0.15),0 10px 25px rgba(197,158,70,0.1);border-color:#c59e46;}
.new-info-midle>div:hover::before{transform:rotate(35deg) scale(1.1);opacity:0.8;}
.new-info-midle img{width:48px;height:48px;flex-shrink:0;position:relative;z-index:1;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.1);transition:all 0.3s ease;}
.new-info-midle>div:hover img{transform:scale(1.1) rotate(5deg);}
.new-info-midle p{flex:1;position:relative;z-index:1;font-size:16px;line-height:1.5;color:#333;font-weight:500;}
.new-info-midle a{color:#c59e46;text-decoration:none;font-weight:600;position:relative;transition:all 0.3s ease;}
.new-info-midle a.mt {font-size: 20px;}
.new-info-midle a::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#c59e46,#d4af5e);transition:width 0.3s ease;}
.new-info-midle a:hover{color:#b8923d;transform:translateY(-1px);cursor: pointer;}
.new-info-midle a:hover::after{width:100%;}



.new-form-section { position: relative; background: url('/wp-content/uploads/2025/05/pergola.jpg') center/cover no-repeat; padding: 100px 20px; overflow: hidden; }
.new-form-section::before { content: ""; position: absolute; inset: 0; background: rgba(137,137,137,0.7); z-index: 1; }
.new-form-section .container { position: relative; z-index: 2; max-width: 1200px; margin: auto; padding: 0 15px; }
.new-form-card { background: #fff; border-radius: 20px; padding: 50px 40px; box-shadow: 0 8px 24px rgba(0,0,0,0.06); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 40px; }
.new-form-text { flex: 1 1 40%; }
.new-form-form { flex: 1 1 50%; }
.new-form-title { font-size: 36px; font-weight: 700; color: #1c1c1c; margin-bottom: 10px; position: relative; }
.new-form-title::after { content: ""; display: block; width: 60px; height: 4px; background: #c59e46; margin-top: 10px; border-radius: 2px; }
.new-form-subtext { font-size: 17px; color: #555; margin-bottom: 30px; }
.new-form-form form { display: flex; flex-direction: column; gap: 20px; }
.new-form-form input, .new-form-form textarea { background: #f5f5f5; border: 1px solid #ddd; border-radius: 12px; padding: 14px 16px; font-size: 16px; color: #333; }
.new-form-form input:focus, .new-form-form textarea:focus { border-color: #c59e46; outline: none; box-shadow: 0 0 0 2px rgba(197,158,70,0.2); }
.new-form-form input::placeholder, .new-form-form textarea::placeholder { color: #aaa; }
.new-form-form button { display: inline-block; padding: 16px 35px; font-weight: 600; color: #fff; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; border: none; border-radius: 8px; text-decoration: none; animation: shine 4s linear infinite; transition: background-position 0.3s; margin-top: 10px; cursor: pointer; }
.new-form-form button:hover { background-position: 200% center; box-shadow: 0 4px 12px rgba(197,158,70,0.4); }
@keyframes newFadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) { 
  .new-swap-50 { grid-template-columns: 1fr; gap: 40px; } 
  .new-flex { flex-direction: column; gap: 30px; text-align: center; } 
  .new-swap-otz { grid-template-columns: 1fr; gap: 40px; text-align: center; } 
  .new-zag-2-block { grid-template-columns: 1fr; text-align: center; } 
  .new-tab { flex-direction: column; } 
  .new-katalog-swap { grid-template-columns: 1fr; } 
  .new-form-card { flex-direction: column; text-align: center; padding: 30px 20px; } 
  .new-form-title { font-size: 28px; } 
}
.new-line { height: 1px; background: linear-gradient(90deg, transparent, #eee, transparent); margin: 60px 0; }
.section-title { font-weight: 700; text-align: center; margin-bottom: 50px; color: #222; position: relative; }
.section-title::after { content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px; }
.text-section { padding: 40px 20px 80px; background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); position: relative; overflow: hidden; }
.text-section .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.new-otz-sl { background: #fff; border-radius: 20px; padding: 40px 35px; box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.08); position: relative; overflow: hidden; transition: all 0.4s ease; border: 1px solid #f0f0f0; margin: 20px 0; max-width: 100%; }
.new-otz-sl::before { content: ""; position: absolute; top: -50%; right: -30%; width: 200px; height: 200px; background: radial-gradient(circle at center, rgba(197,158,70,0.08), transparent); border-radius: 50%; z-index: 0; transition: transform 0.6s ease; }
.new-otz-sl:hover::before { transform: scale(1.2) rotate(45deg); }
.new-otz-sl:hover { transform: translateY(-8px); box-shadow: 2px 1px 17px 7px rgba(0, 0, 0, 0.12); border-color: rgba(197,158,70,0.2); }
.new-otz-sl .new-zag { font-size: 20px; font-weight: 700; color: #222; margin-bottom: 20px; position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; }
.new-otz-sl .new-zag::before { content: ""; width: 4px; height: 30px; background: linear-gradient(180deg, #c59e46, #f1d184); border-radius: 2px; flex-shrink: 0; }
.new-otz-sl .new-txt { font-size: 16px; line-height: 1.7; color: #555; margin-bottom: 25px; position: relative; z-index: 2; font-style: italic; text-align: justify; }
/*.new-otz-sl .new-txt::before { content: "\"\"\""; font-size: 4rem; color: rgba(197,158,70,0.3); position: absolute; top: -10px; left: -10px; font-family: serif; line-height: 1; z-index: -1; }*/
.new-otz-sl .fa-long-arrow-right { font-size: 1.5rem; color: #c59e46; position: relative; z-index: 2; transition: all 0.3s ease; cursor: pointer; display: inline-block; }
.new-otz-sl:hover .fa-long-arrow-right { transform: translateX(8px); color: #f1d184; }
.new-otz-sl { animation: slideInFromBottom 0.6s ease-out; }
@keyframes slideInFromBottom { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.new-block-otz { position: relative; overflow: hidden; }
.new-otz-sl .slider-nav { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.new-otz-sl .slider-nav button { width: 12px; height: 12px; border-radius: 50%; border: none; background: rgba(197,158,70,0.3); cursor: pointer; transition: all 0.3s ease; }
.new-otz-sl .slider-nav button.active, .new-otz-sl .slider-nav button:hover { background: #c59e46; transform: scale(1.2); }
@media (max-width: 768px) {
.new-otz-sl { padding: 30px 25px; margin: 15px 0; }
.new-otz-sl .new-zag { font-size: 1.2rem; margin-bottom: 15px; }
.new-otz-sl .new-txt { font-size: 1rem; margin-bottom: 20px; text-align: left; }
.new-otz-sl .new-txt::before { font-size: 3rem; top: -5px; left: -5px; }
}

@media (max-width: 480px) {
.new-otz-sl { padding: 25px 20px; }
.new-otz-sl .new-zag { font-size: 1.1rem; flex-direction: column; align-items: flex-start; gap: 8px; }
.new-otz-sl .new-zag::before { width: 3px; height: 20px; }
}


.sa_hover_container {padding: 0!important;}
.white, .black {
    padding: 10px 20px !important;
}

.new-bl_fon .owl-carousel .owl-item img  {
    display: inline;
    width: auto;
    max-width: 100%;
    height: 275px !important;
    border-radius: 20px;
	padding: 0 10px;
}



/* Адаптив для мобильных устройств */

@media (max-width: 768px) {
    .new-banner-01 { padding: 90px 15px 60px; }
    .new-banner-01 .new-max { padding: 15px 20px 30px; margin: 0 10px; }
    .new-banner-01 h1 { font-size: 28px; margin-bottom: 15px; }
    .new-txt-img { font-size: 16px; margin-bottom: 30px; flex-wrap: wrap; }
    .new-button { padding: 10px 18px; font-size: 14px; }
    
    .new-black-fon { padding: 40px 15px 60px; }
    .new-img-txt { grid-template-columns: 1fr; gap: 20px; margin: 10px 0 -20px; }
    .new-img-txt .feature-card { padding: 15px; gap: 15px; }
    .icon-wrapper { width: 50px; height: 50px; }
    .icon-wrapper img { width: 24px; height: 24px; }
    .feature-text { font-size: 13px; }
    
    .new-prod-swap { grid-template-columns: 1fr; gap: 20px; padding: 30px 15px 60px; }
    .new-prod-block img { height: 160px; }
    .new-cont { padding: 15px; }
    .new-cont .new-zag-2 { font-size: 18px; }
    
    .new-fon-3-blocks { padding: 30px 15px 60px; }
    .new-swap-50 { grid-template-columns: 1fr; gap: 30px; }
    .new-nad-h2 { font-size: 16px; }
    h2 { font-size: 24px; }
    .new-block-krugi { grid-template-columns: 1fr; gap: 15px; }
    .new-block-krugi p { padding: 18px; }
    .new-block-krugi img { width: 35px; height: 35px; }
    
    .new-fon-komp { padding: 25px; margin: 40px 0; }
    
    .new-real-proekt { padding: 30px 15px 60px; }
    .new-flex { flex-direction: column; gap: 20px; text-align: center; margin-bottom: 30px; }
    .new-h2-vid { font-size: 24px; }
    
    .new-katalog-swap { grid-template-columns: 1fr; gap: 20px; padding: 30px 15px 60px; }
    .new-dis-poekt { padding: 30px 15px 0; }
    .new-brd-left { padding-left: 20px; margin-top: 20px; }
    .new-block-krugi-job { grid-template-columns: 1fr; gap: 12px; }
    .new-block-krugi-job p { padding: 18px; }
    .nw50-fl { gap: 25px; margin: 10px 0 15px;  display: grid; grid-template-columns: 1fr 1fr; }
    
    .new-tabs { margin: 40px auto; padding: 30px 15px; }
    .new-tab { flex-direction: column; padding: 5px; }
    .new-tab a { padding: 12px 18px; font-size: 14px; }
    .new-tab-content { flex-direction: column; gap: 15px; }
    .new-tab-content .new-cont { margin: 15px 0; }
    .new-tab-content .new-cont img { width: 280px; height: 200px; }
    .new-tab-content .new-cont p { max-width: 240px; font-size: 16px; }
    .new-row-tab .new-cont { margin: 15px auto; }
    
    .new-fon-otz { padding: 30px 15px 60px; }
    .new-bl_fon { padding: 30px 20px 60px; }
    .new-swap-otz { margin-top: 40px; }
    .new-otz-img { max-width: 280px; }
    
    .new-bl-fon { padding: 30px 15px 60px; }
    .new-zag-2-block { grid-template-columns: 1fr; gap: 30px; text-align: center; margin-bottom: 50px; }
    
    .new-partneery { padding: 30px 15px 0; }
    .new-pod-h2 { margin-bottom: 40px; }
    
    .new-kont-block { padding: 30px 15px 60px; }
    .new-zagal { margin-bottom: 50px; }
    .new-map-swap { margin-bottom: 40px; }
    
    .new-info-midle { grid-template-columns: 1fr; gap: 20px; padding: 30px 15px; }
    .new-info-midle > div { padding: 25px; }
    .new-info-midle img { width: 40px; height: 40px; }
    .new-info-midle p { font-size: 15px; }
    
    .new-form-section { padding: 60px 15px; }
    .new-form-card { flex-direction: column; text-align: center; padding: 30px 20px; gap: 30px; }
    .new-form-title { font-size: 26px; }
    .new-form-subtext { font-size: 15px; margin-bottom: 25px; }
    .new-form-form input, .new-form-form textarea { padding: 12px 14px; font-size: 15px; }
    .new-form-form button { padding: 14px 30px; }
    
    .text-section { padding: 30px 15px 60px; }
    .text-section .container { padding: 0 15px; }
    
    .new-otz-sl { padding: 25px 20px; margin: 15px 0; }
    .new-otz-sl .new-zag { font-size: 18px; margin-bottom: 15px; }
    .new-otz-sl .new-txt { font-size: 15px; margin-bottom: 20px; text-align: left; }
	
	.new-zag-2-block h2::after, .real_proekt .h2-vid::after {margin: 20px auto 0px;}
}

@media (max-width: 480px) {
    .new-banner-01 { padding:170px 10px 70px; }
    .new-banner-01 .new-max { padding: 15px; border-radius: 15px; }
    .new-banner-01 h1 { font-size: 24px; }
    .new-txt-img { font-size: 14px; gap: 8px; }
    .new-button { padding: 8px 15px; font-size: 13px; }
    
    .new-black-fon { padding: 30px 10px 40px; }
    .new-img-txt .feature-card { padding: 12px; }
    .icon-wrapper { width: 45px; height: 45px; }
    .icon-wrapper img { width: 22px; height: 22px; }
    .feature-text { font-size: 12px; }
    
    .new-prod-swap { padding: 20px 10px 40px; gap: 15px; }
    .new-prod-block img { height: 140px; }
    .new-cont { padding: 12px; }
    .new-cont .new-zag-2 { font-size: 16px; }
    
    .new-fon-3-blocks { padding: 20px 10px 40px; }
    .new-swap-50 { gap: 25px; }
    h2 { font-size: 22px; }
    .new-block-krugi p { padding: 15px; }
    .new-block-krugi img { width: 30px; height: 30px; }
    
    .new-fon-komp { padding: 20px; margin: 30px 0; }
    
    .new-real-proekt { padding: 20px 10px 40px; }
    .new-h2-vid { font-size: 22px; }
    
    .new-katalog-swap { padding: 20px 10px 40px; }
    .new-dis-poekt { padding: 20px 10px 0; }
    .new-brd-left { padding-left: 15px; }
    .new-block-krugi-job p { padding: 15px; }
    .nw50-fl { gap: 20px; }
    
    .new-tabs { padding: 20px 10px; }
    .new-tab a { padding: 10px 15px; font-size: 13px; }
    .new-tab-content .new-cont img { width: 250px; height: 180px; }
    .new-tab-content .new-cont p { max-width: 220px; font-size: 15px; }
    
    .new-fon-otz { padding: 20px 10px 40px; }
    .new-bl_fon { padding: 20px 15px 40px; }
    .new-otz-img { max-width: 250px; }
    
    .new-bl-fon { padding: 20px 10px 40px; }
    .new-zag-2-block { gap: 25px; margin-bottom: 40px; }
    
    .new-partneery { padding: 20px 10px 0; }
    .new-kont-block { padding: 20px 10px 40px; }
    .new-zagal { margin-bottom: 40px; }
    
    .new-info-midle { padding: 20px 10px; gap: 15px; }
    .new-info-midle > div { padding: 20px; }
    .new-info-midle p { font-size: 14px; }
    
    .new-form-section { padding: 40px 10px; }
    .new-form-card { padding: 25px 15px; gap: 25px; }
    .new-form-title { font-size: 24px; }
    .new-form-subtext { font-size: 14px; }
    .new-form-form button { padding: 12px 25px; }
    
    .text-section { padding: 20px 10px 40px; }
    .text-section .container { padding: 0 10px; }
    
    .new-otz-sl { padding: 20px 15px; }
    .new-otz-sl .new-zag { font-size: 16px; flex-direction: column; align-items: flex-start; gap: 8px; }
    .new-otz-sl .new-zag::before { width: 3px; height: 20px; }
    .new-otz-sl .new-txt { font-size: 14px; }
}

@media (max-width: 320px) {
    .new-banner-01 { padding: 30px 5px; }
    .new-banner-01 .new-max { padding: 10px; }
    .new-banner-01 h1 { font-size: 20px; }
    
    .new-black-fon { padding: 25px 5px 30px; }
    .new-prod-swap { padding: 15px 5px 30px; }
    .new-fon-3-blocks { padding: 15px 5px 30px; }
    .new-real-proekt { padding: 15px 5px 30px; }
    .new-katalog-swap { padding: 15px 5px 30px; }
    .new-dis-poekt { padding: 15px 5px 0; }
    .new-tabs { padding: 15px 5px; }
    .new-fon-otz { padding: 15px 5px 30px; }
    .new-bl_fon { padding: 15px 10px 30px; }
    .new-bl-fon { padding: 15px 5px 30px; }
    .new-partneery { padding: 15px 5px 0; }
    .new-kont-block { padding: 15px 5px 30px; }
    .new-info-midle { padding: 15px 5px; }
    .new-form-section { padding: 30px 5px; }
    .text-section { padding: 15px 5px 30px; }
}


.new-max.bl-g .button, .new-fon-3-blocks.bl-g .button {display: inline-block; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; color: #000 !important; padding: 16px 30px; border-radius: 10px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); border: none; cursor: pointer; animation: shine 4s linear infinite;}


/*Стили для страницы с продукцией*/
#produkciya.tkani {background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); padding: 40px 0 70px;}
#produkciya .nw-section-title {font-weight: 600; text-align: center; margin-bottom: 50px; color: #222; font-size: 45px; text-transform: uppercase;}
#produkciya .nw-section-title::after {content: ""; display: block; width: 60px; height: 3px; background: #c59e46; margin: 20px auto 0; border-radius: 2px;}
#produkciya .nw-prod-swap {display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 20px; max-width: 1200px; margin: 0 auto; padding: 0 20px;}
#produkciya .nw-prod-block {position: relative; border-radius: 20px; overflow: hidden; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(10px); border: 1px solid rgba(0, 0, 0, 0.08); cursor: pointer; transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1); height: 320px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);}
#produkciya .nw-prod-block:hover::before {opacity: 1;}
#produkciya .nw-prod-block:hover {transform: translateY(-8px) scale(1.02); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); border-color: rgba(197, 158, 70, 0.2);}
#produkciya .nw-prod-block img {width: 100%; height: 100%; object-fit: cover; transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1); filter: brightness(0.8) saturate(1.1);}
#produkciya .nw-prod-block:hover img {transform: scale(1.08); filter: brightness(0.9) saturate(1.3);}
#produkciya .nw-zag {position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%); color: white; padding: 2rem 1.5rem 1.2rem; font-size: 18px; font-weight: 600; text-transform: capitalize; transform: translateY(0); transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1); z-index: 2;padding-bottom: 45px; margin: 0;}
#produkciya .nw-zag span { position: absolute; top: 15px; left: 15px; background: rgba(255, 255, 255, 0.95); padding: 6px 12px; border-radius: 8px; font-weight: 600;font-size: 14px; color: #222; backdrop-filter: blur(10px); text-transform: uppercase; letter-spacing: 0.5px; margin: 0;}
#produkciya .nw-cont {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); color: #1e1e1e; padding: 2rem; display: flex; flex-direction: column; justify-content: center; opacity: 0; transform: translateY(20px); transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1); z-index: 3; border: 1px solid rgba(197, 158, 70, 0.1);}
#produkciya .nw-prod-block:hover .nw-cont {opacity: 1; transform: translateY(0);}
#produkciya .nw-prod-block:hover .nw-zag {transform: translateY(-100%); opacity: 0;}
#produkciya .nw-zag-2 {font-size: 22px; font-weight: 700; margin-bottom: 1rem; color: #222; position: relative;}
#produkciya .nw-zag-2::after {content: ""; display: block; width: 40px; height: 2px; background: #c59e46; margin: 8px 0 0; border-radius: 2px;}
#produkciya .nw-txt {font-size: 16px; line-height: 1.6; margin-bottom: 1.5rem; color: #555; transform: translateY(10px); transition: all 0.4s ease 0.1s;}
#produkciya .nw-prod-block:hover .nw-txt {transform: translateY(0);}
#produkciya .nw-button {display: inline-block; padding: 12px 26px; font-weight: 600; color: #fff; background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46); background-size: 200% auto; border: none; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); text-decoration: none; text-align: center; transition: all 0.3s ease; position: relative; overflow: hidden; transform: translateY(20px); opacity: 0; align-self: flex-start; animation: shine 4s linear infinite;}
#produkciya .nw-button:hover {background-position: 200% center; color: #000; box-shadow: 0 6px 20px rgba(0,0,0,0.15); transform: translateY(-2px);}
#produkciya .nw-prod-block:hover .nw-button {transform: translateY(0); opacity: 1; transition-delay: 0.2s;}
@keyframes shine {0% {background-position: 0% center;} 100% {background-position: 200% center;}}
@keyframes fadeInUp {from {opacity: 0; transform: translateY(30px);} to {opacity: 1; transform: translateY(0);}}
#produkciya .nw-prod-block {animation: fadeInUp 0.8s ease forwards;}
#produkciya .nw-prod-block:nth-child(2) {animation-delay: 0.1s;}
#produkciya .nw-prod-block:nth-child(3) {animation-delay: 0.2s;}
#produkciya .nw-prod-block:nth-child(4) {animation-delay: 0.3s;}
#produkciya .nw-prod-block:nth-child(5) {animation-delay: 0.4s;}
#produkciya .nw-prod-block:nth-child(6) {animation-delay: 0.5s;}
#produkciya .nw-prod-block:nth-child(7) {animation-delay: 0.6s;}
#produkciya .nw-prod-block:nth-child(8) {animation-delay: 0.7s;}
#produkciya .nw-prod-block:nth-child(9) {animation-delay: 0.8s;}
#produkciya .nw-prod-block:nth-child(10) {animation-delay: 0.9s;}
#produkciya .nw-prod-block:nth-child(11) {animation-delay: 1s;}
#produkciya .nw-prod-block:nth-child(12) {animation-delay: 1.1s;}
@media (max-width: 768px) {
  #produkciya .nw-prod-swap {grid-template-columns: 1fr; gap: 24px; padding: 0 20px;}
  #produkciya .nw-prod-block {height: 280px;}
  #produkciya .nw-cont {padding: 1.5rem;}
  #produkciya .nw-zag-2 {font-size: 18px;}
  #produkciya .nw-txt {font-size: 14px;}
  #produkciya .nw-zag {font-size: 16px;}
  #produkciya .nw-section-title {font-size: 35px;}
}
#produkciya .nw-prod-block:nth-child(odd) {animation-direction: alternate;}

/*страница спасибо*/
#thankyou {text-align: center; padding: 150px 0;}
#thankyou h2 {font-size: 45px; font-weight: 700; color: #2e7d32; margin-bottom: 20px; line-height: 1.2;}
#thankyou h2::after {display: none;}
#thankyou p {font-size: 18px; color: #555; line-height: 1.6;}

/* Виджет мессенджеров */
.msg-widget{position:fixed;right:10px;bottom:120px;z-index:9999;}
.msg-toggle{width:56px;height:56px;border-radius:50%;border:0;background:linear-gradient(135deg,#667eea,#764ba2);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(102,126,234,.4);transition:transform .3s;position:relative;}
.msg-toggle:before,.msg-toggle:after{content:"";display:block;position:absolute;border:1px solid #667eea;left:-20px;right:-20px;top:-20px;bottom:-20px;border-radius:50%;animation:msg-pulse 1.5s linear infinite;opacity:0;backface-visibility:hidden;}
.msg-toggle:after{animation-delay:.5s;}
@keyframes msg-pulse{0%{transform:scale(0.5);opacity:0;}50%{opacity:1;}100%{transform:scale(1.2);opacity:0;}}
.msg-toggle:hover{transform:scale(1.05);}
.msg-toggle .msg-close{display:none;}
.msg-widget.active .msg-toggle svg:first-child{display:none;}
.msg-widget.active .msg-toggle .msg-close{display:block;}
.msg-list{position:absolute;bottom:65px;right:0;display:flex;flex-direction:column;gap:10px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s;}
.msg-widget.active .msg-list{opacity:1;visibility:visible;transform:translateY(0);}
.msg-item{display:block;transition:transform .3s;}
.msg-item:hover{transform:scale(1.1);}
.msg-item img{display:block;border-radius:50%;}
.msg-phone{width:55px;height:55px;border-radius:50%;background:#ff6b6b;display:flex;align-items:center;justify-content:center;}
.msg-email{width:55px;height:55px;border-radius:50%;background:#2196F3;display:flex;align-items:center;justify-content:center;}
@media(max-width:768px){.msg-widget { right: 15px; bottom: 100px; }.msg-toggle{width:50px;height:60px;}.msg-item img,.msg-phone,.msg-email{width:48px;height:48px;}.msg-list{bottom: 75px; left: 5px;}}
.msg-widget svg.msg-close, .msg-widget svg {position: absolute;}

.footer-boxes .widget {margin-bottom: -10px;}
.soc-box {display: flex; margin: 0 auto; justify-content: center; height: max-content; margin-bottom: 20px;}
.mess { display: flex; gap: 5px;}
.mess img, .mess svg, .mess .msg-phone, .mess .msg-email {width: 40px; height: 40px;}
.mess .msg-phone svg, .mess .msg-email svg {width: 20px;}

.clearfy-cookie { padding: 20px 0 44px!important;}
.msg-list {
    width: 55px;
}


    .hero-awnings{
      padding:44px 0 52px;
      background:var(--bg-mid);
    }

    .hero-awnings__grid{
      display:grid;
          grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.8fr);
      gap:34px;
		min-width: 0;
      
    }

    .hero-awnings__media{
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: #dcdcdc;
    box-shadow: var(--shadow-soft);
    border: 1px solid #d8d8d8;
    min-width: 0;
    aspect-ratio: 4/3;
	max-width: 100%;
    overflow: hidden;
    }

   

    
    .hero-awnings__content{
    display:flex;
    flex-direction:column;
    justify-content:center;
   
    }

    .hero-awnings__text-card{
      background:transparent;
      border:none;
      border-radius:0;
      padding:0;
      margin:0 0 24px;
    }

    .hero-awnings__eyebrow{
      margin:0 0 18px;
      font-size:13px;
      line-height:1.3;
      letter-spacing:.12em;
      text-transform:uppercase;
      color:#6f6f6f;
    }

    .hero-awnings__title{
      margin:0 0 28px;
      font-size:52px;
      line-height:1.02;
      font-weight:700;
      letter-spacing:-0.035em;
      max-width:520px;
      min-width:0;
    }

    .hero-awnings__title-line{
      display:block;
      white-space:nowrap;
    }

    .hero-awnings__text{
      margin:0;
      max-width:560px;
      font-size:18px;
      line-height:1.72;
      color:var(--text-soft);
    }

    .hero-awnings__bullets{
    
      padding:0;
      list-style:none;
      display:grid;
      gap:14px;
      max-width:560px;
    }

    .hero-awnings__bullets li{
      display:flex;
      align-items:flex-start;
      gap:14px;
      padding:16px 18px;
      border:1px solid var(--line-strong);
      border-radius:14px;
      background:#f4f4f4;
    }

    .hero-awnings__bullet-mark{
      flex:0 0 26px;
      width:26px;
      height:26px;
      border:1px solid #111111;
      border-radius:50%;
      position:relative;
      margin-top:1px;
      background:#fff;
    }

    .hero-awnings__bullet-mark::before{
      content:"";
      position:absolute;
      left:50%;
      top:50%;
      width:8px;
      height:8px;
      background:#111111;
      border-radius:50%;
      transform:translate(-50%,-50%);
    }

    .hero-awnings__bullet-text{
      font-size:16px;
      line-height:1.55;
      color:#2c2c2c;
    }

    .hero-awnings__actions{
      display: flex;
    flex-wrap: nowrap;
		align-items:center;
    gap: 30px;
    border-top: 1px solid #d1d5db;
    border-bottom: 1px solid #d1d5db;
    padding: 20px 0;
    margin-top: 20px;
   

      
    }

    .hero-awnings__btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:56px;
      padding:0 20px;
      border-radius:12px;
      text-decoration:none;
      text-align:center;
      font-size:14px;
      line-height:1.2;
      letter-spacing:.06em;
      text-transform:uppercase;
      border:1px solid #111111;
      color:#111111 !important;
      background:#ffffff;
      white-space:nowrap;
      transition:background .2s ease, color .2s ease, border-color .2s ease;
      
    }

    .hero-awnings__btn:hover{
      background:#111111;
      color:#ffffff !important;
    }

    .hero-awnings__anchor{
      display:inline-flex;
      align-items:center;
      gap:10px;
      margin-top:24px;
      width:max-content;
      color:#111111 !important;
      text-decoration:none;
      font-size:14px;
      line-height:1.3;
      letter-spacing:.08em;
      text-transform:uppercase;
      border-bottom:1px solid #111111;
      padding-bottom:4px;
      transition:opacity .2s ease;
    }

    .hero-awnings__anchor::after{
      content:"";
      width:18px;
      height:18px;
      border-top:1.5px solid #111111;
      border-right:1.5px solid #111111;
      transform:rotate(45deg) scale(.55);
      transform-origin:center;
      margin-right:-3px;
    }

    .hero-awnings__anchor:hover{
      opacity:.7;
    }


	 
 .awning-advantages{
      padding:0 0 74px;
      background:var(--bg-light);
    }

    .awning-advantages__scene{
      position:relative;
      min-height:760px;
      border-radius:0;
      overflow:hidden;
      background:#dcdcdc;
      isolation:isolate;
	  border-radius: 22px;
	
		
		
    }

    .awning-advantages__bg{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      z-index:1;
		
    }

    .awning-advantages__veil{
      position:absolute;
      inset:0;
      background:
        linear-gradient(to bottom, rgba(255,255,255,.10) 0%, rgba(255,255,255,.08) 20%, rgba(255,255,255,.20) 100%);
      z-index:2;
		
		
    }

    .awning-advantages__wrap{
      position:relative;
      z-index:3;
      max-width:1160px;
      margin:0 auto;
      padding:0 24px;
      min-height:760px;
      display:flex;
      align-items:flex-end;
    }

    .awning-advantages__cards{
      width:100%;
      display:grid;
      grid-template-columns:repeat(3, minmax(0, 1fr));
      gap:22px;
      margin-bottom:12px;
    }

    .awning-advantages__card{
      position:relative;
      min-height:300px;
      padding:34px 28px 28px;
      border-radius:26px;
      background:rgba(250,250,250,.94);
      backdrop-filter:blur(8px);
      box-shadow:var(--shadow-card);
      border:1px solid rgba(255,255,255,.6);
    }

    .awning-advantages__card--accent{
      background:rgba(255,255,255,.88);
    }

    .awning-advantages__icon{
      width:48px;
      height:48px;
      margin-left:auto;
      margin-bottom:42px;
      border:1px solid rgba(17,17,17,.18);
      border-radius:50%;
      position:relative;
      background:rgba(255,255,255,.5);
    }

    .awning-advantages__icon::before,
    .awning-advantages__icon::after{
      content:"";
      position:absolute;
      background:#111111;
      opacity:.85;
    }

    .awning-advantages__icon--craft::before{
      width:18px;
      height:1.5px;
      left:14px;
      top:23px;
    }

    .awning-advantages__icon--craft::after{
      width:1.5px;
      height:18px;
      left:22px;
      top:15px;
    }

    .awning-advantages__icon--comfort::before{
      width:18px;
      height:10px;
      left:15px;
      top:19px;
      border:1.5px solid #111111;
      background:transparent;
      border-radius:10px 10px 8px 8px;
    }

    .awning-advantages__icon--comfort::after{
      width:12px;
      height:1.5px;
      left:18px;
      top:30px;
    }

    .awning-advantages__icon--design::before{
      width:20px;
      height:1.5px;
      left:14px;
      top:24px;
      transform:rotate(-28deg);
    }

    .awning-advantages__icon--design::after{
      width:10px;
      height:10px;
      left:19px;
      top:15px;
      border:1.5px solid #111111;
      background:transparent;
      border-radius:50%;
    }

    .awning-advantages__title{
      margin:0 0 20px;
      font-size:28px;
      line-height:1.08;
      font-weight:500;
      letter-spacing:-0.02em;
    }

    .awning-advantages__text{
      margin:0;
      font-size:18px;
      line-height:1.48;
      color:#4f4f4f;
      max-width:92%;
    }
.awning-variants__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
 
  padding:12px 35px;
  border-radius:8px;
  border:1px solid #202020;
  background:#ffffff;
  color:#202020;
  text-decoration:none;
  text-align:center;
  font-size:13px;
  line-height:1.25;
  font-weight:600;
  letter-spacing:.03em;
  transition:.2s ease;
	margin-top: 10px;
}

.awning-variants__btn:hover{
  background:#202020;
  color:#ffffff;
}

.awning-variants__btn--primary{
  background:#c9a247;
  border-color:#c9a247;
  color:#ffffff;
}

.awning-variants__btn--primary:hover{
  background:#b28d37;
  border-color:#b28d37;
  color:#ffffff;
}



.awning-subtypes{
  padding:60px 0;
  background:#f1f1f1;
}

.awning-subtypes .wrap{
  max-width:1360px;
}

.awning-subtypes__head{
  text-align:center;
  margin-bottom:30px;
}

.awning-subtypes__title{
  margin:0;
  font-size:42px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:-0.03em;
  color:#1b1b1b;
}

.awning-subtypes__line{
  width:58px;
  height:3px;
  margin:18px auto 0;
  background:#c7a24a;
  border-radius:999px;
}

.awning-subtypes__tabs{
  position:relative;
}

.awning-subtypes__tab-radio{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.awning-subtypes__tab-nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-bottom:24px;
}

.awning-subtypes__tab-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border:1px solid #dddddd;
  border-radius:12px;
  background:#ffffff;
  color:#2a2a2a;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:.03em;
  text-align:center;
  cursor:pointer;
  transition:.2s ease;
}

.awning-subtypes__tab-label:hover{
  border-color:#c7a24a;
  color:#1b1b1b;
}

#awning-subtype-tab-1:checked ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--1,
#awning-subtype-tab-2:checked ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--2,
#awning-subtype-tab-3:checked ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--3,
#awning-subtype-tab-4:checked ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--4,
#awning-subtype-tab-5:checked ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--5,
#awning-subtype-tab-6:checked ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--6,
#awning-subtype-tab-7:checked ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--7,
#awning-subtype-tab-8:checked ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--8,
#awning-subtype-tab-9:checked ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--9

{
  background:#c7a24a;
  border-color:#c7a24a;
  color:#ffffff;
}

.awning-subtypes__panels{
  position:relative;
}

.awning-subtypes__panel{
  display:none;
}

#awning-subtype-tab-1:checked ~ .awning-subtypes__panels .awning-subtypes__panel--1,
#awning-subtype-tab-2:checked ~ .awning-subtypes__panels .awning-subtypes__panel--2,
#awning-subtype-tab-3:checked ~ .awning-subtypes__panels .awning-subtypes__panel--3,
#awning-subtype-tab-4:checked ~ .awning-subtypes__panels .awning-subtypes__panel--4,
#awning-subtype-tab-5:checked ~ .awning-subtypes__panels .awning-subtypes__panel--5,
#awning-subtype-tab-6:checked ~ .awning-subtypes__panels .awning-subtypes__panel--6,
#awning-subtype-tab-7:checked ~ .awning-subtypes__panels .awning-subtypes__panel--7,
#awning-subtype-tab-8:checked ~ .awning-subtypes__panels .awning-subtypes__panel--8,
#awning-subtype-tab-9:checked ~ .awning-subtypes__panels .awning-subtypes__panel--9

{
  display:block;
}

.awning-subtypes__intro{
  padding:34px 34px 28px;
  background:#ececec;
  border:1px solid #dddddd;
  border-radius:20px;
}

.awning-subtypes__panel-title{
  margin:0 0 10px;
  text-align:center;
  font-size:34px;
  line-height:1.1;
  font-weight:700;
  color:#1c1c1c;
}

.awning-subtypes__panel-line{
  width:54px;
  height:3px;
  margin:0 auto 28px;
  background:#c7a24a;
  border-radius:999px;
}

.awning-subtypes__feature{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(360px, 480px);
  gap:18px;
  align-items:stretch;
  margin-bottom:22px;
}

.awning-subtypes__text-box,
.awning-subtypes__media-box{
  background:#ffffff;
  border:1px solid #e0e0e0;
  border-radius:14px;
}

.awning-subtypes__text-box{
  padding:24px 22px;
	   display: flex;
    align-items: center;
}

.awning-subtypes__text{
  margin:0 0 16px;
  font-size:15px;
  line-height:1.68;
  color:#4e4e4e;
}

.awning-subtypes__text:last-child{
  margin-bottom:0;
}

.awning-subtypes__list{
  margin:14px 0 0;
  padding-left:18px;
}

.awning-subtypes__list li{
  margin-bottom:8px;
  font-size:15px;
  line-height:1.55;
  color:#4e4e4e;
}

.awning-subtypes__media-box{
  overflow:hidden;
  min-height:270px;
	height: 360px;
}

.awning-subtypes__media-placeholder{
  width:100%;
  height:100%;
  min-height:270px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  text-align:center;
  font-size:15px;
  line-height:1.55;
  color:#5d5d5d;
  background:
    linear-gradient(135deg, #fafafa 0%, #eeeeee 100%);
}

.awning-subtypes__promo{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:18px 20px;
  border:1px solid #dddddd;
  border-radius:14px;
  background:#ffffff;
	margin-top: 20px;
}

.awning-subtypes__promo-title{
  margin:0 0 6px;
  font-size:24px;
  line-height:1.1;
  font-weight:700;
  color:#1d1d1d;
}

.awning-subtypes__promo-text{
  margin:0;
  font-size:15px;
  line-height:1.6;
  color:#595959;
  max-width:720px;
}

.awning-subtypes__promo-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
  flex:0 0 auto;
}

.awning-subtypes__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:12px;
  border:1px solid #1f1f1f;
  background:#ffffff;
  color:#1f1f1f;
  text-decoration:none;
  text-align:center;
  font-size:13px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:.03em;
  cursor:pointer;
  transition:.2s ease;
}

.awning-subtypes__btn:hover{
  background:#1f1f1f;
  color:#ffffff;
}

.awning-subtypes__btn--primary{
  background:#c7a24a;
  border-color:#c7a24a;
  color:#ffffff;
}

.awning-subtypes__btn--primary:hover{
  background:#b08d3f;
  border-color:#b08d3f;
  color:#ffffff;
}

.awning-subtypes__catalog-toggle{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.awning-subtypes__catalog{
  display:none;
  margin-top:24px;
  padding:12px 0 0;
}

.awning-subtypes__catalog-title{
  margin:0 0 24px;
  text-align:center;
  font-size:30px;
  line-height:1.1;
  font-weight:700;
  color:#1c1c1c;
}

.awning-subtypes__catalog-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.awning-subtypes__model-card{
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding:10px;
  background:#ffffff;
  border:1px solid #dddddd;
  border-radius:16px;
  text-decoration:none;
  color:inherit;
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.awning-subtypes__model-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(0,0,0,.06);
  border-color:#cfcfcf;
}

.awning-subtypes__model-media{
   border-radius: 12px;
    overflow: hidden;
    background: white;
    aspect-ratio: 4/3
    margin-bottom: 14px;
}
.awning-subtypes__model-media img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.awning-subtypes__model-media-inner{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  text-align:center;
  font-size:14px;
  line-height:1.45;
  color:#5f5f5f;
  background:linear-gradient(135deg, #fbfbfb 0%, #eeeeee 100%);
}

.awning-subtypes__model-name{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.25;
  font-weight:700;
  color:#1b1b1b;
	text-align: center;
}

.awning-subtypes__model-text{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.55;
  color:#5a5a5a;
}

.awning-subtypes__model-price{
  margin:0 0 14px;
  font-size:22px;
  line-height:1.1;
  font-weight:700;
  color:#c49a3a;
}

.awning-subtypes__model-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:auto;
	justify-content: center;
}

.awning-subtypes__model-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:10px;
  border:1px solid #1f1f1f;
  background:#ffffff;
  color:#1f1f1f;
  text-decoration:none;
  text-align:center;
  font-size:12px;
  line-height:1.2;
  font-weight:600;
  letter-spacing:.02em;
  transition:.2s ease;
  flex:1 1 auto;
}

.awning-subtypes__model-btn:hover{
  background:#1f1f1f;
  color:#ffffff;
}

.awning-subtypes__model-btn--accent{
  background:#c7a24a;
  border-color:#c7a24a;
  color:#ffffff !important;
}

.awning-subtypes__model-btn--accent:hover{
  background:#b08d3f;
  border-color:#b08d3f;
  color:#ffffff !important;
}

.awning-subtypes__model-btn--single{
  width:100%;
  flex:1 1 100%;
}

#awning-subtype-catalog-1:checked ~ .awning-subtypes__catalog--1,
#awning-subtype-catalog-2:checked ~ .awning-subtypes__catalog--2,
#awning-subtype-catalog-3:checked ~ .awning-subtypes__catalog--3,
#awning-subtype-catalog-0-4:checked ~ .awning-subtypes__catalog--4,
#awning-subtype-catalog-0-5:checked ~ .awning-subtypes__catalog--5,
#awning-subtype-catalog-0-6:checked ~ .awning-subtypes__catalog--6,
#awning-subtype-catalog-0-7:checked ~ .awning-subtypes__catalog--7,
#awning-subtype-catalog-0-8:checked ~ .awning-subtypes__catalog--8,
#awning-subtype-catalog-0-9:checked ~ .awning-subtypes__catalog--9



{
  display:block;
}

.awning-subtypes__empty{
  margin-top:18px;
  padding:22px 24px;
  border:1px dashed #cfcfcf;
  border-radius:14px;
  background:#fafafa;
  font-size:15px;
  line-height:1.65;
  color:#5e5e5e;
}

@media (max-width: 1180px){
  .awning-subtypes__feature{
    grid-template-columns:1fr;
  }

  .awning-subtypes__promo{
    flex-direction:column;
    align-items:flex-start;
  }

  .awning-subtypes__promo-actions{
    justify-content:flex-start;
  }

  .awning-subtypes__catalog-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px){
	.awning-subtypes__media-box{
  overflow:hidden;

	height: 250px;
}
  .awning-subtypes{
    padding:54px 0 60px;
  }

  .awning-subtypes__title{
    font-size:34px;
  }

  .awning-subtypes__intro{
    padding:24px 18px 20px;
  }

  .awning-subtypes__panel-title{
    font-size:28px;
  }

  .awning-subtypes__catalog-title{
    font-size:26px;
  }

  .awning-subtypes__catalog-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .awning-subtypes__tab-nav{
    flex-direction:column;
  }

  .awning-subtypes__tab-label{
    width:100%;
  }

  .awning-subtypes__title{
    font-size:28px;
  }

  .awning-subtypes__panel-title{
    font-size:24px;
  }

  .awning-subtypes__promo-title{
    font-size:20px;
  }

  .awning-subtypes__catalog-grid{
    grid-template-columns:1fr;
  }

  .awning-subtypes__promo-actions{
    width:100%;
    flex-direction:column;
  }

  .awning-subtypes__btn{
    width:100%;
  }

  .awning-subtypes__model-actions{
    flex-direction:column;
  }

  .awning-subtypes__model-btn{
    width:100%;
  }
}


.awning-subtypes h2::after {
    display: none;
}







 @media (max-width: 1180px){
      .hero-awnings__grid{
        grid-template-columns:minmax(0, 1fr);
        gap:24px;
      }

      .hero-awnings__media{
        min-height:680px;
      }

      .hero-awnings__content{
        min-height:auto;
        padding:6px 0 0;
      }

      .hero-awnings__title{
        max-width:none;
      }

      .hero-awnings__text,
      .hero-awnings__bullets,
      .hero-awnings__actions{
        max-width:none;
      }
}
 @media (max-width: 900px){
	 .hero-awnings__media {
    order: 2;
}

.hero-awnings__content {
    order: 1;
}
      .wrap{
        padding:0 10px;
      }

      .hero-awnings{
        padding:0px 0 26px;
      }

      .hero-awnings__grid{
        grid-template-columns:1fr;
        gap:14px;
      }

      .hero-awnings__media{
        min-height:470px;
        border-radius:18px;
        order:1;
      }

      .hero-awnings__content{
        order:2;
        padding:0;
        min-height:auto;
      }

      .hero-awnings__text-card{
        background:#ececec;
        border:1px solid #b9cf54;
        border-radius:8px;
        padding:10px 10px 12px;
        margin:0 0 14px;
      }

      .hero-awnings__eyebrow{
        margin:0 0 10px;
        font-size:12px;
        letter-spacing:.10em;
      }

      .hero-awnings__title{
        margin:0 0 18px;
        font-size:38px;
        line-height:1.05;
        max-width:420px;
      }

      .hero-awnings__title-line{
        white-space:normal;
      }

      .hero-awnings__text{
        font-size:16px;
        line-height:1.55;
      }

      .hero-awnings__bullets{
        margin:0 0 18px;
        gap:16px;
      }

      .hero-awnings__bullets li{
        background:#efefef;
        padding:18px 16px;
        border-radius:16px;
      }

      .hero-awnings__bullet-text{
        font-size:15px;
        line-height:1.52;
      }

      .hero-awnings__actions{
        flex-wrap:wrap;
        gap:10px;
        margin-top:0;
      }

      .hero-awnings__btn{
        flex:1 1 100%;
        white-space:normal;
      }

      .hero-awnings__anchor{
        margin-top:16px;
      }

      .hero-awnings__arrow{
        width:50px;
        height:50px;
      }
	 .awning-advantages{
        padding:0 0 34px;
      }

      .awning-advantages__scene{
        min-height:auto;
      }

      .awning-advantages__bg{
        position:relative;
        height:320px;
      }

      .awning-advantages__veil{
        display:none;
      }

      .awning-advantages__wrap{
        min-height:auto;
        padding:0 10px;
        display:block;
        margin-top:-10px;
      }

      .awning-advantages__cards{
        grid-template-columns:1fr;
        gap:16px;
        margin:0;
      }

      .awning-advantages__card{
        min-height:auto;
        padding:24px 18px 20px;
        border-radius:22px;
      }

      .awning-advantages__card:nth-child(3){
        grid-column:auto;
      }

      .awning-advantages__icon{
        width:42px;
        height:42px;
        margin-bottom:26px;
      }

      .awning-advantages__title{
        font-size:24px;
        margin-bottom:14px;
      }

      .awning-advantages__text{
        max-width:none;
        font-size:16px;
        line-height:1.5;
      }

}
  @media (max-width: 560px){
      .hero-awnings__media{
        min-height:430px;
      }

      .hero-awnings__title{
        font-size:31px;
        max-width:none;
      }

      .hero-awnings__arrow--prev{ left:14px; }
      .hero-awnings__arrow--next{ right:14px; }

      .hero-awnings__dots{
        bottom:12px;
        gap:8px;
        padding:8px 12px;
      }

      .hero-awnings__bullets li{
        gap:12px;
      }

      .hero-awnings__bullet-mark{
        width:22px;
        height:22px;
        flex-basis:22px;
      }

      .hero-awnings__bullet-mark::before{
        width:7px;
        height:7px;
      }
	  .awning-advantages__bg{
        height:260px;
      }
}

.awning-subtypes__tab-radio,
.awning-subtypes__catalog-toggle {
    display: none;
}

.awning-subtypes__panel {
    display: none;
}

.awning-subtypes__tab-radio,
.awning-subtypes__catalog-toggle {
    display: none;
}

.awning-subtypes__panel {
    display: none;
}

/* табы */
.awning-subtypes__tab-radio:nth-of-type(1):checked
~ .awning-subtypes__panels .awning-subtypes__panel--1 {
    display: block;
}

.awning-subtypes__tab-radio:nth-of-type(2):checked
~ .awning-subtypes__panels .awning-subtypes__panel--2 {
    display: block;
}

.awning-subtypes__tab-radio:nth-of-type(3):checked
~ .awning-subtypes__panels .awning-subtypes__panel--3 {
    display: block;
}

.awning-subtypes__tab-radio:nth-of-type(4):checked
~ .awning-subtypes__panels .awning-subtypes__panel--4 {
    display: block;
}
.awning-subtypes__tab-radio:nth-of-type(5):checked
~ .awning-subtypes__panels .awning-subtypes__panel--5,.awning-subtypes__tab-radio:nth-of-type(6):checked
~ .awning-subtypes__panels .awning-subtypes__panel--6 ,.awning-subtypes__tab-radio:nth-of-type(7):checked
~ .awning-subtypes__panels .awning-subtypes__panel--7 ,.awning-subtypes__tab-radio:nth-of-type(8):checked
~ .awning-subtypes__panels .awning-subtypes__panel--8 ,.awning-subtypes__tab-radio:nth-of-type(9):checked
~ .awning-subtypes__panels .awning-subtypes__panel--9 , .awning-subtypes__tab-radio:nth-of-type(10):checked
~ .awning-subtypes__panels .awning-subtypes__panel--10  {
    display: block;
}

.awning-subtypes__catalog {
    display: none;
    margin-top: 20px;
}

.awning-subtypes__catalog-toggle:checked + .awning-subtypes__catalog {
    display: block;
}

.awning-subtypes__catalog {
    display: none;
    margin-top: 20px;
}

.awning-subtypes__catalog-toggle:checked + .awning-subtypes__catalog {
    display: block;
}

.awning-subtypes__tab-radio:nth-of-type(1):checked
  ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--1,

.awning-subtypes__tab-radio:nth-of-type(2):checked
  ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--2,

.awning-subtypes__tab-radio:nth-of-type(3):checked
  ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--3, 
.awning-subtypes__tab-radio:nth-of-type(4):checked
  ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--4,

.awning-subtypes__tab-radio:nth-of-type(5):checked
  ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--5,

.awning-subtypes__tab-radio:nth-of-type(6):checked
  ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--6,
.awning-subtypes__tab-radio:nth-of-type(7):checked
  ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--7,

.awning-subtypes__tab-radio:nth-of-type(8):checked
  ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--8,

.awning-subtypes__tab-radio:nth-of-type(9):checked
  ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--9,
.awning-subtypes__tab-radio:nth-of-type(10):checked
  ~ .awning-subtypes__tab-nav .awning-subtypes__tab-label--10


{
    background: #c7a24a;
    border-color: #c7a24a;
    color: #ffffff;
}
.awning-subtypes__media-box {
    height: 100%;
    min-height: 270px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 12px;
    overflow: hidden;
}
.wrapper-buttons {
    display: flex;
    gap: 10px;
	width:100%;
}

#callback-popup p {
    text-align: start;
}
#callback-popup.popup-wrapper{width: 600px;}
#callback-popup .wpcf7-form-control.wpcf7-submit.has-spinner{width: 100%; position:relative;}
.wpcf7-spinner{margin: 0; display: none;}
#callback-popup .wpcf7-response-output{position:static;}
/* Форма связи */

#callback-popup .wpcf7 .wpcf7-not-valid-tip, .wpcf7 .screen-reader-response{display: none;}

#callback-popup .wpcf7 .wpcf7-mask.wpcf7-not-valid{border: 1px solid red!important;}
/*.wpcf7 .wpcf7-response-output{position: absolute;font-size: 14px;margin-top: 10px;}*/

#callback-popup .wpcf7 p{margin-bottom: 5px;}


#callback-popup .wpcf7-form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
	font-size: 14px;
}


#callback-popup .wpcf7 form.init .wpcf7-response-output,

#callback-popup .wpcf7 form.resetting .wpcf7-response-output,

#callback-popup .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}


#callback-popup .wpcf7-form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

#callback-popup input[type="text"], #callback-popup input[type="tel"]{
	padding: 15px;
}
#callback-popup.popup-wrapper{padding: 30px;}
#callback-popup .wpcf7 form.failed .wpcf7-response-output,

#callback-popup .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}


#callback-popup .wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}


#callback-popup .wpcf7 form.invalid .wpcf7-response-output,

#callback-popup .wpcf7 form.unaccepted .wpcf7-response-output,

#callback-popup .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}


#callback-popup .wpcf7-form-control-wrap {
	position: relative;
}


#callback-popup .wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.awning-subtypes__catalog {
    display: block; 
}
.awning-subtypes__model-btn,
.awning-subtypes__model-link-wrapper,
.awning-subtypes__btn {
    outline: none;
}

a:focus, 
a:active {
    outline: none !important;
}

.socials-hero {
    display: flex;
    gap: 20px;
    align-items: center;
}

.socials-hero img{
   width: 33px;
}
@media(max-width: 991px){.socials-hero{justify-content: center;
    width: 100%; margin: 20px 0;}
.socials-hero img{
   width: 55px;
}
	.socials-hero .msg-item img{width:55px;height:55px;}
.new-opis {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.new-opis table {
    width: max-content;   
    min-width: 100%;     
    border-collapse: collapse;
}

}



.type-tags {
    display: grid;
    width: 100%;
   	grid-template-columns: repeat(3,auto);
	gap: 10px;
}

@media(max-width: 991px){
	.type-tags{grid-template-columns: repeat(2,auto);}}

a.type-tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    line-height: 26px;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
a.type-tag:hover{color: #7b7b7b;}

.awning-subtypes__catalog-toggle {
    display: none;
}


.awning-subtypes__catalog {
    display: block;
}


.awning-subtypes__catalog-toggle:not(:checked) + .awning-subtypes__catalog {
    display: none;
}
#nland-types .type-tags a:visited{color:#999 !important;}
.type-footer{display: flex;
    flex-direction: column;
    justify-content: flex-end;}

a.type-media-link {
    width: 100%;
}
a.awning-subtypes__btn.awning-subtypes__btn--primary {
    color: white;
}
.awning-subtypes__item {
    margin: 60px 0;
}

.promo-section {
    width: 100%;
    padding: 40px 0;
}


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


.promo-card {
    position: relative;
    overflow: hidden;

    background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%);
    border: 1px solid #e5e7eb;
    border-radius: 18px;

    padding: 40px 50px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.promo-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(197, 158, 70, 0.06), transparent);
    transform: rotate(25deg);
    z-index: 0;
}


.promo-card__text,
.promo-card__btn {
    position: relative;
    z-index: 1;
}


.promo-card__title {
    font-size: 26px;
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.3;
	width: 700px;
}

.promo-card__size {
    font-size: 46px;
    font-weight: 800;
    color: #c80000;
    margin-top: 10px;
}


.promo-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;

    background: #c80000;
    color: #fff;

    font-size: 18px;
    font-weight: 500;

    padding: 20px 40px;
    border-radius: 14px;
	text-transform: uppercase;
    text-decoration: none;

    min-width: 220px;
    height: 64px;

    transition: 0.2s ease;
}

.promo-card__btn:hover {
    transform: translateY(-2px);
	color: white;
	
}


@media (max-width: 991px) {
    .promo-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 30px;
    }
	.promo-card__title{width: 100%;}

    .promo-card__btn {
        width: 100%;
    }
}
.hidden {
    display: none !important;
}
.gallery-item {
    transition: opacity .2s ease;
}

.gallery-item.hidden {
    opacity: 0;
    pointer-events: none;
}


.gallery-item {
    display: flex;
    flex-direction: column;
}

.gallery-card {
    display: block;
}
.gallery-actions {
    text-align: center;
    margin-top: 40px;
}

.gallery-img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-btn-wrap {
    margin-top: 14px;
    text-align: left;
}
.awning-subtypes__model-media {
    position: relative;
}

.awning-subtypes__model-badges {
    position: absolute;
    bottom: 15px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
	align-items: flex-end;
}

.awning-subtypes__badge {
    display: inline-flex;
    width: fit-content;   
    max-width: max-content;

    padding: 4px 8px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

.awning-subtypes__badge--main {
    background: #f44;
}

.awning-subtypes__badge--sub {
    background: rgba(16, 196, 76, 1);
    font-weight: 500;
}

.hero-awnings__media {
    position: relative;
    min-width: 0;
}



/* swiperjs-маркизы/перголы */
.hero-awnings-slider {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    height: 100%;
	 width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.hero-awnings-slider .swiper-wrapper {
    align-items: stretch;
}

.hero-awnings-slider .swiper-slide {
    height: auto;
}

.hero-awnings__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}



.hero-awnings-slider__prev,
.hero-awnings-slider__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    z-index: 10;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: rgba(255,255,255,.9);

    transition: .3s;
}

.hero-awnings-slider__prev:hover,
.hero-awnings-slider__next:hover {
    background: #fff;
}

.hero-awnings-slider__prev {
    left: 20px;
}

.hero-awnings-slider__next {
    right: 20px;
}

.hero-awnings-slider__prev svg,
.hero-awnings-slider__next svg {
    width: 20px;
    height: 20px;
}



.hero-awnings-slider__pagination {
    position: absolute;
    left: 0;
    bottom: 20px !important;
    width: 100%;
    z-index: 10;

    display: flex;
    justify-content: center;
    gap: 10px;
}

.hero-awnings-slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;

    background: #fff;
    opacity: .5;

    transition: .3s;
}

.hero-awnings-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
}



@media (max-width: 991px) {
	 .hero-awnings__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hero-awnings__media {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 16 / 9;
        min-height: auto;
    }

    .hero-awnings-slider {
        border-radius: 18px;
    }

    .hero-awnings__slide img {
        border-radius: 18px;
    }

    .hero-awnings-slider__prev,
    .hero-awnings-slider__next {
        width: 42px;
        height: 42px;
    }

    .hero-awnings-slider__prev {
        left: 10px;
    }

    .hero-awnings-slider__next {
        right: 10px;
    }

}
/*
дополнительный баннер
*/



.dopbanner__title{
    margin-bottom: 32px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
}

.banner-grid{
    display:grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
    gap:40px;
    align-items:start;
}

.banner-grid__slider{
    background:transparent; 
    border-radius:0;
    padding:0;
    overflow:visible;
    height:auto;
}

.dop-banner-main{
    width:100%;
    margin-bottom:16px;
    border-radius:20px;
    overflow:hidden;
    background:#f8f8f8;
   
}

.dop-banner-main .swiper-slide{
    aspect-ratio:16/9;
    border-radius:16px;
    overflow:hidden;
}


.banner-grid__slider{
    position: sticky;
    top: 80px; 
    align-self: start;
}
.dop-banner-main img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius:16px;
}

.dop-banner-thumbs{
    overflow:hidden;
}

.dop-banner-thumbs .swiper-wrapper{
    align-items:center;
}

.dop-banner-thumbs .swiper-slide{
    height:90px;
    opacity:.45;
    cursor:pointer;
    transition:.25s ease;
    border-radius:14px;
    overflow:hidden;
    background:#f8f8f8;
    padding:4px;
    border:2px solid transparent;
}

.dop-banner-thumbs .swiper-slide-thumb-active{
    opacity:1;
    border-color:#111;
}

.dop-banner-thumbs img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    border-radius:10px;
}

.banner-grid__content{
    display:flex;
    flex-direction:column;
    height:100%;
}

.descr{
    margin-bottom:24px;
    font-size:16px;
    line-height:1.7;
}

.table{
    background:#f8f8f8;
    border-radius:18px;
    padding:24px;
    margin-bottom:24px;
}

.table__row{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:14px 0;
    border-bottom:1px solid #e5e5e5;
}

.table__row:last-child{
    border-bottom:none;
}

.table__param{
    color:black;
	 font-weight:600;
}

.table__value{
   color: #666;
    text-align:right;
}

.banner-grid__footer{
    display:flex;
    margin-top:auto;
	gap: 25px;
}

.banner-icon {
    width: 53px;
    height: 53px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.banner_footer__price,
.banner_footer__offer{
   flex: 1;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
}

.banner_footer__price h3,
.banner_footer__offer h3{
    font-size: 18px;
	font-weight: 600;
	
}

.banner_footer__text{
    line-height:1.6;
}





@media (max-width: 991px){
	.banner-grid__slider{
		position: relative;
		top: 0;
	}

    .banner-grid{
        grid-template-columns:1fr;
		
    }

    .banner-grid__slider{
        width:100%;
        max-width:100%;
        overflow:hidden;
    }

    .dop-banner-main{
        width:100%;
        max-width:100%;
    }

    .dop-banner-main .swiper-slide{
        aspect-ratio:16/10;
        width:100% !important;
    }

    .dop-banner-main img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

    .dop-banner-thumbs{
        width:100%;
        max-width:100%;
        overflow:hidden;
    }

    .dop-banner-thumbs .swiper-slide{
        height:64px;
    }

}

@media (max-width: 575px){

    .table{
        padding:18px;
    }

    .table__row{
        flex-direction:column;
        gap:6px;
    }

    .table__value{
        text-align:left;
    }

}


.dopbanner_subbunner{
    margin-top: 30px;
}

.wrapper_subbunner{
    background-color:#f6f6f6;
    border-radius:12px;
    padding:40px;
}

.content_subbunner h2{
    margin-bottom:16px;
}

.content_tags{
    display:flex;
    justify-content:space-between;
    align-items:start;
    gap:150px;
}

.content_tags .descr{
    flex:1;
    font-size:14px;
    line-height:1.6;
}

.tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:flex-start;
	max-width: 500px;
}

.tag {
    padding: 6px 12px;
    border-radius: 12px;
    background: #fff;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: .2s;
}

a.tag:hover {
    color: black;
}

.dopbanner_subbunner h2 {
    text-transform: none;
}

.descr p {
    color: #666;
    font-size: 16px;
}
a.dopbanner-button {
    background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46);
    padding: 20px;
    border-radius: 12px;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
a.dopbanner-button:hover {
    color: black;
}


@media(max-width: 991px){
	.banner_footer__price, .banner_footer__offer {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
		justify-content: start;
  
}
	
	.banner-grid__footer {

    flex-direction: column;
}
	.content_tags{flex-direction: column;}
	.tags{justify-content: start; max-width: 100%;}
	.wrapper_subbunner{padding: 20px;}
	.content_tags{gap: 20px;}
}

#tabs .fade{opacity: 1;}

.spec-table {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}


.spec-row {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
}


.spec-row:last-child {
    border-bottom: none;
}


.spec-name,
.spec-value {
    flex: 1;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.4;
}


.spec-name {
    font-weight: 600;
    background: #f3f3f3;
    border-right: 1px solid #ddd;
}
h2.types-title {
    text-align: center;
}

#tabs-table .types-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #c59e46;
    margin: 20px auto 0;
    border-radius: 2px;
	margin-bottom: 30px;
}

.new-block{background: none !important;}


.gallery-btn-works{
    background: linear-gradient(90deg, #c59e46, #f1d184, #c59e46);
      padding: 12px 25px;
    border-radius: 12px;
    font-size: 16px;
    text-align: center;
}

.gallery-btn-works:hover{color: black !important;}
.gallery-top-actions{display: flex; justify-content: flex-end; align-items: center; padding: 20px 0;}

a.gallery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #202020;
    background: none;
    color: #202020;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    letter-spacing: .03em;
    transition: .2s ease;
    margin-top: 5px;
}
a.gallery-btn:hover {
    background: #202020;
    color: #ffffff;
}