/*!
Theme Name: metall
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: metall
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

metall 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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	src: url(fonts/Montserrat-Regular.woff2) format("woff2")
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	src: url(fonts/Montserrat-Medium.woff2) format("woff2")
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	src: url(fonts/Montserrat-SemiBold.woff2) format("woff2")
}

@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	src: url(fonts/Montserrat-Bold.woff2) format("woff2")
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #0056b3;
	text-decoration: underline
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse;
background-color: #fff;
padding:20px;
    -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
    box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

table td {
padding:10px 20px;
border-bottom: 1px solid rgba(0, 0, 0, .1);
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

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

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

::-webkit-input-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

::-ms-input-placeholder {
	color: #666
}

::placeholder {
	color: #666
}

::-moz-selection {
	background-color: #185a9d;
	color: #fff
}

::selection {
	background-color: #185a9d;
	color: #fff
}

input,
textarea {
	outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
	border-color: red
}

input:required:valid,
textarea:required:valid {
	border-color: green
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	font-family: Montserrat, sans-serif;
	overflow-x: hidden;
	color: #353535
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 0
}

.wrapper {
	position: relative
}

.breadcrums {
	font-size: 14px;
	margin-bottom: 20px;
}

.breadcrums a {
	color: #353535;
}

.breadcrums a:hover {
	color: #185a9d;
}

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

.select-wrap {
	max-width: 350px;
	width: 100%;
	position: relative
}

.select-wrap::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url(img/@1x/arrow.svg);
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 15px
}

.price-select-wrap {
	width: 100%;
	position: relative
}

.price-select-wrap::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url(img/@1x/arrow.svg);
	top: 21px;
	right: 15px
}

.headline {
	color: #353535;
	font-weight: 600;
	font-size: 30px;
	line-height: 37px
}

.btn {
	background-color: #185a9d;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	border-radius: 3px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	-webkit-transition: background-color .2s, -webkit-box-shadow .3s;
	transition: background-color .2s, -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s, background-color .2s;
	transition: box-shadow .3s, background-color .2s;
	transition: box-shadow .3s, background-color .2s, -webkit-box-shadow .3s;
	outline: 0 !important;
	border: none
}

.btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn:active {
	background-color: #0f447b;
	outline: 0
}

.background {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color .6s;
	-o-transition: background-color .6s;
	transition: background-color .6s
}

.background-active {
	z-index: 99;
	background-color: rgba(0, 0, 0, .7)
}

.background-deActive {
	z-index: 99;
	background-color: rgba(0, 0, 0, 0)
}

.modal-send {
	max-width: 480px;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: -1;
	background-color: #fff;
	border-radius: 5px;
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s
}

.modal-send-active {
	z-index: 100;
	opacity: 1
}

.modal-send-deActive {
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s
}

.send-form__headline {
	text-align: center;
	margin-bottom: 30px;
	max-width: 250px;
}

.send-form__btn {
	background-color: #185a9d;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
	border-radius: 3px;
	max-width: 250px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 20px
}

.send-form__name,
.send-form__tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 250px;
	width: 100%
}

.send-form__name input,
.send-form__tel input {
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	height: 50px;
	padding-left: 15px
}

.send-form__name label,
.send-form__tel label {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #353535;
	margin-bottom: 5px
}

.send-form__name {
	margin-bottom: 20px
}

.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px
}

.header-nav-fixed {
	margin-bottom: 63px
}

.header-logo {
	color: #0d4a88;
	margin-bottom: 0;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header-logo h3 {
	text-align: center;
}

.header-logo:hover {
	text-decoration: none;
	color: #0d4a88
}

.header-logo span {
	color: #e34f44
}

.header-logo img {
	margin-right: 12px
}

.header-contacts,
.header-oppening-hours {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.header-contacts__img,
.header-oppening-hours__img {
	margin-right: 15px
}

.header-contacts__info,
.header-oppening-hours__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.header-contacts__info span,
.header-oppening-hours__info span {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #353535
}

.header-contacts__info span:first-child,
.header-oppening-hours__info span:first-child {
	margin-bottom: 8px
}

.header-contacts__info-tel {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #353535;
	margin-bottom: 8px
}

.header-contacts__info-email {
	color: #9f9c9c;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px
}

.header-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-social__text {
	margin-right: 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px
}

.header-social__links a:not(:last-child) {
	margin-right: 15px;
	text-decoration: none
}

.header-social__links a:not(:last-child):hover {
	text-decoration: none
}

.category-page__header-text-block .tags {display:flex; flex-wrap:wrap; gap:10px;margin:20px 0 0 0;}
.category-page__header-text-block .tags br {display:none;}
.category-page__header-text-block .tags p {display:flex; flex-wrap:wrap; gap:10px; margin:0px;}

.category-page__header-text-block .tags	a {
    box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
    border-radius: 5px;	
	text-decoration:none;
	padding:5px 15px;
	background:#fff;
	font-size:15px;
}






@media screen and (max-width:1160px) {
	.header {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:960px) {
	.header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header-logo {
		margin-bottom: 20px;
		text-align: center
	}

	.header-oppening-hours {
		margin-bottom: 20px
	}

	.header-contacts {
		margin-bottom: 20px
	}

	.header-social {
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		border-left: none;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header-social__text {
		margin-right: 0;
		margin-bottom: 8px
	}
}

.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 99
}

.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #fff
}

.nav-catalog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 146px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-right: 1px solid rgba(255, 255, 255, .1);
	cursor: pointer
}

.nav-catalog__icon {
	margin-right: 20px
}

.nav-catalog span {
	font-weight: 700;
	font-size: 14px;
	line-height: 15px;
	color: #fff
}

.nav-link-container {
	max-width: 590px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: height 1s;
	-o-transition: height 1s;
	transition: height 1s;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-link-container.active {

}

.nav-link-container li a {
	/* padding-bottom: 23px;
	padding-top: 23px; */
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, .6)
}

