@font-face {
	font-family: "Cuprum";
	src: url("./../../fonts/cuprum.woff2") format("woff2"), url("./../../fonts/cuprum.woff") format("woff");
	font-weight: 400;
	font-display: swap;
	font-style: normal
}

@font-face {
	font-family: "Cuprum";
	src: url("./../../fonts/cuprumbold.woff2") format("woff2"), url("./../../fonts/cuprumbold.woff") format("woff");
	font-weight: 700;
	font-display: swap;
	font-style: normal
}

:root {
	--fm-1: "Cuprum", sans-serif;
	--basic-black: #000;
	--basick-dark: #31353D;
	--basick-white: #fff;
	--basick-gray: #C4C4C4;
	--color-primary: #15903B;
	--color-primary-lig: #F0F8F3;
	--color-secondary: #E18C44
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:focus,
:active {
	outline: none
}

a:focus,
a:active {
	outline: none
}

nav,
footer,
header,
aside {
	display: block
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

input,
button,
textarea {
	font-family: inherit;
	font-size: inherit
}

input {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

input::-ms-clear {
	display: none
}

textarea {
	resize: none
}

button {
	cursor: pointer;
	background: transparent
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

a,
a:visited,
a:hover {
	text-decoration: none
}

a {
	color: inherit
}

ul li {
	list-style: none
}

img,
svg {
	display: block;
	max-width: 100%;
	vertical-align: top
}

svg {
	max-height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]:hover,
input[type=number]:focus {
	-moz-appearance: number-input
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: silver
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: silver
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: silver
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: silver
}

input::placeholder,
textarea::placeholder {
	color: silver
}

:root {
	--column: 12;
	--air-l: 30px;
	--air-b: 20px
}

[href*=tel]:hover,
[href*=mailto]:hover {
	text-decoration: underline
}

.flex,
.gt-center,
.vt-center,
.flex-wrap,
.b-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.flex-wrap,
.b-row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vt-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gt-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.for-table {
	display: none
}

@media(max-width: 1024px) {
	.for-table {
		display: block
	}
}

@media(max-width: 1024px) {
	.hide-table {
		display: none
	}
}

.color-primary {
	color: var(--color-primary)
}

.b-row {
	--air-l: 15px;
	--air-r: 15px;
	--air-b: 30px;
	margin-left: calc(var(--air-l)*-1);
	margin-right: calc(var(--air-r)*-1);
	margin-bottom: calc(var(--air-b)*-1)
}

.b-row [class*=col-] {
	padding-left: var(--air-l);
	padding-right: var(--air-r);
	padding-bottom: var(--air-b)
}

.obj-fit-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.col-d-1 {
	width: calc(100% / 12 * 1)
}

.col-d-2 {
	width: calc(100% / 12 * 2)
}

.col-d-3 {
	width: calc(100% / 12 * 3)
}

.col-d-4 {
	width: calc(100% / 12 * 4)
}

.col-d-5 {
	width: calc(100% / 12 * 5)
}

.col-d-6 {
	width: calc(100% / 12 * 6)
}

.col-d-7 {
	width: calc(100% / 12 * 7)
}

.col-d-8 {
	width: calc(100% / 12 * 8)
}

.col-d-9 {
	width: calc(100% / 12 * 9)
}

.col-d-10 {
	width: calc(100% / 12 * 10)
}

.col-d-11 {
	width: calc(100% / 12 * 11)
}

.col-d-12 {
	width: calc(100% / 12 * 12)
}

@media(max-width: 1170px) {
	.col-dm-1 {
		width: calc(100% / 12 * 1)
	}

	.col-dm-2 {
		width: calc(100% / 12 * 2)
	}

	.col-dm-3 {
		width: calc(100% / 12 * 3)
	}

	.col-dm-4 {
		width: calc(100% / 12 * 4)
	}

	.col-dm-5 {
		width: calc(100% / 12 * 5)
	}

	.col-dm-6 {
		width: calc(100% / 12 * 6)
	}

	.col-dm-7 {
		width: calc(100% / 12 * 7)
	}

	.col-dm-8 {
		width: calc(100% / 12 * 8)
	}

	.col-dm-9 {
		width: calc(100% / 12 * 9)
	}

	.col-dm-10 {
		width: calc(100% / 12 * 10)
	}

	.col-dm-11 {
		width: calc(100% / 12 * 11)
	}

	.col-dm-12 {
		width: calc(100% / 12 * 12)
	}
}

@media(max-width: 1024px) {
	.col-tab-1 {
		width: calc(100% / 12 * 1)
	}

	.col-tab-2 {
		width: calc(100% / 12 * 2)
	}

	.col-tab-3 {
		width: calc(100% / 12 * 3)
	}

	.col-tab-4 {
		width: calc(100% / 12 * 4)
	}

	.col-tab-5 {
		width: calc(100% / 12 * 5)
	}

	.col-tab-6 {
		width: calc(100% / 12 * 6)
	}

	.col-tab-7 {
		width: calc(100% / 12 * 7)
	}

	.col-tab-8 {
		width: calc(100% / 12 * 8)
	}

	.col-tab-9 {
		width: calc(100% / 12 * 9)
	}

	.col-tab-10 {
		width: calc(100% / 12 * 10)
	}

	.col-tab-11 {
		width: calc(100% / 12 * 11)
	}

	.col-tab-12 {
		width: calc(100% / 12 * 12)
	}
}

@media(max-width: 768px) {
	.col-mob-1 {
		width: calc(100% / 12 * 1)
	}

	.col-mob-2 {
		width: calc(100% / 12 * 2)
	}

	.col-mob-3 {
		width: calc(100% / 12 * 3)
	}

	.col-mob-4 {
		width: calc(100% / 12 * 4)
	}

	.col-mob-5 {
		width: calc(100% / 12 * 5)
	}

	.col-mob-6 {
		width: calc(100% / 12 * 6)
	}

	.col-mob-7 {
		width: calc(100% / 12 * 7)
	}

	.col-mob-8 {
		width: calc(100% / 12 * 8)
	}

	.col-mob-9 {
		width: calc(100% / 12 * 9)
	}

	.col-mob-10 {
		width: calc(100% / 12 * 10)
	}

	.col-mob-11 {
		width: calc(100% / 12 * 11)
	}

	.col-mob-12 {
		width: calc(100% / 12 * 12)
	}
}

@media(max-width: 480px) {
	.col-tel-1 {
		width: calc(100% / 12 * 1)
	}

	.col-tel-2 {
		width: calc(100% / 12 * 2)
	}

	.col-tel-3 {
		width: calc(100% / 12 * 3)
	}

	.col-tel-4 {
		width: calc(100% / 12 * 4)
	}

	.col-tel-5 {
		width: calc(100% / 12 * 5)
	}

	.col-tel-6 {
		width: calc(100% / 12 * 6)
	}

	.col-tel-7 {
		width: calc(100% / 12 * 7)
	}

	.col-tel-8 {
		width: calc(100% / 12 * 8)
	}

	.col-tel-9 {
		width: calc(100% / 12 * 9)
	}

	.col-tel-10 {
		width: calc(100% / 12 * 10)
	}

	.col-tel-11 {
		width: calc(100% / 12 * 11)
	}

	.col-tel-12 {
		width: calc(100% / 12 * 12)
	}
}

html,
body {
	font-family: var(--fm-1);
	font-size: 16px;
	font-weight: 400;
	color: var(--basick-dark);
	scrollbar-color: var(--color-primary) rgba(255, 255, 255, 0);
	scrollbar-width: auto
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: .8rem;
	height: .8rem;
	background-color: rgba(255, 255, 255, 0)
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background-color: var(--color-primary)
}

.body {
	height: 1px;
	min-height: 100vh
}

.global-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%
}

.content-wrap {
	padding: 88px 0 140px
}

.content-wrap h1 {
	margin-bottom: 65px
}

@media(max-width: 1170px) {
	.content-wrap {
		padding: 70px 0 110px
	}
}

@media(max-width: 768px) {
	.content-wrap {
		padding: 40px 0 80px
	}

	.content-wrap h1 {
		margin-bottom: 44px
	}
}

.title-1 {
	font-size: 48px;
	line-height: 1.1041666667;
	text-align: center
}

@media(max-width: 1170px) {
	.title-1 {
		font-size: 38px
	}
}

@media(max-width: 768px) {
	.title-1 {
		font-size: 30px
	}
}

.title-2 {
	font-size: 36px;
	line-height: 40px;
	text-align: center
}

@media(max-width: 1170px) {
	.title-2 {
		font-size: 34px
	}
}

@media(max-width: 768px) {
	.title-2 {
		font-size: 30px
	}
}

.title-3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1666666667
}

@media(max-width: 1170px) {
	.title-3 {
		font-size: 22px
	}
}

@media(max-width: 768px) {
	.title-3 {
		font-size: 18px
	}
}

.subtitle {
	margin-top: 0.7777777778em;
	font-size: 18px;
	line-height: 1.1666666667;
	color: var(--color-primary);
	text-align: center
}

.text {
	font-size: 18px;
	line-height: 30px
}

.text>* {
	margin-bottom: .5em
}

.text>*:last-child {
	margin-bottom: 0
}

.text ul,
.text ol {
	padding-left: 1em
}

.text ul li,
.text ol li {
	list-style-type: disc
}

.text ol li {
	list-style-type: decimal
}

@media(max-width: 768px) {
	.text {
		font-size: 16px;
		line-height: 25px
	}
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1150px
}

@media(max-width: 1170px) {
	.container {
		max-width: 960px
	}
}

@media(max-width: 1024px) {
	.container {
		padding-right: 20px;
		padding-left: 20px;
		max-width: 768px
	}
}

@media(max-width: 768px) {
	.container {
		max-width: 100%
	}
}

.btn-basket-mob,
.btn {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 16px;
	text-align: center
}

.btn {
	--height: 43px;
	--fz: 18px;
	--tone: var(--color-primary);
	--br: 5px;
	height: var(--height);
	font-weight: 700;
	font-size: var(--fz);
	color: var(--tone);
	background-color: var(--basick-white);
	border: 2px solid var(--tone);
	border-radius: var(--br);
	-webkit-transition-property: color, background-color;
	-o-transition-property: color, background-color;
	transition-property: color, background-color;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

.btn:hover {
	color: var(--basick-white);
	background-color: var(--tone)
}

.btn__arr {
	margin-left: 0.625em;
	width: 1.0625em;
	height: 0.6875em;
	fill: currentColor
}

.btn--secondary {
	--tone: var(--color-secondary)
}

.btn--type-2 {
	color: var(--basick-white);
	background-color: var(--tone)
}

.btn--type-2:hover {
	color: var(--tone);
	background-color: var(--basick-white)
}

.btn--type-3 {
	--tone: var(--color-primary-lig);
	color: #767778;
	background-color: var(--tone)
}

.btn--type-3:hover {
	color: currentColor;
	background-color: #cde8d7
}

.btn-basket {
	position: relative;
	display: inline-block;
	width: 32.5px;
	height: 32.5px
}

.btn-basket__number {
	position: absolute;
	top: -6px;
	left: calc(100% + 4px);
	font: 700 18px/1 var(--fm-1);
	color: #c4c4c4
}

.btn-basket svg {
	fill: var(--color-primary)
}

.btn-basket-mob {
	position: fixed;
	bottom: 25px;
	left: 20px;
	z-index: 250;
	display: none;
	padding: 0;
	width: 60px;
	height: 60px;
	background-color: var(--basick-white);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px var(--color-primary);
	box-shadow: 0 0 8px var(--color-primary)
}

.btn-basket-mob span {
	position: absolute;
	top: 17%;
	right: 13%;
	display: block;
	min-width: 1.3em;
	height: 1.3em;
	font: 500 14px/1.4em var(--fm-1);
	text-align: center;
	color: var(--color-secondary)
}

@media(max-width: 1024px) {
	.btn-basket-mob {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}
}

.v-up {
	cursor: pointer;
	position: fixed;
	right: 30px;
	bottom: 25px;
	z-index: 250;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 8px var(--color-primary);
	box-shadow: 0 0 8px var(--color-primary);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: background-color .3s, opacity .3s;
	-o-transition: background-color .3s, opacity .3s;
	transition: background-color .3s, opacity .3s
}

.v-up.active {
	opacity: 1;
	pointer-events: all
}

.v-up:hover {
	background-color: var(--color-primary)
}

.v-up:hover::before,
.v-up:hover::after {
	background-color: #fff
}

.v-up::before,
.v-up::after {
	content: "";
	position: absolute;
	top: 60%;
	left: 40%;
	width: 35%;
	height: 7%;
	background-color: var(--color-primary);
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.v-up::before {
	border-radius: 0px 3px 3px 0;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.v-up::after {
	margin-left: -15.4%;
	border-radius: 3px 0 0 3px;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

@media(max-width: 1024px) {
	.v-up {
		right: 13px;
		width: 60px;
		height: 60px
	}
}

@media(max-width: 768px) {
	.v-up {
		right: 20px;
		width: 60px;
		height: 60px
	}
}

.btn-remove {
	cursor: pointer;
	position: relative;
	width: 50px;
	height: 50px;
	background-color: var(--color-primary);
	background-origin: content-box;
	overflow: hidden;
	border: 2px solid var(--color-primary);
	border-radius: 50%;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s
}

.btn-remove:hover {
	background-color: var(--basick-white)
}

.btn-remove:hover::after,
.btn-remove:hover::before {
	background-color: var(--color-primary)
}

.btn-remove::before,
.btn-remove::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45%;
	height: 2px;
	border-radius: 2px;
	background-color: var(--basick-white);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.btn-remove::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}

.btn-remove::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.link {
	color: var(--color-primary)
}

.link:hover {
	text-decoration: underline
}

.advantages-b h2 {
	margin-bottom: 1.9791666667em
}

.advantages-b__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	height: 100%;
	max-width: 200px;
	text-align: center
}

.advantages-b__card:hover span {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.advantages-b__card-ic {
	margin: 0 auto 14px;
	width: 125px;
	height: 125px;
	background-color: var(--color-secondary);
	border-radius: 5px
}

.advantages-b__card-ic span {
	position: relative;
	display: block;
	width: 128.5px;
	height: 128.5px;
	background-color: var(--basick-white);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	border-radius: 5px;
	-webkit-transform: translate(-10.5%, -10.5%);
	-ms-transform: translate(-10.5%, -10.5%);
	transform: translate(-10.5%, -10.5%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.advantages-b__card-ic span svg {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 65px;
	max-height: 65px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.advantages-b__card p {
	height: 100%;
	display: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media(max-width: 480px) {
	.advantages-b .b-row {
		--air-b: 51px
	}
}

.application-b {
	padding: 100px 0
}

.application-b h2 {
	margin-bottom: 65px
}

.application-b__form-wrap {
	padding: 20px 0;
	background-repeat: no-repeat;
	background-position: right 7% center;
	background-size: auto 93%
}

@media(max-width: 1170px) {
	.application-b__form-wrap {
		padding: 0;
		background-position: right top 7%;
		background-size: auto 80%
	}
}

@media(max-width: 1024px) {
	.application-b {
		padding: 90px 0 56px
	}

	.application-b__form-wrap {
		background-position: right top 14%;
		background-size: auto 62%
	}

	.application-b .application-form {
		max-width: 380px
	}

	.application-b .b-input {
		--air: 0 0 25px
	}

	.application-b .b-input textarea {
		min-height: 88px
	}
}

@media(max-width: 768px) {
	.application-b {
		padding: 90px 0 20px
	}

	.application-b__form-wrap {
		padding: 0 0 280px;
		margin: 0 auto;
		max-width: 480px;
		background-position: center bottom;
		background-size: 100% auto
	}

	.application-b .application-form {
		max-width: none
	}

	.application-b .b-input textarea {
		min-height: 88px
	}
}

@media(max-width: 520px) {
	.application-b__form-wrap {
		padding: 0 0 60%
	}
}

.application-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 480px
}

.application-form button {
	margin: 0 auto;
	min-width: 170px
}

.answers-b h3 {
	margin-bottom: 1.9166666667em;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1666666667;
	color: var(--color-primary)
}

.answers-b .answer-card+.answer-card {
	margin-top: 70px
}

.answers-b .answer-card+h3 {
	margin-top: 2em
}

@media(max-width: 1170px) {
	.answers-b h3 {
		margin-bottom: 40px
	}

	.answers-b .answer-card+.answer-card {
		margin-top: 50px
	}

	.answers-b .answer-card+h3 {
		margin-top: 1.6666666667em
	}
}

@media(max-width: 768px) {
	.answers-b h3 {
		margin-bottom: 26px
	}

	.answers-b .answer-card+.answer-card {
		margin-top: 39px
	}

	.answers-b .answer-card+h3 {
		margin-top: 60px
	}
}

.answer-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.answer-card h5 {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 4.347826087%;
	padding: 1em;
	width: 37.4782608696%;
	min-height: 4em;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1666666667;
	background-color: var(--basick-white);
	-webkit-box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	border-radius: 10px
}

.answer-card div {
	padding: 1.5714285714em 2.1428571429em 2em;
	font-size: 14px;
	line-height: 1.3888888889;
	background-color: #f0f8f3;
	border-radius: 10px
}

.answer-card div P {
	margin-bottom: .8em
}

.answer-card div P:last-child {
	margin-bottom: 0
}

@media(max-width: 1170px) {
	.answer-card h5 {
		font-size: 16px
	}
}

@media(max-width: 768px) {
	.answer-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.answer-card h5 {
		margin-bottom: 20px;
		width: 100%;
		margin-right: 0;
		font-size: 14px
	}

	.answer-card div {
		padding: 17px 12px 14px
	}
}

.b-select {
	display: inline-block;
	width: 263px;
	height: 34px;
	font-size: 14px;
	border-radius: 5px;
	overflow: hidden;
	background-color: var(--color-primary-lig);
	background-image: url(./../../img/icons/select-arr.svg);
	background-repeat: no-repeat;
	background-position: right 16px center
}

.b-select::-ms-expand {
	display: none
}

.b-select select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	padding: 0 37px 0 17px;
	height: 100%;
	width: 100%;
	font-size: inherit;
	font-family: inherit;
	background-color: transparent
}

.panel-b__sidebar .b-select {
	width: 100%
}

.drop-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.drop__arr {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	width: 31px;
	height: 31px;
	background-color: var(--color-primary);
	border-radius: 50%;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.drop__arr svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 21.6129032258%;
	height: 40%;
	fill: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg)
}

.drop-wrap.open .drop__arr {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.drop-content {
	height: 0;
	min-height: 0;
	overflow: hidden;
	-webkit-transition-property: min-height, height;
	-o-transition-property: min-height, height;
	transition-property: min-height, height;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s
}

.help-b .help-card {
	margin-bottom: 39px
}

.help-b .help-card:last-child {
	margin-bottom: 0
}

@media(max-width: 768px) {
	.help-b .help-card {
		margin-bottom: 47px
	}
}

.help-card {
	padding: 34px 29px 24px;
	background-color: var(--basick-white);
	-webkit-box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	border-radius: 20px
}

.help-card h5 {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.1666666667
}

.help-card p+h5 {
	margin-top: 2.25em
}

@media(max-width: 1170px) {
	.help-card h5 {
		font-size: 22px
	}
}

@media(max-width: 1024px) {
	.help-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.help-card h5 {
		display: inline-block
	}
}

@media(max-width: 768px) {
	.help-card {
		padding: 25px 25px 40px
	}

	.help-card h5 {
		margin-bottom: 2em;
		font-size: 20px
	}
}

.bro-menu {
	display: none;
	position: relative;
	width: 100%;
	font: 400 18px/1.2 var(--fm-1);
	color: var(--basick-dark);
	overflow: hidden;
	-webkit-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
	will-change: height
}

.bro-menu>ul {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.bro-menu ul {
	width: 100%
}

.bro-menu a,
.bro-menu li>span {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 1em;
	width: 100%;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.bro-menu a:hover,
.bro-menu li>span:hover {
	background-color: #f4f4f4
}

.bro-menu li ul {
	visibility: hidden;
	position: absolute;
	left: 100%;
	top: 0;
	-webkit-transition: visibility 0s .3s;
	-o-transition: visibility 0s .3s;
	transition: visibility 0s .3s
}

.bro-menu li ul.active {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-o-transition: visibility 0s 0s;
	transition: visibility 0s 0s
}

.bro-menu li ul a {
	font-size: 16px
}

.bro-menu li.active>a,
.bro-menu li.active>span {
	font-weight: 700;
	color: var(--color-primary)
}

.bro-menu__next svg,
.bro-menu__back svg {
	display: block;
	width: 12px
}

.bro-menu__next {
	position: relative;
	padding-right: 55px !important
}

.bro-menu__next-arr {
	position: absolute;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 50px
}

.bro-menu__next-arr svg {
	height: 15px;
	width: 15px
}

.bro-menu__back {
	background-color: var(--color-secondary) !important;
	font-size: 18px !important;
	text-transform: uppercase;
	color: var(--basick-white)
}

.bro-menu__back svg {
	margin-right: 1em;
	fill: var(--basick-white);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

@media(max-width: 1024px) {
	.bro-menu {
		display: block
	}
}

.b-radio {
	cursor: pointer;
	position: relative;
	display: block;
	padding-left: 2em;
	font-size: 18px;
	color: var(--basick-dark)
}

.b-radio__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	opacity: 0;
	pointer-events: none
}

.b-radio__input:checked~.b-radio__custom::before {
	opacity: 1
}

.b-radio__custom {
	position: absolute;
	top: -0.0555555556em;
	left: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 0.8333333333em;
	width: 1.1666666667em;
	height: 1.1666666667em;
	border: 2px solid var(--color-primary);
	border-radius: 50%
}

.b-radio__custom::before {
	content: "";
	display: block;
	width: 50%;
	height: 50%;
	border-radius: 50%;
	background-color: var(--color-primary);
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.b-radio__content {
	line-height: 1.2
}

.btns-toggles {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font: 700 18px/1.1666666667 var(--fm-1)
}

.btns-toggles__bg {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-secondary);
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.btns-toggles__item {
	position: relative;
	z-index: 1;
	min-width: 268px;
	height: 49px;
	color: var(--basick-white);
	background-color: var(--color-secondary);
	border-radius: 5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.btns-toggles__item.active {
	cursor: default;
	color: var(--color-secondary);
	background-color: var(--basick-white)
}

.btns-toggles__item:not(.active):hover {
	background-color: #d17221
}

.btns-toggles__item:not(.active):hover~.btns-toggles__bg {
	background-color: #d17221
}

@media(max-width: 768px) {
	.btns-toggles {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.btns-toggles__bg {
		display: none
	}

	.btns-toggles__item {
		margin-bottom: 17px;
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .25)
	}

	.btns-toggles__item:nth-last-of-type(1) {
		margin-bottom: 0
	}
}

.b-input {
	--air: 0 0 29px;
	--pdI: 0 22px 0;
	--pdT: 17px 22px 14px 22px;
	--h: 48px;
	--fz: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: var(--air);
	font-size: 18px
}

.b-input__title {
	margin-top: 15px;
	margin-right: 0.8333333333em
}

.b-input__input {
	max-width: 480px;
	width: 100%
}

.b-input__input input,
.b-input__input textarea {
	width: 100%;
	font-size: var(--fz);
	border: 2px solid var(--color-primary);
	border-radius: 10px;
	-webkit-box-shadow: 7px 5px 0px #e7f8ed;
	box-shadow: 7px 5px 0px #e7f8ed;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.b-input__input input:focus,
.b-input__input textarea:focus {
	border-color: var(--color-secondary);
	-webkit-box-shadow: 7px 5px 0px #faebde;
	box-shadow: 7px 5px 0px #faebde
}

.b-input__input input {
	padding: var(--pdI);
	height: var(--h)
}

.b-input__input textarea {
	padding: var(--pdT);
	min-height: 97px
}

.firm-info {
	display: inline-block;
	position: relative
}

.firm-info span {
	display: inline-block
}

.firm-info svg {
	position: absolute;
	left: 0
}

.firm-info--mail {
	padding-left: 2.125em
}

.firm-info--mail svg {
	width: 1.375em;
	height: 1.0625em
}

.firm-info--loc {
	padding-left: 1.5em
}

.firm-info--loc svg {
	top: 0.0714285714em;
	width: 1.2142857143em;
	height: 1.3571428571em
}

.firm-info--clock {
	padding-left: 1.5em
}

.firm-info--clock svg {
	top: 0.1428571429em;
	width: 1.2142857143em;
	height: 1.2142857143em
}

.sci {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sci__link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	margin-left: 5px;
	-webkit-transition: color .3s, -webkit-transform .3s;
	transition: color .3s, -webkit-transform .3s;
	-o-transition: transform .3s, color .3s;
	transition: transform .3s, color .3s;
	transition: transform .3s, color .3s, -webkit-transform .3s
}

.sci__link svg {
	-webkit-transition: fill .3s;
	-o-transition: fill .3s;
	transition: fill .3s
}

.sci__link:hover {
	text-decoration: underline
}

.sci__link:not(.sci__link--tel):hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.sci__link:not(.sci__link--tel):hover svg {
	fill: var(--color-secondary)
}

.sci__link:first-child {
	margin-left: 0
}

.sci__link--tel {
	margin: 0 0 0px 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1
}

.sci__link svg {
	height: 20px;
	max-width: 20px;
	fill: var(--basick-white)
}

.search-panel {
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.search-panel__inner {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-bottom: 2px solid var(--color-secondary);
	overflow: hidden
}

.search-panel input {
	padding-top: 2px;
	padding-right: 35px;
	padding-left: 15px;
	width: 100%;
	height: 100%;
	font-size: 24px
}

.search-panel button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 2px 0;
	width: 56px;
	height: calc(100% - 4px);
	background-color: #fff
}

.search-panel button svg {
	width: 25px;
	height: 100%;
	fill: var(--color-secondary);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.search-panel button:hover svg {
	fill: #e8a770;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.search__inner {
	position: relative;
	display: block;
	height: 32px
}

.search__input {
	display: block;
	padding: 0 2.5em 0 1em;
	width: 100%;
	height: 100%;
	background-color: #beedd0
}

.search__input::-webkit-input-placeholder {
	color: #637675;
	-webkit-transition: color .3s;
	transition: color .3s
}

.search__input::-moz-placeholder {
	color: #637675;
	-moz-transition: color .3s;
	transition: color .3s
}

.search__input:-ms-input-placeholder {
	color: #637675;
	-ms-transition: color .3s;
	transition: color .3s
}

.search__input::-ms-input-placeholder {
	color: #637675;
	-ms-transition: color .3s;
	transition: color .3s
}

.search__input::placeholder {
	color: #637675;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.search__input:focus::-webkit-input-placeholder {
	color: #b3bfbe
}

.search__input:focus::-moz-placeholder {
	color: #b3bfbe
}

.search__input:focus:-ms-input-placeholder {
	color: #b3bfbe
}

.search__input:focus::-ms-input-placeholder {
	color: #b3bfbe
}

.search__input:focus::placeholder {
	color: #b3bfbe
}

.search__submit {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 2.5em;
	height: 100%;
	text-align: right
}

.search__submit svg {
	display: inline-block;
	margin-left: 10px;
	margin-right: auto;
	width: 1.0833333333em;
	height: 1.0833333333em
}

.search__submit svg path {
	fill: var(--color-primary)
}

.side-box__title {
	margin-bottom: 1.5em;
	font-weight: 700;
	font-size: 20px;
	color: #31353d
}

.side-box+.side-box {
	margin-top: 44px
}

@media(max-width: 768px) {
	.side-box__title {
		display: none
	}

	.side-box+.side-box {
		margin-top: 18px
	}
}

.sorting {
	font-size: 16px
}

.sorting__toggle span {
	position: static !important;
	margin-left: 0.3333333333em;
	width: 0.8333333333em !important;
	height: 0.8333333333em !important;
	opacity: 1 !important;
	background-color: var(--color-secondary);
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important
}

.drop-wrap.open .sorting__toggle span {
	-webkit-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important
}

.sorting__title {
	font-weight: 700;
	font-size: 1.125em;
	color: #31353d
}

.sorting__links {
	color: #767778
}

.sorting__links>* {
	margin-right: 1.375em;
	margin-bottom: 0.5em
}

.sorting__links a,
.sorting__links span {
	display: inline-block
}

.sorting__links a.active,
.sorting__links span.active {
	position: relative;
	font-weight: 700 !important;
	color: var(--color-primary);
	text-decoration: underline
}

.sorting__links a:hover {
	color: var(--color-primary)
}

@media screen and (min-width: 768px) {
	.sorting {
		padding: 0.875em 2.85% 0.25em;
		background: rgba(21, 144, 59, .06);
		border-radius: 5px
	}
}

@media(max-width: 1170px) {
	.sorting {
		font-size: 16px
	}
}

@media(max-width: 768px) {
	.sorting {
		font-size: 14px
	}

	.sorting__links {
		padding-top: 30px
	}

	.sorting__links>* {
		margin-right: 13px;
		margin-bottom: 15px
	}

	.sorting__title {
		display: none !important
	}
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font: 700 24px/1 var(--fm-1);
	color: var(--color-primary)
}

.logo__ic {
	margin-right: 1.4583333333em;
	width: 2.4166666667em;
	height: 2.0416666667em
}

.hamburger {
	position: relative;
	width: 25px;
	height: 20px;
	color: var(--color-primary)
}

.hamburger span {
	top: 50%;
	display: block;
	margin-top: -2px;
	-webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) .15s;
	transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) .15s;
	-o-transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) .15s, background-color 0s linear 75ms;
	transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) .15s, background-color 0s linear 75ms;
	transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) .15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) .15s
}

.hamburger.active span {
	-webkit-transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear .15s;
	transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear .15s;
	transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear .15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: transparent !important
}

.hamburger.active span::after {
	bottom: 0;
	-webkit-transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
	transition: bottom 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
	-o-transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hamburger.active span::before {
	top: 0;
	-webkit-transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
	transition: top 75ms ease-out .1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
	-o-transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) .15s;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hamburger span,
.hamburger span::before,
.hamburger span:after {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 1.5px
}

.hamburger span::before,
.hamburger span::after {
	display: block;
	content: ""
}

.hamburger span::before {
	top: -8px;
	-webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	-o-transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s
}

.hamburger span::after {
	bottom: -8px;
	-webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	-o-transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s
}

.main-slider {
	height: 620px
}

.main-slider-wrap {
	position: relative
}

.main-slider__slide {
	padding: 92px 0 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top
}

.main-slider__slide h1,
.main-slider__slide h2 {
	margin-bottom: 0.640625em;
	font: 700 64px/1.15625 var(--fm-1);
	color: var(--color-primary)
}

.main-slider__slide p {
	font-size: 24px;
	line-height: 1.125
}

.main-slider__slide .btn {
	--height: 51px;
	--fz: 20px;
	margin-top: 74px;
	padding: 0 19px;
	font-weight: 400
}

.main-slider__content {
	position: relative;
	z-index: 2;
	max-width: 790px
}

.main-slider-pagination {
	bottom: 48px
}

@media(max-width: 1170px) {
	.main-slider {
		height: 500px
	}

	.main-slider__slide {
		padding: 50px 0 70px;
		background-position: right top
	}

	.main-slider__slide::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, .6)
	}

	.main-slider__slide h1,
	.main-slider__slide h2 {
		font-size: 48px
	}

	.main-slider__slide p {
		font-size: 20px
	}

	.main-slider__slide .btn {
		--height: 45px;
		--fz: 18px;
		margin-top: 55px;
		padding: 0 18px
	}

	.main-slider-pagination {
		bottom: 30px
	}
}

@media(max-width: 768px) {
	.main-slider {
		height: 280px
	}

	.main-slider__slide {
		padding: 40px 0 25px
	}

	.main-slider__slide h1,
	.main-slider__slide h2 {
		font-size: 24px
	}

	.main-slider__slide p {
		font-size: 16px
	}

	.main-slider__slide .btn {
		--height: 32px;
		--fz: 14px;
		margin-top: 27px;
		padding: 0 16px
	}

	.main-slider-pagination {
		display: none
	}
}

.slider-arr {
	position: absolute;
	z-index: 2;
	width: 35px;
	height: 35px
}

.slider-arr--next {
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.slider-arr svg {
	fill: var(--color-primary)
}

.slider-pagination {
	position: absolute;
	left: 50%;
	z-index: 2;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.slider-pagination .swiper-pagination-bullet {
	margin-right: 12px;
	margin-top: 8px;
	width: 14px;
	height: 14px;
	background: var(--basick-white);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .25);
	opacity: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.slider-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0
}

.slider-pagination .swiper-pagination-bullet:hover {
	background-color: var(--color-primary)
}

.slider-pagination .swiper-pagination-bullet-active {
	background: var(--color-primary);
	-webkit-box-shadow: none;
	box-shadow: none
}

.map-b__head {
	padding: 15px 0 17px;
	background-color: var(--color-primary)
}

.map-b__head .btns-toggles {
	margin: 0 auto
}

.map-b__wrap {
	height: 600px
}

.map-b__wrap iframe {
	width: 100%;
	height: 100%
}

@media(max-width: 1450px) {
	.map-b__wrap {
		height: 480px
	}
}

@media(max-width: 1024px) {
	.map-b__wrap {
		height: 430px
	}
}

.mobile-menu-wrap {
	position: fixed;
	top: 58px;
	left: 0;
	bottom: 0;
	z-index: 999;
	padding: 1em 0;
	width: 100%;
	background-color: var(--basick-white);
	-webkit-box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, .1);
	overflow: auto;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.mobile-menu-wrap .mobile-search {
	margin: 0 0 1.5em auto
}

.mobile-menu-wrap.open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.mobile-search {
	--rad: 6px;
	--dur: 0.3s;
	--color-dark: var(--basick-dark);
	--color-light: #fff;
	--color-brand: var(--color-primary);
	--font-fam: "Lato", sans-serif;
	--height: 32px;
	--btn-width: 60px;
	--bez: cubic-bezier(0, 0, 0.43, 1.49);
	position: relative;
	width: 280px;
	background: var(--color-primary);
	border-radius: var(--rad)
}

.mobile-search input,
.mobile-search button {
	height: var(--height);
	font-family: var(--font-fam);
	border: 0;
	color: var(--color-dark);
	font-size: 14px
}

.mobile-search input[type=search] {
	outline: 0;
	width: 100%;
	background: var(--color-light);
	padding: 0 .7em 0 1em;
	border: 1px solid var(--basick-dark);
	border-radius: var(--rad);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all var(--dur) var(--bez);
	-o-transition: all var(--dur) var(--bez);
	transition: all var(--dur) var(--bez);
	-webkit-transition-property: width, border-radius;
	-o-transition-property: width, border-radius;
	transition-property: width, border-radius;
	z-index: 1;
	position: relative
}

.mobile-search button {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: var(--btn-width);
	font-weight: bold;
	color: var(--basick-white);
	background: var(--color-brand);
	border-radius: 0 var(--rad) var(--rad) 0
}

.mobile-search input:not(:-moz-placeholder-shown) {
	border-radius: var(--rad) 0 0 var(--rad);
	width: calc(100% - var(--btn-width))
}

.mobile-search input:not(:-ms-input-placeholder) {
	border-radius: var(--rad) 0 0 var(--rad);
	width: calc(100% - var(--btn-width))
}

.mobile-search input:not(:placeholder-shown) {
	border-radius: var(--rad) 0 0 var(--rad);
	width: calc(100% - var(--btn-width))
}

.mobile-search input:not(:-moz-placeholder-shown)+button {
	display: block
}

.mobile-search input:not(:-ms-input-placeholder)+button {
	display: block
}

.mobile-search input:not(:placeholder-shown)+button {
	display: block
}

.mobile-search label {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.notice {
	padding: 21px 20px 15px;
	font: 700 18px/1.3888888889 var(--fm-1);
	color: var(--basick-white);
	text-align: center;
	background-color: var(--color-secondary)
}

.notice p {
	margin-bottom: 1em
}

.notice p:last-child {
	margin-bottom: 0
}

@media(max-width: 768px) {
	.notice {
		margin-left: -20px;
		margin-right: -20px;
		font-size: 16px;
		text-align: left
	}
}

.notify {
	margin: 20px 0;
	font-size: 18px;
	line-height: 1.1111111111;
	color: #9b9b9b;
	text-align: center
}

.notify a:hover {
	text-decoration: underline
}

.category-b .b-row {
	margin-left: -4px;
	margin-right: -4px;
	margin-bottom: -33px
}

.category-b [class*=col-] {
	padding: 0 4px 33px
}

.category-b [class*=col-] .category-card {
	height: 100%
}

.category__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.category-card {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 12px 20px 24px;
	font-size: 20px;
	line-height: 1.1;
	text-align: center;
	background-color: #f0f8f3;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
	border-radius: 5px;
	border-radius: .4rem;
	-webkit-box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .0015);
	box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .15);
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.category-card:hover {
	-webkit-box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, .15);
	box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, .15)
}

.category-card__img {
	display: block;
	margin-bottom: 14px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

.category-card span:last-child {
	display: block;
	margin-top: auto
}

@media(max-width: 1170px) {
	.category-b .b-row {
		margin-bottom: -25px
	}

	.category-b [class*=col-] {
		padding: 0 4px 25px
	}

	.category-card {
		padding: 10px 20px 20px;
		font-size: 18px
	}

	.category-card__img {
		margin-bottom: 12px
	}
}

@media(max-width: 768px) {
	.category-b .b-row {
		margin-bottom: -17px
	}

	.category-b [class*=col-] {
		padding: 0 4px 17px
	}

	.category-card {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10px 20px;
		min-height: 70px;
		font-size: 20px;
		-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
		box-shadow: 0px 0px 4px rgba(0, 0, 0, .1)
	}

	.category-card:hover {
		background-color: #cde8d7;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.category-card__img {
		display: none
	}

	.category-card span:last-child {
		margin-top: 0
	}
}

.work-b h2 {
	margin-bottom: 100px
}

@media(max-width: 1170px) {
	.work-b h2 {
		margin-bottom: 80px
	}
}

@media(max-width: 1024px) {
	.work-b h2 {
		margin-bottom: 70px
	}
}

.instructions-steps__list {
	--air-l: 25px;
	--air-b: 30px;
	--widthCol: 20%;
	margin: 0 0 calc(var(--air-b)*-1) calc(var(--air-l)*-1)
}

.instructions-steps__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 var(--air-b) var(--air-l);
	padding-top: 3.5714285714em;
	width: calc(var(--widthCol) - var(--air-l));
	font: 700 14px/1.1428571429 var(--fm-1);
	text-align: center
}

.instructions-steps__item:last-child .instructions-steps__item-number::before {
	display: none
}

.instructions-steps__item-number {
	position: relative;
	margin-bottom: 0.5833333333em;
	width: 1.8958333333em;
	height: 1.8958333333em;
	font: 700 3.4285714286em/1em var(--fm-1);
	color: var(--basick-white);
	text-align: center;
	line-height: 1.8958333333em;
	background-color: var(--color-primary);
	border-radius: 50%
}

.instructions-steps__item-number::before {
	content: "";
	position: absolute;
	width: 4.4166666667em;
	height: 1.0625em;
	bottom: 93%;
	left: 60%;
	display: block;
	background: url(./../../img/icons/work-b_arr.png) no-repeat;
	background-size: contain
}

.instructions-steps__item h6 {
	margin-bottom: 0.5652173913em;
	font: 700 1.4285714286em/1.15 var(--fm-1);
	color: var(--color-primary)
}

.instructions-steps__item p {
	font-size: 14px
}

.instructions-steps__item [href*=tel] {
	white-space: nowrap
}

@media(max-width: 1170px)and (min-width: 1024px) {
	.instructions-steps__item {
		font-size: 12px
	}
}

@media(max-width: 1024px) {
	.instructions-steps__list {
		--widthCol: 33.333%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.instructions-steps__item {
		padding-top: 0
	}

	.instructions-steps__item-number::before {
		display: none
	}
}

@media(max-width: 768px) {
	.instructions-steps__list {
		--widthCol: 50%;
		--air-b: 60px
	}

	.instructions-steps__item {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 250px;
		min-width: 220px
	}

	.instructions-steps__item-number::before {
		display: none
	}
}

.panel-b {
	width: 100%;
	max-width: 100%
}

.panel-b__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.panel-b__sidebar {
	position: relative;
	z-index: 5;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 50px;
	width: 230px
}

.panel-b__sidebar .catalog-nav~.filters-wrap {
	margin-top: 17px
}

.panel-b__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: calc(100% - 280px)
}

@media(max-width: 1024px) {
	.panel-b__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.panel-b__sidebar {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%
	}

	.panel-b__content {
		max-width: 100%
	}
}

@media(max-width: 768px) {
	.panel-b__sidebar {
		margin-bottom: 18px
	}
}

.products-b__sorting {
	margin-bottom: 25px
}

.products-b__list {
	--air-l: 18px;
	--air-b: 36px;
	--widthCol: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 calc(var(--air-b)*-1) calc(var(--air-l)*-1)
}

.products-b__list .product-card {
	margin: 0 0 var(--air-b) var(--air-l);
	width: calc(var(--widthCol) - var(--air-l))
}

@media(min-width: 1024px) {
	.panel-b .products-b__list {
		--widthCol: 33.33%
	}
}

@media(max-width: 1170px) {
	.products-b__list {
		--widthCol: 33.333%
	}
}

@media(max-width: 1024px) {
	.products-b__list {
		--air-l: 30px;
		--air-b: 40px;
		--widthCol: 50%
	}
}

@media(max-width: 580px) {
	.products-b__list {
		--widthCol: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.products-b .product-card {
		max-width: 280px
	}
}

.products-slider {
	overflow: visible
}

.products-slider-b h2 {
	margin-bottom: 75px
}

.products-slider .swiper-wrapper {
	--air-l: 17.5px;
	--air-b: 36px;
	--widthCol: 25%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 calc(var(--air-b)*-1) calc(var(--air-l)*-1);
	width: auto
}

.products-slider__slide {
	margin: 0 0 var(--air-b) var(--air-l);
	width: calc(var(--widthCol) - var(--air-l));
	height: auto
}

.products-slider .product-card {
	height: 100%
}

@media(max-width: 1170px) {
	.products-slider .swiper-wrapper {
		--air-b: 35px;
		--widthCol: 33.3333%
	}
}

@media(max-width: 1024px) {
	.products-slider {
		margin-left: -10px;
		margin-right: -20px;
		padding: 10px;
		overflow: hidden
	}

	.products-slider .swiper-wrapper {
		--air-l: 0px;
		--air-b: 0px;
		--widthCol: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0;
		width: 100%
	}

	.products-slider__slide {
		width: auto
	}

	.products-slider .product-card {
		width: 274px
	}

	.products-slider .product-card:hover {
		-webkit-box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .15), 0 .38889em 0px #e7f8ed;
		box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .15), 0 .38889em 0px #e7f8ed
	}
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 75px 0 30px;
	row-gap: 10px;
	font-size: 25px;
	line-height: 1;
	text-align: center
}

.pagination .page-item {
	margin: 0 .2em
}

.pagination .page-item:hover:not(.disabled) a,
.pagination .page-item.active a {
	color: var(--color-primary)
}

.pagination .page-item.disabled {
	opacity: .6;
	pointer-events: none
}

.pagination .page-item:last-child,
.pagination .page-item:first-child {
	position: relative;
	width: 1.2083333333em;
	height: 1.2083333333em;
	background-color: var(--color-primary);
	border-radius: 50%
}

.pagination .page-item:last-child svg,
.pagination .page-item:first-child svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 29.3103448276%;
	fill: var(--basick-white);
	-webkit-transform: translate(-60%, -50%);
	-ms-transform: translate(-60%, -50%);
	transform: translate(-60%, -50%)
}

.pagination .page-item:last-child:hover,
.pagination .page-item:first-child:hover {
	background-color: var(--color-secondary)
}

.pagination .page-item:first-child {
	margin-right: 30px
}

.pagination .page-item:last-child {
	margin-left: 30px
}

.pagination .page-item:last-child svg {
	-webkit-transform: translate(-40%, -50%) scaleX(-1);
	-ms-transform: translate(-40%, -50%) scaleX(-1);
	transform: translate(-40%, -50%) scaleX(-1)
}

.pagination a {
	display: inline-block;
	min-width: 1.0416666667em;
	height: 1.2083333333em;
	color: #c4c4c4;
	line-height: 1.2083333333em;
	text-align: center;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

@media(max-width: 1024px) {
	.pagination .page-item:not(:last-child) {
		margin-right: .3em
	}
}

.palette-prod {
	margin-top: 14px
}

.palette-prod:first-child {
	margin-top: 0
}

.palette-prod__list {
	--air-l: 9px;
	--air-b: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 calc(var(--air-b)*-1) calc(var(--air-l)*-1);
	padding-left: 0;
	list-style-type: none
}

.palette-prod__item {
	cursor: pointer;
	position: relative;
	margin: 0 0 var(--air-b) var(--air-l);
	word-wrap: break-word;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	overflow: hidden
}

.palette-prod__item a {
	display: block
}

.palette-prod__item-indicator {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 50%
}

input:checked~.palette-prod__item-indicator {
	border: 2px solid #989590
}

@media(max-width: 768px) {
	.palette-prod__list {
		--air-x: 16px;
		--air--b: 14px
	}

	.palette-prod__item {
		width: 38px;
		height: 38px
	}
}

.info-slider-b h2 {
	margin-bottom: 75px
}

@media(max-width: 1170px) {
	.info-slider-b h2 {
		margin-bottom: 55px
	}
}

@media(max-width: 768px) {
	.info-slider-b h2 {
		margin-bottom: 40px
	}
}

.info-slider-wrap {
	position: relative;
	padding-bottom: 50px
}

.info-slider__text {
	font-size: 14px;
	line-height: 1.4285714286
}

.info-slider__text p {
	margin-bottom: 22px
}

.info-slider__text p:nth-last-of-type(1) {
	margin-bottom: 0
}

.info-slider-pagination {
	bottom: 5px
}

@media(max-width: 1024px) {
	.info-slider-wrap {
		padding-bottom: 50px
	}
}

.product-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: var(--basick-white);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .15);
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	-webkit-box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .15), 0 0.3888888889em 0px #e7f8ed;
	box-shadow: 0 .2rem .4rem rgba(0, 0, 0, .15), 0 0.3888888889em 0px #e7f8ed;
	overflow: hidden;
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.product-card:hover {
	-webkit-box-shadow: 0 2rem 2rem rgba(0, 0, 0, .07), 0 0.2222222222em 0px #e7f8ed;
	box-shadow: 0 2rem 2rem rgba(0, 0, 0, .07), 0 0.2222222222em 0px #e7f8ed
}

.product-card__img {
	position: relative;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.product-card__img::before {
	content: "";
	display: block;
	padding-bottom: 100%
}

.product-card__textBox {
	display: inherit;
	-webkit-box-orient: inherit;
	-webkit-box-direction: inherit;
	-ms-flex-direction: inherit;
	flex-direction: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.6666666667em 0.5555555556em 1.3888888889em;
	height: 100%
}

.product-card__category {
	color: var(--basick-gray)
}

.product-card h5 {
	margin-bottom: 15px;
	font: 700 1.3333333333em/1.1666666667 var(--fm-1)
}

.product-card__availability {
	margin: auto 0 0.7777777778em;
	color: var(--color-primary)
}

.product-card__propertys {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (auto)[2];
	grid-template-columns: repeat(2, auto);
	-webkit-column-gap: 2.2222222222%;
	-moz-column-gap: 2.2222222222%;
	column-gap: 2.2222222222%;
	row-gap: 18px;
	margin-top: auto;
	padding-bottom: 20px;
	width: 100%;
	font-size: 14px
}

.product-card__propertys .product-propertys__item {
	-ms-grid-column-align: center;
	justify-self: center
}

.product-propertys__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #7c8882
}

.product-propertys__item img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8px;
	width: 24px;
	height: 24px
}

.product-card__price {
	font-size: 1.3888888889em;
	color: var(--basick-gray)
}

.product-card__price .price-old {
	font-size: .9em;
	color: var(--color-secondary);
	text-decoration: line-through
}

.product-card__price span {
	font-weight: 700;
	color: var(--color-primary)
}

.product-card .btn {
	margin-top: 1.3333333333em;
	min-width: 184px
}

.product-card__min-order {
	margin-top: 1.3333333333em;
	color: var(--basick-gray)
}

.v-modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	-webkit-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
	pointer-events: none;
	overflow: auto;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.v-modal__close {
	cursor: pointer;
	position: absolute;
	top: 7px;
	right: 13px;
	z-index: 3;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 10px;
	font-weight: 500;
	font-size: 22px;
	color: #c4c4c4;
	opacity: .6;
	-webkit-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s
}

.v-modal__close::before {
	content: "✖"
}

.v-modal__close:hover {
	opacity: 1
}

.v-modal__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.v-modal.active {
	opacity: 1;
	pointer-events: all
}

.v-modal__content,
.v-modal form {
	position: relative;
	z-index: 1;
	padding: 55px 35px;
	max-width: 450px;
	width: 100%;
	background-color: var(--basick-white);
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, .22), 0px 19px 60px rgba(0, 0, 0, .3);
	box-shadow: 0px 15px 20px rgba(0, 0, 0, .22), 0px 19px 60px rgba(0, 0, 0, .3)
}

