@charset "UTF-8";
/*
Theme Name: SSK-2023
Text Domain: SSK-2023
Version: 1.0.0
Requires at least: 6.4.1
Requires PHP: 8.0
Description: SSK (official, 2023)
Tags:SSKGroup, ssk, ssk-2023
Author: serjica-and-midnight
Author URI: 
Theme URI: 
License: LICENSE
License URI: LICENSE
*/
@font-face {
	font-family: 'bebas_book';
	src: url('assets/fonts/BebasNeue-Book.otf');
	src: url('assets/fonts/BebasNeue-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	fheadont-display: swap;
}
@font-face {
	font-family: 'bebas_regular';
	src: url('assets/fonts/BebasNeue-Regular.otf');
	src: url('assets/fonts/BebasNeue-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'bebas_bold';
	src: url('assets/fonts/BebasNeue-Bold.otf');
	src: url('assets/fonts/BebasNeue-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	/* src: url('assets/fonts/BebasNeue-Regular.otf'); */
	src: url('assets/fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/* @font-face {
	font-family: 'Avanti';
	src: url("assets/fonts/Avanti/Avanti_Bold.eot");
	src: local("☺"), url("assets/fonts/Avanti/Avanti_Bold.woff") format("woff"), url("assets/fonts/Avanti/Avanti_Bold.ttf") format("truetype"), url("assets/fonts/Avanti/Avanti_Bold.svg") format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
} */






/* COOKIES LAW */

.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
	display: none !important;
}
#cookie-law-info-bar {
	max-width: 80rem;
	left: 0;
	right: 0;
}
.cli-bar-message {
	width: 100% !important;
	flex: none;
}
.cli-bar-btn_container {
	justify-content: flex-start;
}
@media (min-width: 860px) {
	.cli-bar-message {
		width: 80% !important;
	}
	.cli-bar-btn_container {
		justify-content: flex-end;
	}
}





html {
	box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	padding: 0;
	min-width: 32rem;
	overflow-x: hidden;
	color: #fff;
	/* темный шрифт */
	/* color: #3f3f3f; */
}

div, p, form, ul, ol, li,
header, footer, main, aside,
nav, section, article,
audio, video, details, dialog,
form, input, textarea, select {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	background-color: transparent;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

p {
	max-width: 78rem;
	margin: 0 auto 3.6rem;
}
p:last-child {
	margin-bottom: 0;
}
p.banner-text {
		margin-bottom: 4rem;
		font-size: 2.1rem;
	}
li {
	margin: 0 0 1.8rem;
}
li:last-child {
	margin: 0;
}
dl, ol, ul {
	list-style: none;
	margin: 0 0 3.6rem;
}

input, select,
textarea, optgroup {
	line-height: inherit;
	border: 1px solid transparent;
}

input,
textarea {
	padding: 4px 24px;
}

select {
	text-transform: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

fieldset {
	border: 1px solid grey;
	margin: 0 2px;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=color] {
	background: inherit;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: .5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

::-moz-focus-inner {
	border: 0;
}

:-moz-focusring {
	outline: 1px dotted grey;
}

:-moz-ui-invalid {
	box-shadow: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}



a {
	box-sizing: border-box;
	background-color: transparent;
	color: inherit;
}

a[href^=tel]{
	color: inherit;
	text-decoration: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
	padding: 1px 6px;
	text-transform: none;
	line-height: inherit;
}
.btn {
	position: relative;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	flex: none;
}





hr {
	height: 0;
	color: inherit;
}


b, strong {
	font-weight: bold;
}

img, .img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

dialog {
	position: absolute;
	left: 0;
	right: 0;
	width: fit-content;
	height: fit-content;
	margin: auto;
	padding: 1em;
	border: solid;
}

dialog:not([open]) {
	display: none;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template,
[hidden] {
	display: none;
}

q,blockquote {
	quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: '';
	content: none
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

code, kbd,
samp, pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

sub, .sub,
sup, .sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub, .sub {
	bottom: -0.25em;
}

sup, .sup {
	top: -0.5em;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
	vertical-align: middle
}




.img-placeholder {
	background-image: -moz-linear-gradient( -117deg, rgb(180,97,32) 0%, rgb(204,123,49) 100%);
	background-image: -webkit-linear-gradient( -117deg, rgb(180,97,32) 0%, rgb(204,123,49) 100%);
	background-image: -ms-linear-gradient( -117deg, rgb(180,97,32) 0%, rgb(204,123,49) 100%);
}



/* TYPOGRAFY */

html {
	font: 400 62.5%/1.4 Roboto, sans-serif;
}

/* 100% даже при flex */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	width: 100%;
	margin: 0 0 1.8rem 0;
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: 400;
}
h1, .h1 {
	font-family: bebas_book;
	text-align: center;
	font-family: bebas_book;
}
.front-page-title {
	color: #cc6300;
	text-align: left;
}
.front-about-title {
	font-family: bebas_book;
	color: #fcd376;
}


@media (min-width: 1px) {
	html {
		font-size:45%
	}
	body {
		font-size: 1.8rem;
	}
	h1, .h1 {
		font-size: 6.4rem;
		margin-top: 2rem;
		margin-bottom: 4rem;
		line-height: 1.1;
	}
	.front-page-title {
		margin-bottom: 3rem;
	}
	h2, .h2 {
		font-size: 3.2rem;
		margin-bottom: 3rem
	}
	.front-about-title {
		margin-bottom: 1rem;
		font-size: 6rem;
	}
	.front-catalog-title {}
	h3,.h3 {
		font-size: 2.8rem;
	}
	h4,.h4 {}
	h5,.h5 {}
	h6,.h6 {}
}
@media (min-width: 360px) {
	html {
		font-size: 62.5%
	}
	h1, .h1 {
		font-size: 6.4rem;
	}
}
@media (min-width: 540px) {
/* 	h1, .h1 {
	font-size: 7.2rem;
} */
	h2, .h2 {
		/* font-size: 3.2rem; */
		margin-bottom: 4rem
	}
	h3,.h3 {
		font-size: 2.1rem;
	}
}
@media (min-width: 640px) {
	/* body {
		font-size: 2.1rem;
	} */
	h1, .h1 {
		/* font-size: 7.8rem; */
		margin-top: 0;
		margin-bottom: 3.2rem;
	}
	/* .front-page-title {
		font-size: 90px;
	} */
	/* h2, .h2 {
		font-size: 3.2rem;
		margin-bottom: 4.5rem
	} */
	.front-catalog-title {
		margin-bottom: 9rem
	}
	h3,.h3 {
		font-size: 2.4rem;
	}
}
@media (min-width: 860px) {
	/* h1 {
		margin-bottom: 9rem;
	} */
	/* h3,.h3 {
		font-size: 2.4rem;
	} */
}
@media (min-width: 1200px) {
	html {
		font-size: 62.5%
	}
	/* .front-page-title {
		font-size: 90px;
	} */
}
@media (min-width: 1900px) {
	html {
		font-size:93.25%
	}
}
@media (min-width: 3200px) {
	html {
		font-size:125%
	}
}






.container,
.wrap {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.container {
	justify-content: space-between;
}
.wrap {
	height: 100%;
}


@media (min-width: 1px) {
	.section {
		padding: 5rem 0
	}
	.container {
		padding: 0 15px
	}
}

@media (min-width: 480px) {
	.section {
		padding: 4.5rem 0
	}
	.container {
		padding: 0 3rem
	}
}

@media (min-width: 768px) {
	.section {
		padding: 6rem 0
	}
	.container {
		padding: 0 6rem
	}
}

@media (min-width: 860px) {
	.section {
		padding:7rem 0
	}
	.container {
		padding: 0 4.5rem
	}
}

@media (min-width: 992px) {
	.section {
		padding:7rem 0
	}
	.container {
		padding: 0 6rem
	}
}
@media (min-width: 1200px){
	.section {
		padding: 12rem 0
	}
	.container {
		padding: 0 10rem
	}
}

@media (min-width: 1600px) {
	.section {
		padding: 14rem 0
	}
	.container {
		padding: 0 12rem;
	}
}

@media (min-width: 2500px) {
	.section {
		padding: 10rem 0
	}
	.container {
		padding: 0 20rem;
	}
}

@media (min-width: 3200px) {
	.section {
		padding: 12rem 0
	}
	.container {
		padding: 0 15rem;
	}
}

@media (min-width: 3800px) {
	.section {
		padding: 14rem 0
	}
	.container {
		padding: 0 20rem;
	}
}



/* УНИВЕРСАЛЬНЫЕ БЛОКИ */

.front-catalog-item-link:before {
	/* затемнение под текст сверху-вниз */
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.1) 30%, rgba(0,0,0,.5) 80%, rgba(0,0,0,.6) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.1) 30%, rgba(0,0,0,.5) 80%, rgba(0,0,0,.6) 100%);
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.1) 30%, rgba(0,0,0,.5) 80%, rgba(0,0,0,.6) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,.1) 0%, rgba(0,0,0,.1) 30%, rgba(0,0,0,.5) 80%, rgba(0,0,0,.6) 100%);
}
.catalog-order-wrap:before {
	/* затемнение под текст снизу-вверх */
	/* background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,.2) 70%, rgba(0,0,0,0.1) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,.2) 70%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,.2) 70%, rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,.2) 70%, rgba(0,0,0,0.1) 100%) */
}

.catalog-order-item:before,
.catalog-item-text:before {
	/* маркер списка - желтый ромб */
	position: absolute;
	left: -3.2rem;
	top: 1rem;
	display: block;
	content: '';
	width: 1rem;
	height: 1rem;
	background-color: #fcd376;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-download {
	color: #cc6300;
	width: 100%;
	margin-bottom: 1rem;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    /* -webkit-flex-wrap: wrap;
    flex-wrap: wrap; */
}
.icon-download {
		background: url(assets/img/icon-download.png) center / contain transparent no-repeat;
		display: inline-block;
		width: 3rem;
		height: 3rem;
		margin-right: 1.5rem;
	}
.btn-download:hover .icon-download {
	background-image: url(assets/img/icon-download-active.png);
}

.btn-go,
.btn-order,
.btn-submit {
	position: relative;
	display: inline-block;
	font-family: bebas_bold;
	text-transform: uppercase;
	text-decoration: none;
	
}

.btn-order,
.btn-go,
.btn-submit {
	/* border: 2px solid #df811f; */
	/* border-image-slice: 1; */
	/* border-image-source: linear-gradient(to left, #df811f, #a84900); */
	background: -webkit-linear-gradient(315deg, rgb(204, 123, 49), rgb(180, 97, 32));
    background: -moz-linear-gradient(315deg, rgb(204, 123, 49), rgb(180, 97, 32));
    background: linear-gradient(315deg, rgb(204, 123, 49), rgb(180, 97, 32));
    background-size: 300% 100%;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


.btn-submit {
	width: auto;
    border-image-slice: 1;
/*     border-image-source: -webkit-linear-gradient( 0deg, rgb(180,97,32) 0%, rgb(204,123,49) 100%);
background-image: -moz-linear-gradient( 0deg, rgb(180,97,32) 0%, rgb(204,123,49) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(180,97,32) 0%, rgb(204,123,49) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(180,97,32) 0%, rgb(204,123,49) 100%); */

/*     background: -webkit-linear-gradient(315deg, rgb(204, 123, 49), rgb(180, 97, 32));
background: -moz-linear-gradient(315deg, rgb(204, 123, 49), rgb(180, 97, 32));
background: linear-gradient(315deg, rgb(204, 123, 49), rgb(180, 97, 32));
background-size: 300% 100%; */
    
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    
}
/* .btn-order:hover, */
.btn-submit:hover {
    background-position: 100% 0;
}







.btn-order,
.btn-go {
  width:calc(10vw + 4px);
  height:calc(8vw + 4px);
  background-image: linear-gradient(90deg, #df811f 0%, #a84900 25%, #a84900 75%, #df811f 100%);
  /* border-radius:5px; */
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 0 !important;
  /* text-transform:uppercase; */
  /* font-size:3vw; */
  /* font-weight:bold; */
}
.btn-go:after {
  content: attr(alt);
  width:10vw;
  height:calc(5rem - 4px);
  background-color:#2d282a;
  display:flex;
  align-items:center;
  justify-content:center;
}
.btn-order:hover,
.btn-go:hover {
  animation:slidebg 1.5s linear infinite;
}

@keyframes slidebg {
  to {
    background-position:30vw;
  }
}

.front-page .btn-order:hover,
.page-about .btn-order:hover {
  animation:slidebg_2 2.4s linear infinite;
}

@keyframes slidebg_2 {
  to {
    background-position:24vw;
  }
}



















.catalog-order-btn,
.catalog-item-order-btn {}
.catalog-item-calc-btn {}




.front-catalog-btn {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .4s ease-in-out,
			-webkit-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out,
							transform .4s ease-in-out;
}
.front-catalog-btn:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: 2px solid #df811f;
	border-image-slice: 1;
	border-image-source: -ms-linear-gradient( -35deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);
	border-image-source: -moz-linear-gradient( -35deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);
	border-image-source: -webkit-linear-gradient( -35deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);
	border-image-source: linear-gradient( -35deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);
	content: '';
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: opacity .4s ease-in-out,
			-webkit-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out,
							transform .4s ease-in-out;
}
.front-catalog-item:hover .front-catalog-btn,
.front-catalog-item:hover .front-catalog-btn:after {
	opacity: 1;
}
/* .btn-magnetic {
	transition: transform .4s ease-in-out;
} */

@media (min-width: 1px) {
	.front-catalog-btn {
		width: 2.8rem;
		height: 2.8rem;
	}
	.btn-go,
	.btn-order,
	.btn-submit {
		font-size: 2.4rem;
    height: 5rem;
    display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    padding: .3rem 4.6rem 0;
	}
}
@media (min-width: 540px) {
	.front-catalog-btn {
		width: 3.6rem;
		height: 3.6rem;
	}
	.btn-go,
	.btn-order,
	.btn-submit {
		padding: .3rem 5.4rem 0;
	}
}
@media (min-width: 768px) {
	.front-catalog-btn {
		width: 4rem;
		height: 4rem;
	}
}
@media (min-width: 860px) {
	.btn-go,
	.btn-order,
	.btn-submit {
		padding: .3rem 3rem 0;
	}
}




/* ФОНОВЫЕ ЧЕРТЕЖИ */
.main-bgi,
.front-catalog-bgi,
.front-catalog-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.main-bgi,
.front-catalog-bgi {
	width: 100%;
	height: 100%;
	background: repeat;
	opacity: .2;
}
/* .main-bgi-layer-1, */
.front-catalog-layer {
	top: 6rem;
	width: 78%;
	background: top / contain no-repeat;
	opacity: .1;
}
.main-bgi-box {
	width: 100%;
	position: absolute;
	padding-bottom: 140%;
	overflow: hidden;
}
.main-bgi-box-1 {
	top: 24rem;
}
.main-bgi-img {
	position: absolute;
	margin: auto;
	left:0;
	right: 0;
	height: 100%;
	width: 78%;
	background: top / contain no-repeat;
	opacity: .1;
}
.next-layer-1 {
	top: unset;
	bottom: -120rem;
}
.next-layer-2 {
	top: unset;
	bottom: -190rem;
}
/* .next-layer-3 {
	top: unset;
	bottom: -310rem;
} */









.header-container,
.header-nav-list {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}



.header,
.front-page-subtitle {
	color: #3f3f3f;
}

.header {
	position: absolute;
	width: 100%;
	/* padding: 1rem 0; */
	z-index: 100;
}

.header {
	background-color: #fff;
}
.front-page .header {
	background-color: transparent;
}

.header-container {
	min-height: 7rem;
}
.header-logo-link {
	display: block;
}
.header-nav-list {
	height: 100%;
	margin: 0;
}
.header-nav-item {
	white-space: nowrap;
}
.header-nav-item-link {
	text-decoration: none;
}
.header-nav-item-link:hover,
.header-nav-item.active {
	color: #cc6300;
}


.header-recall-bl {}

.header-recall-phone,
.header-recall-btn {
	display: block;
}
.header-recall-btn-text {
	color: #cc6300;	/* оранжевый */
	border-bottom: 1px solid #cc6300;
}




.header-burger-bl {
	position: relative;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    height: 6rem;
    width: 7rem;
    flex: none;
}

input.hamburger {
    display: none
}

@media (min-width: 1px) and (max-width: 1199px) {
    input.hamburger:checked~.menu-main {
        -webkit-transform:translateX(0);
        transform: translateX(0);
        border-bottom-left-radius: 0
    }

    input.hamburger:checked ~ .menu-main li {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    input.hamburger:checked ~ .menu-main li:nth-child(1) {
        -webkit-transition: -webkit-transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
        transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96)
    }

    input.hamburger:checked ~ .menu-main li:nth-child(2) {
        -webkit-transition: -webkit-transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
        transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96)
    }

    input.hamburger:checked ~ .menu-main li:nth-child(3) {
        -webkit-transition: -webkit-transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
        transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96)
    }

    input.hamburger:checked ~ .menu-main li:nth-child(4) {
        -webkit-transition: -webkit-transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
        transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96)
    }

    input.hamburger:checked ~ .menu-main li:nth-child(5) {
        -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
        transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96)
    }

    input.hamburger:checked ~ .menu-main li:nth-child(6) {
        -webkit-transition: -webkit-transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
        transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96)
    }

    input.hamburger:checked ~ .menu-main li:nth-child(7) {
        -webkit-transition: -webkit-transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
        transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96)
    }

    input.hamburger:checked ~ .menu-main li:nth-child(8) {
        -webkit-transition: -webkit-transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
        transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96)
    }

    input.hamburger:checked ~ .menu-main li:nth-child(9) {
        -webkit-transition: -webkit-transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
        transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96)
    }

    input.hamburger:checked~label>i {
        background-color: transparent;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    input.hamburger:checked~label>i:before {
        -webkit-transform: translate(-50%, -50%) rotate(315deg);
        transform: translate(-50%, -50%) rotate(315deg)
    }

    input.hamburger:checked~label>i:after {
        -webkit-transform: translate(-50%, -50%) rotate(-315deg);
        transform: translate(-50%, -50%) rotate(-315deg)
    }
}