.nav-item__active {
	font-weight: 700;
	color: #fff
}

.nav-link-container li a:hover {
	color: #fff;
	text-decoration: none
}

.nav-search {
	position: relative;
	max-width: 290px;
	width: 100%
}

.nav-search__input {
	border: none;
	outline: 0;
	color: #fff;
	padding-top: 13px;
	padding-left: 18px;
	padding-bottom: 16px;
	background-color: #0d4a88;
	height: 45px;
	border-radius: 3px;
	width: 100%
}

.nav-search__input:active {
	outline: 0
}

.nav-search__input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4)
}

.nav-search__input::-moz-placeholder {
	color: rgba(255, 255, 255, .4)
}

.nav-search__input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .4)
}

.nav-search__input::-ms-input-placeholder {
	color: rgba(255, 255, 255, .4)
}

.nav-search__input::placeholder {
	color: rgba(255, 255, 255, .4)
}

.nav-search__btn {
	position: absolute;
	top: 0;
	right: 15px;
	outline: 0;
	bottom: 0;
	background-color: transparent;
	border: none;
	z-index: 2
}

.nav-search__btn:active {
	outline: 0
}

.nav-container {
	background-color: #185a9d;
	width: 100%;
	z-index: 99
}

@media screen and (max-width:1160px) {
	.nav {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:1100px) {
	.nav-link-container {
		max-width: 540px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
}

@media screen and (max-width:1050px) {
	.nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-top: 25px
	}

	.nav-catalog {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		border-right: none;
		margin-bottom: 23px;
		width: auto;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.nav-container__close-btn {
	position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 2;
}

@media screen and (max-width:590px) {
	.nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 25px;
		padding-bottom: 25px
	}

	.nav-container__close-btn {
		display: inline !important;
	}

	.catalog {
		max-width: 100% !important;
	}

	nav.nav-container {
		/* max-width: 360px; */
		position: fixed;
		transition: right .4s ease-in-out;
		right: -100%;
		top: 0;
		height: 100vh;
	}

	nav.nav-container.active {
		right: 0;
	}

	.open-nav-menu-btn {
		display: flex !important;
	}

	.nav-link-container.active {
		transform: rotateX(0deg);
		display: flex;
		max-height: none;
		max-height: 1000px !important;
	}

	.nav-link-container {
		-webkit-transition: max-height .35s, -webkit-transform .4s;
		transition: max-height .35s, -webkit-transform .4s;
		-o-transition: transform .4s, max-height .35s;
		transition: transform .4s, max-height .35s;
		transition: transform .4s, max-height .35s, -webkit-transform .4s;
		transform-origin: top;

		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px
	}

	.nav-link-container li {
		padding-bottom: 15px;
		padding-top: 15px;
		text-align: center;
		width: 100%
	}

	.nav-catalog {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}
}

.catalog {
	max-width: 360px;
	width: 100%;
	background-color: #185a9d;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
	border-radius: 2px;
	position: absolute;
	top: 10px;
	left: -100%;
	-webkit-transition: left .4s ease-in-out;
	-o-transition: left .4s ease-in-out;
	z-index: 999;
	transition: left .4s ease-in-out
}

.nav-catalog-mobile {
	display: none;
	border: none;
}

.nav-catalog-desktop {
	display: block;
}

.mobile-catalog-container {
	width: auto;
}

.nav-catalog-mobile {
	background-color: #185a9d;
	padding: 0 15px;
	height: 45px;
	border-radius: 3px;
}

.open-nav-menu-btn {
	cursor: pointer;
	align-items: center;
	padding: 10px 15px;
	margin-bottom: 15px;
	display: none;
}

.open-nav-menu-btn span {
	font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.nav-container__close-btn {
	display: none;
}

@media screen and (max-width: 960px) {
	.nav-catalog-mobile {
		display: flex;
	}

	.nav-catalog-desktop {
		display: none;
	}

	.mobile-catalog-container {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		background-color: #185a9d;
    	padding-top: 15px;
		justify-content: space-around;
	}
}

@media screen and (max-width: 1140px) {
	.catalog-container .catalog {
		position: fixed;
		height: 100vh;
		top: 0;
		
	}
}

.catalog_active {
	left: 0
}

.catalog-container {
	position: relative
}

.catalog__close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 2;
}

.catalog__menu-item {
	list-style: none;
}

.catalog__menu-item > li {
	max-width: 250px;
    border-bottom: 1px solid rgba(255,255,255, .1);
    margin-bottom: 20px;
	display:flex;
	align-items:center;
	gap:10px;
	justify-content: space-between;
	flex-wrap:wrap;
}

.catalog__menu-item ul.sub-menu {
	list-style: none;
	margin:0 0 0 15px;
	padding:0px;
}

.catalog__menu-item li a {
	position: relative;
}

.catalog__menu-item__icon::after {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	top: 50%;
	transform: translate(0, -50%);
	right: -24px;
	background: url('img/@1x/arrow-white.svg');
	display:none;
}

.menu-item-has-children > .open-submenu {
cursor:pointer;
	width: 14px;
	height: 14px;
background: url('img/@1x/arrow-white.svg');
}

.menu-item-has-children > .open-submenu.active {
transform: rotate(180deg);
}

.catalog__menu-item ul.sub-menu li a::after {
	display: none;
}

.catalog__menu-item a {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 5px;
	cursor: pointer;
}

.catalog__menu-item span::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	background: url('img/@1x/arrow.svg');
}

.catalog__menu-item:not(:first-child) {
	margin-top: 25px
}

/* .catalog__menu-item-img {
	margin-left: 10px;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
} */

.catalog__menu-item > li > ul {
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; */
	/* padding-left: 15px; */
	-webkit-transition: max-height .35s, -webkit-transform .4s;
	transition: max-height .35s, -webkit-transform .4s;
	-o-transition: transform .4s, max-height .35s;
	transition: transform .4s, max-height .35s;
	transition: transform .4s, max-height .35s, -webkit-transform .4s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	max-height:none;
	display:none;
}

.catalog__sub-menu_active {
	-webkit-transform: rotateX(0) !important;
	transform: rotateX(0) !important;
	max-height: 1000px !important;
}

.catalog__sub-menu-item {
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, .6);
	padding-top: 10px;
	cursor: pointer;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s
}