.v-modal__content h5,
.v-modal form h5 {
	font-size: 36px;
	margin-bottom: 0.8333333333em
}

.v-modal__content .b-input,
.v-modal form .b-input {
	--air: 0 0 28px
}

.v-modal__content .btn,
.v-modal form .btn {
	--height: 48px;
	--fz: 16px;
	margin-top: 7px;
	min-width: 214px
}

@media(max-width: 768px) {

	.v-modal__content,
	.v-modal form {
		padding: 45px 30px 50px;
		max-width: 400px
	}

	.v-modal__content .b-input,
	.v-modal form .b-input {
		--air: 0 0 25px;
		--h: 40px
	}

	.v-modal__content .b-input__input input,
	.v-modal__content .b-input__input textarea,
	.v-modal form .b-input__input input,
	.v-modal form .b-input__input textarea {
		border-width: 2px
	}

	.v-modal__content .b-input__input textarea,
	.v-modal form .b-input__input textarea {
		min-height: 70px
	}

	.v-modal__content .btn,
	.v-modal form .btn {
		--height: 42px
	}
}

@media(max-width: 480px) {

	.v-modal__content h5,
	.v-modal form h5 {
		margin-bottom: 25px;
		font-size: 28px
	}

	.v-modal__content .b-input__input input,
	.v-modal__content .b-input__input textarea,
	.v-modal form .b-input__input input,
	.v-modal form .b-input__input textarea {
		border-width: 2px
	}
}