label.hamburger {
    position: relative;
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 4rem;
    width: 4rem;
    cursor: pointer
}

@media (min-width: 1200px) {
    label.hamburger {
        display:none
    }
}

label.hamburger>i {
    position: absolute;
    width: 80%;
    height: .2rem;
    top: 50%;
    /* background-color: #fefefe; */
    pointer-events: auto;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s
}

label.hamburger>i,
label.hamburger>i:before,
label.hamburger>i:after {
	background-color: #cc6300;
}

@media (min-width: 576px) {
    label.hamburger>i {
        width:100%
    }
}

label.hamburger>i:before,label.hamburger>i:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: .2rem;
    left: 50%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0
}

label.hamburger>i:before {
    -webkit-transform: translate(-50%, -1.2rem);
    transform: translate(-50%, -1.2rem)
}

label.hamburger>i:after {
    -webkit-transform: translate(-50%, 1.2rem);
    transform: translate(-50%, 1.2rem)
}








.footer-bottom-bl {
	min-height: 8.6rem;
}
.footer-main-bl {
	background-color: #201a1c;
}
.footer-bottom-bl {
	background-color: #140f11;
}
.footer-contacts-title {
	color: #fcd376;
	font-family: bebas_bold;
	font-size: 2.5rem;
}
.footer-contacts-adress,
.footer-contacts-phone {
	font-size: 1.8rem;
}
.footer-contacts-phone-note {
	font-size: 1.4rem;
}
.footer-privacy-link {
	display: block;
	max-width: 28rem;
	/* margin: 0 auto; */
	text-align: center;
	font-size: 1.4rem;
	text-decoration: none;
}
.footer-privacy-link:hover {
	text-decoration: underline;
}
.footer-copyright,
.footer-developer-link {
	width: auto;
	font-size: 1.8rem;
	font-family: bebas_bold;
	text-align: center;
}
.footer-developer-link {
	display: block;
	color: #4c4a4b;
	text-decoration: none;
}