.catalog__sub-menu-item:hover {
	color: #fff
}

.catalog-wrap {
	width: 100%;
	position: relative;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.our-products__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	margin-top: 60px;
	grid-row-gap: 50px
}

.product-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: pointer;
	max-width: 263px
}

.product-card:hover .product-card__name {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #185a9d
}

.product-card__name {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #353535
}

.product-card__img {
	width: 100%;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
	border-radius: 3px;
	margin-bottom: 20px
}

@media screen and (max-width:1160px) {
	.our-products {
		padding-left: 15px;
		padding-right: 15px
	}

	.our-products__grid {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		justify-items: center
	}
}

@media screen and (max-width:900px) {
	.our-products__grid {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr)
	}
	
.price-table__product-card-field {


}

.price-table__product-card-field:before {
content: attr(data-label);
margin:0 10px 0 0;
flex:1;
text-align:left;
color:#111;
}

	
	
	
}

@media screen and (max-width:630px) {
	.our-products__grid {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr)
	}

	.product-card {
		max-width: 300px
	}
}

.category-page {
	padding-top: 60px;
	background-color: #f7f7f7
}

.category-page__headline {
	margin-bottom: 30px
}

.our-products {
	padding-top: 60px;
}

@media screen and (max-width: 590px) {
	.our-products {
		padding-top: 0;
	}
}