.v-modal[data-type-modal=flash] .title {
	font-size: 32px
}

.v-modal[data-type-modal=flash] .v-modal__content {
	padding: 38px 20px 50px;
	max-width: 505px
}

.v-modal[data-type-modal=flash] .v-modal__content p {
	margin: 0 auto;
	max-width: 405px;
	font-size: 20px;
	line-height: 1.15
}

@media(max-width: 768px) {
	.v-modal[data-type-modal=flash] {
		padding: 28px 20px 40px
	}

	.v-modal[data-type-modal=flash] .title {
		margin-bottom: 20px;
		font-size: 25px
	}

	.v-modal[data-type-modal=flash] .v-modal__content {
		max-width: 450px
	}

	.v-modal[data-type-modal=flash] .v-modal__content p {
		font-size: 16px
	}
}

.visual-list {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.visual-list__item {
	padding: 2.0833333333em 0;
	max-width: 380px;
	font-size: 24px;
	line-height: 1.1666666667;
	text-align: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center
}

.visual-list__item h5 {
	margin-bottom: 1.25em;
	font-weight: 700
}

@media(max-width: 1170px) {
	.visual-list__item {
		font-size: 22px
	}
}

@media(max-width: 1024px) {
	.visual-list__item:not(:last-child) {
		margin-bottom: 50px
	}
}

@media(max-width: 768px) {
	.visual-list__item {
		font-size: 20px
	}
}

header {
	position: relative;
	z-index: 6;
	background-color: var(--basick-white);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1)
}