/* .footer-main-bl,
.footer-bottom-bl {
	position: relative;
	width: 100%;
} */



@media (min-width: 1px) {
	.header {
		font-size: 1.8rem;
	}
	.header-recall-phone,
	.header-recall-btn,
	.header-recall-btn-text {
		text-align: right;
		font-size: 1.7rem;
	}
	.header-container {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.header-logo-bl {
		width: 30%;
		min-width: 12rem;
		padding-top: 5px;
		/* margin-bottom: 2rem; */
	}
	.header-nav-bl {
		display: none;
	}
	.header-nav-item {
		padding: 1rem 2.5rem;
	}
	.header-recall-btn {
		font-size: 1.6rem;
	}
	
	.footer-logo-bl {
		display: none;
	}
	.footer-contacts-bl-1 {
		margin-bottom: 7rem;
	}
	.footer-main-bl,
	.footer-bottom-bl {
		display: block;
	}
	.footer-main-bl {
    padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.footer-bottom-bl {
    padding-top: 3rem;
    padding-bottom: 3rem;
	}
	.footer-privacy-link {
		margin: 2rem auto;
	}
}
@media (min-width: 480px) {}

@media (min-width: 540px) {
	.footer-main-bl,
	.footer-bottom-bl {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
}
	.footer-main-bl {
		-webkit-align-items: flex-start;
		align-items: flex-start;
		/* padding-top: 5rem;
		padding-bottom: 5rem; */
	}
	.footer-contacts-bl-1 {
		width: 45%;
		margin-bottom: 0;
		padding-right: 1rem;
	}
	.footer-contacts-bl-2 {
		width: 55%;
	}
	.footer-contacts-title {
		margin-bottom: 3.6rem;
	}
	.footer-contacts-adress {
		min-height: 7.8rem;
	}
	.footer-copyright {
		text-align: left;
	}
	.footer-privacy-link {
		margin: 0 auto;
	}
	.footer-developer-link {
		text-align: right;
	}
}

@media (min-width: 768px) {
	.header-logo-bl {
		width: 100%;
	}
	.header-nav-bl {
		display: block;
	}
	/* .header-container, */
	.header-nav-list {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	/* .header,
	.header-recall-phone {
		font-size: 2rem;
	} */
	/* .header-logo-bl {
		margin-bottom: 2.4rem;
	} */
	.header-logo {
		max-width: 16rem;
	}
	.header-nav-item {
		margin: 0;
	}
	.header-nav-item {
		padding: 1rem 1.5rem;
	}
	.header-recall-btn {
		font-size: 1.8rem;
	}
	.header-burger-bl {
		display: none;
	}
	
	.footer-logo-bl {
		display: block;
		width: 20%;
		padding-right: 5%;
	}
	.footer-logo {
		/* height: 90%; */
	}
	.footer-contacts-bl-1 {
		width: 37%;
		padding-right: 0;
	}
	.footer-contacts-bl-2 {
		width: 43%;
	}
}

@media (min-width: 860px) {
	.footer-main-bl {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}
	/* .footer-logo-bl {
		width: 20%;
	}
	.footer-contacts-bl {
		width: 40%;
	} */
}

@media (min-width: 1200px) {
	/* .header {
		font-size: 2.4rem;
	} */
	.header-logo {
		max-width: unset;
	}
	.header-nav-item {
		padding: 1rem 2.5rem;
	}
	.header-recall-btn {
		font-size: 2rem;
	}
	.footer-main-bl {
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.footer-logo-bl {
		width: 30%;
		padding-right: 8%;
	}
	.footer-logo {
  	height: 100%;
  	max-height: 300px;
	}
	.footer-contacts-bl-1 {
		width: 35%;
		padding-right: 0;
	}
	.footer-contacts-bl-2 {
		width: 40%;
	}
	.footer-contacts-adress {
		min-height: 7.556rem;
	}
	.footer-bottom-bl {
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media (min-width: 1600px) {
	
}

@media (min-width: 2500px) {
	
}

@media (min-width: 3200px) {
	
}


@media (min-width: 3800px) {
	
}




.front-animation-bl {
	position: relative;
}
.front-animation-bl:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}




.front-firstscreen,
.front-about {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.front-firstscreen {
	min-height: 100vh;
	height: 64rem;
	background-image: -moz-linear-gradient( 90deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);

}


.front-about {
	min-height: 100vh;
}

@media (orientation: portrait) and (min-height: 700px){
	.front-about {
    min-height: unset;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}


.front-about-container {
	display: block;
}

.front-about-text {
	width: 100%;
}

.front-about p {
	margin-left: 0;
}



.front-catalog {
	background-color: #292325;
	background-repeat: repeat;
}

.front-catalog-list,
.front-catalog-item-link {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.front-catalog-item {
	margin: 0;
}
.front-catalog-item:last-child {
	width: 100%;
}
.front-catalog-item-box,
.catalog-item-box{
	position: relative;
	/* padding-bottom: 70%; */
	background: left 45%/cover;
	overflow: hidden;
}

.catalog-order-list {
	margin-bottom: 4rem;
	line-height: 1.6;
	padding-left: 4rem;
	font-size: 1.6rem;
}
.front-catalog-item-link,
.catalog-order-wrap {
	width: 100%;
	height: 100%;
	text-decoration: none;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.front-catalog-item-link {
	position: absolute;
}
.catalog-order-wrap {
	-webkit-align-items: center;
	align-items: center;
}
.front-catalog-item-link:before,
.catalog-order-wrap:before {
	display: block;
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



.front-catalog-item-wrap,
.catalog-order-wrap {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	height: unset;
}
.catalog-order-wrap {
	height: 100%;
}
.catalog-order-item {
	margin-bottom: 4.6rem;
}

.front-page-subtitle {
	margin-left: 0;
}


/* вывести в отдельный поток, чтобы не мешал полупрозрачный слой */
.front-catalog-item-title,
.catalog-order-title {
	position: relative;
}


.front-catalog-logo-bl {
	position: absolute;
	left: 0;
	top:	0;
}



@media (min-width: 1px) {
	.front-page-subtitle {
		max-width: 42rem;
	}
	.front-catalog-list {
		margin: -1rem 0 1em;
	}
	.front-catalog-item {
		width: 100%;
		padding: 1rem;
	}
	.front-catalog-item-title {
		margin: 0;
	}
	.front-catalog-item-box {
		padding-bottom: 70%;
	}
	.catalog-order-title {
		margin-bottom: 3rem;
	}
	.catalog-order-wrap,
	.front-catalog-item-link {
		padding: 3rem;
	}
	.catalog-order-list-mobile {
		margin-bottom: 4rem;
	}
	.catalog-order-right {
		display: none;
	}
	.front-catalog-logo-bl {
		display: none;
	}
}
@media (min-width: 375px) {
	.front-firstscreen {
		/* padding-left: 3rem; */
		padding-left: 4.4%;
	}
}
@media (min-width: 410px) {
	.front-firstscreen {
		padding-left: 6.4%;
	}
}
@media (min-width: 480px) {}
@media (min-width: 540px) {
	.front-page-subtitle {
		max-width: unset;
	}
	.front-catalog-list {
		margin: -1rem -1rem 0 -1rem;
		width: 110%;
	}
	
	.front-catalog-item-box {
		padding-bottom: 64%;
	}
	.front-catalog-item {
		width: 50%;
	}
	.catalog-order-wrap,
	.front-catalog-item-link {
		padding: 2.5rem;
	}
	.catalog-order-left {
		width: 44%;
	}
	.catalog-order-right {
		display: block;
		width: 56%;
	}
	.catalog-order-list-mobile {
		display: none;
	}
	/* .catalog-order-title {
		margin-bottom: 3rem;
	} */
	.catalog-order-list {
		/* line-height: 1.6; */
		font-size: 1.8rem;
	}
}

@media (min-width: 768px) {
	.front-page-subtitle {
		max-width: unset;
	}
	.front-catalog-item-link {
		padding: 0 4rem 6rem
	}
	.catalog-order-wrap {
		padding: 6rem
	}
	/* .front-catalog-item-title {
		margin: 0 0 0 4rem;
	} */
	/* .catalog-order-list {
		font-size: 2.1rem;
	} */
}

@media (min-width: 860px) {
	.front-catalog-item {
		width: 50%;
	}
	.catalog-order-wrap {
		padding: 8rem
	}
}

@media (min-width: 1200px) {
	.front-page-subtitle {
		font-size: 30px;
	}
}

@media (min-width: 1600px) {
	.front-catalog-item {
		
	}
	.front-catalog-logo-bl {
		left: 7rem;
		width: 6rem;
	}
}

@media (min-width: 2500px) {
	.front-catalog-item {
		width: 33.33333%;
	}
	.front-catalog-item:last-child {
		flex: none;
		width: 66.66667%;
	}
	.front-catalog-logo-bl {
		left: 13rem;
		width:	8rem;
	}
}

@media (min-width: 3200px) {
	.front-catalog-logo-bl {
		left: 10rem;
	}
}

@media (min-width: 3800px) {
	.front-catalog-logo-bl {
		left: 15rem;
	}
}





.main {
	padding-top: 8rem;
	padding-bottom: 15px;
	background-color: #292325;
}
/* @media (min-width: 540px) {
	.main {
		padding-top: 9rem;
	}
} */
.front-page .main {
	padding: 0;
	background-color: transparent;
}


/* BREADCRUMBS */

.breadcrumbs-list {
	margin-bottom: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.breadcrumbs-item {
	margin: 0;
	padding-right: 1rem;
	width: auto;
	font-size: 1.5rem;
	line-height: 2;
	color: #939192;
}
.breadcrumbs-item:before {
	position: relative;
	bottom: .3rem;
	display: inline-block;
	width: .5rem;
	height: .5rem;
	margin-right: 1rem;
	background-color: #939192;
	content: '';
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumbs-item:first-child:before {
	display: none;
}
.breadcrumbs-item:last-child {
	color: #cc6300;
	padding-right: 0;
} 
.breadcrumbs-item:last-child:before {
	background-color: #cc6300;
} 
.breadcrumbs-link {
	text-decoration: none;
}
breadcrumbs-link:hover {
	text-decoration: underline;
}









/* CONTACTS */

.page-contacts .main {
	background-color: #292325;
	background-repeat: repeat;
	/* padding-top: 12rem; */
}
.contacts-bgi,
.contacts-bgi-layer {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
}
.contacts-bgi {
	width: 100%;
	background: repeat;
	opacity: .2;
}
.contacts-bgi-1 {
	top: -30.5rem;
	width: 78%;
	background: 0 3rem / contain no-repeat;
	opacity: .2;
}





/* .contacts-title {
	font-family: bebas_book;
	text-align: center;
	margin-bottom: 16rem;
} */
.contacts-content {
	position: relative;
	/* height: 111rem; */
}
/* .contacts-list {
	padding: 0;
} */
.contacts-item {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contacts-text-bl {
	/* width: 40%; */
	font-size: 1.8rem;
	margin-bottom: 4rem;
}
.contacts-map-bl {
	position: relative;
	padding-bottom: 45%;
	/* width: 60%; */
}
.contacts-map {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: transparent center/cover;
}

.contacts-item-title {
	width: 100%;
}
.contacts-phone-list {
	/* margin-bottom: 3.6rem; */
}
.contacts-phone-list,
.contacts-email,
.contacts-adress,
.contacts-workhours {
	width: 100%;
	padding-left: 6rem;
}
.contacts-phone-list:before,
.contacts-email:before,
.contacts-adress:before,
.contacts-workhours:before {
	flex: none;
	content: '';
	position: absolute;
	left: 0;
	top: .4rem;
	display: block;
	width: 4rem;
	height: 4rem;
	background: center / contain no-repeat;
}
.contacts-phone-number,
.contacts-phone-comments {
	display: block;
}
.contacts-phone-comments {
	font-size: 1.5rem;
}


@media (min-width: 1px) {
	.contacts-item {
		margin-bottom: 12rem;
	}
	.contacts-text-bl,
	.contacts-map-bl {
		width: 100%;
	}
}

@media (min-width: 480px) {
	
}

@media (min-width: 540px) {
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 860px) {
	.contacts-text-bl {
		width: 50%;
	}
	.contacts-map-bl {
		width: 50%;
	}
	.contacts-item:nth-child(odd) .contacts-text-bl {
		order: 1;
		padding-right: 3rem;
	}
	.contacts-item:nth-child(even) .contacts-text-bl{
		order: 2;
		padding-left: 3rem;
	}
	.contacts-item:nth-child(odd) .contacts-map-bl {
		order: 2;
	}
	.contacts-item:nth-child(even) .contacts-map-bl {
		order: 1;
	}
}

@media (min-width: 1200px) {
	.contacts-text-bl {
		width: 44%;
	}
	.contacts-map-bl {
		width: 56%;
	}
}

@media (min-width: 1600px) {
	
}

@media (min-width: 2500px) {
	
}

@media (min-width: 3200px) {
	
}

@media (min-width: 3800px) {
	
}








.btn-to-top {
    position: fixed;
    bottom: 12rem;
    padding: .7rem;
    width: 5rem;
    height: 5rem;
    border-radius: 6px;
    background-color: #076fb5;
    z-index: 900
}

@media (min-width: 1200px) {
    .btn-to-top {
        bottom:12rem
    }
}

@media (min-width: 1px) {
    .btn-to-top {
        display:-webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.toTop-link,.toTop-link:hover,.toTop-link:focus,.toTop-link:active,.toTop-link:visited {
    display: block;
    height: 100%;
    padding: 5px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 3px
}

@media (min-width: 1px) {
    .btn-to-top {
        right:15px
    }
}

@media (min-width: 768px) {
    .btn-to-top {
        right:45px
    }
}

@media (min-width: 992px) {
    .btn-to-top {
        right:5vw
    }
}

@media (min-width: 1980px) {
    .btn-to-top {
        right:7vw
    }
}

@media (min-width: 3200px) {
    .btn-to-top {
        right:9vw
    }
}

.btn-to-top svg {
    fill: rgba(255,255,255,.5)
}

.text-main, .text-main-bl p, .text-main p {
    line-height: 1.44444;
    color: #1e1e1e;
    font-size: 1.6rem
}

.text-large, .text-subtitle, .text-large, .text-subtitle-bl p, .text-large, .text-subtitle p {
    line-height: 1.44444;
    color: #1e1e1e;
    font-size: 1.8rem
}

.text-subtitle, .text-subtitle-bl p, .text-subtitle p {
    text-align: center
}

.text-date, .text-date-bl p, .text-date p {
    color: #909090;
    font-size: 1.6rem
}

.text-small, .text-small-bl p, .text-small p {
    color: #909090;
    font-size: 1.4rem;
    line-height: 1.2
}

@media (min-width: 1920px) {
    .text-large, .text-subtitle, .text-large, .text-subtitle-bl p, .text-large, .text-subtitle p {
        line-height:1.44444;
        color: #1e1e1e;
        font-size: 1.8rem
    }
}


    .input-content {
        display:-webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

@media (min-width: 1px) {
    .input-half {
        width:100%
    }
}

@media (min-width: 640px) {
    .input-half {
        width:50%
    }
    .input-half-1 {
    	padding-right: 2rem;
    }
    /* .input-content {
    	width: 103%;
    	width: calc(100% + 4rem);
    } */
}

@media (min-width: 992px) {
    /* .input-half {
        padding:0 2rem
    }
    
    .input-content {
    	margin-left: -2rem;
    	margin-right: -2rem;
    } */
}

.form-subtitle {
	margin-left: 0;
}

.cities-shops-message .input-half {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto
}

.no-shop-search {
    max-width: 60rem;
    margin-top: -2rem;
    font-size: 90%
}

.input-bl {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    color: inherit
}

.input-auth {
    margin: 0;
    padding: 0;
    height: 0;
    border: none;
    outline: none;
    color: inherit;
    font-size: 0
}

.input-error {
    border-color: #f43
}

.input-required:after {
    content: "*";
    padding-left: 0.2rem;
    padding-right: 3px;
    color: #f43;
    font-size: 1.4rem;
    position: relative;
    top: -0.2rem
}

.input-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    color: inherit;
    font-size: 0;
    background-color: transparent;
    z-index: 2
}

.input-field {
    display: block;
    position: relative;
    width: 100%;
    color: #fff;
    /* font-size: 1.8rem; */
    outline: none;
    /* background-color: transparent; */
}
.input-field,
.input-placeholder {
    font-size: 1.8rem;
    line-height: 1.8rem;
}


.input-wrap:after {
	content: "";
	display: block;
	position: absolute;
	left: 1.5rem;
    top: 0;
    margin: auto;
    width: 2.5rem;
    height: 6.5rem;
	background: center / contain no-repeat;
	z-index: 10;
}

.input-wrap-select {
    position: relative;
    overflow: visible;
    z-index: 50;
}
.input-select-arrow {
    position: absolute;
    display: block;
    width: 6rem;
    height: 6rem;
    margin: auto;
    left: auto;
    right: 1rem;
    top: 0;
    bottom: 0;
    cursor: pointer;
    /* background: rgba(166,166,166,.3); */
}
.sj-arrow-down-4-left,
.sj-arrow-down-4-right {
	position: absolute;
	/* background-color: transparent; */
	
	background-color: none;
	top: 50%;
	width: 18%;
	height: 0.1rem;
	display: block;
	transform: rotate(35deg);
	float: right;
	/* border-radius: 2px; */
}
.sj-arrow-down-4-left {
    left: 2rem;
	transform: rotate(35deg);
}
.sj-arrow-down-4-right {
    right: 2rem;
	transform: rotate(-35deg);
}

.sj-arrow-down-4-left:after,
.sj-arrow-down-4-right:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	float: right;
	border-radius: 6px 10px 10px 6px;
	transition: transform 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: -1;
	background-color: #fff;
}

.sj-arrow-down-4-left:after {
	border-radius: 6px 10px 10px 6px;
}
.sj-arrow-down-4-right:after {
	border-radius: 10px 6px 6px 10px;
}
.open .sj-arrow-down-4-left:after {
    transform-origin: center center;
    transform: rotate(-70deg);
}
.open .sj-arrow-down-4-right:after {
    transform-origin: center center;
    transform: rotate(70deg);
}
.sj-select-options {
    display: none;
    opacity: 0;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
    display: block;
    width: 100%;
    /* height: 60px; */
    bottom: -13.7rem;
    background: #fff;
    color: #000;
    z-index: 100;
    font-size: 1.6rem;
    pointer-events: none;
}
.open .sj-select-options {
    display: block;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    line-height: 1.6;
    pointer-events: auto;
}
.sj-option {
    display: block;
    margin: 1.5rem 2rem;
    cursor: pointer;
}



.input-note-field {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin-right: 2rem;
}
.input-privacy-bl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.input-note-mark {
	display: none;
	height: .2rem;
	border: none;
	background-color: green;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.input-note-mark-1 {
	width: 2rem;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg) translate(.7rem,1.6rem);
}
.input-note-mark-2 {
	width: 4rem;
	-webkit-transform: rotate(-64deg);
	-moz-transform: rotate(-64deg);
	-ms-transform: rotate(-64deg);
	-o-transform: rotate(-64deg);
	transform: rotate(-64deg) translate(1rem,.5rem);
}
.form-checkbox {
	display: none;
}
input.form-checkbox:checked~.input-note-field>.input-note-mark {
	display: block;
}


.input-field,
.input-note-field {
	border: #df811f 2px solid;
	border-image-slice: 1;
	border-image-source: -ms-linear-gradient( 45deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);
	border-image-source: -moz-linear-gradient( 45deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);
	border-image-source: -webkit-linear-gradient( 45deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);
	border-image-source: linear-gradient( 45deg, rgb(238,115,56) 0%, rgb(245,163,87) 19%, rgb(252,211,118) 33%, rgb(242,224,195) 72%, rgb(248,234,212) 81%, rgb(253,244,229) 100%);
	/* background: left / contain no-repeat transparent; */
}

    .input-field,
    .input-placeholder {
        padding:2rem 1rem 1.8rem 5rem
    }

.input-textarea {
    overflow: auto;
    height:20.5rem
}

.input-label {
    display: none
}

.input-placeholder {
    position: absolute;
    left: 0;
    top: .2rem;
    color: #a0a0a0;
    /* font-size: 1.8rem */
}
/*.input-placeholder.active {*/
    /* display: none !important
    top: -2.6rem;
    z-index: 10; * */
/* } */
/* .input-placeholder.active:after {
	opacity: 0;
} */

.input-placeholder.active {
    /* position: absolute; */
    left: 20px;
    top: -0.8rem;
    z-index: 150;
    background: #201a1c;
    padding: 1px 3px;
}

.placeholder-text {
	padding: 0 .2rem;
}
/* .input-placeholder.active .placeholder-text {
	background: #292325;
} */
.input-background {
    display: none
}

.input-notice {
    position: absolute;
    top: 4.5rem;
    left: 0;
    display: none;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
    min-height: 2rem;
    border: .1rem solid #f43;
    border-radius: 3.2rem;
    opacity: 0;
    z-index: 10;
    padding: 0.6rem 1.5rem 0.3rem;
    color: #000;
    font-size: 1.4rem;
    background-color: #fff;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    line-height: 100%;
    pointer-events: none
}

.input-notice.active {
    display: flex;
    visibility: visible;
    opacity: 1
}

.input-notice:before {
    content: "";
    position: absolute;
    top: -1rem;
    left: calc(20% - 1rem);
    display: block;
    width: 1rem;
    height: 0;
    border: 1rem solid transparent;
    border-top-width: 0;
    border-bottom-color: #f43;
    color: inherit
}

.input-note {
    display: inline-block;
    /* margin-top: 1em; */
    max-width: 35rem;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.4
}

.input-note a,
.input-note a:hover,
.input-note a:focus,
.input-note a:active,
.input-note a:visited {
    text-decoration: underline
}
.form-btn-bl {
	margin-top: 2rem;
}



.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: auto;
    height: auto;
    z-index: 10000;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.8)
}

.popup-layer {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    color: inherit;
    background-color: transparent
}

.popup-content-bl {
    position: relative;
    display: block;
    max-width: 90rem;
    max-height: 98vh;
    border-radius: .4rem;
    overflow-y: auto;
    padding: 4rem 6rem;
    color: inherit;
    background-color: #201a1c;
}


.popup-text {
    margin-left: 0;
}
/* .popup-content-bl p {
    margin: 0
} */

.mess-form {
    color: #212121;
    text-align: center;
    z-index: 100000
}

#mess_error,#mess_success {
    display: none
}

#mess_error .popup-content-bl, #mess_success .popup-content-bl {
    padding-left: 3rem;
    padding-right: 3rem
}

.popup-close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    /* border: 4px solid #fff; */
    /* border-radius: 50%; */
}

.popup-close:before,
.popup-close:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 10px;
    width: 45px;
    height: 2px;
    height: 2px;
    background: #fff;
}

.popup-close:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}








.catalog-content {
	padding-bottom: 9rem;
	width: 100%;
	height: 100vh;
}

.catalog-list {
	/* display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap; */
	/* margin-bottom: 12rem; */
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		position: relative;
}
.catalog-item {
	/* width: 100%; */
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
		height: 100%;
		width: 100%;
		position: absolute;
		overflow: hidden;
		
		    /* background-color: #292325; */
		    
	}
.catalog-order-list-item {
    background-color: #292325;
}
.catalog-item-text-bl {
	padding-right: 3rem;
	margin-bottom: 6rem;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	opacity: 0;
}
.catalog-item-text-bl-1 {
    opacity: 1;
}
.catalog-item-text-bl-2,
.catalog-item-text-bl-3 {
    opacity: 0;
}
.catalog-item-img-bl {
	position: relative;
}
.catalog-item-img {
	position: absolute;
	height: 100%;
	background: 30% / cover;
}

.catalog-item-btn-bl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.catalog-order-bl {}
.catalog-item-order-btn {
	margin-right: 2rem;
}
.catalog-download-bl {
	margin-bottom: 4rem;
	/* margin-top: 4rem; */
}
.catalog-order-bl {
    padding: 9rem 0;
}


.page-catalog .main-bgi-box {
    padding-bottom: 0;
}



@media (min-width: 1200px){
    .catalog-text-container {
        padding-right: 0;
    }
}


.about-bgi-drawing {
	position: relative;
	display: block;
	/* top: 11rem; */
	max-width: 95%;
	margin: 1.5rem auto 5rem;
	opacity: .1;
}
.about-item-text {
	padding-left: 2rem;
	padding-bottom: .8rem;
	font-size: 1.6rem;
}
.about-item-text:before {
	position: absolute;
    left: -3.2rem;
    top: .2rem;
    display: block;
    content: '';
    width: 3rem;
    height: 3rem;
    background: url(assets/img/icon-check.png) center / contain no-repeat transparent;
}
.about-item-title {
	margin-top: 3rem;
	margin-bottom: 5rem;
}
.about-consultation-text,
.about-production-text {
	margin-left: 0;
}
p.about-consultation-text,
p.about-production-text {
	margin-bottom: 0;
}
.banner-left-bl {}
.banner-right-bl  {}

.banner-wrap {
	background-color: #201a1c;
}

.about-item-text-bl {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.about-structure {
	padding: 0 0 6rem 0;
}
.about-structure-item {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.about-structure-icon {
	display: inline-block;
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	background: center / contain no-repeat;
}
.about-history-list {
	/* background: url('assets/img/about-battery.svg') left / contain no-repeat; */
	/* height: 95vh; */
}
.about-history-item {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.about-history-item-date {
	color: #cc6300;
	font-size: 5rem;
	margin-right: 3rem;
}
.about-partners-text {
	margin-left: 0;
}
.about-partners-img-box {
	position: relative;
	padding-bottom: 100%;
}
.about-partners-img {
	position: absolute;
	height: 100%;
}
.about-partners-img {
	background: center / contain no-repeat;
}
.about-partners-list {
	width: 103%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about-partners-item {
	margin-bottom: 0;
}
.hr-structure,
.hr-structure:before {
	display: none;
}



@media (min-width: 1px) {
	p.page-text {
		margin-bottom: 8rem;
	}
	.catalog-item {
		margin-bottom: 6rem;
	}
	.catalog-item-text-bl,
	.catalog-item-img-bl {
		/* margin-top: 2rem; */
		/* margin-bottom: 2rem; */
	}
	.catalog-item-text-bl,
	.about-item-text-bl{
		order: 2;
	}
	.catalog-item-img-bl,
	.about-item-img-bl {
		order: 1;
	}
	.catalog-item-img-bl {
		padding-bottom: 60%;
	}
	.about-item-img-bl {
		margin-top: 2rem;
        margin-bottom: 2rem;
        padding-bottom: 54%;
	}
	.about-consultation-wrap {
		padding: 3rem 0;
	}
	.about-production-wrap {
		padding: 3rem;
	}
	.banner-left-bl,
	.banner-right-bl {
		width: 100%;
	}
	.banner-title {
		margin-bottom: 3rem;
	}
	
	/* .about-structure-item {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	} */
	.about-partners-list {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.about-partners-item {
		width: 33.33333%;
		padding: 1rem;
	}
	/* .about-partners-item:nt-child(odd) {
		padding-right: 2rem;
	} */
}

@media (min-width: 480px) {
	/* .about-partners-item {
		width: 33.33333%;
	} */
}
@media (min-width: 540px) {}
@media (min-width: 640px) {
	/* .about-production-wrap {
		padding: 3rem;
	} */
}

@media (min-width: 768px) {
	.about-consultation-wrap {
		padding: 8rem 0;
	}
	.about-production-wrap {
		padding: 8rem 7rem;
	}
}

@media (min-width: 860px) {
	p.page-text {
		margin-bottom: 12rem;
	}
	.catalog-item-text-bl {
		width: 47%;
		order: 1;
	}
	.catalog-item-img-bl {
		width: 53%;
		order: 2;
		padding-bottom: 42%;
	}
	.about-item-text-bl {
		width: 60%;
		order: 1;
		padding-right: 7rem;
	}
	.about-item-img-bl {
		/* margin-top: 2rem; */
	    /* margin-bottom: 2rem; */
	    /* padding-bottom: 72%; */
	    width: 40%;
	}
	.about-item {
		margin-bottom: 12rem;
	}
	.about-item:nth-child(even) .about-item-img-bl {
		order: 1;
	}
	.about-item:nth-child(even) .about-item-text-bl {
		order: 2;
		padding-right: 0;
		padding-left: 7rem;
	}
	.about-item-text-bl, 
	.about-item-img-bl {
    margin-top: 0;
    margin-bottom: 0;
	}
	.banner-right-bl {
		text-align: right;
	}
	.about-consultation {
		padding-top: 0;
	}
	.about-partners {
		padding: 0;
	}
	.about-partners-item {
		width: 20%;
	}
}

@media (min-width: 992px){
	
	.banner-left-bl {
		width: 60%;
	}
	.banner-right-bl {
		width: 40%;
	}
	
	
	.about-structure-title {
		/* width: 50%; */
		/* height: 40rem; */
		padding-bottom: 50%;
		margin-bottom: 0;
		position: relative;
		text-align: center;
		background: url(assets/img/structure-2.svg) center / contain no-repeat;
	}
	.about-structure-title-text {
		display: inline-block;
		width: 0;
		overflow: hidden;
	}
	.about-structure-list {
		width: 50%;
		padding-left: 3.2rem;
		margin-bottom: 0;
	}
	.about-structure-item {
		position: relative;
		margin-bottom: 3.2rem;
	}
	
	.hr-structure {
		display: block;
		position: absolute;
		border: none;
	}
	.hr-structure:before {
		content: '';
		display: block;
		height: 1px;
		/* background: rgba(255,255,255,.4); */
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transform-origin: top left;
	}
	.hr-structure,
	.hr-structure:before {
		border-bottom: 1px dashed rgba(255,255,255,.4);
	}
	
	.hr-structure-1,
	.hr-structure-7 {
		width: 10.6rem;
		left: 14.4rem;
	}
	.hr-structure-1:before,
	.hr-structure-7:before {
		width: 6rem;
	}
	.hr-structure-1 {
		top: -10%;
	}
	.hr-structure-7 {
		top: 101%;
	}
	.hr-structure-1,
	.hr-structure-7:before {
		-webkit-transform: rotate(118deg);
		transform: rotate(118deg);
	}
	.hr-structure-7,
	.hr-structure-1:before {
		top: 101%;
		-webkit-transform: rotate(-118deg);
		transform: rotate(-118deg);
	}
	.hr-structure-2,
	.hr-structure-6 {
		width: 3.2rem;
		left: 24.6rem;
	}
	.hr-structure-2:before,
	.hr-structure-6:before {
		width: 6rem;
	}
	.hr-structure-2 {
		top: 4%;
	}
	.hr-structure-6 {
		top: 87%;
	}
	.hr-structure-2,
	.hr-structure-6:before {
		-webkit-transform: rotate(118deg);
		transform: rotate(118deg);
	}
	.hr-structure-6,
	.hr-structure-2:before {
		-webkit-transform: rotate(-118deg);
		transform: rotate(-118deg);
	}
	
	
	.hr-structure-3,
	.hr-structure-5 {
		width: 9rem;
		left: 32rem;
	}
	.hr-structure-3 {
		top: 24.8%;
	}
	.hr-structure-5 {
		top: 66%;
	}
	.hr-structure-4 {
		width: 14.6rem;
		left: 34.2rem;
		top: 45.6%;
	}
	.hr-structure-4:before,
	.hr-structure-3:before,
	.hr-structure-5:before {
		display: none;
	}
	
	
	
	.st0{fill:none;}
	.st1{opacity:0.7;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
	.st2{opacity:0.19;}
	.st3{fill:#FFFFFF;}
	.st4{fill:none;stroke:url(#SVGID_1_);stroke-miterlimit:10;}
	.st5{fill:none;stroke:url(#SVGID_00000027576731618435944830000004551976554203208090_);stroke-miterlimit:10;}
	.st6{opacity:0.17;fill:none;stroke:url(#p-3);stroke-width:20;stroke-miterlimit:10;}
	.st7{opacity:0.25;fill:none;stroke:#F2F2F2;stroke-miterlimit:10;}
	.st8{opacity:0.18;fill:none;stroke:#F2F2F2;stroke-miterlimit:10;}
	.st9{fill:none;stroke:#646363;stroke-dasharray:4,3;}
	.st10{fill:none;stroke:#DF811F;stroke-miterlimit:10;}
	.st11{fill:none;stroke:#646363;stroke-miterlimit:10;}
	.st12{display:none;}
	.st13{display:inline;}
	.st14{fill:none;stroke:#646363;}
	.st15{fill:none;stroke:#646363;stroke-dasharray:3.9671,2.9753;}
	
	
	
	.about-structure-item-text {
		font-size: 1.6rem;
	}
	
	.about-structure-item-4 {
		left: -2rem;
	}
	.about-structure-item-3,
	.about-structure-item-5 {
		left: -6rem;
	}
	.about-structure-item-2,
	.about-structure-item-6 {
		left: -14rem;
	}
	.about-structure-item-1,
	.about-structure-item-7 {
		left: -26rem;
	}
	.about-history-bl {
		height: 90vh;
		flex: none;
		/* width: 400rem; */
		overflow: hidden;
	}
	.about-history-img {
		height: 100%;
	}
	.about-history-list {
		position: absolute;
		height: 100%;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.banner-left-bl {
		width: 68%;
	}
	.banner-right-bl {
		width: 32%;
	}
	/* .about-structure-item {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	} */
	.about-structure-list {
		padding-left: 3rem;
	}
	.about-structure-container {
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	/*.about-structure-title {*/
		/* width: 35%; */
		/* text-align: center; */
		/* background: url(assets/img/about-structure.png) center / contain no-repeat; */
	/* } */
	/* .about-structure-list {
		width: 65%;
		padding-left: 20rem;
		margin-bottom: 4.6rem;
	} */
	
	
	
	
	
	
	
	/* .about-partners-item {
		width: 20%;
	} */
}

@media (min-width: 1600px) {
	/* .about-consultation-wrap {
		padding: 12rem 0;
	}
	.about-production-wrap {
		padding: 12rem;
	} */
	/* .about-structure-title {
		width: 35%;
	}
	.about-structure-list {
		width: 65%;
	} */
	.catalog-item-text-bl {
		width: 55%;
		order: 1;
	}
	.catalog-item-img-bl {
		width: 45%;
		order: 2;
		padding-bottom: 42%;
	}
}

@media (min-width: 2500px) {
	
}

@media (min-width: 3200px) {
	
}


@media (min-width: 3800px) {
	
}









svg {
    height: 100%;
}

.st0,
.st1,
.st2,
.st3 {
    fill:none;
    stroke-miterlimit:10;
}
.st0,
.st1 {
    stroke:#FFFFFF;
}
.st2,
.st3 {
    stroke:#808080;
}
.st4,
.st5 {}

.st0 {
    stroke-width:2;
}
.st1 {
    stroke-width:3;
}
.st2 {
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.st3 {}
.st4 {
    fill:#DF811F;
}
.st5 {
    fill:#FFFEFE;
}


#histTitle_1,
#histText_1,
#histTitle_2,
#histText_2,
#histTitle_3,
#histText_3,
#histTitle_4,
#histText_4,
#histTitle_5,
#histText_5,
#histTitle_6,
#histText_6,
#histTitle_7,
#histText_7,
#histTitle_8,
#histText_8,
#histTitle_9,
#histText_9,
#histTitle_10,
#histText_10,
#histTitle_11,
#histText_11,
#histTitle_12,
#histText_12,
#histTitle_13,
#histText_13  {
    opacity: 0;
    -webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: opacity .7s ease-in-out .7s;
	        transition: opacity .7s ease-in-out .7s;
}
#histTitle_1.active,
#histText_1.active,
#histTitle_2.active,
#histText_2.active,
#histTitle_3.active,
#histText_3.active,
#histTitle_4.active,
#histText_4.active,
#histTitle_5.active,
#histText_5.active,
#histTitle_6.active,
#histText_6.active,
#histTitle_7.active,
#histText_7.active,
#histTitle_8.active,
#histText_8.active,
#histTitle_9.active,
#histText_9.active,
#histTitle_10.active,
#histText_10.active,
#histTitle_11.active,
#histText_11.active,
#histTitle_12.active,
#histText_12.active,
#histTitle_13.active,
#histText_13.active  {
    opacity: 1;
}




.battery-calculator-title {
    margin-bottom: 6rem;
}
.battery-calculator-bl {
    background: #201a1c;
    padding: 6rem 3rem;
    margin-bottom: 6rem;
}
.battery-selection {
    
}
.battery-selection-table {
    width: 100%;
}
thead,
tbody {
    border: 1px solid #fff;
}
th, td {
    text-align: center;
    padding: 2rem 0;
}
tr {
    background: #201a1c;
}
tr:nth-child(even) {
    background: #373133;
}
thead tr {
    background: #cc6300;
}
.battery-selection-header {
   background: #cc6300;
   color: #fff;
}
.battery-selection-header-th,
.battery-selection-header-th {
    padding: 1rem 2rem;
}
.battery-selection-text {
    margin-left: 0;
}

@media(max-width: 480px){
    .popup-title {
        font-size: 2.4rem;
    }
}




@media (min-width: 1px) {
	
}

@media (min-width: 480px) {
	
}

@media (min-width: 540px) {
	
}

@media (min-width: 768px) {
	
}

@media (min-width: 860px) {
	
}

@media (min-width: 1200px) {
	
}

@media (min-width: 1600px) {
	
}

@media (min-width: 2500px) {
	
}

@media (min-width: 3200px) {
	
}


@media (min-width: 3800px) {
	
}


.colors {
	color: #fcd376;	/* желтый */
	color: #cc6300;	/* оранжевый */
	color: #292325;	/* светло-коричневый */
	color: #201a1c;	/* темно-коричневый */
	color: #140f11;	/* темный футер */
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: opacity .4s ease-in-out,
			-webkit-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out,
					transform .4s ease-in-out;
}


.bl:before {
	/* затемнение под текст */
	background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,.2) 70%, rgba(0,0,0,0.1) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,.2) 70%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,.2) 70%, rgba(0,0,0,0.1) 100%);
	background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 45%, rgba(0,0,0,.2) 70%, rgba(0,0,0,0.1) 100%)
}

.bl:before {
	/* маркер списка -желтый ромб */
	position: absolute;
	display: block;
	content: '';
	width: 1rem;
	height: 1rem;
	background-color: #fcd376;
}

.box-wrap-28 {
	position: relative;
	padding-bottom: 28%;
}
.box-layer {
	position: absolute;
	height: 100%;
}


html.html {
	margin: 0 !important;
}
#wpadminbar {
	display: none !important;
}





/* .st0{fill:none;}
    .st1{opacity:0.7;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
    .st2{opacity:0.19;}
    .st3{fill:#FFFFFF;}
    .st4{fill:none;stroke:url(#SVGID_1_);stroke-miterlimit:10;}
    .st5{fill:none;stroke:url(#SVGID_00000027576731618435944830000004551976554203208090_);stroke-miterlimit:10;}
    .st6{opacity:0.17;fill:none;stroke:url(#p-3);stroke-width:20;stroke-miterlimit:10;}
    .st7{opacity:0.25;fill:none;stroke:#F2F2F2;stroke-miterlimit:10;}
    .st8{opacity:0.18;fill:none;stroke:#F2F2F2;stroke-miterlimit:10;}
    .st9{fill:none;stroke:#646363;stroke-dasharray:4,3;}
    .st10{fill:none;stroke:#DF811F;stroke-miterlimit:10;}
    .st11{fill:none;stroke:#646363;stroke-miterlimit:10;}
    .st12{display:none;}
    .st13{display:inline;}
    .st14{fill:none;stroke:#646363;}
    .st15{fill:none;stroke:#646363;stroke-dasharray:3.9671,2.9753;} */
    
    
    
    
    
    
    