.category-page__img {
	max-width: 390px;
	width: 100%;
	height: 100%;
}

.category-page__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #7c7575;
	max-width: 680px
}

.category-page__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px
}

.price-table {
	background-color: #fff;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
	border-radius: 5px
}

.price-table__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 900px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}

.price-table__header-headline {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #353535;
	max-width: 150px;
	width: 100%
}

.price-table__header-headline:not(:first-child) {
	text-align: center
}

.price-table__product-card {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.price-table__product-card:not(:first-child) {
	margin-top: 10px
}

.price-table__product-card-info {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 900px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.price-table__product-card-buy {
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #185a9d
}

.price-table__product-card-buy:hover {
	color: #2673c0
}

.price-table__product-card-buy:active {
	color: #0f447b
}

.price-table__product-card-field {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #7c7575;
	max-width: 150px;
	width: 100%
}

.price-table__product-card-field:not(:first-child) {
	text-align: center
}

.price-table__product-card-field-mobile {
	display: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #353535
}

@media screen and (max-width:1160px) {
	.category-page {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.price-table__header,
	.price-table__product-card-info {
		max-width: 700px
	}
}

@media screen and (max-width:1125px) {
	.category-page__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.category-page__img {
		margin-top: 15px;
		/* max-width: 100% */
	}

	.price-table__product-card {
		max-width: 100% !important;
	}
}

@media screen and (max-width:1060px) {
	.specifications-page__text {
		margin-left: 0 !important;
	}

	.specifications-page__info-img {
		max-width: 535px !important;
	}

	.buy-block {
		max-width: 535px !important;
	}

	
}

@media screen and (max-width:900px) {
	.price-table__header {
		display: none
	}

	.price-table {
		padding-left: 0;
		padding-right: 0
	}



	.price-table__product-card-field-mobile {
		display: inline
	}

	.price-table__product-card-marka {
		display: none !important;
	}

	.price-table__product-card-price-metr {
		display: none !important;
	}

	.price-table {
		background-color: #f7f7f7;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 0
	}

	.price-table__product-card-buy {
		margin-top: 5px
	}

	.price-table__product-card {
		padding-top: 20px;
		padding-bottom: 20px;
		max-width: 420px;
		width: 100%;
		border: 1px solid rgba(0, 0, 0, .1);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 5px;

		padding-right: 10px;
		display: flex;
		padding-left: 10px;
		flex-direction: row;
	}

	.price-table__product-card-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;

		/* max-width: 220px; */
	}

	.price-table__product-card-field {
		max-width: 100%;
		margin-top: 5px
	}

	.price-table__product-card-price-tonna {
		text-align: left !important;
	}
}

.price-table__product-card-name {
  color: #0056b3;
}

.price-table__product-card-name:hover {
  text-decoration: underline;
}

@media screen and (max-width:600px) {
	.price-table__product-card {
		max-width: 100% !important
	}
}

.specifications-page {
	padding-top: 60px;
	padding-bottom: 60px
}

.specifications-page__text {
	margin-top: 30px;
	max-width: 550px;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.specifications-page__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.specifications-page__info-product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.specifications-page__info-img {
	width: 100%;
	max-width: 550px;
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
	box-shadow: 0 4px 10px rgba(0, 0, 0, .05)
}

.specifications-page__info-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #185a9d
}

.specifications-list {
	list-style: none;
	padding: 0
}

.specifications-list__item {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #959595
}

.specifications-list__item:not(:first-child) {
	margin-top: 23px
}

.specifications-list__item-value {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #353535
}

@media screen and (max-width:1160px) {
	.specifications-page {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:920px) {
	.specifications-page__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.product-page {
	padding-top: 40px;
	/* padding-bottom: 60px; */
	background-color: #f7f7f7
}

.product-page__headline {
	margin-bottom: 30px
}

.specifications-page__headline {
	margin-bottom: 20px;
}


.product-page__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.buy-block {
	background-color: #fff;
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	max-width: 457px;
	width: 100%;
	max-height: 410px;
	padding-bottom: 40px;
	margin-bottom: 25px;
}

.buy-block__btn {
	max-width: 222px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	cursor: pointer;
	margin-bottom: 20px;
	padding-bottom: 16px
}

.buy-block__all-price {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #959595;
	margin-bottom: 40px
}

.buy-block__all-price-value {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #185a9d;
	margin-left: 10px
}

.buy-block__demping,
.buy-block__get-price {
	transition: .3s;
}

.buy-block__get-price {
	margin-top: 10px;
}

.buy-block__demping:hover,
.buy-block__get-price:hover {
	color: #185a9d;
	cursor: pointer;
}

.buy-block__headline {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #353535;
	margin-bottom: 30px
}

.buy-block__count {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.buy-block__count-text {
	margin-right: 30px
}

.buy-block__count-num {
	margin-left: 25px;
	margin-right: 25px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #353535
}

.buy-block__count-plus {
	height: 40px;
	width: 40px;
	border: 2px solid #959595;
	border-radius: 2px;
	position: relative;
	cursor: pointer
}

.buy-block__count-plus::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 14px;
	background-color: #959595;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.buy-block__count-plus::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 14px;
	width: 2px;
	background-color: #959595;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.buy-block__count-minus {
	height: 40px;
	width: 40px;
	border: 2px solid #959595;
	border-radius: 2px;
	position: relative;
	cursor: pointer
}

.buy-block__count-minus::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 14px;
	background-color: #959595;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.buy-block__count-minus_active {
	border: none
}

.buy-block__price {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #959595
}

.buy-block__price-metr {
	margin-bottom: 15px
}

.buy-block__price-tonna {
	margin-bottom: 30px
}

.buy-block__price-value {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #353535;
	margin-left: 10px
}

@media screen and (max-width:1160px) {
	.product-page {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:1060px) {
	.product-page__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		align-items: center;
		flex-direction: column-reverse
	}

	.buy-block {
		margin-right: 15px !important;
	}

	.specifications-page__info-img {
		width: 100%
	}

	.buy-block {
		margin-left: 0;
		margin-top: 30px
	}
}

@media screen and (max-width:520px) {
	.buy-block {
		width: 100%;
		max-width: 100%
	}
}

.company {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 60px
}

.company-text__headline {
	margin-bottom: 30px
}

.company-text__text {
	font-weight: 400;
	font-size: 16px;
	max-width: 590px;
	line-height: 26px;
	color: #353535
}

.company-text__text:not(:last-child) {
	margin-bottom: 20px
}

.company-right {
	max-width: 480px
}

.company-right__img {
	width: 100%;
	margin-bottom: 95px;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .05)
}

@media screen and (max-width:1160px) {
	.company {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:1120px) {
	.company {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.company-right {
		margin-top: 30px;
		max-width: 100%
	}

	.company-right__img {
		margin-bottom: 30px
	}
}

.contacts {
	padding-top: 60px;
	padding-bottom: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.contacts-left {
	max-width: 275px;
	width: 100%
}

.contacts-left__time {
	margin-bottom: 30px;
	margin-top: 40px
}

.contacts-left__contacts {
	margin-bottom: 30px
}

.contacts-left__social {
	padding: 0;
	border: none
}

.contacts-rigth {
	max-width: 785px;
	width: 100%
}

.contacts-rigth__text {
	margin-top: 25px;
	font-size: 16px;
	line-height: 26px;
	color: #7c7575;
	max-width: 510px
}

@media screen and (max-width:1160px) {
	.contacts {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:1120px) {
	.contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contacts-rigth {
		max-width: 100%
	}

	.contacts-left__social {
		margin-bottom: 30px
	}
}

@media screen and (max-width:960px) {
	.contacts-left__social {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.contacts-left__social .header-social__text {
		margin-right: 20px;
		margin-bottom: 0
	}
}

.delivery-page {
	padding-top: 60px;
	background-color: #f7f7f7
}

.delivery-page__text {
	margin-top: 20px;
	margin-bottom: 50px;
	max-width: 1005px;
	font-size: 16px;
	line-height: 26px;
	color: #7c7575
}

.delivery-page__container {
	padding-bottom: 60px
}

@media screen and (max-width:1160px) {
	.delivery-page__container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.partners {
	padding-top: 60px;
	padding-bottom: 60px
}

.partners-headline {
	margin-bottom: 50px
}

.partners .partner {
	max-width: 650px
}

.partners .partner:not(:last-child) {
	margin-bottom: 30px
}

.partners .partner img {
	width: 100%
}

.partners .partner-headline {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #353535;
	margin-top: 30px
}

.partners .partner-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #353535;
	margin-top: 20px
}

@media screen and (max-width:1160px) {
	.partners {
		padding-left: 15px;
		padding-right: 15px
	}
}

.price-calc {
	max-width: 807px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
	border-radius: 3px;
	padding: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.price-calc-size-opt {
	display: none;
}

.price-calc-headline {
	margin-bottom: 25px
}

.price-calc input,
.price-calc select {
	outline: 0 !important;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	height: 53px;
	width: 100%;
	background-color: #fff;
	padding-left: 15px
}

.price-calc select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 310px
}

.price-calc input {
	max-width: 210px
}

.price-calc-category,
.price-calc-kg {
	margin-bottom: 18px
}

.price-calc__info-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.price-calc__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #c4c4c4;
	max-width: 215px;
	margin-bottom: 19px
}

.price-calc__btn {
	padding-left: 65px;
	padding-right: 65px;
	padding-top: 16px;
	padding-bottom: 16px
}

.price-calc .price-calc__fields-selecteds {
	max-width: 260px;
	width: 100%;
	margin-right: 20px
}

.price-calc__fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.price-calc-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f7f7f7;
	padding-bottom: 60px;
	padding-top: 60px
}

@media screen and (max-width:850px) {
	.price-calc {
		width: 100%
	}

	.price-calc-container {
		padding-left: 15px;
		padding-right: 15px
	}

	.price-calc__fields {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.price-calc input,
	.price-calc select {
		max-width: 292px
	}

	.price-calc__text {
		max-width: 292px;
		text-align: center
	}

	.price-calc__fields-selecteds {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 292px !important;
		margin-right: 0 !important
	}

	.price-calc__fields-selecteds input {
		max-width: 292px
	}

	.price-calc__fields-selecteds .price-select-wrap {
		max-width: 292px;
		width: 100%
	}

	.price-calc__fields-selecteds .price-select-wrap select {
		max-width: 292px;
		width: 100%
	}

	.price-calc__fields {
		max-width: 292px;
		width: 100%
	}

	.price-calc__fields-inputs {
		margin-right: 0;
		margin-left: 0;
		margin-top: 18px;
		margin-bottom: 18px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		max-width: 292px !important
	}

	.price-calc__fields-inputs input {
		width: 100%;
		max-width: 292px !important
	}
}

.delivery-pay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 60px
}

.pay-headline {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #353535;
	margin-bottom: 20px
}

.pay-list {
	list-style: none;
	padding-left: 32px;
}

.delivery-text {
	position: relative;
	right: -5px;
}

.delivery-text::after {
	content: '';
	display: block;
	width: 16px;
    height: 16px;
    background-image: url(img/@1x/success.svg);
    position: absolute;
    top: 8px;
    left: -5px;
}

.pay-list__item::after {
	content: '';
	display: block;
	width: 16px;
    height: 16px;
    background-image: url(img/@1x/success.svg);
    position: absolute;
    top: 4px;
    left: -31px;
}

.pay-list__item {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	color: #7c7575
}

.pay-list__item:first-child {
	margin-bottom: 10px
}

.pay-list__item span {
	color: #0d4a88;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	margin-right: 10px
}

.delivery {
	margin-right: 105px
}

.delivery-headline {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #353535;
	margin-bottom: 16px
}

.delivery-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 35px;
	color: #7c7575;
	padding-left: 24px;
}

@media screen and (max-width:1160px) {
	.delivery-pay {
		padding-left: 15px
	}
}

@media screen and (max-width:1070px) {
	.delivery-pay {
		padding-right: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.delivery {
		margin-right: 0;
		margin-top: 20px
	}

	.delivery,
	.pay {
		max-width: 580px;
		width: 100%
	}
}

.privacy-page {
	padding-top: 60px;
	padding-bottom: 60px
}

.privacy-page__headline {
	margin-bottom: 20px
}

.privacy-page__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #7c7575;
	max-width: 740px
}

.privacy-page__text span {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #353535
}

.privacy-page__title-1 {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #353535;
	margin-top: 40px
}

.privacy-page__title-2 {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #353535;
	margin-top: 30px
}

.privacy-page__list {
	padding-left: 20px;
	margin-top: 20px;
	position: relative
}

.privacy-page__list::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -30px;
	height: 2px;
	max-width: 760px;
	width: 100%;
	background-color: #e5e5e5
}

.privacy-page__list p {
	margin-bottom: 30px
}

@media screen and (max-width:1160px) {
	.privacy-page {
		padding-left: 15px;
		padding-right: 15px
	}
}

.job-page {
	padding-top: 60px;
	padding-bottom: 60px
}

.job-page__description {
	font-size: 16px;
	line-height: 26px;
	color: #7c7575;
	margin-top: 20px;
	max-width: 680px;
}

.job-page__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr
}

.job-page__text {
	margin-top: 60px;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #353535
}

.job-page__text a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #185a9d
}

.job-page__job {
	position: relative;
	margin-top: 60px
}

.job-page__job-line {
	height: 2px;
	max-width: 360px;
	width: 100%;
	background-color: #d4d4d4;
	margin-top: 20px
}

.job-page__job-headline {
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	color: #353535;
	margin-bottom: 30px
}

.job-page__job-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #353535
}