header .js-for-fixed {
	display: none;
	margin-left: 29px !important
}

header.fixed {
	z-index: 50
}

header.fixed .header__bottom {
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px 0 0;
	width: 100%;
	background-color: var(--basick-white);
	-webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, .16);
	box-shadow: 0 5px 21px rgba(0, 0, 0, .16);
	-webkit-animation: anim .5s;
	animation: anim .5s
}

header.fixed [download] {
	display: none
}

header.fixed .js-for-fixed {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

header.fixed .header__nav {
	margin-top: 0
}

header.fixed .menu-drop__toggle {
	margin-top: -3px
}

header.fixed .menu__link {
	padding: 25px 15px 28px
}

@-webkit-keyframes anim {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes anim {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@media(max-width: 1024px) {
	header.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-animation: anim .5s;
		animation: anim .5s
	}

	header.fixed .header__bottom {
		position: static;
		padding: 10px 0;
		-webkit-animation: none;
		animation: none;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	header.fixed [download] {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	header.fixed .js-for-fixed {
		display: none
	}

	header.fixed .header__sci:nth-of-type(1) {
		display: none
	}
}

@media(max-width: 1024px) {
	header .container {
		max-width: 100%
	}
}

.header__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	padding: 13px 0 12px;
	color: var(--basick-white);
	background-color: var(--color-primary)
}

.header__top .sci {
	margin-right: 30px
}

.header__top .firm-info {
	margin-left: auto
}

.header__top .firm-info svg {
	fill: var(--basick-white)
}

.header__hamburger {
	color: var(--basick-white)
}

.header__middle {
	position: relative
}

header .btn {
	--height: 46px;
	margin-left: 22px;
	min-width: 216px
}

header .btn--secondary {
	margin-left: 29px
}

.header__btn-basket,
.header__search-btn {
	margin-left: auto
}

.header__nav {
	margin-top: 24px
}

.header__search {
	-ms-flex-negative: 2;
	flex-shrink: 2;
	margin-left: 30px;
	max-width: 400px;
	width: 100%
}

.header__search-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center top;
	-ms-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.header__search-panel.open {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1
}

@media(max-width: 1024px) {
	.header {
		padding: 11px 0 13px
	}

	.header__top {
		margin-bottom: 0
	}

	.header__top .container {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		max-width: 100%
	}

	.header__top .firm-info {
		display: none
	}

	.header__top .sci {
		margin: 0 0 9px 0
	}

	.header__top .sci:nth-last-of-type(1) {
		margin-bottom: 0
	}

	.header__hamburger {
		position: absolute;
		left: 20px;
		top: 50%;
		width: 41px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.header__hamburger span,
	.header__hamburger span::before,
	.header__hamburger span::after {
		height: 5px
	}

	.header__hamburger span::before {
		top: -10px
	}

	.header__hamburger span::after {
		bottom: -10px
	}

	.header__middle {
		margin-top: 10px
	}

	.header__middle>*:not(.header__search) {
		display: none
	}

	.header__search {
		margin: 0;
		max-width: none
	}

	.header__bottom {
		padding: 10px 0
	}

	.header__bottom .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.header__bottom .btn--secondary {
		--height: 39px;
		margin: 0;
		font-size: 14px
	}

	.header__nav,
	.header__btn-basket {
		display: none
	}

	.header__sci .sci__link {
		font-size: 14px
	}
}

.menu {
	font-size: 18px;
	color: var(--basick-dark);
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.menu ul {
	position: absolute;
	padding: 10px 0;
	min-width: 243px;
	background-color: var(--basick-white);
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1), inset 0px 10px 10px -10px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1), inset 0px 10px 10px -10px rgba(0, 0, 0, .1);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.menu ul::before {
	content: "";
	position: absolute;
	right: -10px;
	bottom: 100%;
	left: -10px;
	z-index: 1;
	display: block;
	height: 13px;
	background-color: #fff
}

.menu>li>ul {
	top: 100%;
	left: 0
}

.menu>li>a {
	white-space: nowrap
}

.menu li:hover>ul:not(.menu-drop__list) {
	opacity: 1;
	pointer-events: all
}

.menu li.active>span {
	color: var(--color-primary)
}

.menu ul ul {
	top: 0;
	left: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: (-webkit-min-content)[8];
	-ms-grid-rows: (min-content)[8];
	grid-template-rows: repeat(8, -webkit-min-content);
	grid-template-rows: repeat(8, min-content);
	-ms-grid-columns: (-webkit-max-content)[2];
	-ms-grid-columns: (max-content)[2];
	grid-template-columns: repeat(2, -webkit-max-content);
	grid-template-columns: repeat(2, max-content);
	-webkit-column-gap: 19px;
	-moz-column-gap: 19px;
	column-gap: 19px;
	padding: 10px 40px 30px 12px;
	min-height: 100%
}

.menu ul a,
.menu ul li>span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px 9px 35px
}

.menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.menu ul li:hover>a,
.menu ul li.active>span {
	color: var(--color-primary);
	text-shadow: .1px .1px 0 var(--color-primary), -0.1px -0.1px 0 var(--color-primary)
}

.menu__item {
	position: relative;
	margin-right: 19px;
	line-height: 1.2
}

.menu__item:last-child {
	margin-right: 0
}

.menu__item:hover .menu__link {
	color: var(--color-primary);
	text-shadow: .1px .1px 0 var(--color-primary), -0.1px -0.1px 0 var(--color-primary)
}

.menu__link {
	padding: 10px 15px 23px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

@media(max-width: 1170px) {
	.menu__item {
		margin-right: 8px
	}
}

@media(min-width: 1025px) {
	.menu-drop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 0
	}

	.menu-drop:hover .menu-drop__list,
	.menu-drop.active .menu-drop__list {
		opacity: 1;
		pointer-events: all
	}

	.menu-drop__toggle {
		margin-top: -10px;
		width: 25px;
		height: 20px
	}

	.menu-drop__toggle.active+.menu__link {
		color: var(--color-primary);
		text-shadow: .1px .1px 0 var(--color-primary), -0.1px -0.1px 0 var(--color-primary)
	}

	.menu-drop__item:hover {
		background-color: var(--color-primary)
	}

	.menu-drop__item:hover>a,
	.menu-drop__item:hover>span {
		color: var(--basick-white) !important
	}

	.menu-drop__link {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.menu-drop__link .arr svg {
		fill: currentColor
	}
}

@media(max-width: 1024px) {
	.menu-drop__arr {
		display: none
	}
}

footer {
	margin-top: auto;
	padding-top: 27px;
	font-size: 14px;
	background-color: var(--basick-white)
}

.footer__logo {
	font-size: 14px
}

.footer__menu {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: -10px;
	font-size: 14px
}

.footer__menu .menu__item {
	margin-right: 10px
}

.footer__menu .menu__link {
	padding: 5px 10px
}

.footer__middle {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 295px auto -webkit-max-content -webkit-max-content;
	-ms-grid-columns: 295px auto max-content max-content;
	grid-template-columns: 295px auto -webkit-max-content -webkit-max-content;
	grid-template-columns: 295px auto max-content max-content;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 33px 0 45px;
	line-height: 1.7857142857
}

.footer__hint {
	margin-top: 14px;
	font-size: 12px;
	line-height: 1.0833333333;
	color: #c4c4c4
}

.footer__catalog {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: -webkit-max-content -webkit-max-content;
	-ms-grid-columns: max-content max-content;
	grid-template-columns: -webkit-max-content -webkit-max-content;
	grid-template-columns: max-content max-content;
	-webkit-column-gap: 53px;
	-moz-column-gap: 53px;
	column-gap: 53px
}

.footer__catalog a {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.footer__catalog a:hover {
	color: var(--color-primary)
}

.footer__sci .sci__link {
	margin-left: 3px
}

.footer__sci .sci__link:not(.sci__link--tel) {
	width: 16px
}

.footer__sci .sci__link svg {
	height: 16px;
	max-width: 16px;
	fill: var(--color-primary)
}

.footer__sci .sci__link--tel {
	margin-left: 6px;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit
}

.footer__sci+.firm-info {
	margin-left: 40px;
	padding-left: 1.5714285714em
}

.footer__sci+.firm-info svg {
	top: 0.2142857143em;
	max-width: 16px
}

footer .firm-info svg {
	fill: var(--color-primary)
}

.footer__bottom {
	padding: 12px 0 10px;
	font: 700 14px var(--fm-1);
	color: var(--basick-white);
	background-color: var(--color-primary)
}

.footer__bottom .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.footer__ArtBro {
	position: absolute;
	left: 50%;
	top: 0px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media(max-width: 1170px) {
	.footer__middle {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 245px auto -webkit-max-content -webkit-max-content;
		-ms-grid-columns: 245px auto max-content max-content;
		grid-template-columns: 245px auto -webkit-max-content -webkit-max-content;
		grid-template-columns: 245px auto max-content max-content;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 33px 0 45px;
		line-height: 1.7857142857
	}

	.footer__catalog {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px
	}
}

@media(max-width: 1024px) {
	.footer__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.footer__menu {
		margin: 25px 0 0
	}

	.footer__middle {
		-ms-grid-columns: 290px auto;
		grid-template-columns: 290px auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
		row-gap: 30px;
		padding: 27px 0 45px
	}

	.footer__middle-col:nth-of-type(3) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3
	}

	.footer__middle-col:nth-of-type(4) {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3
	}
}

@media(max-width: 630px) {
	.footer__top {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer__menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer__middle {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		row-gap: 0
	}

	.footer__middle-col {
		margin-top: 27px
	}

	.footer__middle-col:first-child {
		margin: 0 0 19px
	}

	.footer__middle-col:nth-of-type(3) {
		grid-column: auto;
		-ms-grid-column-align: center;
		justify-self: center;
		margin-left: -63px
	}

	.footer__middle-col:nth-of-type(4) {
		grid-row: auto
	}

	.footer__hint {
		margin-top: 7px;
		max-width: 250px
	}

	.footer__bottom {
		padding: 10px 0 13px
	}

	.footer__bottom .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer__ArtBro {
		position: static;
		margin-top: 8px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.index-pg .category-b {
	margin-top: 65px
}

.index-pg .advantages-b {
	margin-top: 89px
}

.index-pg .work-b {
	margin-top: 120px
}

.index-pg .products-slider-b {
	margin-top: 100px
}

.index-pg .map-b {
	margin-top: 100px
}

.index-pg .info-slider-b {
	margin-top: 73px
}

@media(max-width: 1024px) {
	.index-pg .category-b {
		margin-top: 45px
	}

	.index-pg .advantages-b {
		margin-top: 73px
	}

	.index-pg .work-b {
		margin-top: 80px
	}
}

@media(max-width: 768px) {
	.index-pg .info-slider-b {
		margin-top: 53px
	}
}

.basket-pg h1 {
	margin-bottom: 60px
}

.basket-pg .order-registration {
	margin-top: 75px
}

@media(max-width: 768px) {
	.basket-pg h1 {
		margin-bottom: 44px
	}
}

.basket-form__reset-btn {
	min-width: 190px
}

.basket-form__submit-btn {
	min-width: 205px
}

.basket-form .total-purchase {
	margin: 0 auto
}

@media(max-width: 768px) {
	.basket-form__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.basket-form .total-purchase {
		display: none
	}

	.basket-form__submit-btn {
		--height: 49px;
		--fz: 20px;
		margin-top: 30px;
		min-width: 260px
	}
}

.basket-table {
	margin: 47px 0 39px;
	padding: 50px 5% 30px 4.5%;
	font-size: 18px;
	-webkit-box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	border-radius: 20px
}

.basket-table__row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.basket-table__row>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center
}

.basket-table__row>div:last-child {
	-webkit-box-flex: .5;
	-ms-flex-positive: .5;
	flex-grow: .5;
	text-align: right
}

.basket-table__head {
	padding-bottom: 0.8333333333em;
	font-size: 20px;
	color: #909090
}

.basket-table__body .basket-table__row {
	padding-bottom: 1em
}

.basket-table__body .basket-table__row:last-child {
	padding-bottom: 0
}

.basket-table__body .basket-table__name h5 {
	margin-top: 0.2777777778em;
	font-size: 22px;
	line-height: 1.2222222222;
	text-align: left
}

.basket-table__body .basket-table__name img {
	max-width: 150px
}

.basket-table__body .basket-table__price,
.basket-table__body .basket-table__cost {
	padding: 0 5px;
	font-weight: 700;
	font-size: 1.2222222222em
}

.basket-table__name {
	min-width: 40%;
	text-align: left !important
}

.basket-table .number-slider {
	display: -ms-inline-grid;
	display: inline-grid;
	margin: 0 auto
}

@media(max-width: 1170px) {
	.basket-table__name {
		min-width: 30%
	}
}

@media(max-width: 768px) {
	.basket-table {
		padding: 45px 25px
	}

	.basket-table__head {
		display: none
	}

	.basket-table__body .basket-table__row {
		padding-bottom: 2.5em
	}

	.basket-table__body .basket-table__name img {
		margin: 0 auto
	}

	.basket-table__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.basket-table__name {
		min-width: auto;
		text-align: center !important
	}

	.basket-table__price,
	.basket-table__remove {
		display: none
	}

	.basket-table__quantity {
		margin: .8em 0
	}

	.basket-table__cost {
		font-weight: 700;
		font-size: 2em !important;
		color: var(--color-primary)
	}
}

.number-slider {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	row-gap: 8px;
	font-size: 20px
}

.number-slider__input {
	-ms-grid-row-span: 2;
	grid-row: span 2;
	display: block;
	width: 2.75em;
	height: 2.75em;
	line-height: 2.85em;
	color: var(--basick-dark);
	text-align: center;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	border-radius: 50%
}

.number-slider__up,
.number-slider__down {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
	display: block;
	font-weight: 700;
	width: 1.45em;
	height: 1.45em;
	line-height: 1.45em;
	text-align: center;
	color: var(--basick-white);
	background-color: var(--color-primary);
	border-radius: 50%;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.number-slider__up:hover,
.number-slider__down:hover {
	background-color: #10712e
}

.number-slider__up {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3
}

@media(max-width: 768px) {
	.number-slider {
		grid-auto-flow: column;
		-webkit-column-gap: 17px;
		-moz-column-gap: 17px;
		column-gap: 17px
	}

	.number-slider__up,
	.number-slider__down,
	.number-slider__input {
		grid-column: auto;
		grid-row: auto
	}

	.number-slider__up,
	.number-slider__down {
		width: 1.7083333333em;
		height: 1.7083333333em;
		font-size: 1em;
		line-height: 1.7083333333em
	}
}

.total-purchase {
	padding: 0 20px;
	font-size: 24px;
	line-height: 1.125;
	text-align: center
}

.total-purchase__cost {
	display: inline-block;
	margin-left: 0.2777777778em;
	font: 700 1.5em/1.1666666667 var(--fm-1);
	color: var(--color-primary)
}

.order-registration__data {
	margin: 0 auto;
	max-width: 480px
}

.order-registration__toggles {
	margin-bottom: 55px;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.order-registration [data-toggle-show] {
	display: none
}

.order-registration [data-toggle-show].active {
	display: block
}

@media(max-width: 520px) {
	.order-registration__toggles {
		margin-bottom: 45px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.order-registration__toggles label:not(:last-child) {
		margin-bottom: 29px
	}
}

.form-action {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 110px
}

.form-action__back {
	min-width: 191px
}

.form-action__submit-btn {
	min-width: 185px
}

@media(max-width: 1170px) {
	.form-action {
		margin-top: 90px
	}
}

@media(max-width: 480px) {
	.form-action {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 75px
	}

	.form-action .btn:not(:last-child) {
		margin-bottom: 29px
	}
}

.production-pg .production-b {
	margin-bottom: 112px
}

@media(max-width: 1024px) {
	.production-pg .production-b {
		margin-bottom: 56px
	}
}

.production-b {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.production-b__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 7.2%;
	max-width: 40.3%;
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	border-radius: 10px;
	overflow: hidden
}

.production-b__textBox ul,
.production-b__textBox ol {
	padding-left: 1em
}

.production-b__textBox ul li,
.production-b__textBox ol li {
	list-style-type: disc
}

.production-b__textBox ol li {
	list-style-type: decimal
}

.production-b--rtl .production-b__img {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
	margin-right: 0;
	margin-left: 7.2%
}

@media(max-width: 1024px) {
	.production-b {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.production-b__img {
		margin-right: 0;
		margin-bottom: 37px;
		max-width: 500px
	}

	.production-b--rtl .production-b__img {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin-left: 0
	}
}

.production-slider {
	padding: 15px;
	width: calc(100% - 110px)
}

.production-slider-wrap {
	position: relative
}

.production-slider-wrap .slider-arr {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.production-slider-wrap .slider-arr--prev {
	left: 0
}

.production-slider-wrap .slider-arr--next {
	right: 0;
	-webkit-transform: translateY(-50%) scaleX(-1);
	-ms-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1)
}

.production-slider-wrap .slider-pagination {
	bottom: 0;
	display: none
}

.production-slider__slide {
	position: relative
}

.production-slider__slide a {
	width: 100%;
	padding-bottom: 58.7%;
	display: block;
	-webkit-box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	border-radius: 10px;
	overflow: hidden
}

.production-slider__slide a img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: inherit
}

@media(max-width: 1024px) {
	.production-slider {
		width: 100%
	}

	.production-slider-wrap {
		padding-bottom: 40px
	}

	.production-slider-wrap .slider-nav {
		display: none
	}

	.production-slider-wrap .slider-pagination {
		top: calc(100% - 22px);
		display: block
	}

	.production-slider__slide {
		width: 250px
	}
}

@media(max-width: 768px) {
	.production-slider-wrap {
		margin-right: -20px
	}
}

.delivery-pg .notice {
	margin-top: 80px
}

@media(max-width: 1024px) {
	.delivery-pg .notice {
		margin-top: 59px
	}
}

.payment-pg h1 {
	margin-bottom: 0
}

.payment-pg .subtitle {
	margin-bottom: 105px
}

.payment-pg .instructions-steps {
	margin-bottom: 85px
}

.payment-pg .instructions-steps__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.payment-pg .visual-list {
	margin-top: 80px
}

.payment-pg .conditions-b {
	margin-top: 120px
}

@media(max-width: 1024px) {
	.payment-pg .subtitle {
		margin-bottom: 70px
	}

	.payment-pg .instructions-steps {
		--air-b: 50px
	}

	.payment-pg .visual-list {
		margin-top: 50px
	}
}

.conditions-b {
	padding: 20px 33px 35px;
	background-color: #f0f8f3
}

.conditions-b h1,
.conditions-b h2,
.conditions-b h3,
.conditions-b h4,
.conditions-b h5,
.conditions-b h6 {
	margin-bottom: 0.9444444444em
}

@media(max-width: 768px) {
	.conditions-b {
		padding: 35px 15px 30px
	}
}

.catalog-pg .content-wrap {
	padding-bottom: 0
}

.catalog-pg h1 {
	margin-bottom: 50px
}

.catalog-pg .notify {
	margin: 30px 0 46px
}

@media(max-width: 1024px) {
	.catalog-pg h1 {
		margin-bottom: 40px
	}
}

@media(max-width: 768px) {
	.catalog-pg h1 {
		margin-bottom: 20px
	}

	.catalog-pg .drop-wrap .catalog-btns__list {
		padding: 45px 0 30px
	}

	.catalog-pg .filters {
		margin-top: 18px
	}
}

.catalog-nav__toggle,
.filters__toggle,
.sorting__toggle {
	--height: 57px;
	position: relative;
	width: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.drop-wrap.open .catalog-nav__toggle span,
.drop-wrap.open .filters__toggle span,
.drop-wrap.open .sorting__toggle span {
	opacity: 1;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.catalog-nav__toggle span,
.filters__toggle span,
.sorting__toggle span {
	position: absolute;
	top: 50%;
	left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	opacity: 0;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.catalog-nav__toggle svg,
.filters__toggle svg,
.sorting__toggle svg {
	margin-bottom: -2px;
	width: 29.3103448276%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	fill: var(--basick-white);
	-webkit-transition: fill .3s;
	-o-transition: fill .3s;
	transition: fill .3s
}

@media(min-width: 769px) {

	.catalog-nav .drop-btn,
	.filters .drop-btn,
	.sorting .drop-btn {
		display: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		line-height: 19px;
		text-transform: uppercase;
		color: #b9b9b9
	}

	.catalog-nav .drop-content,
	.filters .drop-content,
	.sorting .drop-content {
		min-height: auto;
		height: auto;
		overflow: visible
	}
}

.catalog-nav__toggle {
	display: none
}

.catalog-nav__toggle span {
	background-color: var(--tone)
}

.catalog-nav__toggle:hover span {
	background-color: var(--basick-white)
}

.catalog-nav__toggle:hover span svg {
	fill: var(--color-primary)
}

.drop-wrap.open .catalog-nav__toggle {
	color: var(--basick-white);
	background-color: var(--color-primary)
}

.drop-wrap.open .catalog-nav__toggle span {
	background-color: var(--basick-white)
}

.drop-wrap.open .catalog-nav__toggle span svg {
	fill: var(--color-primary)
}

.catalog-nav__item {
	margin-bottom: 1em
}

.catalog-nav__item:last-child {
	margin-bottom: 0
}

.catalog-nav .catalog-btn {
	--height: 57.7px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .3em 1em;
	margin: 0 0 var(--air-b) var(--air-l);
	width: calc(var(--widthCol) - var(--air-l));
	height: auto;
	min-height: 57.7px
}

@media(min-width: 1024px) {
	.catalog-nav__link {
		text-decoration: underline;
		color: #9b9b9b
	}

	.catalog-nav__item.active .catalog-nav__link,
	.catalog-nav__link:hover {
		color: var(--color-primary);
		text-decoration: underline
	}
}

@media(max-width: 1170px) {
	.catalog-nav__list {
		--widthCol: 33.333%
	}
}

@media(max-width: 1024px) {
	.catalog-nav__toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.catalog-nav__list {
		--air-l: 20px;
		--air-b: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 calc(var(--air-b)*-1) calc(var(--air-l)*-1);
		margin-top: 30px
	}

	.catalog-nav__item {
		margin: 0 0 var(--air-b) var(--air-l);
		word-wrap: break-word;
		width: calc(100% / var(--column) * 4 - var(--air-l))
	}

	.catalog-nav__link {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 16px;
		text-align: center;
		height: 43px;
		width: 100%;
		font-weight: 700;
		font-size: 18px;
		color: var(--color-primary);
		background-color: var(--basick-white);
		border: 2px solid var(--color-primary);
		border-radius: 5px;
		-webkit-transition-property: color, background-color;
		-o-transition-property: color, background-color;
		transition-property: color, background-color;
		-webkit-transition-duration: .3s;
		-o-transition-duration: .3s;
		transition-duration: .3s
	}

	.catalog-nav__link:hover {
		color: var(--basick-white);
		background-color: var(--color-primary)
	}
}

@media(max-width: 768px) {
	.catalog-nav__item {
		width: calc(100% / var(--column) * 6 - var(--air-l))
	}
}

@media(max-width: 550px) {
	.catalog-nav__item {
		width: calc(100% / var(--column) * 12 - var(--air-l))
	}
}

.filters__toggle {
	font-weight: 700;
	font-size: 20px;
	color: var(--basick-dark)
}

.filters__toggle span {
	background-color: var(--color-secondary)
}

.filters__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 34px
}

.filters__row:last-child {
	margin-bottom: 0
}

.filters__item {
	width: 100%
}

.filters h6 {
	margin-bottom: 0.5em;
	font-size: 14px;
	color: #c4c4c4
}

.filters .slider-price {
	max-width: 325px
}

.filters .b-select-sorting {
	font-size: 16px
}

.filters .b-select-sorting .b-select__header {
	background-color: #fafafa
}

@media(max-width: 768px) {
	.filters h6 {
		margin-bottom: 0.85em;
		font-size: 20px;
		color: #31353d
	}

	.filters .drop-wrap form {
		padding: 42px 5px 10px
	}
}

.slider-price__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.slider-price__label {
	position: relative;
	margin-right: 14px
}

.slider-price__label:last-child {
	margin-right: 0
}

.slider-price__label::before {
	content: attr(data-currency);
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #c4c4c4
}

.slider-price [data-currency] input {
	padding-right: 35px
}

.slider-price__input {
	padding: 0 10px;
	height: 34px;
	width: 107px;
	font-size: 14px;
	text-align: center;
	background-color: var(--color-primary-lig);
	border-radius: 5px
}

.slider-price__slider {
	margin-top: 18px
}

.slider-price__slider.noUi-horizontal {
	height: 2px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 1px
}

.slider-price__slider .noUi-connects {
	background: #c4c4c4;
	border-radius: 1px
}

.slider-price__slider .noUi-connect {
	background: var(--color-secondary)
}

.slider-price__slider .noUi-handle {
	cursor: pointer;
	right: -3px;
	top: -4px;
	width: 10px;
	height: 10px;
	background-color: var(--color-secondary);
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.slider-price__slider .noUi-handle::after {
	display: none
}

.slider-price__slider .noUi-handle::before {
	cursor: pointer;
	display: block;
	left: 50%;
	top: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background-color: transparent;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.contacts-pg .contacts-b+.contacts-b {
	margin-top: 68px
}

.contacts-pg h2 {
	margin: 1.8333333333em 0 1.6458333333em
}

.contacts-pg .help-card h5 {
	padding-left: 1.625em;
	background: url(./../../img/icons/sprite.svg#attention-ic);
	background-repeat: no-repeat;
	background-size: 1em 1em
}

@media(max-width: 1024px) {
	.contacts-pg .contacts-b+.contacts-b {
		margin-top: 56px
	}

	.contacts-pg .help-card:nth-last-child(1) {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media(max-width: 768px) {
	.contacts-pg h2 {
		margin: 70px 0 56px
	}
}

.contacts-b h3 {
	margin-bottom: 1.5em
}

.contacts-b__content {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.contacts-b__textBox {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 2.1739130435%;
	width: 49.3%
}

.contacts-b__map {
	width: 100%;
	height: 315px
}

.contacts-b .contact-info {
	margin-bottom: 1.4375em
}

.contacts-b .contact-info:last-child {
	margin-bottom: 0
}

@media(max-width: 1024px) {
	.contacts-b__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contacts-b__textBox {
		width: auto;
		margin-right: auto
	}

	.contacts-b__map {
		margin-top: 42px
	}
}

@media(max-width: 768px) {
	.contacts-b__map {
		margin-left: -20px;
		width: calc(100% + 40px)
	}
}

.contact-info {
	position: relative;
	padding: 0.3125em;
	padding-left: 2.4444444444em;
	font-size: 16px;
	line-height: 1.125
}

.contact-info svg {
	position: absolute;
	left: 0;
	top: -0.0625em;
	display: block;
	width: 1.8125em;
	height: 1.8125em;
	max-height: none
}

@media(max-width: 1024px) {
	.succes-order-pg .b-row {
		--air-b: 60px
	}

	.succes-order-pg .receipt-card {
		margin: 0 auto
	}
}

.succes-order-b__content p {
	margin-bottom: 1.1111111111em;
	font-size: 18px;
	line-height: 1.3888888889
}

.succes-order-b__content p:last-child {
	margin-bottom: 0
}

.succes-order-b__content a:hover {
	text-decoration: underline
}

.receipt-card {
	position: relative;
	padding: 35px 25px 28px 40px;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.9444444444;
	background-color: var(--basick-white);
	-webkit-box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	box-shadow: 0px 0px 10px rgba(21, 144, 59, .3);
	border-radius: 10px
}

.receipt-card__number {
	position: relative;
	display: inline-block;
	margin-bottom: 1.5em;
	padding-left: 2.1666666667em;
	max-width: 60%;
	font-weight: 700;
	background: url(./../../img/icons/sprite.svg#attention-ic) no-repeat left center;
	background-size: 1.3333333333em
}

.receipt-card__number span {
	display: inline-block;
	margin-left: 0.7777777778em;
	font-weight: 400;
	color: var(--color-primary)
}

.receipt-card__receiving {
	margin-top: 1.2777777778em;
	color: var(--color-primary)
}

.receipt-card__bottom {
	margin-top: 1.0277777778em;
	padding-top: 0.8611111111em;
	border-top: 1px solid #e5e5e5
}

.receipt-card__unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.receipt-card__unit-name {
	max-width: 70%;
	font-size: 24px;
	line-height: 1.125
}

.receipt-card__unit-total {
	text-align: right
}

.receipt-card__unit-total span {
	white-space: nowrap
}

.receipt-card__unit-cost {
	font-weight: 700;
	font-size: 24px;
	white-space: nowrap;
	color: var(--color-primary)
}

.receipt-card__print {
	position: absolute;
	top: 36px;
	right: 26px;
	padding-left: 1.9444444444em;
	background: url(./../../img/icons/sprite.svg#print-ic) no-repeat left center;
	background-size: 1.3333333333em 1.2388888889em
}

.receipt-card__print:hover {
	text-decoration: underline
}

@media(max-width: 540px) {
	.receipt-card {
		padding: 33px 20px 45px;
		text-align: center
	}

	.receipt-card__name {
		display: inline-block
	}

	.receipt-card__bottom {
		margin: 1.0277777778em 20px 0
	}

	.receipt-card__unit {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.receipt-card__unit-name {
		max-width: none
	}

	.receipt-card__print {
		position: static;
		display: inline-block;
		margin-top: 40px
	}
}