.job-page__job-requirements li {
	padding-left: 26px;
	position: relative
}

.job-page__job-requirements li::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(img/@1x/success.svg);
	left: 0;
	top: 5px
}

.job-page__job ul {
	list-style: none;
	padding: 0;
	margin-top: 15px
}

.job-page__job ul li {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #7c7575
}

.job-page__job ul li span {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #185a9d;
	margin-right: 5px
}

@media screen and (max-width:1160px) {
	.job-page {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:1000px) {
	.job-page__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr
	}
}

.delivery-calc {
	max-width: 1005px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px;
	background-color: #fff
}

.delivery-calc span {
	color: #000
}

.delivery-calc__selects {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px
}

.delivery-calc__selects input,
.delivery-calc__selects select {
	border: 1px solid #d4d4d4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #fff;
	width: 100%;
	height: 53px;
	padding-left: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0 !important
}

.delivery-calc__selects select {
	cursor: pointer
}

.delivery-calc__selects input {
	max-width: 220px
}

.delivery-calc__text {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #c4c4c4;
	margin-left: 30px;
	margin-right: 30px;
	max-width: 400px
}

.delivery-calc__bot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px
}

.delivery-calc__btn {
	padding: 17px 127px
}

.delivery-calc-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f7f7f7
}

@media screen and (max-width:1160px) {
	.delivery-calc-container {
		padding-left: 15px;
		padding-right: 15px
	}
}

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

	.delivery-calc__bot,
	.delivery-calc__selects {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	#kad,
	.select-wrap {
		max-width: 292px !important
	}

	.delivery-calc__bot {
		margin-top: 15px
	}

	.delivery-calc__headline {
		text-align: center
	}

	#car,
	#location {
		margin-bottom: 15px
	}

	.delivery-calc__btn {
		padding: 17px 97px
	}

	.delivery-calc__text {
		max-width: 290px;
		text-align: center;
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px
	}
}

.about-adventages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 60px
}

.single-about-adventages .advantages-list {
	padding-left: 35px;
}

.single-about-adventages .advantages-list-1 {
	padding-left: 35px !important;
}

.single-about-adventages .advantages-list li {
	font-weight: 500;
	color: #7c7575;
}

.advantages-col-2 {
	max-width: 457px;
	width: 100%;
	padding-top: 44px;
}

.advantages-col-2 > .advantages-list {
	width: 100%;
}

.single-about-adventages .headline.advantages-headline {
	font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #353535;
    margin-bottom: 20px;
}

@media screen and (max-width: 1070px) {
	.single-about-adventages {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/* .single-about-adventages .advantages-list {
	padding-left: 0px;
} */

@media screen and (max-width: 1100px) {
	.single-about-adventages .advantages-list {
		padding-left: 33px;
	}
}

.about-headline {
	margin-bottom: 25px
}

.about-text {
	color: #908a8a;
	max-width: 580px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 13px
}

.about-link {
	color: #185a9d;
	-webkit-transition: color .1s;
	-o-transition: color .1s;
	transition: color .1s
}

.about-link:hover {
	color: #2673c0
}

.about-link:active {
	color: #0f447b
}

.advantages {
	margin-right: 125px
}

.advantages-headline {
	margin-bottom: 25px
}

.advantages-list {
	list-style: none;
	padding-left: 31px
}

.advantages-list :not(:last-child) {
	margin-bottom: 10px
}

.advantages-list__item {
	position: relative
}

.advantages-list__item::after {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url(img/@1x/success.svg);
	position: absolute;
	top: 4px;
	left: -31px
}

@media screen and (max-width:1160px) {
	.about-adventages {
		padding-left: 15px
	}
}

@media screen and (max-width:1070px) {
	.about-adventages {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 15px
	}

	.advantages {
		margin-top: 30px;
		margin-right: 0;
		max-width: 580px;
		width: 100%
	}
}

.footer-container {
	width: 100%;
	background-color: #f7f7f7
}

.footer-info {
	padding-top: 60px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: flex-start;
	border-bottom: 1px solid #e5e5e5
}

.header-btn__consultation {
    padding: 10px;
}

.footer-btn__consultation {
	padding: 10px 40px
}

.footer-privacy-policy {
	color: #353535;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px
}

.footer-links {
	padding-top: 20px;
	padding-bottom: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-links__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

.footer-whatsapp {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-links__social__text {
	margin-right: 40px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px
}

.footer-links__social__links a:not(:last-child) {
	margin-right: 15px;
	text-decoration: none
}

.footer-links__social__links a:not(:last-child):hover {
	text-decoration: none
}

.footer-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

.footer-logo__privacy {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-top: 15px
}

.footer-logo__link {
	color: #0d4a88;
	margin-bottom: 0;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.footer-logo__link:hover {
	text-decoration: none;
	color: #0d4a88
}

.footer-logo__link span {
	color: #e34f44
}

.footer-logo__link img {
	margin-right: 12px
}

.footer-address {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.footer-address__text {
	max-width: 211px;
	font-weight: 500;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0
}

.footer-contacts,
.footer-oppening-hours {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.footer-contacts__img,
.footer-oppening-hours__img {
	margin-right: 15px
}

.footer-contacts__info,
.footer-oppening-hours__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer-contacts__info span,
.footer-oppening-hours__info span {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #353535
}

.footer-contacts__info span:first-child,
.footer-oppening-hours__info span:first-child {
	margin-bottom: 8px
}

.footer-contacts__info-tel {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #353535;
	margin-bottom: 8px
}

.footer-contacts__info-email {
	color: #9f9c9c;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px
}

@media screen and (max-width:1160px) {
	.footer {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media screen and (max-width:1000px) {
	.footer-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-links .footer-privacy-policy,
	.footer-links__social {
		margin-bottom: 35px
	}

	.footer-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer-logo__link {
		text-align: center
	}

	.footer-address,
	.footer-logo,
	.footer-oppening-hours {
		margin-bottom: 30px
	}
}

.related-searches {
	margin-bottom: 50px;
}

.related-searches-grid {
	display: grid;
	margin-top: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	row-gap: 20px;
}

@media screen and (max-width: 1110px) {
	.related-searches-grid {
		grid-template-columns: 1fr 1fr;
		row-gap: 20px;
		column-gap: 25px;
	}

	.related-searches {
		margin-bottom: 10px;
	}

	.related-searches__el {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 740px) {
	.related-searches-grid {
		grid-template-columns: 1fr;
	}
}

.related-searches__headline {
	color: #353535;
	font-size: 18px;
	font-weight: 500;
}

.related-searches__el {
	max-width: 260px;
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	font-weight: 500;
	font-size: 16px;
	color: #7C7575;
	min-height: 60px;
	text-align: center;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;

	align-self: center;
	justify-self: center;
}
/* 
.related-searches__el:first-child {
	justify-self: start;
}

.related-searches__el:last-child {
	justify-self: end;
} */

.headline.our-products__headline {
	text-align: center;
}
.footer-container ul.menu li a {
    font-size: 14px;
    color: #000;
}
.footer-container ul.menu li {
    line-height: 16px;
}
.footer-container .pay {
    display: flex;
    max-width: 500px;
    text-align: center;
}
.sitys ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sitys ul li {
    padding-right: 30px;
    font-size: 14px;
}
.sitys .active { color: #000; text-decoration: underline; }