@charset "UTF-8";

.fz52.fw700.color-white.ff-Stolzl {
	font-size: 25px
}

/*!
 * Bootstrap Grid v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

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

.container,
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-auto {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1,
.col-2,
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2,
.col-3 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4,
.col-5,
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5,
.col-6 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7,
.col-8,
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8,
.col-9 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10,
.col-11,
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11,
.col-12 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.333333%
}

.offset-2 {
	margin-left: 16.666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.333333%
}

.offset-5 {
	margin-left: 41.666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.333333%
}

.offset-8 {
	margin-left: 66.666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.333333%
}

.offset-11 {
	margin-left: 91.666667%
}

.flex-column,
.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-column-reverse,
.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	background-color: #f7f8f9;
	font-family: "Proxima Nova", sans-serif
}

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

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

figure {
	margin: 1em 40px
}

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

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	outline: none
}

a,
a:hover {
	text-decoration: none
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
canvas,
video {
	display: inline-block
}

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

img {
	border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

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

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

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

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

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single {
	height: 28px
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	min-height: 32px
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button,
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	-webkit-box-shadow: 15px 40px 90px 5px rgba(0, 0, 0, .2);
	box-shadow: 15px 40px 90px 5px rgba(0, 0, 0, .2);
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: gray
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-slide,
.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 33px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev {
	left: 10px;
	right: auto
}

.swiper-container-rtl .swiper-button-next {
	right: auto
}

.swiper-button-next {
	right: 10px;
	left: auto
}

.swiper-container-rtl .swiper-button-prev {
	left: auto
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	display: inline-block;
	border-radius: 100%;
	background: #000
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

body.fancybox-active {
	overflow: hidden
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	-o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	-o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	-o-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	-o-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0)
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--image::before,
.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
	display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: 0 0;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-error,
.fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}

.fancybox-iframe {
	display: block;
	border: 0;
	height: 100%;
	padding: 0
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}

.fancybox-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
	color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--zoom svg path {
	fill: transparent
}

.fancybox-navigation {
	display: none
}

.fancybox-show-nav .fancybox-navigation {
	display: block
}

.fancybox-close-small,
.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: 0 0;
	width: 60px;
	height: 100px;
	padding: 17px
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}

.fancybox-close-small {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus {
	outline: none
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: 0 0
}

.comment-form-rating .stars .br-current-rating,
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fancybox-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.breadcrumbs li a>span,
.fancybox-fx-fade.fancybox-slide--current,
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 35px;
	font-weight: 700
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

p.fancybox-share__links {
	margin-right: -10px
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input,
.fancybox-thumbs {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-share__input {
	background: 0 0;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	list-style: none;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}

.fancybox-thumbs-x>ul {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs>ul>li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.comment-form-rating {
	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;
	letter-spacing: 2px
}

.comment-form-rating label {
	text-transform: uppercase;
	color: #000;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px
}

.comment-form-rating .stars {
	margin: 0;
	white-space: nowrap
}

.comment-form-rating .stars a {
	text-decoration: none;
	height: 18px;
	width: 18px;
	font-size: 23px;
	margin-right: 5px
}

.comment-form-rating .stars a.active~a:after {
	color: #d2d2d2
}

.comment-form-rating .stars a.active~a:hover:after,
.product .tabs__content .review__form .br-theme-css-stars .br-widget a.br-active:after,
.product .tabs__content .review__form .br-theme-css-stars .br-widget a.br-selected:after {
	color: #fa531d
}

.comment-form-rating .stars a:after {
	content: "\2605";
	color: #fa531d;
	font-size: 20px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.comment-form-rating .stars a.br-active:after,
.comment-form-rating .stars a.br-selected:after {
	color: #edb867
}

.comment-form-rating .br-readonly a {
	cursor: default
}

.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0
}

.breadcrumbs::after {
	display: block;
	content: "";
	clear: both
}

.breadcrumbs .icon-breadcrumb-divider {
	fill: #000;
	width: 7px;
	height: 7px;
	margin: 0 10px;
	opacity: .5
}

.breadcrumbs li {
	display: block;
	float: left;
	line-height: 1.9
}

.breadcrumbs li a,
.breadcrumbs li span {
	opacity: .4;
	color: #000;
	font-size: 12px
}

.breadcrumbs li a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.breadcrumbs li a:hover {
	opacity: 1;
	color: #5da2ff
}

.category__head.full .breadcrumbs .icon-breadcrumb-divider {
	fill: #fff;
	opacity: .7
}

.news__head--full .breadcrumbs .icon-breadcrumb-divider {
	fill: #fff
}

.category__head.full .breadcrumbs li span {
	opacity: .8
}

.button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 210px;
	padding: 12px;
	color: #fff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#96b4ff), to(#5da1ff));
	background-image: -webkit-linear-gradient(right, #96b4ff 0%, #5da1ff 100%);
	background-image: -o-linear-gradient(right, #96b4ff 0%, #5da1ff 100%);
	background-image: linear-gradient(270deg, #96b4ff 0%, #5da1ff 100%);
	-webkit-box-shadow: 0 5px 15px rgba(93, 161, 255, .4);
	box-shadow: 0 5px 15px rgba(93, 161, 255, .4);
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.button img {
	margin-right: 5px
}

.button-db {
	display: block;
	width: 100%
}

.button-calculate {
	padding: 12px 25px 13px 35px
}

.button-want {
	padding: 12px 40px
}

.button-question,
.button-zamer {
	padding: 22px;
	width: calc(50% - 45px);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.button-question {
	border: 1px solid rgba(99, 164, 255, .2);
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
	margin-right: 15px;
	margin-left: 30px
}

.button-question .text,
.button-question img {
	display: inline-block;
	vertical-align: middle
}

.button-question .text {
	margin-left: 20px;
	text-transform: uppercase;
	color: #5da2ff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px
}

.button-question:hover {
	background-color: #f6f9ff
}

.button-zamer {
	margin-right: 30px;
	margin-left: 15px
}

.button-zamer .text,
.button-zamer img {
	display: inline-block;
	vertical-align: middle
}

.button-zamer .text {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin-left: 20px;
	line-height: 18px
}

.button-submit {
	width: 100%;
	min-width: 0;
	overflow: hidden;
	margin: 0;
	background: 0 0
}

.button-contacts,
.button-totop {
	text-transform: none;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.button-contacts {
	color: #5da2ff;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid rgba(99, 164, 255, .2);
	background-color: rgba(255, 255, 255, .1);
	display: block;
	padding: 12px 15px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.button-contacts:hover {
	background-color: #f6f9ff;
	border: 1px solid #63a4ff
}

.button-totop {
	display: none;
	position: fixed;
	z-index: 20;
	bottom: 120px;
	min-width: 110px;
	padding: 12px 16px 12px 20px;
	background-color: #dfecff;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.button-totop .text {
	margin-right: 15px;
	color: #5da2ff;
	font-size: 14px;
	font-weight: 700
}

.button-totop .icon {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.button-totop .icon svg {
	fill: #5da2ff
}

.button-totop:hover .icon {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px)
}

.button-totop.show {
	display: block;
	opacity: 1
}

.button.big-button {
	padding: 17px 0
}

.button.big-button input {
	text-transform: uppercase
}

.form-group {
	margin-bottom: 15px
}

.form-group:last-child {
	margin-bottom: 0
}

.form-group label {
	display: inline-block;
	margin-bottom: 4px;
	color: #000;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase
}

.form-group .required {
	display: inline-block;
	opacity: .2;
	color: #000;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: none
}

.form-group input,
.form-group textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 10px;
	font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 600;
	border-radius: 0 5px 5px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
	color: #999
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
	color: #999
}

.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
	color: #999
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #999
}

.form-group input:focus,
.form-group input:hover,
.form-group textarea:focus,
.form-group textarea:hover,
.form-group.payment-type .select2-selection__rendered:focus,
.form-group.payment-type .select2-selection__rendered:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

.form-group input {
	height: 40px
}

.form-group textarea {
	height: 80px;
	resize: none
}

.form-group.big-textarea textarea {
	height: 120px;
	max-height: 120px
}

.form-group.has-error .required {
	color: #ff9273;
	font-weight: 700;
	opacity: 1
}

.form-group.has-error input,
.form-group.has-error textarea {
	border-color: #ffb098;
	-webkit-box-shadow: 0 0 10px rgba(255, 176, 152, .5);
	box-shadow: 0 0 10px rgba(255, 176, 152, .5)
}

.form-group .form-error {
	display: none
}

.form-group--textarea {
	margin-bottom: 20px
}

.form-group--rating,
.form-group--required label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-group.payment-type .select2-container--default {
	display: block
}

.form-group.payment-type .select2-selection__rendered {
	height: 40px;
	padding: 10px 35px 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-family: "Proxima Nova", sans-serif;
	border-radius: 0 5px 5px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	line-height: 1.43;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.form-group.payment-type .select2-container--default .select2-selection--single {
	outline: none;
	height: 100%
}

.form-group.payment-type .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	right: 10px
}

.form-group.payment-type .select2-container--open .select2-selection__rendered {
	border-radius: 0 5px 0 0
}

.form-group.payment-type .select2-dropdown {
	padding: 10px 0;
	border: 1px solid #dbdbdb
}

.form-group.payment-type .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #c7c7c7 transparent transparent;
	border-width: 11px 7px 0;
	margin-top: -5px;
	margin-left: 0
}

.form-group.payment-type .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #c7c7c7;
	border-width: 0 7px 11px
}

.form-group.payment-type .select2-results__option {
	color: #000;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 8px 10px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.form-group.payment-type .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: inherit;
	color: inherit
}

.form-group.payment-type .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: inherit;
	color: #5da2ff
}

.form-group--rating,
.form-group--required label,
.form-info,
.form-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form-wrapper .form-group {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%
}

.form-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.form-info .text {
	display: block;
	color: #999;
	font-size: 12px;
	font-weight: 400
}

.form-info .text:not(:last-child) {
	position: relative;
	margin-right: 10px;
	padding-right: 15px
}

.form-info .text:not(:last-child):before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #dbdbdb
}

.form-select select {
	display: none;
	width: 100%
}

.form-group .wpcf7-not-valid {
	border-color: #ffb098;
	-webkit-box-shadow: 0 0 10px rgba(255, 176, 152, .5);
	box-shadow: 0 0 10px rgba(255, 176, 152, .5)
}

div.wpcf7 .form-group .ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: 65%;
	background-image: url(../img/loaders/form-loader.svg);
	margin: 0;
	background-color: rgba(255, 255, 255, .35);
	background-size: 100px
}

body .caldera-grid .has-error .form-control {
	border-color: #ffb098 !important;
	-webkit-box-shadow: 0 0 10px rgba(255, 176, 152, .5) !important;
	box-shadow: 0 0 10px rgba(255, 176, 152, .5) !important
}

body .caldera-grid .form-control:focus {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	border: 1px solid #ccc
}

body .form-group {
	position: relative
}

body .form-group textarea {
	max-height: 80px
}

body .form-group.button.button-submit:after {
	content: 'Для текста';
	display: block;
	color: transparent
}

body .form-group.button.button-submit input {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
	background: 0 0;
	border: 0;
	color: #fff;
	height: 100%
}

body .form-group.has-error .field_required,
ul.berocket_aapf_widget li>span label:hover {
	color: #000
}

body .form-group.has-error .field_required:before {
	color: #ff9273
}

body .form-group.has-error .form-control {
	background: #fff
}

body .form-group .field_required {
	font-size: 0
}

body .form-group .field_required:before {
	content: 'Обязательно';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	opacity: .2;
	color: #000;
	font-size: 11px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: none
}

table {
	border-collapse: collapse;
	margin-bottom: 50px;
	width: 100%
}

table td {
	padding: 15px;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid rgba(199, 199, 199, .5)
}

table tr:first-child td {
	border-bottom: 2px solid #5da1ff;
	padding: 10px;
	text-transform: uppercase;
	color: #666;
	font-size: 14px;
	font-weight: 600
}

table.price-table .price {
	width: 25%
}

.content {
	overflow: hidden
}

.content .row {
	margin: 0
}

.content .content__image--wide {
	margin-left: -50px;
	margin-bottom: 40px;
	max-width: none
}

.content__list {
	margin-top: 50px;
	text-align: center
}

.content p,
.content__list small {
	color: #000;
	font-size: 16px;
	font-weight: 600
}

.content__list .row>div {
	margin-bottom: 60px
}

.content p {
	margin: 0 0 20px;
	color: #303030;
	font-weight: 400;
	line-height: 25px;
	overflow: hidden
}

.content p a {
	text-decoration: underline
}

.content hr {
	height: 1px;
	background-color: #dadada;
	opacity: .5;
	border-width: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: -50px;
	width: calc(100% + 50px)
}

.content h2 {
	position: relative;
	margin: 30px 0 18px;
	color: #44434f;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px
}

.content .h3 a,
.content .h4 a,
.content .title a,
.content a,
.content h2 a,
.content h3 a,
.content h4 a,
.content p a {
	color: #5da2ff
}

.content h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 10px;
	left: -50px;
	background-color: #5da1ff
}

.content .h3,
.content .h4,
.content .title,
.content h3,
.content h4 {
	margin: 0 0 15px;
	color: #44434f;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px
}

.content .h4,
.content h4 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 25px
}

.content ol,
.content ul {
	list-style: none;
	padding: 0;
	margin: 16px 0
}

.content i,
.content ol li,
.content ul li {
	margin-bottom: 25px;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4
}

.content ol li a,
.content ul li a {
	color: #5da2ff !important;
	font-size: 16px;
	font-weight: 400
}

.content ul li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background-color: #5da1ff;
	margin-right: 15px;
	border-radius: 50%
}

.content ol {
	counter-reset: olol
}

.content ol li:before {
	counter-increment: olol;
	content: counter(olol) ".";
	color: #5da2ff;
	margin-right: 5px;
	font-size: 16px;
	font-weight: 700
}

.content i {
	margin-bottom: 50px;
	display: block;
	font-weight: 300;
	line-height: 25px
}

.content .wp-caption img,
.content img,
.content__list img {
	max-width: 100%;
	height: auto
}

.content .button {
	color: #fff
}

.content .button-contacts {
	color: #5da2ff
}

.content .category__nav {
	padding: 20px 50px;
	border-bottom: 1px solid rgba(219, 219, 219, .5)
}

.content .category__nav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none
}

.content .category__nav_list li {
	position: relative;
	margin: 0 20px 0 0;
	padding: 0 25px 0 0;
	font-size: 0
}

.content .category__nav_list li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 4px;
	height: 4px;
	margin: 0;
	border-radius: 50%;
	background-color: #dbdbdb
}

.content .category__nav_list li:last-child {
	margin-right: 0
}

.content .category__nav_list li:last-child:before {
	display: none
}

.content .category__nav_list li a {
	color: #5da2ff !important;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.content .category__nav_list li a:hover,
.content .category__nav_list li.active a {
	color: #303030 !important
}

.content .category__nav_list li.active {
	color: #303030
}

.content__ins {
	position: relative
}

.content__ins_wrapper {
	padding-bottom: 50px
}

.content__ins_main {
	width: 100%;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 50px
}

.content__ins_main .iframe__wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%
}

.content__ins_main .iframe__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.content__image--wide {
	margin-left: -50px;
	margin-bottom: 40px
}

.content__image--left {
	float: left
}

.content .wp-caption {
	position: relative;
	max-width: 810px;
	margin: 0
}

.content .wp-caption .wp-caption-text {
	position: absolute;
	top: 20px;
	right: -18em;
	display: block;
	width: 100%;
	max-width: 210px;
	color: #bfbfbf;
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 22px
}

.content__list_ins {
	text-align: center;
	margin-top: 50px
}

.content__list img {
	display: block;
	margin: 0 auto 20px
}

.content__gallery .content__ins {
	position: relative;
	padding: 50px 50px 40px
}

.content__gallery .content__ins:before,
.content__info .content__ins:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(219, 219, 219, .8)
}

.content__gallery h3 {
	margin: 0 0 40px;
	font-size: 24px
}

.content__gallery img {
	max-width: 100%;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	border-radius: 3px;
	background-color: #d7d7d7;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left bottom;
	object-position: left bottom;
	height: 150px
}

.content__gallery_ins {
	position: relative;
	padding-bottom: 25px
}

.content__gallery_slider {
	overflow: hidden;
	padding-bottom: 20px
}

.content__gallery_slider .swiper-pagination {
	bottom: 0
}

.content__gallery_slider .swiper-button-next,
.content__gallery_slider .swiper-button-prev {
	margin-top: -33px
}

.content__gallery_slider .swiper-button-prev {
	left: -45px
}

.content__gallery_slider .swiper-button-next {
	right: -45px
}

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

.content__subcategories h2 {
	margin-bottom: 20px;
	font-size: 36px
}

.berocket_aapf_widget input[type=checkbox],
.berocket_aapf_widget li.berocket_checkbox_color>span>input[type=checkbox]+.berocket_label_widgets:before,
.berocket_aapf_widget-title_div .berocket_aapf_description div,
.content__subcategories h2::before,
ul.berocket_aapf_widget li.berocket_tag_cloud_element>span input {
	display: none
}

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

.content__share .text {
	display: block;
	margin-right: 25px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px
}

.content__share .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	padding: 12px;
	text-decoration: none;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.content__share .link:focus,
.content__share .link:hover {
	opacity: .5
}

.content__share .link:last-child {
	margin-right: 0
}

.content__share .link svg,
.header__catalog_menu .category-list__item .mobile-header-drophead .icon svg,
.header__catalog_menu .category-list__link .icon svg {
	fill: #fff
}

.content__share .link--facebook {
	background-color: #3b5898
}

.content__share .link--twitter {
	background-color: #55acee
}

.content__share .link--vk {
	background-color: #4d76a1
}

.content__share .link--viber {
	background-color: #7c3caf
}

.content__share .link--whatsapp {
	background-color: #1bd741
}

.content__share .link--telegram {
	background-color: #41b4e6
}

.content__info .content__ins {
	position: relative;
	margin-bottom: 10px;
	padding: 50px 60px
}

.content__info .content__ins:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100vw;
	height: 10px;
	background-color: #dfecff
}

.content__info h3,
.content__info h4 {
	margin: 0 0 20px;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px
}

.content__info h4 {
	margin: 0;
	color: #44434f;
	font-size: 18px
}

.hide_products>* {
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px)
}

.berocket_aapf_widget label[data-for*=checkbox].berocket_label_widgets,
.berocket_aapf_widget-wrapper,
.berocket_term_parent_0 {
	position: relative
}

.hide_products .berocket_aapf_widget_loading {
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	filter: none
}

.berocket_aapf_widget .berocket_label_widgets {
	display: inline
}

.berocket_term_parent_0 .berocket_label_widgets {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	padding-right: 25px;
	cursor: pointer
}

.berocket_term_parent_0 .berocket_label_widgets.berocket_checked,
.category-sidebar .category-sidebar__title b,
.thanks__content .schedule__title b {
	font-weight: 700
}

.berocket_term_depth_1 .berocket_label_widgets.berocket_checked {
	color: #000;
	font-weight: 700
}

.berocket_aapf_widget .themed input[type=checkbox],
.berocket_aapf_widget input[type=radio].themed {
	position: absolute;
	left: -9999px
}

.berocket_aapf_widget.berocket_aapf_widget-tag_cloud {
	margin-bottom: 10px;
	padding-bottom: 30px
}

ul.berocket_aapf_widget.berocket_aapf_widget-tag_cloud.ui-widget {
	border: 0
}

ul.berocket_aapf_widget.berocket_aapf_widget-tag_cloud.ui-widget .berocket_tag_cloud_element {
	border: 0;
	background: 0 0
}

.berocket_aapf_widget .berocket_tag_cloud_element input[type=checkbox]+label:before {
	content: "";
	width: 0;
	height: 0;
	background: 0 0
}

.widget-title.berocket_aapf_widget-title {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #8da5f9
}

.berocket_aapf_widget-title_div .berocket_aapf_description {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.6em;
	margin-right: 5px;
	width: 1.2em;
	height: 1.2em
}

.berocket_aapf_description_div,
.berocket_aapf_widget-title_div .berocket_aapf_description div {
	position: absolute;
	width: 240px;
	padding: 10px 15px;
	background-color: #fff;
	color: #333;
	border: 1px solid #cbcbcb;
	cursor: auto;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, .34);
	box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, .34);
	z-index: 99999999;
	line-height: 1.5em
}

.berocket_aapf_description_div.berocket_aapf_description_div_bottom_right,
.berocket_aapf_description_div.berocket_aapf_description_div_top_right {
	-webkit-box-shadow: -2px 2px 3px 0 rgba(50, 50, 50, .34);
	box-shadow: -2px 2px 3px 0 rgba(50, 50, 50, .34)
}

.berocket_aapf_description_div .berocket_aapf_description_arrow {
	background: 0 0 #fff;
	content: "";
	height: 15px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 15px
}

.berocket_aapf_description_div p,
.berocket_aapf_widget-title_div .berocket_aapf_description div p {
	margin: 0;
	padding: 0
}

.berocket_aapf_description_div_top_left .berocket_aapf_description_arrow {
	top: 15px;
	left: -9px;
	border-left: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb
}

.berocket_aapf_description_div_top_right .berocket_aapf_description_arrow {
	top: 15px;
	right: -9px;
	border-right: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb
}

.berocket_aapf_description_div_bottom_left .berocket_aapf_description_arrow {
	bottom: 15px;
	left: -9px;
	border-left: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb
}

.berocket_aapf_description_div_bottom_right .berocket_aapf_description_arrow {
	bottom: 15px;
	right: -9px;
	border-right: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb
}

.berocket_aapf_description_div.right {
	-webkit-box-shadow: -2px 2px 3px 0 rgba(50, 50, 50, .24);
	box-shadow: -2px 2px 3px 0 rgba(50, 50, 50, .24)
}

.berocket_aapf_description_div.right:after {
	border-right: 1px solid #b1b1b1;
	border-top: 1px solid #b1b1b1;
	left: auto;
	right: -9px
}

.berocket_aapf_widget-title_div .berocket_aapf_description i {
	-webkit-transition: all .2s ease-out .1s;
	-o-transition: all .2s ease-out .1s;
	transition: all .2s ease-out .1s;
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
	width: 100%
}

.berocket_aapf_widget-title_div .berocket_aapf_description i:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.berocket_aapf_widget .berocket_widget_icon {
	max-height: 1em;
	max-width: 1em
}

.berocket_aapf_widget-title_div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	clear: both;
	cursor: pointer;
	position: relative;
	min-height: 2em;
	font-size: 14px;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	padding: 10px 30px 0 20px
}

.berocket_widget_has_description .berocket_aapf_widget-title_div {
	padding-right: 50px
}

.berocket_aapf_widget-title_div.disable_colapse,
ul.berocket_aapf_widget li.slider>span {
	cursor: initial
}

.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value {
	display: block !important
}

.berocket_aapf_widget .berocket_checkbox_color {
	display: inline-block !important;
	height: 2.6em
}

.berocket_aapf_widget .berocket_checkbox_color.h3em {
	height: 3.6em
}

.berocket_aapf_widget .berocket_checkbox_color.h4em {
	height: 4.6em
}

.berocket_aapf_widget .berocket_checkbox_color.h5em {
	height: 5.6em
}

.berocket_aapf_widget .berocket_checkbox_color span *,
.berocket_aapf_widget li.berocket_checkbox_color.berocket_color_with_value.berocket_hide_o_value,
.berocket_aapf_widget li.berocket_checkbox_color.berocket_color_with_value.berocket_hide_sel_value,
.berocket_aapf_widget li.berocket_hide_attribute_count_value,
.berocket_aapf_widget li.berocket_hide_attribute_count_value.berocket_color_with_value,
.berocket_aapf_widget li.berocket_hide_o_value,
.berocket_aapf_widget li.berocket_hide_o_value.berocket_color_with_value,
.berocket_aapf_widget li.berocket_hide_o_value.berocket_hide_attribute_count_value,
.berocket_aapf_widget li.berocket_hide_o_value.berocket_hide_attribute_count_value.berocket_color_with_value,
.berocket_aapf_widget li.berocket_hide_sel_value,
.berocket_aapf_widget li.berocket_hide_sel_value.berocket_color_with_value,
select option.berocket_hide_o_value {
	display: none !important
}

.berocket_aapf_widget .berocket_checkbox_color span label,
.berocket_aapf_widget .berocket_checkbox_color span label * {
	display: inline-block !important
}

.berocket_aapf_widget .berocket_checkbox_color.berocket_color_without_value.brchecked_default .berocket_checked .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_without_value.brchecked_default input[type=checkbox]:checked+label .berocket_color_span_block {
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg)
}

.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w1em.brchecked_default .berocket_checked .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w1em.brchecked_default input[type=checkbox]:checked+label .berocket_color_span_block {
	width: 1.5em
}

.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.brchecked_default .berocket_checked .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.brchecked_default input[type=checkbox]:checked+label .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w2em.brchecked_default .berocket_checked .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w2em.brchecked_default input[type=checkbox]:checked+label .berocket_color_span_block {
	width: 3em
}

.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w3em.brchecked_default .berocket_checked .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w3em.brchecked_default input[type=checkbox]:checked+label .berocket_color_span_block {
	width: 4em
}

.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w4em.brchecked_default .berocket_checked .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w4em.brchecked_default input[type=checkbox]:checked+label .berocket_color_span_block {
	width: 5em
}

.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w5em.brchecked_default .berocket_checked .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w5em.brchecked_default input[type=checkbox]:checked+label .berocket_color_span_block {
	width: 6em
}

.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.brchecked_default .berocket_checked .berocket_color_text,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.brchecked_default input[type=checkbox]:checked+label .berocket_color_text,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w1em.brchecked_default .berocket_checked .berocket_color_text,
.berocket_aapf_widget .berocket_checkbox_color.berocket_color_with_value.w1em.brchecked_default input[type=checkbox]:checked+label .berocket_color_text {
	margin-left: .5em
}

.berocket_aapf_widget .berocket_checkbox_color.brchecked_scale .berocket_checked .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.brchecked_scale input[type=checkbox]:checked+label .berocket_color_span_block {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.berocket_aapf_widget .berocket_checkbox_color.brchecked_rotate .berocket_checked .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.brchecked_rotate input[type=checkbox]:checked+label .berocket_color_span_block {
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg)
}

.berocket_aapf_widget .berocket_checkbox_color.brchecked_shadow .berocket_checked .berocket_color_span_block,
.berocket_aapf_widget .berocket_checkbox_color.brchecked_shadow input[type=checkbox]:checked+label .berocket_color_span_block {
	-webkit-box-shadow: 0 0 1px 3px #88f;
	box-shadow: 0 0 1px 3px #88f
}

.berocket_aapf_widget .berocket_checkbox_color .berocket_label_widgets {
	display: inline-block !important;
	height: 2em;
	margin: .3em;
	cursor: pointer
}

.berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_text {
	margin-left: 1.5em;
	-webkit-transition: all .2s ease-out .1s;
	-o-transition: all .2s ease-out .1s;
	transition: all .2s ease-out .1s
}

.berocket_aapf_widget .berocket_checkbox_color.w1em label span.berocket_color_text {
	margin-left: 1em
}

.berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_span_block {
	height: 2em;
	width: 2em;
	line-height: 2em
}

.berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_span_block,
span.berocket_color_span_block {
	display: inline-block !important;
	overflow: hidden;
	position: relative;
	border: 2px solid #000;
	text-align: center;
	vertical-align: middle;
	color: #222 !important;
	text-shadow: 0 0 3px #fff, 1px 0 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 0 -1px 2px #fff, 1px 1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, -1px -1px 2px #fff;
	-webkit-transition: all .2s ease-out .1s;
	-o-transition: all .2s ease-out .1s;
	transition: all .2s ease-out .1s
}

.berocket_aapf_widget .berocket_checkbox_color.w1em label span.berocket_color_span_block {
	width: 1em
}

.berocket_aapf_widget .berocket_checkbox_color.w2em label span.berocket_color_span_block {
	width: 2em
}

.berocket_aapf_widget .berocket_checkbox_color.w3em label span.berocket_color_span_block {
	width: 3em
}

.berocket_aapf_widget .berocket_checkbox_color.w4em label span.berocket_color_span_block {
	width: 4em
}

.berocket_aapf_widget .berocket_checkbox_color.w5em label span.berocket_color_span_block,
span.berocket_color_span_block {
	width: 5em
}

.berocket_aapf_widget .berocket_checkbox_color.h1em label span.berocket_color_span_block {
	height: 1em;
	line-height: 1em
}

.berocket_aapf_widget .berocket_checkbox_color.h2em label span.berocket_color_span_block {
	height: 2em;
	line-height: 2em
}

.berocket_aapf_widget .berocket_checkbox_color.h3em label span.berocket_color_span_block {
	height: 3em;
	line-height: 3em
}

.berocket_aapf_widget .berocket_checkbox_color.h4em label span.berocket_color_span_block {
	height: 4em;
	line-height: 4em
}

.berocket_aapf_widget .berocket_checkbox_color.h5em label span.berocket_color_span_block,
span.berocket_color_span_block {
	height: 5em;
	line-height: 5em
}

.berocket_color_span_block .fa {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 1em;
	line-height: 2em
}

.berocket_color_span_block .berocket_color_span_absolute {
	position: absolute;
	z-index: 10;
	left: 50%
}

.berocket_color_span_block .berocket_color_span_absolute span {
	position: relative;
	left: -50%
}

.berocket_aapf_widget_selected_filter a {
	margin: 2px 0;
	display: inline-block
}

.berocket_aapf_widget .berocket_checkbox_color input[type=checkbox]+label:before {
	content: "";
	width: 0;
	height: 0;
	background: 0 0;
	display: none
}

.berocket_aapf_widget {
	margin-bottom: 30px;
	margin-right: 3%;
	clear: both;
	position: relative;
	height: initial
}

.berocket_aapf_widget:not(.berocket_aapf_widget-tag_cloud) {
	height: initial !important
}

.berocket_aapf_widget_show {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.75em;
	margin-right: 10px;
	width: 1.5em;
	height: 1.5em;
	font-size: 10px
}

.berocket_widget_has_description .berocket_aapf_widget_show {
	right: 20px
}

.berocket_aapf_widget_show .fa.fa-angle-left,
.berocket_aapf_widget_show .fa.fa-angle-right {
	width: 100%;
	display: block;
	font-size: 1.5em;
	font-weight: 900;
	line-height: 1em;
	text-align: center;
	color: #8da5f9
}

.berocket_aapf_widget_show.show_button {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.berocket_aapf_widget_show.hide_button {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: -2px
}

ul.berocket_aapf_widget {
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 22px
}

ul.berocket_aapf_widget .berocket_checkbox_color {
	width: initial
}

ul.berocket_aapf_widget li {
	list-style-type: none;
	padding: 0
}

ul.berocket_aapf_widget.berocket_values_2 li,
ul.berocket_aapf_widget.berocket_values_3 li,
ul.berocket_aapf_widget.berocket_values_4 li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0
}

ul.berocket_aapf_widget.berocket_values_2 li {
	width: 48%
}

ul.berocket_aapf_widget.berocket_values_3 li {
	width: 31%
}

ul.berocket_aapf_widget.berocket_values_4 li {
	width: 23%
}

.berocket_aapf_widget.berocket_values_2 .berocket_checkbox_color.berocket_color_with_value,
.berocket_aapf_widget.berocket_values_3 .berocket_checkbox_color.berocket_color_with_value,
.berocket_aapf_widget.berocket_values_4 .berocket_checkbox_color.berocket_color_with_value,
.show_o_sel_values .berocket_aapf_widget.berocket_values_2 .berocket_checkbox_color.berocket_color_with_value,
.show_o_sel_values .berocket_aapf_widget.berocket_values_3 .berocket_checkbox_color.berocket_color_with_value,
.show_o_sel_values .berocket_aapf_widget.berocket_values_4 .berocket_checkbox_color.berocket_color_with_value {
	display: inline-block !important
}

ul.berocket_aapf_widget .berocket_widget_show_values {
	cursor: pointer;
	display: block;
	position: relative;
	margin-bottom: 10px;
	top: 10px;
	font-size: .9em
}

ul.berocket_aapf_widget .berocket_widget_show_values span {
	font-family: FontAwesome;
	margin-right: 20px;
	display: inline-block;
	width: 1.8em;
	height: 1em;
	position: relative;
	text-align: center;
	vertical-align: middle
}

ul.berocket_aapf_widget .berocket_widget_show_values span.show_button:before {
	content: "\f107"
}

ul.berocket_aapf_widget .berocket_widget_show_values span.hide_button:before {
	content: "\f106"
}

.br_child_parent_wrapper .berocket_aapf_widget li.berocket_hide_o_value,
.show_o_sel_values .berocket_aapf_widget li.berocket_hide_attribute_count_value,
.show_o_sel_values .berocket_aapf_widget li.berocket_hide_o_value,
.show_o_sel_values .berocket_aapf_widget li.berocket_hide_sel_value {
	display: block !important
}

.br_child_parent_wrapper li.berocket_hide_o_value.berocket_color_without_value,
.show_o_sel_values li.berocket_hide_attribute_count_value.berocket_color_without_value,
.show_o_sel_values li.berocket_hide_o_value.berocket_color_without_value,
.show_o_sel_values li.berocket_hide_sel_value.berocket_color_without_value {
	display: inline-block !important
}

ul.berocket_aapf_widget li>span {
	display: block;
	cursor: pointer;
	min-height: 16px;
	line-height: 1em;
	margin-bottom: 5px
}

.berocket_aapf_widget_loading,
.berocket_aapf_widget_loading:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background-color: transparent
}

.berocket_aapf_widget_loading:after {
	content: " ";
	z-index: 9999;
	background-color: #fff;
	display: block;
	opacity: .7
}

.berocket_aapf_widget_loading .berocket_aapf_widget_loading_container {
	position: relative;
	top: 40%;
	width: 430px;
	max-width: 100%;
	height: 200px;
	margin: auto;
	z-index: 10000
}

.berocket_aapf_widget_loading .berocket_aapf_widget_loading_image {
	background: url(../images/ajax-loader.gif) no-repeat center center;
	display: inline-block;
	float: left;
	height: 30px;
	width: 30px
}

.berocket_aapf_widget_loading img {
	display: inline-block;
	float: left;
	width: 30px
}

.berocket_aapf_widget_loading .berocket_aapf_widget_loading_bottom,
.berocket_aapf_widget_loading .berocket_aapf_widget_loading_top {
	text-align: center;
	letter-spacing: 0;
	font-size: 18px;
	clear: both
}

.berocket_aapf_widget_loading .berocket_aapf_widget_loading_left,
.berocket_aapf_widget_loading .berocket_aapf_widget_loading_right {
	display: inline-block;
	float: left;
	width: 190px;
	padding: 0 5px;
	letter-spacing: 0;
	height: 30px;
	font-size: 18px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.berocket_aapf_widget_loading .berocket_aapf_widget_loading_left {
	text-align: right
}

.berocket_aapf_widget_loading .berocket_aapf_widget_loading_right {
	text-align: left
}

.no-products {
	font-size: 26px;
	font-weight: 700;
	line-height: 6em;
	text-align: center
}

span.product-size {
	color: #777;
	display: block;
	text-align: center
}

.berocket_aapf_widget li.slider span.left {
	height: 40px;
	float: left;
	font-size: 12px;
	max-width: 50%;
	text-align: left
}

.berocket_aapf_widget li.slider span.right {
	height: 40px;
	font-size: 12px;
	max-width: 50%;
	float: right;
	text-align: right
}

.berocket_aapf_widget li.slider span.left input,
.berocket_aapf_widget li.slider span.right input {
	border: 1px solid #e8e8e8;
	font-family: 'Qanelas-Light';
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	color: #000;
	padding: 4px 9px;
	width: 60%;
	background: #fff;
	line-height: 1.1em;
	margin-right: 4px
}

.berocket_filter_price_slider.ui-widget-content,
.berocket_filter_slider.ui-widget-content {
	background: 0 0 #b0b5b9;
	border: 0 none;
	border-radius: 0;
	height: 4px;
	padding: 0
}

.berocket_filter_price_slider.ui-widget-content .ui-slider-range,
.berocket_filter_slider.ui-widget-content .ui-slider-range {
	background: 0 0 #575757
}

.slide.default .berocket_filter_price_slider.ui-widget-content .ui-slider-range,
.slide.default .berocket_filter_slider.ui-widget-content .ui-slider-range {
	background: #222
}

.slide.default .berocket_filter_price_slider.ui-widget-content,
.slide.default .berocket_filter_slider.ui-widget-content {
	height: 4px;
	border: 1px solid #555;
	font-size: 10px
}

.berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.berocket_filter_slider.ui-widget-content .ui-slider-handle,
.slide.default .berocket_filter_price_slider .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default,
.slide.default .berocket_filter_slider .ui-state-default,
.slide.default .berocket_filter_slider .ui-widget-header .ui-state-default,
.slide.default .berocket_filter_slider.ui-widget-content .ui-state-default {
	background: #ddd;
	font-size: 14px;
	width: 1em;
	height: 1em;
	border: 1px solid #555;
	top: -6px;
	border-radius: 2em
}

.berocket_aapf_widget li.slider div.slide {
	clear: both;
	height: auto;
	text-align: right;
	line-height: 0;
	margin-left: 7px
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.berocket_filter_slider>a:last-child {
	margin-left: -12px
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.slide .ui-corner-all,
.slide .ui-corner-bottom,
.slide .ui-corner-br,
.slide .ui-corner-right {
	border-bottom-right-radius: 4px
}

.slide .ui-corner-all,
.slide .ui-corner-bl,
.slide .ui-corner-bottom,
.slide .ui-corner-left {
	border-bottom-left-radius: 4px
}

.slide .ui-corner-all,
.slide .ui-corner-right,
.slide .ui-corner-top,
.slide .ui-corner-tr {
	border-top-right-radius: 4px
}

.slide .ui-corner-all,
.slide .ui-corner-left,
.slide .ui-corner-tl,
.slide .ui-corner-top {
	border-top-left-radius: 4px
}

ul.berocket_aapf_widget li.slider .berocket_filter_slider {
	cursor: pointer
}

.slide .ui-widget-content {
	background: #ccc;
	border: 1px solid #ccc;
	color: #222
}

.slide .ui-state-default,
.slide .ui-widget-content .ui-state-default,
.slide .ui-widget-header .ui-state-default {
	background: #575757;
	border: 1px solid #575757;
	color: #575757;
	font-weight: 400
}

ul.berocket_aapf_widget li.berocket_tag_cloud_element {
	display: inline-block;
	overflow: hidden
}

ul.berocket_aapf_widget li.berocket_tag_cloud_element>span {
	display: inline-block;
	height: initial
}

ul.berocket_aapf_widget li.berocket_tag_cloud_element>span input:checked~label {
	background-color: #ccf
}

ul.berocket_aapf_widget li.berocket_tag_cloud_element>span label {
	padding: 0;
	cursor: pointer
}

.berocket_aapf_widget.berocket_aapf_widget_selected_area li,
.berocket_aapf_widget.berocket_aapf_widget_selected_area ul {
	list-style: outside none none
}

.berocket_aapf_selected_area_hook .berocket_aapf_widget_selected_filter,
.berocket_aapf_selected_area_hook ul {
	clear: both
}

.berocket_aapf_selected_area_hook li {
	float: left;
	margin-right: 1em
}

.berocket_aapf_selected_area_block * {
	color: inherit
}

.berocket_aapf_selected_area_block .berocket_aapf_widget_selected_filter a {
	border: 1px solid transparent;
	border-radius: 4px;
	display: block;
	padding: 2px 5px
}

.berocket_aapf_widget li>span>input[type=checkbox]+.berocket_label_widgets:before {
	content: '';
	position: absolute;
	left: -25px;
	top: 0;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 2px;
	border: 1px solid #8da5f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.berocket_aapf_widget li.berocket_term_depth_1>span>input[type=checkbox]+.berocket_label_widgets.berocket_checked:after,
.berocket_aapf_widget li.berocket_term_depth_1>span>input[type=checkbox]+.berocket_label_widgets:before {
	left: -25px
}

.berocket_aapf_widget li>span>input[type=checkbox]+.berocket_label_widgets.berocket_checked:before {
	border-radius: 2px;
	border: 1px solid #8da5f9;
	background-color: #8da5f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.berocket_aapf_widget li>span>input[type=checkbox]+.berocket_label_widgets.berocket_checked:after {
	display: block;
	content: url(/wp-content/uploads/check-icon.svg);
	position: absolute;
	top: 1px;
	left: -23px;
	color: #fff
}

.berocket_child_parent_sample {
	display: none
}

.berocket_widget_color_pick .colorpicker_field {
	width: 2em;
	height: 2em;
	border: 1px solid #333
}

.berocket_checkbox_color .berocket_color_span_block.berocket_aapf_count:after,
.berocket_checkbox_color .berocket_color_span_block.berocket_aapf_count:before,
ul.berocket_aapf_widget li.berocket_checkbox_color>span>input[type=radio]:checked+.berocket_label_widgets:before {
	content: ""
}

.rightpcs .berocket_aapf_count {
	float: right
}

.berocket_aapf_widget.rightpcs .berocket_label_widgets {
	display: block
}

.right2empcs .berocket_aapf_count {
	padding-left: 5px
}

.right2empcs .berocket_color_span_block.berocket_aapf_count {
	padding-left: 0
}

.roundpcs .berocket_aapf_count:before {
	content: "("
}

.roundpcs .berocket_aapf_count:after {
	content: ")"
}

.quadpcs .berocket_aapf_count:before {
	content: "["
}

.quadpcs .berocket_aapf_count:after {
	content: "]"
}

.berocket_aapf_product_count_desc.br_aapf_pcd_left {
	left: 100%;
	padding-right: 1.3em
}

.berocket_aapf_product_count_desc.br_aapf_pcd_right {
	right: 100%;
	padding-left: 1.3em
}

.berocket_aapf_product_count_desc {
	background: 0 0 #fff;
	border: 1px solid #999;
	padding-left: .7em;
	padding-right: .7em;
	position: absolute;
	top: 1em;
	min-width: 250px;
	z-index: 1000
}

.berocket_aapf_product_count_desc .berocket_aapf_close_pc {
	position: absolute;
	width: 1.2em;
	text-align: center;
	z-index: 200
}

.berocket_aapf_product_count_desc.br_aapf_pcd_left .berocket_aapf_close_pc {
	right: 0
}

.berocket_aapf_product_count_desc.br_aapf_pcd_right .berocket_aapf_close_pc {
	left: 0
}

.berocket_aapf_product_count_desc.br_aapf_pcd_left>span {
	left: -.55em;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999
}

.berocket_aapf_product_count_desc.br_aapf_pcd_right>span {
	right: -.55em;
	border-top: 1px solid #999;
	border-right: 1px solid #999
}

.berocket_aapf_product_count_desc>span {
	background: 0 0 #fff;
	display: block;
	height: 1em;
	position: absolute;
	top: .3em;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 1em;
	z-index: 100
}

ul.berocket_aapf_widget[data-type=checkbox] {
	padding-left: calc(1em + 30px)
}

.sitemap__content ul>li>ul,
ul.berocket_aapf_widget li.berocket_term_depth_1 {
	padding-left: 25px
}

ul.berocket_aapf_widget li.berocket_term_depth_2 {
	padding-left: 50px
}

.berocket_term_depth_1 label,
.berocket_term_depth_2 label,
.berocket_term_depth_3 label,
.berocket_term_depth_4 label,
.berocket_term_depth_5 label {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	padding-right: 25px;
	position: relative
}

.berocket_term_depth_1 label {
	padding-left: 0
}

.berocket_term_depth_3 label {
	padding-left: 3em
}

.berocket_term_depth_4 label {
	padding-left: 4em
}

.berocket_term_depth_5 label {
	padding-left: 5em
}

.berocket_child_no_products,
.berocket_child_no_values,
.berocket_child_previous {
	display: none
}

.berocket_search_box_block {
	position: relative;
	padding: .5em
}

.berocket_search_box_block .berocket_search_box_background_all {
	position: relative;
	z-index: 200
}

.berocket_search_box_block .berocket_search_box_background {
	z-index: 100;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.berocket_search_box_block select {
	min-width: 100%
}

.berocket_search_box_button {
	cursor: pointer;
	display: block;
	text-align: center;
	padding: 5px 0
}

.berocket_search_box_block .berocket_aapf_widget-wrapper ul {
	margin: 0
}

.berocket_search_box_block .berocket_aapf_widget-wrapper {
	margin: 1em 0
}

.ui-widget.ui-datepicker {
	font-size: 14px;
	z-index: 9000 !important
}

.berocket_datepicker_fields {
	width: 49%;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.berocket_datepicker_fields.field_1 {
	margin-right: 2%
}

.berocket_datepicker_fields input {
	text-align: center;
	width: 100%
}

.br_child_toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 4px;
	font-size: 10px;
	color: #8da5f9
}

ul.berocket_aapf_widget li.berocket_hide_child_attributes {
	display: none !important
}

.berocket_aapf_widget.berocket_style_none {
	display: none
}

.berocket_aapf_widget.berocket_style_block,
.pagination li {
	display: block
}

.widget_berocket_aapf .ui-button,
.widget_berocket_aapf .ui-state-default,
.widget_berocket_aapf .ui-widget-content .ui-state-default,
.widget_berocket_aapf .ui-widget-header .ui-state-default,
.widget_berocket_aapf .ui-widget.ui-widget-content,
html .widget_berocket_aapf .ui-button.ui-state-disabled:active,
html .widget_berocket_aapf .ui-button.ui-state-disabled:hover {
	border: 0
}

.berocket_single_filter_widget {
	padding: 0 !important;
	margin: 0 !important;
	width: initial !important;
	height: initial !important
}

.berocket_aapf_widget .fa.fa-star-o {
	font-weight: 400
}

.berocket_aapf_widget .select2 .select2-search input[type=search] {
	height: 26px;
	background-image: none !important
}

.berocket_aapf_widget .select2 .select2-selection--multiple {
	height: initial !important
}

.berocket_color_span_block .berocket_color_multiple {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: -2em 0
}

.berocket_checkbox_color.w1em.h1em .berocket_color_span_block .berocket_color_multiple,
.berocket_checkbox_color.w2em.h2em .berocket_color_span_block .berocket_color_multiple,
.berocket_checkbox_color.w3em.h3em .berocket_color_span_block .berocket_color_multiple,
.berocket_checkbox_color.w4em.h4em .berocket_color_span_block .berocket_color_multiple,
.berocket_checkbox_color.w5em.h5em .berocket_color_span_block .berocket_color_multiple {
	margin-left: -15%;
	margin-right: -15%
}

.berocket_color_span_block .berocket_color_multiple .berocket_color_multiple_single {
	position: absolute;
	top: -50%;
	bottom: -50%;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0
}

.berocket_color_span_block .berocket_color_multiple_2 .berocket_color_multiple_single,
.berocket_color_span_block .berocket_color_multiple_3 .berocket_color_multiple_single {
	width: 100%
}

.berocket_color_span_block .berocket_color_multiple_3 .berocket_color_multiple_single.berocket_color_multiple_single_1 {
	width: 34%
}

.berocket_color_span_block .berocket_color_multiple_3 .berocket_color_multiple_single.berocket_color_multiple_single_0,
.berocket_color_span_block .berocket_color_multiple_3 .berocket_color_multiple_single.berocket_color_multiple_single_2 {
	width: 83%
}

.berocket_color_span_block .berocket_color_multiple_4 .berocket_color_multiple_single {
	width: 25%
}

.berocket_color_span_block .berocket_color_multiple_4 .berocket_color_multiple_single.berocket_color_multiple_single_0,
.berocket_color_span_block .berocket_color_multiple_4 .berocket_color_multiple_single.berocket_color_multiple_single_3 {
	width: 75%
}

.berocket_color_span_block .berocket_color_multiple .berocket_color_multiple_single_0 {
	left: -50%
}

.berocket_color_span_block .berocket_color_multiple_2 .berocket_color_multiple_single_1 {
	left: 50%
}

.berocket_color_span_block .berocket_color_multiple_3 .berocket_color_multiple_single_1 {
	left: 33%
}

.berocket_color_span_block .berocket_color_multiple_4 .berocket_color_multiple_single_1 {
	left: 25%
}

.berocket_color_span_block .berocket_color_multiple_3 .berocket_color_multiple_single_2 {
	left: 67%
}

.berocket_color_span_block .berocket_color_multiple_4 .berocket_color_multiple_single_2 {
	left: 50%
}

.berocket_color_span_block .berocket_color_multiple_4 .berocket_color_multiple_single_3 {
	left: 75%
}

.berocket_single_filter_widget.berocket_inline_clickable,
.berocket_single_filter_widget.berocket_inline_filters {
	float: left !important;
	padding-right: 15px !important
}

.berocket_single_filter_widget.berocket_inline_filters {
	width: 12.5% !important
}

.berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget-title_div {
	border: 2px solid #333 !important;
	background-color: #333 !important;
	color: #ccc !important;
	padding: 5px 35px 5px 5px !important;
	border-radius: 5px !important
}

.berocket_single_filter_widget.berocket_hidden_clickable .berocket_widget_has_description .berocket_aapf_widget-title_div {
	padding-right: 55px !important
}

.berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget-wrapper {
	padding-bottom: 5px !important
}

.berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget-title_div h3 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	color: inherit !important
}

.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget-title_div {
	border: 2px solid #ccc !important;
	color: #000 !important;
	background-color: #ccc !important;
	border-radius: 5px 5px 0 0 !important;
	padding-bottom: 10px !important
}

.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget-wrapper {
	padding-bottom: 0 !important
}

.berocket_single_filter_widget.berocket_hidden_clickable .berocket_aapf_widget {
	position: absolute !important;
	top: 100% !important;
	width: 100% !important;
	background-color: #fff !important;
	z-index: 800 !important;
	margin: 0 !important;
	border: 2px solid #ccc !important;
	padding: 5px !important;
	display: none
}

.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget {
	z-index: 900 !important
}

.berocket_single_filter_widget.berocket_hidden_clickable.berocket_hidden_clickable_left .berocket_aapf_widget {
	left: 0 !important
}

.berocket_single_filter_widget.berocket_hidden_clickable.berocket_hidden_clickable_right .berocket_aapf_widget {
	right: 0 !important
}

.berocket_element_above_products {
	clear: both !important;
	overflow: visible !important
}

.berocket_single_filter_widget,
.berocket_single_filter_widget div {
	overflow: visible !important
}

div.berocket_single_filter_widget div.berocket_aapf_widget-wrapper * {
	opacity: 1
}

.berocket_aapf_widget select {
	overflow: auto !important
}

.berocket_element_above_products_after {
	clear: both
}

ul.berocket_aapf_widget li>span>input+.berocket_label_widgets::before {
	margin-right: 6px
}

.berocket_element_above_products_is_hide {
	overflow: hidden !important
}

.berocket_element_above_products_is_hide.br_is_hidden {
	opacity: 0;
	max-height: 1px;
	position: relative
}

.berocket_ajax_filters_sidebar_toggle,
.berocket_element_above_products_is_hide_toggle {
	height: 20px;
	width: 200px;
	margin: 40px 0;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	outline: 0 none !important;
	color: #2a2a2a;
	font-weight: 600
}

.berocket_element_above_products_is_hide_toggle span,
.berocket_element_above_products_is_hide_toggle span:after,
.berocket_element_above_products_is_hide_toggle span:before {
	position: absolute;
	left: 0;
	width: 17px;
	height: 2px;
	background: #ababab;
	display: block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.berocket_element_above_products_is_hide_toggle span {
	top: 13px
}

.berocket_element_above_products_is_hide_toggle span:before {
	content: "";
	top: -6px
}

.berocket_element_above_products_is_hide_toggle span:after {
	content: "";
	bottom: -6px
}

.berocket_element_above_products_is_hide_toggle.active span,
.berocket_element_above_products_is_hide_toggle.active span:after,
.berocket_element_above_products_is_hide_toggle.active span:before,
.berocket_element_above_products_is_hide_toggle:hover span,
.berocket_element_above_products_is_hide_toggle:hover span:after,
.berocket_element_above_products_is_hide_toggle:hover span:before {
	background: #2a2a2a
}

.berocket_element_above_products_is_hide_toggle:hover span:before {
	width: 14px
}

.berocket_element_above_products_is_hide_toggle:hover span:after {
	width: 11px
}

.berocket_element_above_products_is_hide_toggle.active span {
	background: 0 0
}

.berocket_element_above_products_is_hide_toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 17px;
	top: 0
}

.berocket_element_above_products_is_hide_toggle.active span:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 17px;
	bottom: 0
}

.berocket_ajax_filters_sidebar_toggle span,
.berocket_ajax_filters_sidebar_toggle span:after,
.berocket_ajax_filters_sidebar_toggle span:before {
	position: absolute;
	left: 0;
	width: 17px;
	height: 2px;
	background: #ababab;
	display: block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.berocket_ajax_filters_sidebar_toggle span {
	top: 13px
}

.berocket_ajax_filters_sidebar_toggle span:before {
	content: "";
	top: -6px
}

.berocket_ajax_filters_sidebar_toggle span:after {
	content: "";
	bottom: -6px
}

.berocket_ajax_filters_sidebar_toggle.active span,
.berocket_ajax_filters_sidebar_toggle.active span:after,
.berocket_ajax_filters_sidebar_toggle.active span:before,
.berocket_ajax_filters_sidebar_toggle:hover span,
.berocket_ajax_filters_sidebar_toggle:hover span:after,
.berocket_ajax_filters_sidebar_toggle:hover span:before {
	background: #2a2a2a
}

.berocket_ajax_filters_sidebar_toggle:hover span:before {
	width: 14px
}

.berocket_ajax_filters_sidebar_toggle:hover span:after {
	width: 11px
}

.berocket_ajax_filters_sidebar_toggle.active span {
	background: 0 0
}

.berocket_ajax_filters_sidebar_toggle.active span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 17px;
	top: 0
}

.berocket_ajax_filters_sidebar_toggle.active span:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 17px;
	bottom: 0
}

#berocket-ajax-filters-sidebar {
	display: block;
	position: fixed;
	top: 0;
	left: -350px;
	bottom: 0;
	width: 350px;
	max-width: 100%;
	background: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	z-index: 100000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto !important
}

#berocket-ajax-filters-sidebar-shadow {
	content: "";
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
	background: #000;
	opacity: .7
}

.admin-bar #berocket-ajax-filters-sidebar {
	top: 32px
}

#berocket-ajax-filters-sidebar.active,
#berocket-ajax-filters-sidebar.active+#berocket-ajax-filters-sidebar-shadow {
	left: 0;
	display: block
}

#berocket-ajax-filters-sidebar .berocket_ajax_group_filter_title {
	padding: 15px 88px 15px 15px !important;
	font-weight: 500 !important;
	font-size: 24px !important;
	color: #333 !important;
	border-bottom: 1px solid #ccc !important
}

#berocket-ajax-filters-sidebar>div {
	padding: 15px !important
}

#berocket-ajax-filters-sidebar .widget-title.berocket_aapf_widget-title {
	color: #333 !important;
	font-size: 19px !important;
	font-weight: 600 !important
}

#berocket-ajax-filters-sidebar .berocket_aapf_widget,
#berocket-ajax-filters-sidebar .berocket_aapf_widget li {
	margin: 0 !important
}

#berocket-ajax-filters-sidebar .berocket_aapf_widget .berocket_checkbox_color .berocket_label_widgets {
	margin: 0 .6em .6em 0 !important
}

#berocket-ajax-filters-sidebar-close {
	position: absolute !important;
	right: 0 !important;
	line-height: 39px;
	padding: 17px 15px 13px !important;
	font-family: Arial, serif !important;
	color: #a2a2a2
}

.berocket_aapf_widget-wrapper .slider:not(.flickity-enabled) {
	overflow: initial;
	white-space: initial
}

.wpml-ls-legacy-list-horizontal {
	border: 1px solid transparent;
	padding: 7px;
	clear: both
}

.wpml-ls-legacy-list-horizontal ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wpml-ls-legacy-list-horizontal .wpml-ls-first-item {
	border-right: 1px solid #000
}

.wpml-ls-legacy-list-horizontal a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	line-height: 1
}

.wpml-ls-legacy-list-horizontal a span {
	font-family: 'Proxima Nova';
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase
}

.wpml-ls-legacy-list-horizontal a .wpml-ls-native {
	color: #759efd
}

.wpml-ls-legacy-list-horizontal a .wpml-ls-display,
.wpml-ls-legacy-list-horizontal a .wpml-ls-display:hover {
	color: #202020;
	opacity: .5;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.wpml-ls-legacy-list-horizontal a .wpml-ls-display:hover {
	color: #000;
	opacity: 1
}

.wpml-ls-legacy-dropdown {
	width: 3em;
	max-width: 100%
}

.wpml-ls-legacy-dropdown>ul {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0 !important
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
	visibility: visible
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.wpml-ls-legacy-dropdown a {
	display: block;
	text-decoration: none;
	color: #444;
	border: 1px solid transparent;
	background-color: #fff;
	padding: 5px;
	line-height: 1
}

.wpml-ls-legacy-dropdown a span {
	font-family: 'Proxima Nova';
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	vertical-align: middle
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding-right: calc(10px + .7em + .7em);
	position: relative
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
	padding-right: 10px;
	padding-left: calc(.7em + .7em)
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	content: '';
	top: 10px;
	display: block;
	background-color: #5da1ff;
	width: 1px;
	height: 6px;
	left: auto;
	right: 15px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
	content: '';
	display: block;
	background-color: #5da1ff;
	width: 1px;
	right: 10px;
	top: 10px;
	height: 6px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	right: auto;
	left: 10px
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
	color: #202020;
	background: #fff
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	border-top: 1px solid transparent;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 101
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	border-width: 0 1px 1px
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
	color: #759efd
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
	display: inline;
	vertical-align: middle;
	width: 18px;
	height: 12px
}

.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
	margin-left: .4em
}

.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span {
	margin-left: 0;
	margin-right: .4em
}

.swiper-button {
	width: 33px;
	font-size: 34px;
	color: #ddd;
	outline: none;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.swiper-button svg {
	fill: #ddd;
	-webkit-transition: fill .3s;
	-o-transition: fill .3s;
	transition: fill .3s
}

.header-search .header__main_search_inner:hover svg,
.header-search .header__main_search_open:hover svg,
.swiper-button:hover svg {
	fill: #5da2ff
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #8795a9;
	opacity: .2;
	margin-right: 15px;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	cursor: pointer
}

.header__top_nav li:last-child,
.swiper-pagination-bullet:last-child {
	margin-right: 0
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	cursor: default
}

.slider-theme-pagination .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative
}

.slider-theme-pagination .swiper-pagination .swiper-pagination-bullet {
	display: block;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 700;
	font-family: "Proxima Nova", sans-serif;
	color: #000;
	width: 40px;
	height: 40px;
	background-color: transparent;
	margin: 0;
	opacity: 1;
	outline: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.slider-theme-pagination .swiper-pagination .swiper-pagination-bullet:hover {
	color: #5da1ff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.slider-theme-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #5da2ff
}

.slider-theme-pagination .swiper-button-disabled {
	opacity: .4;
	cursor: default
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
	z-index: 100
}

.pagination,
.pagination a.next-btn,
.pagination a.prev-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pagination {
	margin: 0;
	list-style: none;
	padding: 30px 0
}

.pagination span {
	display: block;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 700
}

.pagination a,
.pagination a svg {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.pagination a {
	display: block;
	padding: 12px 16px;
	color: #000;
	font-size: 14px;
	font-weight: 700
}

.pagination a.next-btn,
.pagination a.prev-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 40px;
	padding: 15px 17px;
	border: 1px solid #5da1ff;
	background-color: #5da1ff
}

.pagination a svg {
	fill: #fff
}

.pagination a.active,
.pagination a:active,
.pagination a:hover {
	color: #5da2ff
}

.pagination a.active.next-btn,
.pagination a.active.prev-btn,
.pagination a:active.next-btn,
.pagination a:active.prev-btn,
.pagination a:hover.next-btn,
.pagination a:hover.prev-btn {
	background-color: transparent
}

.pagination a.active.next-btn svg,
.pagination a.active.prev-btn svg,
.pagination a:active.next-btn svg,
.pagination a:active.prev-btn svg,
.pagination a:hover.next-btn svg,
.pagination a:hover.prev-btn svg {
	fill: #000
}

.drunk-line,
.solid-line {
	position: relative;
	margin-bottom: 10px
}

.drunk-line::after,
.solid-line::after {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 100vw;
	height: 10px
}

.drunk-line::after {
	background-color: #dfecff;
	left: 25%
}

.solid-line::after {
	left: 0;
	background-color: rgba(93, 161, 255, .2)
}

.anim-bg {
	position: relative;
	overflow: hidden;
	border-radius: 3px
}

.anim-bg:before {
	content: '';
	display: block;
	position: absolute;
	-webkit-transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
	left: 0;
	top: 0;
	width: 200%;
	background: -webkit-gradient(linear, left top, right top, from(#5da1ff), color-stop(50%, #b3c7f6), to(#5da1ff));
	background: -webkit-linear-gradient(left, #5da1ff 0%, #b3c7f6 50%, #5da1ff 100%);
	background: -o-linear-gradient(left, #5da1ff 0%, #b3c7f6 50%, #5da1ff 100%);
	background: linear-gradient(to right, #5da1ff 0%, #b3c7f6 50%, #5da1ff 100%);
	height: 100%
}

.anim-bg:hover:before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.anim-bg__content {
	position: relative;
	z-index: 2
}

.header {
	z-index: 99;
	width: 100%
}

.header,
.header .top-line .container,
.header .top-line .container .row {
	position: relative
}

.header .top-line .bg__general {
	border-radius: 0 0 0 6px
}

.header .row {
	margin: 0
}

.category__list>article,
.header .row>div,
.header--mobile__nav li>ul li {
	padding: 0
}

.header__logo {
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding-left: 10px
}

.header__logo img {
	width: 70px;
	max-width: 100%;
	height: 56px
}

.header__logo a {
	display: inline-block
}

.header__logo a:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 100
}

.header__logo span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.header__logo span a {
	font-size: 10px;
	font-weight: 400;
	color: #a3a3a3;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header__logo span a:hover {
	color: #59a0ff
}

.header__bottom .header__city select,
.header__logo_hidden {
	display: none
}

.header__logo_hidden a {
	display: block;
	width: 70px
}

.header__top {
	padding: 0 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__top_nav {
	position: relative
}

.header__top_nav>li>a {
	padding-bottom: 12px;
	padding-top: 12px
}

.header__top_nav a {
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display: block;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.header__main_calc .calc__list a:hover,
.header__top_nav a:hover {
	color: #5da2ff
}

.header__top_nav li {
	margin-right: 20px;
	float: left
}

.header__top_nav li.menu-item-has-children:hover .sub-menu {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible
}

.header__top .sub-menu {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 5px 15px rgba(182, 182, 182, .4);
	box-shadow: 0 5px 15px rgba(182, 182, 182, .4);
	background-color: #fff;
	z-index: 2222;
	top: 100%
}

.header__top .sub-menu:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 7px;
	border-color: transparent transparent #fff;
	position: absolute;
	left: 20px;
	bottom: 100%
}

.header__top .sub-menu:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	border-radius: 0 0 3px 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#96cfff), to(#5da2ff));
	background-image: -webkit-linear-gradient(right, #96cfff 0%, #5da2ff 100%);
	background-image: -o-linear-gradient(right, #96cfff 0%, #5da2ff 100%);
	background-image: linear-gradient(270deg, #96cfff 0%, #5da2ff 100%)
}

.header__top .sub-menu li {
	margin-right: 0;
	float: none;
	margin-bottom: 10px;
	display: block;
	line-height: 12px
}

.header__phones ul li:last-child,
.header__top .sub-menu li:last-child {
	margin-bottom: 0
}

.header__top ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.header__social {
	padding-right: 45px
}

.header__social li {
	float: left;
	margin-right: 15px
}

.header__social li:last-child {
	margin-right: 0
}

.header__social li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 17px;
	padding: 1px;
	color: #000
}

.header__social li a svg {
	opacity: .3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.footer__socials_link:hover .icon svg,
.header__social li a:hover svg {
	opacity: 1;
	fill: #5da1ff
}

.header__bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 45px 20px 30px;
	background-color: #fff
}

.header__bottom:before {
	content: '';
	display: block;
	-webkit-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
	position: absolute;
	background-size: 400% 400%;
	top: 0;
	width: 100vw;
	left: 0;
	height: 5px;
	border-radius: 3px 0 0;
	background-image: -webkit-gradient(linear, right top, left top, from(#96cfff), to(#5da1ff));
	background-image: -webkit-linear-gradient(right, #96cfff 0%, #5da1ff 100%);
	background-image: -o-linear-gradient(right, #96cfff 0%, #5da1ff 100%);
	background-image: linear-gradient(270deg, #96cfff 0%, #5da1ff 100%)
}

.header__bottom .label {
	opacity: .3;
	color: #000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700
}

.header__bottom,
.header__bottom .header__city {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__bottom .header__city_current {
	position: relative;
	margin-left: 15px;
	padding-left: 15px
}

.header__bottom .header__city_current::before {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: 0;
	width: 1px;
	background-color: #5da1ff;
	opacity: .3
}

.header__bottom .header__city span {
	outline: none
}

.header__bottom .header__city .select2-dropdown {
	-webkit-box-shadow: 0 5px 15px rgba(181, 181, 181, .4);
	box-shadow: 0 5px 15px rgba(181, 181, 181, .4);
	border-radius: 3px;
	background-color: #fff;
	min-width: 210px;
	padding-top: 35px;
	margin-top: -40px;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}

.header__bottom .header__city .select2.select2-container.select2-container--default.select2-container--below {
	z-index: 2034
}

.header__bottom .header__city .select2-container--default .select2-results>.select2-results__options {
	max-height: none;
	padding-bottom: 10px
}

.header__bottom .header__city .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 12px
}

.header__bottom .header__city .select2-container--open.select2-container--focus .select2-selection__arrow,
.header__catalog.opened>.header__catalog_head .header__catalog_open:before,
.header__catalog_menu .category-list__item.opened .header__catalog_open:before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header__bottom .header__city .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 0;
	width: 6px;
	height: 7px;
	position: relative;
	display: block;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.header__bottom .header__city .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content: '';
	display: block;
	background-color: #5da1ff;
	width: 1px;
	right: 0;
	top: 0;
	height: 6px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.header__bottom .header__city .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	content: '';
	top: 0;
	display: block;
	background-color: #5da1ff;
	width: 1px;
	height: 6px;
	left: 0;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.header__bottom .header__city .select2-container .select2-selection--single {
	height: auto;
	margin-bottom: 10px;
	position: relative
}

.header__bottom .header__city .select2-selection__rendered {
	color: #59a0ff;
	font-size: 14px;
	font-weight: 700
}

.header__bottom .header__city [aria-selected=true],
.header__city select {
	display: none
}

.header__bottom .header__city .select2-results__option {
	padding: 5px 5px 5px 20px;
	color: #666;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.header__bottom .header__city .select2-results__option:hover {
	background-color: transparent;
	color: #5da2ff
}

.header__bottom .header__city .select2-results__option[aria-selected=true] {
	color: #59a0ff;
	font-size: 14px;
	font-weight: 700
}

.header__bottom .header__city .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent
}

.header__bottom .header__city_addr {
	color: #333;
	font-size: 14px;
	font-weight: 400
}

.header__bottom,
.header__main {
	position: relative
}

.header__main_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding-right: 45px;
	background: #fff
}

.header__main_row:after,
.header__main_row:before {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 100vw;
	height: 1px;
	background-color: #ededed
}

.header__main_row:before {
	top: 0
}

.header__main_row:after {
	bottom: 0
}

.header__main_left,
.header__main_phone {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__main_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__main_phone {
	display: none
}

.header__main_phone .image {
	margin-right: 12px
}

.header__main_divider {
	margin-right: 25px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background-color: #5da1ff
}

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

.header__main_calc,
.header__main_right a {
	color: #5da2ff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700
}

.header__main_right a:hover {
	color: #000
}

.header__main_calc {
	color: #fff;
	margin-left: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	width: 240px;
	height: 40px
}

.header__main_calc small {
	color: #fff;
	text-transform: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px
}

.header__main_calc .calc__list {
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
	border-radius: 3px;
	background-color: #fff;
	margin: 0;
	list-style: none;
	padding: 7.5px 0
}

.header__main_calc .calc__list a,
.header__phones a {
	font-size: 14px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.header__main_calc .calc__list a {
	line-height: 14px;
	display: block;
	padding: 7.5px 20px;
	position: relative;
	text-transform: none;
	color: #000;
	font-weight: 400
}

.header__main_calc .calc__list a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 4px;
	height: 0;
	-webkit-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
	bottom: 0;
	background-color: #5da1ff
}

.header__main_calc .calc__list a:hover:before {
	height: 100%
}

.header__main_calc_anim {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	overflow: hidden;
	border-radius: 3px;
	cursor: pointer
}

.header__main_calc_anim.opened {
	cursor: default
}

.header__main_calc_anim.opened .head {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.header__main_calc_ins {
	position: relative;
	z-index: 1;
	width: 465px;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#96b4ff), to(#5da1ff));
	background-image: -webkit-linear-gradient(right, #96b4ff 0%, #5da1ff 100%);
	background-image: -o-linear-gradient(right, #96b4ff 0%, #5da1ff 100%);
	background-image: linear-gradient(270deg, #96b4ff 0%, #5da1ff 100%);
	padding: 12px 12px 10px 20px
}

.header__main_calc_ins:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 158px;
	height: 192px;
	background-image: url(../img/calculator-bg.svg);
	background-repeat: no-repeat;
	background-size: cover
}

.header__main_calc .head {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header__main_calc .head .close,
.header__main_calc .head .open {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%
}

.header__main_calc .head .close {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	cursor: pointer;
	text-transform: none
}

.header__main_calc img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

.header__main_calc .text {
	vertical-align: middle
}

.header__city {
	width: 165px
}

.header__city_current {
	height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.header__city span {
	display: block;
	outline: none
}

.header__city .select2-container .select2-selection--single {
	height: auto;
	position: relative
}

.header__city .select2-selection__rendered {
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #59a0ff
}

.header__city .select2-dropdown {
	-webkit-box-shadow: 0 5px 15px rgba(181, 181, 181, .4);
	box-shadow: 0 5px 15px rgba(181, 181, 181, .4);
	border-radius: 3px;
	background-color: #fff;
	min-width: 210px;
	padding-top: 45px;
	margin-top: -30px;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px)
}

.header__city .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 16px;
	height: 16px;
	top: 0;
	right: 0
}

.header__city .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 5px;
	right: 5px;
	position: absolute;
	border-style: solid;
	border-color: #5da2ff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 1px
}

.header__city .select2-results__option {
	padding: 5px 5px 5px 20px;
	color: #666;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 600;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.header__city .select2-results__option[aria-selected=true] {
	color: #59a0ff;
	font-size: 14px;
	font-weight: 700
}

.header__phones,
.header__phones_mobile-bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__phones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header__phones_mobile-bottom {
	width: 20px;
	height: 20px;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header__catalog_open:before,
.header__phones_mobile-bottom .bottom {
	display: block;
	width: 0;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	height: 0
}

.header__phones_mobile-bottom .bottom {
	border-top: 5px solid #8795a9;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent
}

.header__phones_mobile-icon {
	width: 16px;
	height: 16px;
	display: none
}

.header__phones_mobile-icon svg {
	fill: #5da1ff
}

.header__phones ul {
	list-style: none;
	border-left: 1px solid rgba(93, 161, 255, .3)
}

.header__phones ul li {
	margin: 0 10px
}

.header__phones a {
	font-weight: 300;
	color: #333
}

.header__phones a:hover {
	color: #5da2ff
}

.header__phones a span,
.home__descr_content b,
.thanks__content_descr b {
	font-weight: 600
}

.header__phones-top {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	padding: 0 25px
}

.header__phones-top ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none
}

.header__languages {
	width: 48px;
	height: 24px
}

.header__catalog {
	z-index: 11;
	width: 100%
}

.header__catalog_head {
	position: relative;
	z-index: 11
}

.header__catalog_open {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none
}

.header__catalog_open:before {
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(255, 255, 255, .6)
}

.header__catalog.opened {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 3px
}

.header__catalog.mobile {
	display: none
}

.header__catalog_button {
	cursor: pointer;
	padding: 18px;
	display: block;
	border-radius: 10px 0 0;
	background-size: 200% 100%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	background-position: 0 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#87adfb), to(#7ba9fb));
	background-image: -webkit-linear-gradient(left, #87adfb 0%, #7ba9fb 100%);
	background-image: -o-linear-gradient(left, #87adfb 0%, #7ba9fb 100%);
	background-image: linear-gradient(to right, #87adfb 0%, #7ba9fb 100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.header__catalog_button .text {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700
}

.header__catalog_button:hover .header__catalog_icon span:first-child {
	opacity: .4
}

.header__catalog_button:hover .header__catalog_icon span:nth-child(2),
.header__catalog_button:hover .header__catalog_icon span:nth-child(3) {
	opacity: 1
}

.header__catalog_button:hover .header__catalog_icon span:nth-child(4) {
	opacity: .4
}

.header__catalog_icon {
	width: 24px;
	height: 24px;
	position: relative;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle
}

.header__catalog_icon span {
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 10px;
	border-radius: 1px 1px 0;
	background-color: #fff;
	position: absolute
}

.header__catalog_icon span:first-child {
	left: 0;
	top: 0
}

.header__catalog_icon span:nth-child(2) {
	opacity: .4;
	right: 0;
	top: 0
}

.header__catalog_icon span:nth-child(3) {
	opacity: .4;
	bottom: 0;
	left: 0
}

.header__catalog_icon span:nth-child(4) {
	bottom: 0;
	right: 0
}

.header__catalog_menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	overflow: hidden;
	background-image: -webkit-gradient(linear, left top, right top, from(#87adfb), to(#7ba9fb));
	background-image: -webkit-linear-gradient(left, #87adfb 0%, #7ba9fb 100%);
	background-image: -o-linear-gradient(left, #87adfb 0%, #7ba9fb 100%);
	background-image: linear-gradient(to right, #87adfb 0%, #7ba9fb 100%);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .7s;
	-o-transition: transform .7s;
	transition: transform .7s;
	transition: transform .7s, -webkit-transform .7s
}

.header__catalog_menu_head {
	display: none
}

.header__catalog_menu .category-list {
	margin: 0;
	padding: 0;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s .7s;
	-o-transition: opacity .3s .7s;
	transition: opacity .3s .7s
}

.header__catalog_menu .category-list__item .mobile-header-drophead {
	width: calc(100% - 50px)
}

.header__catalog_menu .category-list__item .mobile-header-drophead .icon,
.header__catalog_menu .category-list__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__catalog_menu .category-list__item .mobile-header-drophead .icon {
	width: 30px;
	height: 30px;
	top: 50%;
	right: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute
}

.header__catalog_menu .category-list__item .mobile-header-drophead .icon .icon-arrow-right {
	width: 11px;
	height: 11px
}

.header__catalog_menu .category-list__item .mobile-header-drophead .icon svg.theme-color,
.header__catalog_menu .category-list__link .icon svg.theme-color {
	fill: #8da5f9
}

.header__catalog_menu .category-list__link {
	position: relative;
	padding: 10px 30px
}

.header__catalog_menu .category-list__link .text,
.header__catalog_menu .category-list__link span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.header__catalog_menu .category-list__link .image {
	display: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	height: 60px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 3px
}

.header__catalog_menu .category-list__link .image img,
.header__choice .choice-list__link .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.header__catalog_menu .category-list__link .icon {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 11px;
	flex: 0 0 11px;
	width: 11px;
	height: 11px;
	margin-left: auto;
	opacity: .5;
	line-height: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.header__catalog_menu .category-list__link::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 0;
	height: 26px;
	margin-top: -13px;
	background-color: rgba(255, 255, 255, .87);
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s
}

.header__catalog_menu .category-list--mobile {
	list-style: none;
	background-color: rgba(0, 0, 0, .2);
	display: none;
	padding: 10px 25px
}

.header__catalog_menu .category-list--mobile a {
	padding: 10px;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 600
}

.header__catalog_menu .category-list__item.active .category-list__link span {
	opacity: .5;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.header__catalog_menu .category-list__item.active .category-list__link .icon {
	opacity: 1
}

.header__catalog_menu .category-list__item.active .category-list__link::before {
	width: 10px
}

.header__catalog_menu .category-menu {
	padding: 25px 40px 20px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
	visibility: hidden;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform .5s 1s;
	-o-transition: transform .5s 1s;
	transition: transform .5s 1s;
	transition: transform .5s 1s, -webkit-transform .5s 1s
}

.header__catalog_menu .category-menu__list {
	display: none
}

.header__catalog_menu .category-menu__item a,
.header__catalog_menu .category-menu__list.active,
.header__choice .choice-menu__item a {
	display: block
}

.header__catalog_menu .category-menu__list_title {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700
}

.header__catalog_menu .category-menu__list_row {
	position: relative;
	padding: 20px 0 0;
	margin: 0 -17.5px
}

.header__catalog_menu .category-menu__list_row:first-child {
	padding-top: 0
}

.header__catalog_menu .category-menu__list_row>div,
.header__choice .choice-menu__list_row>div {
	padding: 0 17.5px
}

.header__catalog_menu .category-menu__list_row:last-child {
	padding-bottom: 0
}

.header__catalog_menu .category-menu__list_row:last-child::after {
	display: none
}

.header__catalog_menu .category-menu__item {
	margin-bottom: 15px;
	text-align: center
}

.header__catalog_menu .subcategoty-list {
	list-style: none;
	padding-left: 100px;
	-webkit-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s
}

.header__catalog_menu .subcategoty-list--closed {
	height: 0;
	overflow: hidden;
	-webkit-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s
}

.header__catalog_menu .subcategoty-list__item {
	margin-bottom: 3px
}

.header__catalog_menu .subcategoty-list__link {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #8da5f9
}

.header__catalog:hover .header__catalog_menu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.header__catalog:hover .header__catalog_menu .category-list {
	visibility: visible;
	opacity: 1
}

.header__catalog:hover .header__catalog_menu .category-menu {
	visibility: visible
}

.header__choice_head {
	display: block;
	padding: 23px 25px 22px 30px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.header__choice_head:hover {
	color: #5da2ff
}

.header__choice_menu_head {
	display: none
}

.header__choice .choice-list {
	margin: 0;
	padding: 0;
	list-style: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s .7s;
	-o-transition: opacity .3s .7s;
	transition: opacity .3s .7s
}

.header__choice .choice-list__link {
	position: relative;
	display: block;
	padding: 13px 0 13px 30px
}

.header__choice .choice-list__link .text {
	display: inline-block;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.header__choice .choice-list__link .image {
	display: none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	height: 60px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 3px
}

.header__choice .choice-list__link::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 0;
	height: 26px;
	margin-top: -13px;
	background-color: rgba(93, 162, 255, .87);
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s
}

.header__choice .choice-list__item.active .choice-list__link span,
.header__choice .choice-list__link:hover span {
	color: #5da2ff;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.header__choice .choice-list__item.active .choice-list__link::before,
.header__choice .choice-list__link:hover::before {
	width: 10px
}

.header__choice .choice-menu__list_title {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 700
}

.header__choice .choice-menu__list_row {
	position: relative;
	padding: 20px 0 0;
	margin: 0 -17.5px
}

.header__choice .choice-menu__list_row:first-child {
	padding-top: 0
}

.header__choice .choice-menu__list_row:last-child {
	padding-bottom: 0
}

.header__choice .choice-menu__list_row:last-child::after {
	display: none
}

.header__choice .choice-menu__item {
	margin-bottom: 15px;
	text-align: center
}

.header__choice .choice-menu__item_bg {
	margin-bottom: 10px;
	border-radius: 3px;
	background-position: center;
	background-size: cover;
	background-color: #d7d7d7;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.header__choice:hover .header__choice_head,
.header__shop_link:hover {
	color: #5da2ff
}

.header__choice:hover .header__choice_menu {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1)
}

.header__choice:hover .choice-list {
	opacity: 1;
	visibility: visible
}

.header__choice:hover .choice-menu {
	visibility: visible
}

.header__shop_link {
	display: block;
	padding: 23px 0 22px;
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.header .bottom-line__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	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
}

.header .bottom-line__right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%
}

.header .bottom-line--fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 100;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.header .bottom-line--fixed .bottom-line__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%
}

.header .bottom-line--fixed .bottom-line__right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%
}

.header .bottom-line--fixed .header__logo_hidden {
	display: block
}

.header .bottom-line--fixed .header__catalog {
	width: 70%
}

.header .bottom-line--fixed .header__catalog_button {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.header .bottom-line--fixed .header__catalog_button .text,
.home__catalog .catalog-item__list a:hover {
	color: #000
}

.header .bottom-line--fixed .header__catalog_icon span {
	background-color: #5da1ff
}

.header .bottom-line--fixed .header__main_row {
	padding-left: 0
}

.header .bottom-line--fixed .header__main_divider {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-left: 0
}

.header .bottom-line--fixed .header__main_phone,
.header--mobile__nav li.menu-item-has-children {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header .bottom-line--fixed .header__main_phone span {
	outline: none
}

.header .bottom-line--fixed .header__main_phone .select2-container .select2-selection--single {
	height: auto
}

.header .bottom-line--fixed .header__main_calc {
	margin-left: 0
}

.header .bottom-line--fixed .header__catalog_icon {
	margin-right: 10px
}

.header .bottom-line--fixed .header__choice_head {
	margin-right: 0;
	padding: 18px 20px 18px 40px
}

.header .bottom-line.headroom {
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.header .bottom-line.headroom .row,
.new-category .content.section .container>div {
	position: relative
}

.header .bottom-line.headroom--pinned {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.header .bottom-line.headroom--unpinned {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

.header--mobile__catalog,
.header--mobile__mnu {
	display: none
}

.header--mobile__close {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700
}

.header--mobile__menu {
	width: 25px;
	height: 16px;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer
}

.header--mobile__menu span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #5da2ff
}

.header--mobile__close {
	display: none
}

.header--mobile__nav {
	display: none;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .2)
}

.header--mobile__nav ul {
	list-style: none;
	padding: 0 10px;
	margin: 0
}

.header--mobile__nav li {
	padding: 0 15px
}

.header--mobile__nav li>ul {
	display: none;
	padding: 0
}

.header--mobile__nav li.menu-item-has-children {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.header--mobile__nav li.menu-item-has-children a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 89%;
	flex: 0 0 89%;
	max-width: 89%
}

.header--mobile__nav li.menu-item-has-children .open-dropdown {
	position: relative;
	width: 28px;
	height: 28px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.header--mobile__nav li.menu-item-has-children .open-dropdown:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3.5px 0;
	border-color: rgba(255, 255, 255, .6) transparent transparent
}

.header--mobile__nav li.menu-item-has-children ul {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.header--mobile__nav li.menu-item-has-children ul .open-dropdown {
	display: none
}

.header--mobile__nav li.menu-item-has-children.active {
	margin-bottom: 7.5px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .2)
}

.header--mobile__nav li.menu-item-has-children.active .open-dropdown {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header--mobile__nav a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 7.5px 0;
	display: block
}

.header--mobile__contacts,
.header--mobile__shop-link {
	margin-top: 10px
}

.header--mobile__contacts a,
.header--mobile__shop-link a {
	position: relative;
	display: block;
	padding: 18px 8px;
	color: #5da2ff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.header--mobile__contacts a:before,
.header--mobile__shop-link a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 6px;
	height: 11px;
	margin-top: -5.5px;
	background: url(../img/angle-icon.svg) no-repeat center;
	background-size: cover;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.header--mobile__contacts a:hover,
.header--mobile__shop-link a:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.header--mobile__contacts a:hover:before,
.header--mobile__shop-link a:hover:before {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.header--mobile__shop-link a {
	padding: 20.5px
}

.header-language {
	width: 40px
}

.header-search {
	width: 34px;
	height: 34px;
	margin-right: 10px
}

.header-search .header__main_search {
	width: 34px;
	height: 34px;
	padding: 0;
	cursor: pointer
}

.header-search .header__main_search_open {
	width: 30px;
	height: 30px;
	padding: 5px
}

.header-search .header__main_search_inner svg,
.header-search .header__main_search_open svg {
	-webkit-transition: fill .3s;
	-o-transition: fill .3s;
	transition: fill .3s
}

.header-search .header__main_search_inner {
	width: 100%;
	height: 100%;
	position: relative
}

.header-search .header__main_search .form {
	width: 797px !important;
	height: 100%;
	position: absolute;
	top: -2px;
	left: 0;
	padding-left: 20px;
	background: #fff;
	display: none;
	z-index: 3009
}

.header-search .header__main_search .form .search__button {
	position: absolute;
	border: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	padding: 10px;
	color: #5da1ff;
	background-color: transparent;
	cursor: pointer;
	outline: 0
}

.header-search .header__main_search .form input {
	height: 100%;
	width: 100%;
	border: 0;
	padding: 0
}

.header-search .header__main_search .form input::-webkit-input-placeholder {
	opacity: .3;
	text-transform: uppercase;
	color: #000;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700
}

.header-search .header__main_search .form input::-moz-placeholder {
	opacity: .3;
	text-transform: uppercase;
	color: #000;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700
}

.header-search .header__main_search .form input::-ms-input-placeholder {
	opacity: .3;
	text-transform: uppercase;
	color: #000;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700
}

.header-search .header__main_search .form input::placeholder {
	opacity: .3;
	text-transform: uppercase;
	color: #000;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700
}

.trigger-icon--search {
	width: 16px;
	height: 16px;
	display: block
}

.trigger-icon--close {
	width: 14px;
	height: 14px;
	display: none
}

div.asp_m.ajaxsearchpro .probox .proinput {
	padding: 0 30px 0 320px
}

#ajaxsearchprores1_1.vertical,
#ajaxsearchprores1_2.vertical,
div.asp_r.asp_r_1.vertical {
	padding: 30px 22px;
	margin: 12px 0 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#87adfb), to(#7ba9fb));
	background-image: -webkit-linear-gradient(left, #87adfb 0%, #7ba9fb 100%);
	background-image: -o-linear-gradient(left, #87adfb 0%, #7ba9fb 100%);
	background-image: linear-gradient(to right, #87adfb 0%, #7ba9fb 100%)
}

#ajaxsearchprores1_1.vertical .results,
#ajaxsearchprores1_2.vertical .results,
div.asp_r.asp_r_1.vertical .results {
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3)
}

#ajaxsearchprores1_1.vertical .results .item,
#ajaxsearchprores1_2.vertical .results .item,
div.asp_r.asp_r_1.vertical .results .item {
	padding: 0 20px
}

#ajaxsearchprores1_1.vertical .results .item .asp_image,
#ajaxsearchprores1_2.vertical .results .item .asp_image,
div.asp_r.asp_r_1.vertical .results .item .asp_image {
	width: 116px;
	height: 70px;
	border-radius: 4px;
	margin: 2px 20px 0 0
}

#ajaxsearchprores1_1.vertical .asp_simplebar-mask,
#ajaxsearchprores1_2.vertical .asp_simplebar-mask,
div.asp_r.asp_r_1.vertical .asp_simplebar-mask {
	border-radius: 3px;
	background-color: #fff;
	padding: 25px 33px 20px
}

.header-burger-email,
.header__top-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.header__top-menu {
	margin: auto;
	padding-left: 10px
}

.header__top-menu:before {
	-webkit-animation: Gradient 5s ease infinite;
	animation: Gradient 5s ease infinite;
	background-size: 400% 400%;
	bottom: 0;
	width: 100vw;
	left: 0;
	height: 3px;
	border-radius: 3px 0 0;
	background-image: -webkit-gradient(linear, right top, left top, from(#96cfff), to(#5da1ff));
	background-image: -webkit-linear-gradient(right, #96cfff 0%, #5da1ff 100%);
	background-image: -o-linear-gradient(right, #96cfff 0%, #5da1ff 100%);
	background-image: linear-gradient(270deg, #96cfff 0%, #5da1ff 100%)
}

.header__top-menu .sub-menu {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 5px 15px rgba(182, 182, 182, .4);
	box-shadow: 0 5px 15px rgba(182, 182, 182, .4);
	background-color: #fff;
	position: absolute;
	padding: 15px 20px;
	z-index: 2222;
	top: 100%;
	visibility: hidden;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px)
}

.header__top-menu .sub-menu li {
	margin-right: 0;
	margin-bottom: 10px;
	display: block;
	line-height: 12px
}

.header__top-menu .sub-menu:after,
.header__top-menu .sub-menu:before,
.header__top-menu:before {
	content: '';
	display: block;
	position: absolute
}

.header__top-menu .sub-menu:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 7px;
	border-color: transparent transparent #fff;
	left: 20px;
	bottom: 100%
}

.header__top-menu .sub-menu:after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	border-radius: 0 0 3px 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#96cfff), to(#5da2ff));
	background-image: -webkit-linear-gradient(right, #96cfff 0%, #5da2ff 100%);
	background-image: -o-linear-gradient(right, #96cfff 0%, #5da2ff 100%);
	background-image: linear-gradient(270deg, #96cfff 0%, #5da2ff 100%)
}

.header__top-menu li {
	list-style: none
}

.header__top-menu>li {
	margin-right: 20px
}

.header__top-menu>li.red-color a {
	color: #e20613
}

.header__top-menu>li:hover .sub-menu {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible
}

.header__top-menu>li>a {
	padding-bottom: 12px;
	padding-top: 12px
}

.header__top-menu a {
	color: #666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display: block;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.footer__info a:hover .text,
.header-burger-email .text:hover,
.header__top-menu a:hover {
	color: #5da2ff
}

.also-search ul,
.header__phones ul {
	margin: 0;
	padding: 0
}

.header__main .header__bottom {
	display: none
}

.header-burger-email {
	-webkit-box-align: center;
	margin-top: 10px
}

.header-burger-email .text {
	font-weight: 300;
	color: #333
}

.header-burger-email .text--highlight {
	font-weight: 700;
	color: #5da2ff
}

.header-burger-email .icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: -30px
}

.footer__info .icon svg,
.header-burger-email .icon svg {
	fill: #5da1ff
}

.also-search ul li {
	margin-bottom: 0
}

.work__ins {
	position: relative
}

.work__image {
	width: 120px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #dfecff;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto auto 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.carousel__image img,
.work__image img {
	max-width: 100%
}

.work__heading {
	color: #000;
	font-size: 16px;
	font-weight: 600
}

.work__wrapper {
	padding: 60px 70px 30px;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px rgba(0, 0, 0, .05);
	position: relative
}

.work__wrapper .bg__general {
	z-index: 0
}

.work__slider {
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px
}

.work__slider .swiper-pagination {
	bottom: 30px
}

.also-search ul li a,
.work__slider p {
	color: #303030;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

.gavnostroka-eto-ideya-kliyenta .bg__general {
	border: 1px solid #ededed;
	border-left: 0;
	border-right: 0
}

.gavnostroka-eto-ideya-kliyenta__text {
	padding: 10px;
	color: #e20613;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-align: center
}

.footer__buttons_ins {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.also-search {
	padding: 40px
}

.also-search .heading {
	color: #000;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 15px
}

.also-search ul {
	list-style: none
}

.also-search ul li a {
	color: #5da2ff;
	font-size: 12px
}

.also-search ul li a:hover {
	border-bottom: 1px solid
}

.footer,
.footer__order form {
	position: relative
}

.footer__info {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px
}

.footer__info li {
	margin-bottom: 10px
}

.footer__info li:first-child,
.footer__info li:nth-child(4),
.footer__info li:nth-child(5) {
	margin-bottom: 23px
}

.footer__info li:last-child,
.footer__nav li:last-child {
	margin-bottom: 0
}

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

.footer__info_row i {
	color: #5da1ff;
	font-size: 12px
}

.footer__info .icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	padding: 4px
}

.footer__info .text {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.footer__info .text--highlight {
	color: #5da2ff;
	font-weight: 700
}

.footer__heading {
	color: #000;
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: 700
}

.footer__dev {
	padding: 26px 40px 19px;
	color: #a8a8a8;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #f7f8f9;
	-webkit-box-shadow: inset -10px 0 20px rgba(0, 0, 0, .02);
	box-shadow: inset -10px 0 20px rgba(0, 0, 0, .02)
}

.footer__dev>span {
	cursor: pointer
}

.footer__dev>span>span svg {
	width: 8px;
	height: 7px
}

.footer__dev_logo {
	width: 83px;
	display: block
}

.footer__text {
	color: #777;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.footer__text a {
	color: #63a3ff;
	border-bottom: 1px solid
}

.footer__text a:hover {
	border-bottom-color: transparent
}

.footer__nav {
	list-style: none;
	padding: 40px;
	margin: 0;
	background-color: #fff;
	-webkit-box-shadow: inset -10px 0 20px rgba(0, 0, 0, .02);
	box-shadow: inset -10px 0 20px rgba(0, 0, 0, .02)
}

.footer__nav li {
	margin-bottom: 20px
}

.footer__nav a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	line-height: 12px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.footer__nav a:hover {
	color: #5da2ff
}

.footer__socials_link {
	display: inline-block;
	margin-right: 14px;
	vertical-align: middle
}

.footer__socials_link:last-child {
	margin-right: 0
}

.footer__socials_link .icon {
	display: block;
	width: 20px;
	height: 20px;
	padding: 1px
}

.footer__socials_link .icon svg {
	opacity: .3;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.footer__socials_link:hover .icon {
	opacity: 1
}

.footer__menu {
	background-color: #f7f8f9
}

.footer__about,
.footer__contacts {
	padding: 44px 15px 24px 33px
}

.footer__order {
	position: relative;
	padding: 44px 15px 0 33px
}

.footer__copyright {
	padding: 0 33px 15px
}

.footer__copyright p {
	margin: 0;
	color: #a8a8a8;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px
}

.news__wrapper {
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px rgba(0, 0, 0, .05);
	background-color: #fff
}

.news__url {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.news__card {
	padding: 25px 30px;
	border-right: 1px solid #ececec;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s
}

.news__card:hover {
	background-color: rgba(223, 236, 255, .3)
}

.news__bg {
	background-image: url(../img/tmp/lazy-load.svg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	border-radius: 3px
}

.home .news__bg {
	height: auto !important
}

.news__category {
	color: #5da2ff;
	margin-bottom: 15px;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	position: relative;
	z-index: 2
}

.news__name,
.news__placeholder {
	display: block
}

.news__name {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	min-height: 100px
}

.news__date {
	color: #979797;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px
}

.news-card__placeholder {
	display: block
}

.popup>.row>div[class^=col-]:last-child {
	z-index: 1
}

.popup>.row>div[class^=col-]:last-child::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -24px;
	right: -9px;
	left: 0;
	bottom: -24px;
	background-color: #f7f8f9
}

.popup__heading {
	color: #000;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px
}

.popup__callback {
	max-width: 320px;
	width: 100%
}

.carousel__inner {
	position: relative
}

.carousel__image {
	width: 120px;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #dfecff;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto auto 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.carousel__heading {
	color: #000;
	font-size: 16px;
	font-weight: 600
}

.carousel__wrapper {
	padding: 60px 70px 30px;
	position: relative
}

.carousel__wrapper .bg__general {
	z-index: 0
}

.carousel__slider {
	overflow: hidden;
	text-align: center;
	margin-bottom: 40px
}

.carousel__slider .swiper-pagination {
	bottom: 30px
}

.carousel__slider p,
.category-sidebar__more .descr p {
	color: #303030;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

.regional-pages .section--products .section__wrapper {
	padding-top: 50px;
	padding-bottom: 0;
	z-index: 5
}

.simular-products__ins {
	position: relative
}

.simular-products__title {
	padding: 60px 0 35px
}

.simular-products__title h2 {
	position: relative;
	margin: 0;
	padding-left: 60px;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px
}

.simular-products__title h2::before {
	content: '';
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: 0;
	width: 10px;
	background-color: #5da1ff
}

.simular-products .box {
	height: 100%;
	border: 1px solid #dadada;
	border-left: 0;
	border-bottom: 0;
	background-color: #fff
}

.simular-products .box__link {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 25px 30px 30px;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.simular-products .box__link:focus,
.simular-products .box__link:hover {
	background-color: rgba(223, 236, 255, .3)
}

.simular-products .box__link:focus .box__title,
.simular-products .box__link:hover .box__title {
	color: #5da2ff
}

.simular-products .box__bg {
	border-radius: 3px;
	background-color: #fff;
	background-image: url(../img/tmp/lazy-load.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	position: relative
}

.simular-products .box__bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.simular-products .box__price {
	margin-bottom: 20px
}

.simular-products .box__price .text {
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}

.simular-products .box__price .price {
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

.simular-products .box__price_old .price,
.simular-products .box__price_old .text {
	color: #aaa
}

.simular-products .box__price_old .price {
	position: relative
}

.product .price-block__price--old .price b::after,
.simular-products .box__price_old .price::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -2.5px;
	right: -2.5px;
	height: 2px;
	margin-top: -1px;
	background-color: #5da1ff
}

.simular-products .box__price_new .text {
	color: #5da2ff
}

.simular-products .box--discount {
	position: relative;
	z-index: 1;
	background-color: #f6fef7
}

.simular-products .box--discount::before {
	content: 'АКЦИЯ';
	position: absolute;
	top: 2px;
	right: 2px;
	color: #3ca954;
	font-size: 27px;
	font-weight: 900;
	text-transform: uppercase;
	opacity: .2;
	z-index: 1
}

.simular-products .box--discount.akcia-ua::before {
	content: "АКЦІЯ" !important
}

.share-block .link,
.simular-products .box--discount .box__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.share-block {
	float: right;
	width: 30px;
	margin-right: -50px
}

.share-block .link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding: 7px;
	border-radius: 50%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.home__catalog .catalog-item__list li:last-child,
.share-block .link:last-child {
	margin-bottom: 0
}

.share-block .link:focus,
.share-block .link:hover {
	opacity: .5
}

.share-block .link svg,
.svg-map .region.active>path {
	fill: #fff
}

.share-block .link--facebook {
	background-color: #3b5898
}

.share-block .link--twitter {
	background-color: #55acee
}

.share-block .link--vk {
	background-color: #4d76a1
}

.share-block .link--viber {
	background-color: #7c3caf
}

.share-block .link--whatsapp {
	background-color: #1bd741
}

.share-block .link--telegram {
	background-color: #41b4e6
}

.share-block .text {
	display: block;
	margin-top: 60px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	opacity: .4;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.page-head__ins {
	position: relative;
	padding: 0 50px 10px
}

.page-head__ins::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: #dbdbdb;
	opacity: .3
}

.page-head .breadcrumbs {
	margin-bottom: 0
}

.page-head--full .news__head_ins {
	padding: 25px 50px 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.page-head--full .news__head_ins::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%)
}

.category-sidebar .select2-container .select2-selection--single .select2-selection__arrow b,
.page-head--full .news__head_ins::after {
	display: none
}

.page-head--full .news__head_ins_content {
	position: relative;
	width: 60%;
	margin-left: 90px
}

.page-head--full .news__head_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-head--full .news__head_time {
	position: relative;
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	color: #979797;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px
}

.page-head--full .news__head_time::after {
	content: '';
	position: absolute;
	top: 1.5px;
	right: 0;
	bottom: 1.5px;
	width: 2px;
	border-radius: 1px;
	background-color: #d7d7d7
}

.page-head--full .news__head_cat {
	color: #5da2ff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.page-head--full .news__head_cat:focus,
.page-head--full .news__head_cat:hover {
	color: #fff
}

.page-head--full .breadcrumbs {
	margin-bottom: 110px
}

.category__head.full .breadcrumbs li a,
.news__head--full .breadcrumbs li a,
.page-head--full .breadcrumbs li a {
	color: #fff;
	opacity: .9
}

.news__head--full .breadcrumbs li span,
.page-head--full .breadcrumbs li span {
	color: #9f9f9f;
	opacity: .9
}

.page-head--full .breadcrumbs .icon-breadcrumb-divider {
	color: #fff;
	opacity: .2
}

.page-head--full .heading {
	margin-bottom: 20px;
	color: #fff;
	font-size: 36px;
	font-weight: 700
}

.pre-order-form {
	position: absolute;
	z-index: 15;
	top: 50px;
	right: 45px;
	width: 100%;
	max-width: 360px;
	padding: 25px 30px 30px;
	border-radius: 10px;
	background-color: #333a44;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3)
}

.pre-order-form__slider {
	max-height: 80px;
	margin-bottom: 20px
}

.pre-order-form__slider.swiper-container-vertical>.swiper-pagination-bullets {
	top: 82px;
	right: 10px
}

.pre-order-form__slider .swiper-pagination-bullet {
	width: 3px;
	height: 6px;
	margin: 4px 0 !important;
	background-color: #fafafa;
	opacity: .5;
	border-radius: 0;
	cursor: default
}

.pre-order-form__slider .swiper-pagination-bullet-active {
	background-color: #5da2ff;
	opacity: .8
}

.pre-order-form .title {
	margin: 0 0 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.pre-order-form .descr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pre-order-form .descr__icon {
	margin-right: 10px
}

.pre-order-form .descr__icon svg {
	fill: #5da1ff
}

.pre-order-form .descr__icon .icon-folder,
.pre-order-form .descr__icon .icon-pantone,
.pre-order-form .descr__icon .icon-repair {
	width: 31px;
	height: 27px
}

.pre-order-form .descr__text {
	color: #fff;
	font-size: 12px;
	font-weight: 400
}

.pre-order-form .form {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 15px
}

.pre-order-form .form::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(237, 237, 237, .2)
}

.pre-order-form .form__title {
	margin: 0 0 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 700
}

.pre-order-form .form-group ::-webkit-input-placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.pre-order-form .form-group ::-moz-placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.pre-order-form .form-group ::-ms-input-placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.pre-order-form .form-group ::placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.pre-order-form .form-group label {
	color: #fff !important
}

.pre-order-form .form .button {
	-webkit-box-shadow: 0 5px 15px rgba(32, 33, 35, .4);
	box-shadow: 0 5px 15px rgba(32, 33, 35, .4)
}

.svg-map>svg {
	-webkit-filter: drop-shadow(0 15px 5px rgba(16, 32, 63, .1));
	filter: drop-shadow(0 15px 5px rgba(16, 32, 63, .1))
}

.svg-map .region {
	cursor: pointer
}

.svg-map .region.disable {
	cursor: default
}

.svg-map .region.active {
	-webkit-animation: translateY .3s ease-in-out forwards;
	animation: translateY .3s ease-in-out forwards;
	-webkit-filter: drop-shadow(.05rem .05rem #000);
	filter: drop-shadow(.05rem .05rem #000)
}

.svg-map .region:not(.active) .logo path {
	fill: #fff
}

@-webkit-keyframes translateY {
	to {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@keyframes translateY {
	to {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

.category-sidebar {
	float: right;
	width: 280px;
	margin-top: 50px
}

.category-sidebar .caldera-grid .row {
	max-width: none
}

.category-sidebar__wrapper {
	padding: 20px;
	border: 1px solid #bdd9ff;
	border-radius: 3px;
	background-color: rgba(247, 250, 255, .3)
}

.category-sidebar .category-sidebar__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 15px;
	color: #44434f;
	font-size: 22px;
	line-height: 1.15
}

.category-sidebar .category-sidebar__title span,
.sitemap__content ul>li>ul>li a {
	font-weight: 400
}

.category-sidebar__form {
	display: block;
	width: 100%
}

.category-sidebar__form .form-group input {
	height: auto;
	padding: 7px 15px;
	font-size: 13px
}

.category-sidebar__form .anim-bg:before {
	background-image: -webkit-gradient(linear, left top, right top, from(#43c350), to(#85c687));
	background-image: -webkit-linear-gradient(left, #43c350 0%, #85c687 100%);
	background-image: -o-linear-gradient(left, #43c350 0%, #85c687 100%);
	background-image: linear-gradient(to right, #43c350 0%, #85c687 100%)
}

.category-sidebar__more {
	border-top: 1px solid #d5e1ff;
	padding-top: 10px;
	margin-top: 20px
}

.category-sidebar__more .descr {
	margin-bottom: 10px;
	color: #303030;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

.category-sidebar__form .form-group.button.button-submit input,
.category-sidebar__more .button-contacts {
	text-transform: uppercase
}

.category-sidebar .select2-container {
	display: block
}

.category-sidebar .select2-container .select2-selection--single {
	height: auto;
	padding: 7px 15px;
	border-radius: 0 5px 5px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	outline: 0
}

.category-sidebar .select2-container .select2-selection--single .select2-selection__rendered {
	font-size: 13px;
	font-weight: 400
}

.category-sidebar .select2-container .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 11px;
	height: 6px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.category-sidebar .select2-container .select2-selection--single .select2-selection__arrow:after,
.category-sidebar .select2-container .select2-selection--single .select2-selection__arrow:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	width: 6px;
	height: 1px;
	background-color: #5da2ff
}

.category-sidebar .select2-container .select2-selection--single .select2-selection__arrow:before {
	left: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.category-sidebar .select2-container .select2-selection--single .select2-selection__arrow:after {
	right: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.category-sidebar .select2-container--open.select2-container--focus .select2-selection__arrow {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.sect-certificates__wrapper {
	padding: 50px 60px
}

.sect-certificates__head .descr {
	display: block;
	margin-top: 20px;
	color: #303030;
	font-size: 16px;
	font-weight: 400
}

.sect-certificates__content {
	padding: 35px 30px 0
}

.sect-certificates .certificates-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -32.5px;
	margin-right: -32.5px
}

.sect-certificates .certificates-item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-top: 30px;
	padding-left: 32.5px;
	padding-right: 32.5px
}

.sect-certificates .certificates-item a {
	display: block;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2)
}

.sect-certificates .certificates-item__img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

.about-us .new-category .sliders,
.about-us .sliders {
	position: relative;
	padding-left: 50px;
	padding-top: 50px;
	margin-bottom: 10px
}

.about-us .content__ins_main {
	position: relative;
	padding-right: 50px;
	padding-bottom: 50px;
	margin-bottom: 10px
}

.about-us .content__ins_main.underlined::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 10px;
	width: 100vw;
	background-color: #dfecff
}

.home__head_ins {
	position: relative;
	padding: 55px 0 45px
}

.home__head_ins--region {
	padding: 25px 0 45px
}

.home__head_ins--region .breadcrumbs {
	width: 45%;
	margin-bottom: 55px;
	padding-left: 60px
}

.home__head_title {
	width: 45%;
	color: #333b45;
	font-size: 32px;
	margin: 0
}

.home__slider_ins {
	position: relative
}

.home__slider_wrapper {
	overflow: hidden;
	height: 470px
}

.home__slider .swiper-slide {
	position: relative;
	z-index: 1
}

.home__slider_bg,
.home__slider_bg::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.home__slider_bg {
	background-image: -webkit-linear-gradient(223deg, #64abe9 0%, #3c62b4 100%);
	background-image: -o-linear-gradient(223deg, #64abe9 0%, #3c62b4 100%);
	background-image: linear-gradient(227deg, #64abe9 0%, #3c62b4 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1
}

.home__slider_bg::before {
	content: '';
	z-index: -2;
	background-color: rgba(0, 0, 0, .5);
	display: none
}

.home__slider_content {
	position: relative;
	width: 40%;
	padding: 70px 60px
}

.home__slider_content .title {
	margin: 0 0 15px;
	color: #fff;
	font-size: 36px;
	font-weight: 700
}

.home__slider_content .descr {
	width: 80%;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px
}

.home__slider_content .list {
	margin-top: 45px
}

.home__slider_content .list__title {
	margin: 0 0 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

.home__slider_content .list ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.home__slider_content .list ul li {
	position: relative;
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px
}

.home__slider_content .list ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background-color: #5da1ff
}

.home__slider .swiper-button,
.home__slider .swiper-button svg {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.home__slider .swiper-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: auto;
	bottom: 0;
	margin: 0;
	background-color: #4877c4;
	width: 60px;
	height: 40px
}

.home__slider .swiper-button svg {
	width: 10px;
	height: 15px;
	fill: #fff
}

.home__slider .swiper-button-prev,
.home__slider .swiper-container-rtl .swiper-button-next {
	left: 0
}

.home__slider .swiper-button-next,
.home__slider .swiper-container-rtl .swiper-button-prev {
	left: 60px;
	right: auto
}

.home__slider .swiper-button-next.swiper-button-disabled,
.home__slider .swiper-button-prev.swiper-button-disabled,
.home__slider .swiper-button:hover {
	opacity: 1;
	background-color: #fff
}

.home__slider .swiper-button-next.swiper-button-disabled svg,
.home__slider .swiper-button-prev.swiper-button-disabled svg,
.home__slider .swiper-button:hover svg {
	fill: #5895da
}

.home__slider .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
	margin-right: 10px;
	border-radius: 0;
	background-color: #fafafa;
	opacity: .5;
	outline: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.home__slider .swiper-pagination-bullet:hover {
	height: 6px
}

.home__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #5da1ff;
	opacity: .8
}

.home__catalog_ins {
	position: relative;
	padding-top: 65px
}

.home__catalog_head,
.home__catalog_head .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home__catalog_head {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px
}

.home__catalog_head .button {
	min-width: auto;
	padding: 12px 25px
}

.home__catalog_head .button .text {
	margin-right: 15px
}

.home__catalog_head .button .icon {
	width: 12px;
	height: 10px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.home__catalog_head .button .icon svg {
	fill: #5da1ff
}

.home__catalog .catalog-item__title:hover .icon,
.home__catalog_head .button:hover .icon {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.home__catalog .row>div[class*=col-]:nth-child(-n+3) .catalog-item,
.home__catalog--choice .row>div[class*=col-]:nth-child(-n+4) .catalog-item {
	border-top: 1px solid rgba(218, 218, 218, .5)
}

.home__catalog .catalog-item {
	height: 100%;
	padding: 30px;
	border: 1px solid rgba(218, 218, 218, .5);
	border-left: 0;
	border-top: 0;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.home__catalog .catalog-item__link {
	display: block
}

.home__catalog .catalog-item__bg {
	margin-bottom: 20px;
	border-radius: 3px;
	background-color: #d7d7d7;
	background-image: url(../img/tmp/lazy-load.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	-webkit-transition: -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.home__catalog .catalog-item__bg:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.home__catalog .catalog-item__placeholder {
	width: 100%;
	height: 100%;
	display: block
}

.home__catalog .catalog-item__title {
	position: relative;
	display: inline-block;
	margin: 0 0 15px;
	padding-right: 20px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.home__catalog .catalog-item__title .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 20px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.home__catalog .catalog-item__title .icon svg {
	fill: #5da2ff
}

.home__catalog .catalog-item__title:hover {
	color: #5da2ff
}

.home__catalog .catalog-item__list,
.product .tabs__content.descr ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.home__catalog .catalog-item__list li {
	margin-bottom: 10px
}

.home__catalog .catalog-item__list a {
	color: #5da2ff;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.home__catalog .catalog-item:hover {
	background-color: rgba(223, 236, 255, .3)
}

.home__partners_ins {
	position: relative
}

.home__partners_title {
	margin-top: 60px
}

.home__partners_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 196px
}

.home__partners_item img {
	max-width: 100%;
	height: auto;
	opacity: 0
}

.home__partners_item.in-view img {
	-webkit-animation: fade-in 1s 1s forwards;
	animation: fade-in 1s 1s forwards
}

.home__partners_grid .row>[class*=col-] .home__partners_item{
	position: relative;
	z-index: 1
}

.home__partners_grid .row>[class*=col-]:nth-child(2) .home__partners_item::before,
.home__partners_grid .row>[class*=col-]:nth-child(4) .home__partners_item::before,
.home__partners_grid .row>[class*=col-]:nth-child(6) .home__partners_item::before,
.home__partners_grid .row>[class*=col-]:nth-child(8) .home__partners_item::before,
.home__partners_grid .row>[class*=col-]:nth-child(19) .home__partners_item::before,
.home__partners_grid .row>[class*=col-]:nth-child(11) .home__partners_item::before,
.home__partners_grid .row>[class*=col-]:nth-child(13) .home__partners_item::before,
.home__partners_grid .row>[class*=col-]:nth-child(14) .home__partners_item::before,
.home__partners_grid .row>[class*=col-]:nth-child(17) .home__partners_item::before
{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7
}

.home__partners_grid .row>[class*=col-]:nth-child(10) .home__partners_item img,
.home__partners_grid .row>[class*=col-]:nth-child(13) .home__partners_item img,
.home__partners_grid .row>[class*=col-]:nth-child(16) .home__partners_item img,
/* .home__partners_grid .row>[class*=col-]:nth-child(18) .home__partners_item img, */
.home__partners_grid .row>[class*=col-]:nth-child(2) .home__partners_item img,
.home__partners_grid .row>[class*=col-]:nth-child(4) .home__partners_item img,
.home__partners_grid .row>[class*=col-]:nth-child(5) .home__partners_item img,
.home__partners_grid .row>[class*=col-]:nth-child(8) .home__partners_item img {
	mix-blend-mode: darken
}

.home__partners_grid .row>[class*=col-]:nth-child(10) .home__partners_item.in-view::before,
.home__partners_grid .row>[class*=col-]:nth-child(13) .home__partners_item.in-view::before,
.home__partners_grid .row>[class*=col-]:nth-child(16) .home__partners_item.in-view::before,
.home__partners_grid .row>[class*=col-]:nth-child(18) .home__partners_item.in-view::before,
.home__partners_grid .row>[class*=col-]:nth-child(2) .home__partners_item.in-view::before,
.home__partners_grid .row>[class*=col-]:nth-child(4) .home__partners_item.in-view::before,
.home__partners_grid .row>[class*=col-]:nth-child(5) .home__partners_item.in-view::before,
.home__partners_grid .row>[class*=col-]:nth-child(8) .home__partners_item.in-view::before {
	-webkit-animation: width 1s forwards;
	animation: width 1s forwards
}

.home__partners_grid .row>[class*=col-]:nth-child(5) {
	position: absolute;
	top: 196px;
	left: -25%
}
.home__partners_grid .row>[class*=col-]:nth-child(19) {
	position: absolute;
	top: 390px;
	left: -25%
}
.home__partners_grid .row>[class*=col-]:nth-child(15) {
	position: absolute;
	top: 590px;
	left: -25%;
}

.home-discount_ins {
	position: relative
}

.home-discount_ins .no-gutters>.col,
.home-discount_ins .no-gutters>[class*=col-] {
	padding-right: 5px;
	margin-bottom: 5px
}

.home-discount_head,
.home-discount_head .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home-discount_head {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 0 40px
}

.home-discount_head .button {
	padding: 12px 25px
}

.home-discount_head .button .text {
	margin-right: 15px
}

.home-discount_head .button .icon {
	width: 12px;
	height: 10px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.category__search_btn svg,
.home-discount_head .button .icon svg {
	fill: #5da1ff
}

.home-discount_head .button:hover .icon {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.home-discount__link {
	display: block
}

.home-discount__item {
	position: relative;
	z-index: 1;
	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-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #323b44;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.home-discount__item::after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 58, 68, 0)), to(rgba(0, 0, 0, .8)));
	background-image: -webkit-linear-gradient(top, rgba(51, 58, 68, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: -o-linear-gradient(top, rgba(51, 58, 68, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: linear-gradient(180deg, rgba(51, 58, 68, 0) 0%, rgba(0, 0, 0, .8) 100%);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.home-discount__item-placeholder {
	width: 100%;
	height: auto;
	display: block
}

.home-discount__item--small {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.home-discount__item--small::after {
	height: 100%
}

.home-discount__item--small:hover {
	background-color: rgba(50, 59, 68, .8)
}

.home-discount__item .title {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	display: none
}

.home-discount__item .date {
	color: #5da2ff;
	font-size: 14px;
	font-weight: 700;
	display: none
}

.home-discount__item:hover::after {
	opacity: .7
}

.home__descr_ins {
	position: relative;
	padding: 40px 0 60px
}

.home__descr_title {
	margin: 0 0 20px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px
}

.home__descr_content {
	width: 100%;
	max-width: 95%;
	padding-left: 50px;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px
}

.home__descr_content p {
	margin: 0 0 10px
}

.home__descr_content p:nth-child(even) {
	margin-bottom: 20px
}

.home__descr_content p:last-child {
	margin-bottom: 0
}

.home__descr_content a {
	color: #5da2ff;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.home__descr_content a:hover {
	color: #000
}

.home__descr_cat {
	margin-top: 40px;
	padding: 40px 30px 0;
	border-top: 1px solid rgba(63, 72, 81, .1)
}

.home__descr_cat .row>[class*=col-]:nth-child(n+7) .item {
	margin-bottom: 0
}

.home__descr_cat .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
	overflow: hidden;
	padding: 0 75px 0 32px;
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .07);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .07);
	border-radius: 3px;
	background-color: #fff;
	margin-bottom: 30px
}

.home__descr_cat .item:hover .text {
	color: #5da2ff
}

.home__descr_cat .image {
	margin-right: 40px
}

.category__logos ul img,
.home__clients_slider img,
.home__descr_cat .image img,
.select__categories_info .list__colors li img {
	max-width: 100%;
	height: auto
}

.home__descr_cat .text {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.home__clients_ins {
	position: relative;
	padding: 50px 0
}

.home__clients_title {
	margin-bottom: 50px
}

.home__clients_wrapper {
	padding: 0 60px
}

.home__clients_slider {
	overflow: hidden;
	border-left: 1px solid #dbdbdb
}

.category__logos ul,
.home__clients_slider .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.home__clients_slider .swiper-slide {
	text-align: center
}

.home__clients_slider .swiper-slide .partner__card {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 30px 5px;
	border-top: 1px solid #dbdbdb
}

.home__clients_slider .swiper-slide .partner__card:after {
	content: none
}

.home__clients_slider .swiper-slide .partner__card-image {
	width: auto
}

.home__clients_slider .swiper-button {
	width: 20px;
	height: 20px;
	margin-top: 20px
}

.home__clients_slider .partner__logo_small {
	width: 100%;
	max-width: 100%;
	height: auto
}

.home__clients_slider .partner__logo_placeholder {
	width: 100%;
	height: auto;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer
}

.home .contacts__content .drunk-line::after {
	left: 0
}

@-webkit-keyframes width {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}

@keyframes width {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.category {
	position: relative
}

.category__logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	border-top: 1px solid rgba(218, 218, 218, .2)
}

.category__logos .text {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75px;
	flex: 0 0 75px;
	max-width: 75px;
	margin-right: 30px
}

.category__logos .text:after {
	content: ':';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .5;
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase
}

.category__logos .text__big,
.category__logos .text__small {
	display: block;
	opacity: .5;
	color: #fff;
	text-transform: uppercase
}

.category__logos .text__big {
	letter-spacing: -.1px;
	font-size: 26px;
	font-weight: 600;
	line-height: 1
}

.category__logos .text__small {
	font-size: 10px;
	font-weight: 700;
	line-height: 14px
}

.category__logos_slider {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 105px);
	flex: 0 0 calc(100% - 105px);
	max-width: calc(100% - 105px);
	max-height: 65px;
	margin-left: auto
}

.category__logos ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none
}

.category__logos ul img {
	opacity: .5
}

.category__head {
	overflow: hidden
}

.category__head .heading {
	line-height: 1.15
}

.category__head.full .breadcrumbs li span {
	color: #fff
}

.category__head.full .category__head_ins {
	position: relative;
	min-height: 220px;
	overflow: hidden;
	background: 0 0
}

.category__head.full .category__head_ins:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%)
}

.category__head .breadcrumbs {
	margin-bottom: 30px
}

.category__head_ins {
	position: relative;
	padding: 25px 40px 10px
}

.category__head_ins_content {
	position: relative;
	z-index: 2
}

.category__head_ins_content .heading {
	margin-bottom: 120px;
	color: #fff
}

.category__info {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 50px 40px
}

.category__info.disable:after {
	display: none
}

.category__info.disable:hover:before {
	width: 20px
}

.category__info:hover:before {
	width: 0
}

.category__info:hover:after {
	height: 42px
}

.category__info:hover .link {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px)
}

.category__info:after,
.category__info:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #5da1ff
}

.category__info:before {
	right: 0;
	top: 54px;
	width: 20px;
	height: 42px;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s
}

.category__info:after {
	bottom: 0;
	left: 40px;
	-webkit-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
	width: 105px;
	height: 0
}

.category__info .name {
	color: #000;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 700;
	line-height: 26px
}

.category__info .link {
	color: #5da2ff;
	font-size: 14px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px
}

.category__bg {
	height: 135px;
	background-image: url(../img/tmp/lazy-load.svg);
	background-position: center;
	background-size: cover;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	border-radius: 3px
}

.category__search {
	position: absolute;
	right: 1px;
	width: 25%;
	bottom: -1px
}

.category__search input {
	width: 100%;
	color: #000;
	padding: 22px 50px 22px 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Proxima Nova", sans-serif;
	font-weight: 700;
	border-radius: 5px 5px 0 0;
	border: 1px solid #ededed;
	border-bottom: 0
}

.category__search input::-webkit-input-placeholder {
	text-transform: uppercase;
	color: rgba(0, 0, 0, .3);
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700
}

.category__search input::-moz-placeholder {
	text-transform: uppercase;
	color: rgba(0, 0, 0, .3);
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700
}

.category__search input::-ms-input-placeholder {
	text-transform: uppercase;
	color: rgba(0, 0, 0, .3);
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700
}

.category__search input::placeholder {
	text-transform: uppercase;
	color: rgba(0, 0, 0, .3);
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700
}

.category__search_btn {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	display: block;
	height: 100%;
	width: 50px;
	padding: 19px;
	border: 0;
	background-color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: 0;
	cursor: pointer
}

.category__list {
	position: relative;
	border-top-color: rgba(218, 218, 218, .5);
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px rgba(0, 0, 0, .05)
}

.category__list .category__link {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 15px 20px 30px;
	border: 1px solid transparent;
	border-right-color: rgba(218, 218, 218, .5);
	border-bottom-color: rgba(218, 218, 218, .5)
}

.category__list .category__link:hover {
	background-color: #f7faff;
	border-color: #5da1ff
}

.category__list .category__link:hover .category__more {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.category__more {
	width: 45px;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 45px;
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%);
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background: url(../img/more.svg) no-repeat top left
}

.category__name {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}

.category__desc {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 55px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.category .content hr {
	margin-left: -50px;
	width: calc(100% + 50px)
}

.category .content__ins_main {
	width: 100%;
	max-width: 900px;
	padding-left: 50px
}

.category .content__ins_main--full {
	max-width: 100%
}

.catalog__categories_empty {
	display: none;
	position: relative;
	border-top: 1px solid rgba(219, 219, 219, .5)
}

.catalog__categories_empty .empty {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px rgba(0, 0, 0, .05)
}

.catalog__categories_empty .description p {
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 15px;
	margin-top: 0
}

.catalog__categories_empty .text {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase
}

.catalog__categories_empty .text span {
	color: #5da2ff;
	margin-left: 5px
}

.catalog__categories_empty .button {
	margin-top: 30px
}

.catalog__categories_ins {
	margin-bottom: 10px
}

.catalog__categories_ins:first-child {
	border-top: 1px solid rgba(218, 218, 218, .5)
}

.catalog__categories_ins:last-child {
	margin-bottom: 0
}

.catalog__categories_ins:last-child .category__list:after {
	display: none
}

.sub-2 .sub__single {
	padding: 30px 30px 30px 50px
}

.sub-2 .sub__content {
	padding-left: 30px
}

.sub-2 .sub__image {
	height: 200px
}

.sub-single .sub__heading {
	font-size: 23px
}

.sub-single .sub__image {
	width: calc(100% - 50px);
	height: 235px
}

.sub-single .sub__text {
	font-size: 16px;
	line-height: 25px
}

.sub-single .sub__single {
	padding: 30px 50px
}

.sub-more {
	position: relative;
	z-index: 4
}

.sub-more .sub__image {
	height: 135px
}

.sub-more .sub__text {
	max-height: 56px;
	overflow: hidden
}

.sub-more .sub__heading {
	margin-bottom: 10px
}

.sub-more .sub__single {
	padding: 25px
}

.sub-more .sub__single:first-of-type,
.sub-more .sub__single:nth-of-type(2),
.sub-more .sub__single:nth-of-type(3),
.sub-more .sub__single:nth-of-type(4) {
	border-bottom: 1px solid rgba(218, 218, 218, .5)
}

.sub__ins {
	padding-bottom: 10px
}

.sub__image {
	background-position: center;
	background-size: cover;
	margin-bottom: 20px
}

.sub__single {
	height: 100%;
	display: block;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	border-right: 1px solid rgba(218, 218, 218, .5)
}

.sub__single:hover {
	background-color: rgba(223, 236, 255, .3)
}

.product .tabs__list a:hover,
.product .tabs__list li.active a,
.sub__single:hover .sub__heading {
	color: #5da2ff
}

.sub__heading {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.sub__image {
	padding-right: 10px;
	width: 100%;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	border-radius: 3px
}

.sub__text {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px
}

.select__categories .content__ins {
	position: relative;
	padding: 50px 75px 20px
}

.select__categories .content__ins:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(219, 219, 219, .8)
}

.select__categories_image {
	text-align: center
}

.select__categories_image img {
	margin-bottom: 40px;
	max-width: 100%
}

.select__categories_info .heading {
	color: #000;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 30px
}

.select__categories_info .descr {
	margin-bottom: 30px;
	color: #000;
	font-size: 18px;
	font-weight: 400
}

.select__categories_info small {
	color: #000;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase
}

.select__categories_info small.with-bg {
	display: inline-block;
	height: 40px;
	overflow: hidden;
	padding-top: 15px;
	padding-right: 60px;
	background: url(../img/category-select/materials/color-selection-ral.png) right no-repeat
}

.select__categories_info .blue {
	color: #5da2ff;
	margin-bottom: 20px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px
}

.select__categories_info .list__types {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 50px
}

.select__categories_info .list__types li {
	line-height: 0;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
	margin-right: 28px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.select__categories_info .list__types li:before {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	left: -3px;
	top: -3px;
	border-radius: 3px;
	border: 3px solid transparent
}

.add__categories_buttons a:last-child,
.product__preview_votes .stars__icon:last-child,
.select__categories_info .list__types li:last-child {
	margin-right: 0
}

.select__categories_info .list__types li.active {
	-webkit-box-shadow: 0 5px 22px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 22px rgba(0, 0, 0, .2);
	cursor: default
}

.select__categories_info .list__types li.active:before {
	border-color: #5da1ff
}

.select__categories_info .list__options {
	list-style: none;
	margin: 0;
	padding: 0;
	max-width: 380px
}

.select__categories_info .list__colors li,
.select__categories_info .list__options li {
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.select__categories_info .list__options li {
	cursor: pointer;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 30px
}

.select__categories_info .list__options li.active {
	-webkit-box-shadow: 0 11px 45px rgba(0, 0, 0, .3);
	box-shadow: 0 11px 45px rgba(0, 0, 0, .3);
	border: 2px solid #5da1ff
}

.select__categories_info .list__colors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 20px 0;
	padding: 0
}

.select__categories_info .list__colors li {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.select__categories_info .list__colors li:focus,
.select__categories_info .list__colors li:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.select__categories--colors .content__ins {
	padding-bottom: 70px
}

.product__content_ins table,
.select__categories--colors .select__categories_image img {
	margin-bottom: 0
}

.add__categories_image {
	width: 100%;
	max-width: 300px;
	height: 300px;
	border-radius: 3px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.add__categories_info .name {
	margin: 0 0 10px;
	display: inline-block;
	color: #5da2ff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1
}

.add__categories_info p {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 25px
}

.add__categories_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.add__categories_buttons a {
	text-transform: uppercase;
	max-width: 210px;
	margin-right: 20px
}

.product__head_ins {
	position: relative;
	padding: 20px 50px
}

.product__preview_ins {
	position: relative;
	padding-bottom: 50px
}

.product__preview_ins::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: #dadada;
	opacity: .5
}

.product__preview_slider {
	max-width: calc(100% - 55px);
	margin: 0 auto;
	overflow: hidden
}

.product__preview_slider .swiper-button-prev {
	left: 0
}

.product__preview_slider .swiper-button-next {
	right: 0
}

.product__preview_slider .swiper-pagination {
	bottom: -18px
}

.product__preview_slider .swiper-slide {
	cursor: ew-resize
}

.product__preview_image {
	text-align: center
}

.product .tabs__content .review__box_rating .star img,
.product__preview_image img {
	max-width: 100%;
	height: auto
}

.product__preview_title {
	margin: 0 0 30px;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px
}

.product__preview_cat,
.product__preview_share,
.product__preview_votes,
.product__preview_votes .stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product__preview_votes {
	margin-bottom: 60px
}

.product__preview_votes .stars {
	margin-right: 18px
}

.product__preview_votes .stars__icon {
	width: 18px;
	height: 18px;
	margin-right: 10px
}

.product__preview_votes .stars__icon svg {
	fill: #fa531d
}

.product__preview_votes .stars__icon--disable svg {
	fill: #dae1e7
}

.product__preview_votes .text {
	color: #000;
	font-size: 13px;
	font-weight: 400
}

.product__preview_cat,
.product__preview_share {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product__preview_cat .text,
.product__preview_share .text {
	-webkit-box-flex: 1;
	-ms-flex: 1 110px;
	flex: 1 110px;
	max-width: 110px;
	margin-right: 30px;
	color: #666;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}

.product__preview_cat .links,
.product__preview_share .links {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.product__preview_cat .link,
.product__preview_share .link {
	color: #666;
	font-size: 12px;
	font-weight: 400
}

.product .tabs__content.descr a:focus,
.product .tabs__content.descr a:hover,
.product__preview_cat .link:focus,
.product__preview_cat .link:hover,
.product__preview_share .link:focus,
.product__preview_share .link:hover {
	text-decoration: none
}

.product__preview_cat {
	margin-bottom: 20px
}

.product__preview_cat a {
	border-bottom: 1px solid
}

.product__preview_cat a:hover {
	border-bottom: 0
}

.product__preview_share .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product__preview_share .link {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	text-decoration: none
}

.product .tabs__content .review__box_rating .star:last-child,
.product .tabs__list li:last-child,
.product__preview_share .link:last-child {
	margin-right: 0
}

.product__preview_share .link svg {
	fill: #8795a9;
	-webkit-transition: fill .3s;
	-o-transition: fill .3s;
	transition: fill .3s
}

.product__preview_share .link:focus svg,
.product__preview_share .link:hover svg {
	fill: #5da2ff
}

.product__content_ins {
	position: relative;
	padding: 40px 0 65px 80px
}

.product__content_descr {
	max-width: 840px;
	margin-bottom: 45px;
	padding-left: 20px;
	color: #303030;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px
}

.product__content table tr:first-child td {
	text-align: center
}

.product__content table tr td:first-child {
	padding-left: 30px
}

.product__content table tr td:last-child {
	padding-right: 44px
}

.product .price-block {
	margin-bottom: 45px;
	padding: 17px 30px 18px 20px;
	border: 1px solid rgba(99, 164, 255, .2);
	border-radius: 3px
}

.product .price-block .container {
	padding: 0
}

.product .price-block--discount {
	position: relative;
	padding-bottom: 31px;
	background-color: #f3fcf5
}

.product .price-block__price {
	margin-bottom: 15px
}

.product .price-block__price:last-child {
	margin-bottom: 0
}

.product .price-block__price .text,
.sitemap__content ul>li>ul>li {
	margin-bottom: 5px
}

.product .price-block__price .price b,
.product .price-block__price .text span {
	color: #5da2ff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}

.product .price-block__price .price b {
	color: #000;
	font-size: 20px
}

.product .price-block__price--old .price b,
.product .price-block__price--old .text span {
	color: #c7c7c7
}

.product .price-block__price--old .price b {
	position: relative
}

.product .price-block__btn {
	max-width: 180px;
	margin-left: auto;
	font-size: 0
}

.product .price-block__btn:not(:last-child) {
	margin-bottom: 20px
}

.product .tabs__list {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	list-style: none
}

.product .tabs__list::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: -80px;
	width: 100vw;
	height: 10px;
	background-color: #5da1ff;
	opacity: .2
}

.product .tabs__list li {
	margin-right: 27px
}

.product .tabs__list a {
	position: relative;
	display: block;
	padding: 10px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.product .tabs__list,
.product .tabs__list .review-link,
.product .tabs__list .review-link__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product .tabs__list .review-link__count {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	border-radius: 50%;
	background-color: #5da1ff
}

.product .tabs__list .review-link__count span {
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

.product .tabs__list #magicLine {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 20px;
	width: 183px;
	height: 10px;
	background-color: rgba(93, 161, 255, .9)
}

.product .tabs__content .review__list,
.product .tabs__content.prop .tabs__content_ins {
	padding-top: 50px
}

.product .tabs__content.descr .tabs__content_ins {
	max-width: 850px;
	padding-top: 32px;
	padding-left: 20px
}

.product .tabs__content.descr h2 {
	margin: 0 0 26px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px
}

.product .tabs__content.descr p {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin: 0 0 15px
}

.product .tabs__content.descr a {
	color: #5da2ff;
	text-decoration: underline
}

.product .tabs__content.descr h3 {
	margin: 0 0 10px;
	color: #5da2ff;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px
}

.product .tabs__content.descr ul li {
	position: relative;
	padding-left: 20px;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px
}

.product .tabs__content.descr ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	border-radius: 50%;
	background-color: #5da1ff
}

.product .tabs__content.review .form-submit {
	height: 40px
}

.product .tabs__content.review .tabs__content_ins {
	padding-left: 10px
}

.product .tabs__content .review__empty .text {
	opacity: .2;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.product .tabs__content .review__empty,
.product .tabs__content .review__list.empty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.product .tabs__content .review__list.empty h2 {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	opacity: .2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.product .tabs__content .review__box {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid rgba(99, 164, 255, .2);
	border-radius: 3px
}

.product .tabs__content .review__box:last-child {
	margin-bottom: 0
}

.product .tabs__content .review__box_body {
	margin-bottom: 30px
}

.product .tabs__content .review__box_name {
	margin-bottom: 15px;
	color: #000;
	font-size: 14px;
	font-weight: 700
}

.product .tabs__content .review__box_text {
	color: #303030;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px
}

.product .tabs__content .review__box_footer,
.product .tabs__content .review__box_rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product .tabs__content .review__box_rating .star {
	margin-right: 7px
}

.product .tabs__content .review__box_date {
	color: #666;
	font-size: 12px;
	font-weight: 400
}

.product .tabs__content .review__form {
	position: relative;
	width: 100%;
	max-width: 300px;
	height: 100%;
	margin: 0 auto;
	padding: 40px 30px;
	background-color: #f7f8f9
}

.product .tabs__content .review__form .submit {
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	border: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer
}

.product .tabs__content .review__form::before {
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 85px;
	height: 71px;
	background-image: url(../img/review.svg);
	background-repeat: no-repeat
}

.product .tabs__content .review__form .stars a {
	font-size: 0
}

.product .tabs__content .review__form_title {
	margin: 0 0 40px;
	color: #000;
	font-size: 18px;
	font-weight: 700
}

.contacts__content_form .form-group--rules a:hover,
.product .tabs__content .review__form a {
	text-decoration: none
}

.product__buy__left {
	padding-right: 40px
}

.product__buy_image {
	margin-bottom: 45px
}

.product__buy_image img {
	max-width: 100%
}

.product__buy_popup {
	max-width: 680px;
	width: 100%
}

.product__buy_popup .info__row,
.product__buy_popup .info__row_total {
	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
}

.product__buy_popup .info__row {
	margin-bottom: 10px
}

.product__buy_popup .info__row_total {
	text-transform: uppercase;
	position: relative;
	padding-top: 20px
}

.product__buy_popup .info__row_total:before {
	position: absolute;
	content: '';
	top: 0;
	left: -24px;
	right: -56px;
	display: block;
	height: 1px;
	background-color: #ededed
}

.product__buy_popup .info__row_total .name {
	color: #666;
	font-size: 12px;
	font-weight: 700
}

.product__buy_popup .info__row_total .price {
	color: #000;
	font-size: 14px;
	font-weight: 700
}

.product__buy_popup .info__row .name {
	color: #666;
	font-size: 12px;
	font-weight: 600
}

.product__buy_popup .info__row .price {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700
}

.product__buy_popup .info__row .number input {
	height: 25px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	width: 80px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid rgba(99, 164, 255, .2)
}

.product__buy_popup .info__row .number .change {
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	color: #5da1ff;
	font-size: 20px;
	cursor: pointer;
	height: 100%
}

.product__buy_popup .info__row .number .change.more {
	padding-right: 10px;
	right: 0
}

.product__buy_popup .info__row .number .change.less {
	left: 0;
	padding-left: 10px
}

.news__head_ins,
.product__buy_popup .info__row .number {
	position: relative
}

.news__head_ins:not(.contacts)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: #dbdbdb;
	opacity: .3
}

.news__head_ins.contacts {
	padding-bottom: 10px
}

.news__head_banner {
	margin-top: 15px
}

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

.news__head--full .news__head_ins {
	padding: 25px 50px 40px;
	min-height: 320px;
	background: 0 0
}

.news__head--full .news__head_ins::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%)
}

.news__head--full .news__head_ins::after {
	display: none
}

.news__head--full .news__head_ins_content {
	position: relative;
	width: 60%;
	margin-left: 90px
}

.news__head--full .news__head_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.news__head--full .news__head_time {
	position: relative;
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	color: #979797;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px
}

.news__head--full .news__head_time::after {
	content: '';
	position: absolute;
	top: 1.5px;
	right: 0;
	bottom: 1.5px;
	width: 2px;
	border-radius: 1px;
	background-color: #d7d7d7
}

.news__head--full .news__head_cat {
	color: #5da2ff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.news__head--full .news__head_cat:focus,
.news__head--full .news__head_cat:hover {
	color: #fff
}

.news__head--full .breadcrumbs {
	margin-bottom: 110px
}

.news__head--full .breadcrumbs .icon-breadcrumb-divider {
	color: #fff;
	opacity: .2
}

.news__head--full .heading {
	margin-bottom: 20px;
	color: #fff;
	font-size: 36px;
	font-weight: 700
}

.news__head--promotion .breadcrumbs,
.news__head--promotion .heading {
	margin-bottom: 15px
}

.news__head--promotion .heading {
	color: #333b45
}

.news__head--promotion .news__head_time {
	position: relative;
	padding-right: 12px;
	margin-right: 10px;
	color: #979797;
	font-size: 13px;
	font-weight: 400
}

.news__head--promotion .news__head_time:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 2px;
	height: 100%;
	background-color: #d8d8d8
}

.news__head--promotion .news__head_cat {
	color: #5da2ff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}

.news__head--promotion .news__head_ins {
	padding: 25px 50px 0
}

.news__head--promotion .news__head_ins:after {
	display: none
}

.news__single_ins {
	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;
	padding: 30px 0 30px 50px
}

.news__single_ins::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: #dbdbdb;
	opacity: .3
}

.news__single_left,
.news__single_right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 500px
}

.news__single_right {
	max-width: 530px
}

.contacts__info_icons .item img,
.news__comments img,
.news__single_right img {
	max-width: 100%;
	height: auto
}

.news__single_heading {
	margin: 0 0 10px;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px
}

.news__single_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px
}

.news__single_time {
	position: relative;
	display: block;
	margin-right: 10px;
	padding-right: 10px;
	color: #979797;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px
}

.news__single_time::after {
	content: '';
	position: absolute;
	top: 1.5px;
	right: 0;
	bottom: 1.5px;
	width: 2px;
	border-radius: 1px;
	background-color: #d7d7d7
}

.news__cats_list a,
.news__single_cat {
	color: #5da2ff;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.news__single_cat:hover,
.news__single_more:hover {
	color: #000
}

.news__single_descr {
	margin-bottom: 30px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px
}

.news__single_more {
	display: inline-block;
	color: #5da2ff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.news__single_img {
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	border-radius: 3px;
	background-color: #d7d7d7
}

.news__cats_ins {
	position: relative;
	padding-left: 20px
}

.news__cats_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none
}

.news__cats_list a {
	display: block;
	padding: 30px;
	color: #000;
	line-height: 24px
}

.news__cats_list a:focus,
.news__cats_list a:hover {
	color: #5da2ff
}

.news__grid .bg__general {
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px rgba(0, 0, 0, .05)
}

.news__grid_ins {
	position: relative
}

.news__grid .news__card {
	border-bottom: 1px solid #ececec;
	position: relative;
	overflow: hidden
}

.news__grid .news__card:hover {
	background-color: #f7faff;
	border-color: #5da1ff
}

.news__grid .news__card:hover .more-video {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.news__grid .news__card .more-video {
	width: 45px;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 45px;
	-webkit-transform: translate(100%, 100%);
	-ms-transform: translate(100%, 100%);
	transform: translate(100%, 100%);
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background: url(../img/more-video.svg) no-repeat top left
}

.news__comments_ins {
	position: relative;
	padding-top: 30px;
	margin-bottom: 10px
}

.news__comments h3 {
	margin: 0;
	padding-left: 40px;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	border-left: 10px solid #5da1ff
}

.news .content__ins_main {
	position: relative;
	padding-right: 50px;
	padding-bottom: 50px;
	margin-bottom: 10px
}

.news .content__ins_main::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 10px;
	width: 100vw;
	background-color: #dfecff
}

.contacts.drunk-line::after,
.contacts__head_ins::after {
	left: 0
}

.contacts__head_ins {
	position: relative;
	padding: 25px 50px 30px
}

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

.contacts__head .breadcrumbs {
	margin-bottom: 40px
}

.contacts__heading {
	margin: 0;
	padding-left: 50px;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #333b45;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px
}

#map,
.contacts #map {
	height: 450px;
	width: 100%
}

.contacts__map {
	position: relative;
	z-index: 5;
	padding: 50px 0
}

.contacts__map .contacts__heading {
	padding-top: 0;
	padding-bottom: 50px
}

.contacts__map_title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 50px
}

.contacts__map_title h2 {
	margin: 0
}

.contacts__map_left {
	width: 100%;
	max-width: 680px;
	margin: 0 auto
}

.contacts__map_right {
	width: 100%;
	max-width: 360px
}

.contacts__region {
	padding-top: 40px
}

.contacts__region:first-child {
	margin-top: 15px
}

.contacts__region:not(:first-child)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: rgba(93, 161, 255, .42)
}

.contacts__region_heading {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 10px
}

.contacts__content_form .form-group--rules a,
.contacts__region_heading a {
	color: #5da2ff;
	text-decoration: underline
}

.contacts__form form,
.contacts__form_ins {
	position: relative
}

.contacts__form .category__info .name {
	text-transform: none;
	font-size: 22px;
	line-height: 28px
}

.contacts__form .bg__general {
	z-index: 0
}

.contacts__form .col-sm-7.last_col {
	padding-left: 30px
}

.contacts__form .row.last_row {
	margin-top: 30px
}

.contacts__form .form-group textarea {
	max-height: 100%
}

.contacts__select {
	position: relative;
	display: none;
	margin-bottom: 30px
}

.contacts__select::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -1.5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #5da1ff;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.contacts__select select {
	display: block;
	width: 100%;
	padding: 10px 15px;
	border-color: #5da1ff;
	border-radius: 3px;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.contacts__office {
	position: relative;
	overflow: hidden
}

.contacts__office_tabs>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.contacts__office_tabs>ul li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative
}

.contacts__office_tabs>ul li:nth-child(1) {
	z-index: 3
}

.contacts__office_tabs>ul li:nth-child(2) {
	z-index: 2
}

.contacts__office_tabs>ul li:nth-child(3) {
	z-index: 1
}

.contacts__office_tabs>ul li.active span {
	color: #5da2ff;
	background-color: #f7f8f9;
	border-bottom-color: #f7f8f9;
	cursor: default
}

.contacts__office_tabs>ul span {
	color: rgba(51, 59, 69, .6);
	text-align: center;
	display: block;
	font-size: 10px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 5px;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	border: 1px solid rgba(135, 150, 169, .3);
	background-color: #f0f2f4
}

.contacts__office_tabs>div {
	border: 1px solid rgba(135, 150, 169, .3);
	background-color: #f7f8f9;
	border-top: 0;
	padding: 35px 50px 20px;
	border-radius: 0 0 5px 5px
}

.contacts__office_tabs>div:nth-of-type(2),
.contacts__office_tabs>div:nth-of-type(3) {
	display: none
}

.contacts__office_tabs-slider {
	height: 40px;
	background-color: #5da1ff
}

.contacts__office_tabs-slider .swiper-button-next,
.contacts__office_tabs-slider .swiper-button-prev,
.contacts__office_tabs-slider .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contacts__office_tabs-slider .title {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 100%;
	width: 100%
}

.contacts__office_tabs-slider .swiper-button-next,
.contacts__office_tabs-slider .swiper-button-prev {
	top: 0;
	width: 50px;
	height: 40px;
	margin: 0;
	background-color: #5da1ff;
	outline: 0
}

.contacts__office_tabs-slider .swiper-button-next [class*=icon-],
.contacts__office_tabs-slider .swiper-button-prev [class*=icon-] {
	width: 14px;
	height: 14px;
	fill: #fff
}

.contacts__office_tabs-slider .swiper-button-prev,
.contacts__office_tabs-slider .swiper-container-rtl .swiper-button-next {
	left: 0
}

.contacts__office_tabs-slider .swiper-button-next,
.contacts__office_tabs-slider .swiper-container-rtl .swiper-button-prev {
	right: 0
}

.contacts__office_tabs-slider .swiper-button-next.swiper-button-disabled,
.contacts__office_tabs-slider .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-color: #333b45
}

.contacts__office .icon {
	margin-right: 8px
}

.contacts__office .icon [class*=icon-] {
	width: .9em;
	height: .9em;
	fill: #5da2ff
}

.contacts__office .link,
.contacts__office .text {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.contacts__office .link {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.contacts__office .link:hover {
	color: #5da2ff
}

.contacts__office .link--highlight {
	color: #5da2ff;
	font-weight: 700
}

.contacts__links ul a:hover,
.contacts__office .link--highlight:hover,
.sitemap__content ul a:hover {
	color: #000
}

.contacts__office_address,
.contacts__office_distributor,
.contacts__office_link,
.contacts__office_mail,
.contacts__office_phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contacts__office_address .icon {
	margin-right: 4px
}

.contacts__office_name {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px
}

.contacts__office_pos {
	margin-bottom: 25px;
	color: gray;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px
}

.contacts__office_phone {
	margin-bottom: 10px
}

.contacts__office_phone:last-child {
	margin-bottom: 0
}

.contacts__office_address,
.contacts__office_mail,
.contacts__office_phones {
	margin-bottom: 15px
}

.contacts__office_distributor {
	margin-bottom: 20px
}

.contacts__office_link {
	position: relative
}

.contacts__office_link a {
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .1);
	padding: 13px;
	display: block;
	text-transform: uppercase;
	width: 100%;
	text-align: center
}

.contacts__office_department {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	background-color: #5da1ff
}

.contacts__office_department .text {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase
}

.contacts__content_ins {
	position: relative
}

.contacts__content .category__info .name {
	text-transform: none
}

.contacts__content_form {
	position: relative;
	padding: 60px 45px;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px rgba(0, 0, 0, .05)
}

.contacts__content_form .form-group--textarea {
	margin-bottom: 35px
}

.contacts__content_form .form-group--rules {
	color: #6f6f6f;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px
}

.contacts__content_form .form-group ::-webkit-input-placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.contacts__content_form .form-group ::-moz-placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.contacts__content_form .form-group ::-ms-input-placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.contacts__content_form .form-group ::placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.contacts__content_form textarea {
	height: 335px
}

.contacts__direction {
	position: relative;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .05);
	box-shadow: 0 0 40px rgba(0, 0, 0, .05)
}

.contacts__direction::after,
.contacts__info_item:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100vw;
	height: 10px;
	background-color: rgba(93, 161, 255, .2)
}

.contacts__info {
	position: relative;
	padding-left: 60px;
	padding-right: 30px
}

.contacts__info_item {
	position: relative;
	padding: 45px 0
}

.contacts__info_item:after {
	bottom: 0;
	left: -60px;
	height: 1px;
	background-color: rgba(219, 219, 219, .4)
}

.contacts__info_item:last-child:after {
	display: none
}

.contacts__info_item .icon {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-right: 5px
}

.contacts__info_item .icon svg {
	fill: #5da1ff
}

.contacts__info_item .link,
.contacts__info_item .text {
	display: inline-block;
	vertical-align: text-bottom;
	color: #000;
	font-size: 13px;
	font-weight: 400
}

.contacts__info_item .link {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.contacts .category__nav_item a:hover,
.contacts .category__nav_item span:hover,
.contacts__info_item .link:hover {
	color: #5da2ff
}

.contacts__info_name_title {
	display: block;
	margin-bottom: 5px;
	color: #000;
	font-size: 18px;
	font-weight: 700
}

.contacts__info_name_subtitle {
	color: #969696;
	font-size: 14px;
	font-weight: 400
}

.contacts__info_address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 185px
}

.contacts__info_address .icon {
	width: 14px
}

.contacts__info_phone {
	margin-bottom: 10px
}

.contacts__info_icons .items:last-child,
.contacts__info_phone:last-child {
	margin-bottom: 0
}

.contacts__info_icons {
	width: 100%;
	max-width: 260px;
	margin-left: auto
}

.contacts__info_icons .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 15px
}

.contacts__info_icons .item {
	width: 40px;
	height: 40px;
	margin-right: 15px
}

.contacts__info_icons .item:last-child {
	margin-right: 0
}

.contacts__links {
	margin-top: 40px;
	padding: 0 15px 0 20px
}

.contacts__links ul {
	-webkit-columns: 4 auto;
	-moz-columns: 4 auto;
	columns: 4 auto;
	margin: 0;
	padding: 20px 40px 0;
	border-top: 1px solid #dbdbdb;
	list-style: none
}

.contacts__links ul li {
	display: block;
	margin-bottom: 10px;
	line-height: 1.3
}

.contacts__links ul a {
	color: #5da2ff;
	font-size: 12px;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.contacts .category__nav {
	padding: 40px 0 10px
}

.contacts .category__nav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0
}

.contacts .category__nav_item:not(:last-child) {
	margin-right: 25px
}

.contacts .category__nav_item a,
.contacts .category__nav_item span {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 0
}

.contacts .category__nav_item span {
	color: #5da2ff
}

.map-modal__item .text a:hover {
	color: #5da2ff
}

.map-modal {
	font-family: "Proxima Nova", sans-serif
}

.map-modal__title {
	display: block;
	margin-bottom: 25px;
	color: #000;
	font-size: 18px;
	font-weight: 600
}

.map-modal__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.map-modal__item:last-child {
	margin-bottom: 0
}

.map-modal__item .icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	max-width: 15px;
	margin-right: 10px
}

.map-modal__item .icon svg,
.shop-category__title .icon svg {
	fill: #5da2ff
}

.map-modal__item .icon-marker {
	width: 15px;
	height: 15px
}

.map-modal__item .icon-mail,
.map-modal__item .icon-phone {
	width: 12px;
	height: 12px
}

.map-modal__item .text {
	color: #000;
	font-size: 13px;
	font-weight: 400
}

.map-modal__item .text p:last-child,
.thanks__content_descr p:last-child {
	margin: 0
}

.map-modal__item .text a {
	color: #000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.search-result .subheading-search {
	color: #5da2ff
}

.search-result__content_ins {
	position: relative
}

.search-result__list.empty {
	min-height: 570px;
	padding: 45px 0
}

.search-result__list_content {
	padding-left: 50px;
	width: 65%;
	color: #9a9a9a;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	border-left: 11px solid #e5e5e5
}

.search-result__item {
	position: relative;
	width: 75%;
	padding: 30px 0;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.search-result__item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: rgba(218, 218, 218, .4)
}

.search-result__item_title {
	position: relative;
	margin: 0 0 15px;
	padding-left: 40px;
	color: #5da2ff;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	border-left: 11px solid #5da1ff
}

.search-result__item_descr {
	padding-left: 50px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px
}

.search-result__item.out-descr .search-result__item_title {
	margin: 0
}

.search-result__item:hover {
	background-color: rgba(223, 236, 255, .3)
}

.sitemap__content_ins {
	position: relative;
	padding: 40px 40px 60px;
	color: #5da2ff
}

.sitemap__content .title {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700
}

.sitemap__content ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.sitemap__content ul a {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 12px;
	color: #5da2ff;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.shop-category__item,
.sitemap__content ul a::before {
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.sitemap__content ul a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	margin-top: -4px;
	border-radius: 50%;
	background-color: #5da1ff;
	height: 5px
}

.sitemap__content ul a:hover::before {
	background-color: #000
}

.sitemap__content ul>li>ul>li a::before {
	border-radius: 0;
	opacity: .5
}

.sitemap__content ul>li>ul>li>ul>li a::before {
	border: 1px solid #5da1ff;
	border-radius: 50%;
	background-color: transparent
}

.sitemap__content ul>li>ul>li>ul>li a:hover::before {
	border-color: #000;
	background-color: transparent
}

#wpseo_sitemap {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

.shop-page .simular-products__list {
	border-top: 1px solid #dadada;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden
}

.shop-page .shop-sidebar {
	background-color: #fff;
	z-index: 1
}

.shop-page .shop-sidebar-inner {
	position: relative;
	z-index: 1
}

.shop-category__item {
	height: 100%;
	padding: 20px;
	border: 1px solid #ececec;
	border-left: 0;
	border-top: 0
}

.shop-category__link {
	display: block
}

.shop-category__bg {
	margin-bottom: 20px;
	border-radius: 3px;
	background-color: #d7d7d7;
	background-image: url(../img/tmp/lazy-load.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	-webkit-transition: -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.shop-category__bg:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.shop-category__placeholder {
	width: 100%;
	height: 100%;
	display: block
}

.shop-category__title {
	width: 100%;
	display: inline-block;
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #8da5f9;
	padding-right: 20px;
	margin: 0;
	position: relative;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.shop-category__title .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 20px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.shop-category__title:hover {
	color: #5da2ff
}

.shop-category__title:hover .icon {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.shop-category:hover {
	background-color: rgba(223, 236, 255, .3)
}

.widget-cateories-inner {
	padding: 0 20px
}

.widget-cateories-title {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	color: #8da5f9;
	text-transform: uppercase;
	margin: 20px 0 15px
}

.widget-cateories-list {
	list-style: none;
	padding-left: 0
}

.widget-cateories-item {
	margin-top: 15px
}

.widget-cateories-link {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000
}

.widget-cateories-link:hover {
	color: #8da5f9
}

.custom-categories-list {
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 22px
}

.showcase-header {
	width: 100%;
	padding: 19px 0 19px 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.showcase-header .button-categoty {
	display: none;
	min-width: auto;
	margin-right: 12px
}

.showcase-header .button-categoty svg,
.showcase-header .button-filter svg {
	width: 12px;
	height: 14px
}

.showcase-header .button-filter {
	display: none;
	min-width: auto;
	margin-left: 12px
}

.showcase-header,
.showcase-header-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shop-showcase {
	border-left: 1px solid #ececec
}

.shop-showcase .woocommerce-result-count {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	margin: 0;
	padding-right: 10px
}

.shop-showcase .woocommerce-ordering {
	position: relative
}

.shop-showcase .woocommerce-ordering:after,
.shop-showcase .woocommerce-ordering:before {
	content: '';
	display: block;
	background-color: #5da1ff;
	width: 2px;
	right: 11px;
	top: 13px;
	height: 6px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.shop-showcase .woocommerce-ordering:after {
	left: auto;
	right: 15px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.shop-showcase .orderby {
	width: 256px;
	height: 32px;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 3px;
	display: block;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

#shop-sidebar-category,
.documents__tabs ul li.line:after {
	display: none
}

.product-box {
	height: 100%;
	border: 1px solid #ececec;
	border-left: 0;
	border-bottom: 0;
	background-color: #fff
}

.product-box__link {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 16px 22px 27px;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.product-box__link:focus,
.product-box__link:hover {
	background-color: rgba(223, 236, 255, .3)
}

.product-box__link:focus .box__title,
.product-box__link:hover .box__title {
	color: #5da2ff
}

.product-box__bg {
	border-radius: 3px;
	background-color: #fff;
	background-image: url(../img/tmp/lazy-load.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.product-box__placeholder {
	display: block;
	width: 100%;
	height: 100%
}

.product-box__title {
	min-height: 57px;
	margin: 0 0 20px;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.product-box__price {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px
}

.product-box__price .text {
	display: block;
	margin-bottom: 5px;
	color: #66667e;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	text-transform: uppercase
}

.product-box__price .price {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	text-transform: uppercase
}

.product-box__price_old .price,
.product-box__price_old .text {
	color: #aaa
}

.not-found__home-link span,
.product-box__price_old .price {
	position: relative
}

.product-box__price_old .price::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -2.5px;
	right: -2.5px;
	height: 2px;
	margin-top: -1px;
	background-color: #5da1ff
}

.documents__tabs ul li.active,
.product-box__price_new .text {
	color: #5da2ff
}

.product-box--discount {
	position: relative;
	z-index: 1;
	background-color: #f6fef7
}

.product-box--discount::before {
	content: 'АКЦИЯ';
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: -1;
	color: #3ca954;
	font-size: 27px;
	font-weight: 900;
	text-transform: uppercase;
	opacity: .2
}

.product-box--discount .box__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.show-room .new-category .category__slider_top {
	height: 500px
}

.video-tour {
	width: 100%;
	height: 635px
}

.thanks__ins {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 210px
}

.thanks__header:after,
.thanks__ins::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100vw
}

.thanks__ins::after {
	background-color: rgba(93, 161, 255, .2);
	bottom: -10px;
	height: 10px
}

.thanks__header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0 30px 50px
}

.thanks__header:after {
	bottom: 0;
	height: 1px;
	background-color: #dbdbdb;
	opacity: .5
}

.thanks__content_descr .name,
.thanks__header_title {
	color: #333b45;
	font-size: 36px;
	font-weight: 700
}

.thanks__content,
.thanks__content_left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.thanks__content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 50px 0 50px 50px
}

.thanks__content_left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% + 185px);
	flex: 0 0 calc(50% + 185px);
	max-width: calc(50% + 185px);
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.thanks__content_right {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 285px);
	flex: 0 0 calc(50% - 285px);
	max-width: calc(50% - 285px)
}

.thanks__content_icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 130px;
	flex: 0 0 130px;
	max-width: 130px;
	margin-right: 40px
}

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

.thanks__content_descr {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.45
}

.thanks__content_descr p {
	margin: 0 0 10px
}

.thanks__content_descr ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none
}

.thanks__content_descr ul li {
	position: relative;
	padding-left: 20px;
	line-height: 2
}

.thanks__content_descr ul li:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #5da2ff
}

.thanks__content_descr .name {
	display: block;
	margin-bottom: 20px;
	letter-spacing: 1px
}

.thanks__content .schedule {
	position: relative;
	padding: 30px 20px 90px;
	border: 1px solid #c4dbff;
	border-radius: 3px;
	background-color: rgba(247, 250, 255, .3)
}

.thanks__content .schedule:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/icons/timer.svg) no-repeat center
}

.thanks__content .schedule__title {
	margin-bottom: 40px;
	color: #44434f;
	font-size: 22px;
	font-weight: 400
}

.thanks__content .schedule__table_item {
	margin-bottom: 15px
}

.thanks__content .schedule__table_item:last-child {
	margin-bottom: 0
}

.thanks__content .schedule__table_item .weeks {
	color: rgba(68, 67, 79, .7);
	font-size: 11px;
	font-weight: 400
}

.thanks__content .schedule__table_item .time {
	color: #44434f;
	font-size: 18px;
	font-weight: 300
}

.regional-pages .section__content b,
.thanks__content .schedule__table_item .time b {
	font-weight: 600
}

.thanks__footer {
	padding: 0 15px
}

.thanks__footer_text {
	color: #e20613;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 3px;
	text-align: center
}

.not-found {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh
}

.not-found__content {
	position: relative;
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
	padding: 120px 0 180px;
	text-align: center
}

.not-found__logo {
	max-width: 143px;
	margin: 0 auto 75px
}

.not-found__title {
	margin: 0 0 20px;
	color: #333b45;
	font-size: 32px;
	font-weight: 700
}

.not-found__descr {
	width: 100%;
	max-width: 46%;
	margin: 0 auto 40px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px
}

.not-found__catalog-link,
.not-found__home-link {
	display: block;
	width: 100%;
	max-width: 240px;
	font-size: 14px;
	text-transform: uppercase
}

.not-found__home-link {
	padding: 12px 22px 11px;
	-webkit-box-shadow: 0 5px 15px rgba(93, 161, 255, .4);
	box-shadow: 0 5px 15px rgba(93, 161, 255, .4);
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#96b4ff), to(#5da1ff));
	background-image: -webkit-linear-gradient(right, #96b4ff 0%, #5da1ff 100%);
	background-image: -o-linear-gradient(right, #96b4ff 0%, #5da1ff 100%);
	background-image: linear-gradient(270deg, #96b4ff 0%, #5da1ff 100%);
	margin: 0 auto 20px;
	color: #fff;
	font-weight: 700
}

.not-found__catalog-link {
	margin: 0 auto;
	color: #5da2ff;
	font-weight: 600;
	line-height: 24px;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.not-found__catalog-link:hover {
	color: #000
}

.not-found__bg {
	position: absolute;
	z-index: -1;
	top: 255px;
	left: 0;
	font-size: 448px;
	font-weight: 700;
	line-height: 312px;
	color: #5da1ff;
	opacity: .2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}

.not-found__bg:after,
.not-found__bg:before {
	content: attr(data-text);
	position: absolute;
	left: 2px;
	width: 100%;
	top: 0;
	color: #5da1ff;
	background: #f7f8f9;
	overflow: hidden;
	clip: rect(0, 900px, 0, 0);
	animation: noise-anim 2s infinite linear alternate-reverse
}

.not-found__bg:before {
	left: -2px;
	animation: noise-anim-2 3s infinite linear alternate-reverse
}

@-webkit-keyframes noise-anim {
	0% {
		clip: rect(86px, 9999px, 182px, 0)
	}

	5% {
		clip: rect(4px, 9999px, 255px, 0)
	}

	10% {
		clip: rect(192px, 9999px, 149px, 0)
	}

	15% {
		clip: rect(59px, 9999px, 79px, 0)
	}

	20% {
		clip: rect(36px, 9999px, 42px, 0)
	}

	25% {
		clip: rect(104px, 9999px, 248px, 0)
	}

	30% {
		clip: rect(287px, 9999px, 65px, 0)
	}

	35% {
		clip: rect(247px, 9999px, 103px, 0)
	}

	40% {
		clip: rect(242px, 9999px, 112px, 0)
	}

	45% {
		clip: rect(150px, 9999px, 37px, 0)
	}

	50% {
		clip: rect(177px, 9999px, 173px, 0)
	}

	55% {
		clip: rect(143px, 9999px, 32px, 0)
	}

	60% {
		clip: rect(204px, 9999px, 101px, 0)
	}

	65% {
		clip: rect(93px, 9999px, 102px, 0)
	}

	70% {
		clip: rect(276px, 9999px, 213px, 0)
	}

	75% {
		clip: rect(1px, 9999px, 280px, 0)
	}

	80% {
		clip: rect(107px, 9999px, 272px, 0)
	}

	85% {
		clip: rect(51px, 9999px, 16px, 0)
	}

	90% {
		clip: rect(218px, 9999px, 144px, 0)
	}

	95% {
		clip: rect(259px, 9999px, 287px, 0)
	}

	to {
		clip: rect(191px, 9999px, 124px, 0)
	}
}

@keyframes noise-anim {
	0% {
		clip: rect(86px, 9999px, 182px, 0)
	}

	5% {
		clip: rect(4px, 9999px, 255px, 0)
	}

	10% {
		clip: rect(192px, 9999px, 149px, 0)
	}

	15% {
		clip: rect(59px, 9999px, 79px, 0)
	}

	20% {
		clip: rect(36px, 9999px, 42px, 0)
	}

	25% {
		clip: rect(104px, 9999px, 248px, 0)
	}

	30% {
		clip: rect(287px, 9999px, 65px, 0)
	}

	35% {
		clip: rect(247px, 9999px, 103px, 0)
	}

	40% {
		clip: rect(242px, 9999px, 112px, 0)
	}

	45% {
		clip: rect(150px, 9999px, 37px, 0)
	}

	50% {
		clip: rect(177px, 9999px, 173px, 0)
	}

	55% {
		clip: rect(143px, 9999px, 32px, 0)
	}

	60% {
		clip: rect(204px, 9999px, 101px, 0)
	}

	65% {
		clip: rect(93px, 9999px, 102px, 0)
	}

	70% {
		clip: rect(276px, 9999px, 213px, 0)
	}

	75% {
		clip: rect(1px, 9999px, 280px, 0)
	}

	80% {
		clip: rect(107px, 9999px, 272px, 0)
	}

	85% {
		clip: rect(51px, 9999px, 16px, 0)
	}

	90% {
		clip: rect(218px, 9999px, 144px, 0)
	}

	95% {
		clip: rect(259px, 9999px, 287px, 0)
	}

	to {
		clip: rect(191px, 9999px, 124px, 0)
	}
}

@-webkit-keyframes noise-anim-2 {
	0% {
		clip: rect(182px, 9999px, 126px, 0)
	}

	5% {
		clip: rect(184px, 9999px, 186px, 0)
	}

	10% {
		clip: rect(248px, 9999px, 40px, 0)
	}

	15% {
		clip: rect(183px, 9999px, 178px, 0)
	}

	20% {
		clip: rect(133px, 9999px, 171px, 0)
	}

	25% {
		clip: rect(134px, 9999px, 189px, 0)
	}

	30% {
		clip: rect(79px, 9999px, 114px, 0)
	}

	35% {
		clip: rect(47px, 9999px, 292px, 0)
	}

	40% {
		clip: rect(271px, 9999px, 277px, 0)
	}

	45% {
		clip: rect(240px, 9999px, 102px, 0)
	}

	50% {
		clip: rect(160px, 9999px, 222px, 0)
	}

	55% {
		clip: rect(296px, 9999px, 283px, 0)
	}

	60% {
		clip: rect(223px, 9999px, 175px, 0)
	}

	65% {
		clip: rect(263px, 9999px, 67px, 0)
	}

	70% {
		clip: rect(4px, 9999px, 184px, 0)
	}

	75% {
		clip: rect(24px, 9999px, 42px, 0)
	}

	80% {
		clip: rect(76px, 9999px, 9px, 0)
	}

	85% {
		clip: rect(31px, 9999px, 248px, 0)
	}

	90% {
		clip: rect(286px, 9999px, 27px, 0)
	}

	95% {
		clip: rect(48px, 9999px, 96px, 0)
	}

	to {
		clip: rect(28px, 9999px, 48px, 0)
	}
}

@keyframes noise-anim-2 {
	0% {
		clip: rect(182px, 9999px, 126px, 0)
	}

	5% {
		clip: rect(184px, 9999px, 186px, 0)
	}

	10% {
		clip: rect(248px, 9999px, 40px, 0)
	}

	15% {
		clip: rect(183px, 9999px, 178px, 0)
	}

	20% {
		clip: rect(133px, 9999px, 171px, 0)
	}

	25% {
		clip: rect(134px, 9999px, 189px, 0)
	}

	30% {
		clip: rect(79px, 9999px, 114px, 0)
	}

	35% {
		clip: rect(47px, 9999px, 292px, 0)
	}

	40% {
		clip: rect(271px, 9999px, 277px, 0)
	}

	45% {
		clip: rect(240px, 9999px, 102px, 0)
	}

	50% {
		clip: rect(160px, 9999px, 222px, 0)
	}

	55% {
		clip: rect(296px, 9999px, 283px, 0)
	}

	60% {
		clip: rect(223px, 9999px, 175px, 0)
	}

	65% {
		clip: rect(263px, 9999px, 67px, 0)
	}

	70% {
		clip: rect(4px, 9999px, 184px, 0)
	}

	75% {
		clip: rect(24px, 9999px, 42px, 0)
	}

	80% {
		clip: rect(76px, 9999px, 9px, 0)
	}

	85% {
		clip: rect(31px, 9999px, 248px, 0)
	}

	90% {
		clip: rect(286px, 9999px, 27px, 0)
	}

	95% {
		clip: rect(48px, 9999px, 96px, 0)
	}

	to {
		clip: rect(28px, 9999px, 48px, 0)
	}
}

:not(.new-category)>.calculate__content_ins {
	position: relative
}

:not(.new-category)>.calculate .caldera-grid .row {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 10px
}

:not(.new-category)>.calculate .caldera-grid [class*=col-] {
	padding-left: 15px;
	padding-right: 15px
}

:not(.new-category)>.calculate .caldera_forms_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

:not(.new-category)>.calculate .caldera-form-page {
	display: block !important
}

:not(.new-category)>.calculate .caldera-form-page .form-group:last-child {
	margin-bottom: 0
}

:not(.new-category)>.calculate .caldera-form-page .control-label {
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 700;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 2px
}

:not(.new-category)>.calculate .caldera-form-page .form-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 600;
	border-radius: 0 5px 5px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

:not(.new-category)>.calculate .caldera-form-page .form-control:focus,
:not(.new-category)>.calculate .caldera-form-page .form-control:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	border-color: #dbdbdb
}

:not(.new-category)>.calculate .caldera-form-page textarea.form-control {
	height: auto;
	resize: none
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="1"] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 30px 32px 32px;
	-webkit-box-shadow: inset -25px 0 5px -5px rgba(0, 0, 0, .02);
	box-shadow: inset -25px 0 5px -5px rgba(0, 0, 0, .02)
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="1"] .row {
	margin: 0
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="1"] [class*=col-] {
	padding: 0
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="1"] .title {
	margin: 0 0 25px;
	color: #000;
	font-size: 18px;
	font-weight: 700
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] {
	-webkit-box-flex: 1;
	-ms-flex: 1 75%;
	flex: 1 75%;
	max-width: 75%;
	margin: 30px 0 10px 40px;
	padding: 30px 40px;
	border-radius: 5px;
	background-color: #333b45;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3)
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .title {
	margin: 0 0 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .subtitle {
	margin: 20px 0;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .rules {
	margin-top: 5px;
	color: #9da6b1;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .rules a {
	color: #5da2ff;
	text-decoration: underline
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .rules a:active,
:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .rules a:hover {
	text-decoration: none
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] img {
	max-width: 100%;
	mix-blend-mode: lighten
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .form-group {
	margin-bottom: 20px
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .control-label {
	color: #fff
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .form-control {
	color: #000;
	font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .form-control::-webkit-input-placeholder {
	color: #999
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .form-control::-moz-placeholder {
	color: #999
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .form-control::-ms-input-placeholder {
	color: #999
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .form-control::placeholder {
	color: #999
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .checkbox-inline input,
:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .radio-inline input {
	display: none !important
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row:first-child .form-group {
	margin-bottom: 20px
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row:first-child .control-label {
	margin-bottom: 5px;
	line-height: 16px
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row:nth-child(7) {
	position: relative
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row:nth-child(7)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #ededed;
	opacity: .1
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row:nth-child(9) {
	position: relative;
	margin-bottom: 20px
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row:nth-child(9)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #ededed;
	opacity: .1
}

:not(.new-category)>.calculate .cf-toggle-switch .btn {
	position: relative;
	z-index: 2;
	padding: 6px 20px;
	color: #fff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700;
	width: 50%;
	text-transform: uppercase;
	background-color: transparent;
	border: 0
}

:not(.new-category)>.calculate .cf-toggle-switch .btn-default,
:not(.new-category)>.calculate .cf-toggle-switch .btn-success {
	background-color: transparent;
	border-color: transparent
}

:not(.new-category)>.calculate .cf-toggle-switch .btn-default.active,
:not(.new-category)>.calculate .cf-toggle-switch .btn-default:active,
:not(.new-category)>.calculate .cf-toggle-switch .btn-default:focus,
:not(.new-category)>.calculate .cf-toggle-switch .btn-default:hover {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

:not(.new-category)>.calculate .cf-toggle-switch .btn-success.active,
:not(.new-category)>.calculate .cf-toggle-switch .btn-success:active,
:not(.new-category)>.calculate .cf-toggle-switch .btn-success:focus,
:not(.new-category)>.calculate .cf-toggle-switch .btn-success:hover {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

:not(.new-category)>.calculate .cf-toggle-group-buttons {
	position: relative;
	background-color: #5e6772;
	border-radius: 20px
}

:not(.new-category)>.calculate .cf-toggle-group-buttons a:first-child {
	position: relative
}

:not(.new-category)>.calculate .cf-toggle-group-buttons a:first-child::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: -1;
	display: block;
	width: 100%;
	height: calc(100% - 4px);
	border-radius: 20px;
	background-color: #5da2ff;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

:not(.new-category)>.calculate .cf-toggle-group-buttons a:first-child.btn-default::before {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

:not(.new-category)>.calculate .select2-container {
	width: 100% !important
}

:not(.new-category)>.calculate .select2-container .select2-selection--single {
	padding: 12px 20px;
	height: 40px;
	border-radius: 0 5px 5px;
	background-color: #fff;
	outline: 0
}

:not(.new-category)>.calculate .select2-container .select2-selection--single .select2-selection__rendered {
	color: #333;
	font-size: 14px;
	font-weight: 600
}

:not(.new-category)>.calculate .select2-selection[aria-expanded=true] {
	background-color: #ebf3ff
}

:not(.new-category)>.calculate .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 15px;
	width: 11px;
	height: 6px;
	margin-top: -3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

:not(.new-category)>.calculate .select2-container--classic .select2-selection--single .select2-selection__arrow b,
:not(.new-category)>.calculate .select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0
}

:not(.new-category)>.calculate .select2-container--classic .select2-selection--single .select2-selection__arrow b::after,
:not(.new-category)>.calculate .select2-container--classic .select2-selection--single .select2-selection__arrow b::before,
:not(.new-category)>.calculate .select2-container--default .select2-selection--single .select2-selection__arrow b::after,
:not(.new-category)>.calculate .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 1px;
	height: 6px;
	background-color: #5da1ff
}

:not(.new-category)>.calculate .select2-container--classic .select2-selection--single .select2-selection__arrow b::before,
:not(.new-category)>.calculate .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	right: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

:not(.new-category)>.calculate .select2-container--classic .select2-selection--single .select2-selection__arrow b::after,
:not(.new-category)>.calculate .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	left: 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

:not(.new-category)>.calculate .select2-container--open.select2-container--focus .select2-selection__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

:not(.new-category)>.calculate .select2.select2-container.select2-container--default.select2-container--open {
	z-index: 2034
}

:not(.new-category)>.calculate .select2-results {
	border-radius: 0 0 5px 5px;
	overflow: hidden
}

:not(.new-category)>.calculate .select2-dropdown {
	border-radius: 0 5px 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: -40px;
	padding-top: 40px
}

:not(.new-category)>.calculate .select2-results__option {
	padding: 13px 20px;
	color: #333;
	font-size: 14px;
	font-weight: 600
}

:not(.new-category)>.calculate .select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #333;
	background-color: #ebf3ff
}

:not(.new-category)>.calculate [aria-selected=true] {
	display: none
}

:not(.new-category)>.calculate .submit-btn {
	margin-bottom: 0 !important
}

:not(.new-category)>.calculate .submit-btn>div {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 15px rgba(252, 104, 106, .35);
	box-shadow: 0 5px 15px rgba(252, 104, 106, .35);
	border-radius: 3px
}

:not(.new-category)>.calculate .submit-btn>div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 100%;
	background-image: -webkit-gradient(linear, right top, left top, from(#ff5d5d), color-stop(50%, #ffb696), to(#ff5d5d));
	background-image: -webkit-linear-gradient(right, #ff5d5d 0%, #ffb696 50%, #ff5d5d 100%);
	background-image: -o-linear-gradient(right, #ff5d5d 0%, #ffb696 50%, #ff5d5d 100%);
	background-image: linear-gradient(270deg, #ff5d5d 0%, #ffb696 50%, #ff5d5d 100%);
	-webkit-transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s
}

:not(.new-category)>.calculate .submit-btn>div:hover::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

:not(.new-category)>.calculate .submit-btn input {
	position: relative;
	z-index: 2;
	height: 50px;
	color: #fff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	background-color: transparent
}

:not(.new-category)>.calculate .add-block {
	position: absolute;
	top: -5.8em;
	left: 44.72em;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-bottom: 0 !important
}

:not(.new-category)>.calculate .add-block .add-btn {
	min-width: 134px;
	height: 30px;
	padding: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	border-radius: 5px 5px 0 0;
	background-color: #5e6772;
	cursor: pointer
}

.document {
	padding-bottom: 20px;
	height: 100%
}

.document.price .news__name {
	font-size: 18px
}

.document .news__bg {
	height: 180px;
	background-size: contain;
	background-color: #fff
}

.document .news__category {
	text-transform: uppercase;
	color: rgba(0, 0, 0, .4)
}

.document .news__name {
	font-size: 14px;
	min-height: 35px;
	margin-bottom: 15px
}

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

.document .doc__number {
	color: #999;
	font-size: 14px;
	font-weight: 400
}

.document .doc__download {
	margin-bottom: 25px
}

.document .doc__download svg {
	width: 8px;
	height: 11px;
	fill: #fff;
	vertical-align: middle;
	margin-left: 8px
}

.documents__tabs .bg__general_wrapper {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px
}

.documents__tabs .bg__general_wrapper:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100vw;
	background-color: #5da2ff;
	opacity: .2;
	height: 5px
}

.documents__tabs ul {
	list-style: none;
	margin: 0;
	padding: 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	background: #fff;
	overflow-x: auto
}

.documents__tabs ul li {
	margin-right: 25px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	line-height: 20px;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.documents__tabs ul li:hover {
	color: #0d95e8
}

.documents__tabs ul li.line {
	position: absolute;
	bottom: 0;
	margin-right: 0;
	height: 5px;
	left: 0;
	width: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background-color: #5da2ff;
	opacity: .9
}

.documents__content .news__grid {
	display: none
}

.documents__content .news__grid.active {
	display: block
}

.team__intro {
	padding: 40px 50px 0
}

.partner__info p,
.team__intro p {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px
}

.team__block_title {
	margin: 50px 0
}

.team__block_member {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 30px;
	height: 100%;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.team__block_member figure {
	text-align: center;
	margin: 0
}

.team__block_member figure figcaption {
	padding-top: 20px;
	color: #5da2ff;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase
}

.team__block_member figure img {
	width: 100%;
	border-radius: 50%
}

.team__block_member:hover {
	background-color: rgba(223, 236, 255, .3)
}

.team__block_member .button {
	min-width: 100%
}

.team__block_name {
	padding: 10px 0 30px;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	text-align: center
}

.gallery__card {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 25px 15px 30px 30px;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb
}

.gallery__card figure,
.new-category .hover-pic__content ul {
	margin: 0
}

.gallery__card figure img {
	width: 100%
}

.gallery__card figure figcaption {
	padding-top: 20px;
	font-size: 18px;
	font-weight: 700
}

.gallery__card:hover {
	background-color: #f7faff;
	border-color: #5da1ff
}

.gallery__card:hover .category__more {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.gallery__grid_wrapper {
	padding: 30px
}

.gallery__grid_photo {
	width: calc(33.33% - 40px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	position: relative;
	float: left
}

.gallery__grid_photo a {
	display: block;
	width: 100%
}

.gallery__grid_photo img,
.gallery__grid_photo-hover {
	width: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.gallery__grid_photo img {
	border: 1px solid transparent;
	position: relative
}

.gallery__grid_photo-hover {
	position: absolute;
	height: 100%;
	top: 0;
	opacity: 0;
	background: url(../img/more.svg) no-repeat 50% 50%
}

.gallery__grid_photo:hover img {
	opacity: .4;
	border: 1px solid #5da2ff
}

.gallery__grid_photo:hover .gallery__grid_photo-hover,
.new-category .category__slider_top .swiper-button:hover::before {
	opacity: 1
}

.partner__logo,
.partner__logo_small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	border-radius: 3px;
	background-color: #fff
}

.partner__logo {
	text-align: center;
	width: 250px;
	margin: 50px auto 40px;
	height: 250px
}

.partner__logo_small {
	margin: 0 0 20px;
	max-width: 235px;
	height: 235px
}

.partner__info {
	padding: 50px 20px
}

.partner__card span,
.partner__info_location {
	color: #5da2ff;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase
}

.partner__card {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 25px 30px;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
	border-top: 1px solid transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.partner__card span {
	font-size: 12px;
	line-height: 14px;
	padding: 20px 0 15px
}

.partner__card_name {
	padding-top: 15px;
	font-size: 18px;
	font-weight: 700
}

.partner__card:hover {
	background-color: #f7faff;
	border-top: 1px solid #5da1ff
}

.partner__card:hover .category__more {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}

.partner__card:after {
	content: '';
	position: absolute;
	top: 0;
	background-color: #5da1ff;
	opacity: .2;
	height: 10px;
	left: 0;
	width: 100vw
}

.button.red.anim-bg:before {
	background: -webkit-gradient(linear, right top, left top, from(#ffb696), to(#ff5d5d));
	background: -webkit-linear-gradient(right, #ffb696 0%, #ff5d5d 100%);
	background: -o-linear-gradient(right, #ffb696 0%, #ff5d5d 100%);
	background: linear-gradient(270deg, #ffb696 0%, #ff5d5d 100%)
}

.button.green.anim-bg:before {
	background-image: -webkit-gradient(linear, left top, right top, from(#43c350), to(#85c687));
	background-image: -webkit-linear-gradient(left, #43c350 0%, #85c687 100%);
	background-image: -o-linear-gradient(left, #43c350 0%, #85c687 100%);
	background-image: linear-gradient(to right, #43c350 0%, #85c687 100%)
}

.button__wrapper {
	text-align: center
}

.new-category .button,
.new-category .button input {
	text-transform: uppercase
}

.new-category .button.big {
	padding: 22px;
	min-width: 400px;
	max-width: 100%;
	width: unset
}

.new-category .button.big .text {
	font-size: 18px;
	margin-left: 0
}

.new-category .button.big img {
	height: 30px;
	margin-right: 20px
}

.new-category .button .anim-bg__content {
	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
}

.new-category .button-contacts {
	position: relative;
	z-index: 1
}

.new-category .category__nav {
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.new-category .category__nav.fixed {
	position: fixed;
	z-index: 11;
	top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 0
}

.new-category .category__nav.fixed::before {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100vh;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(219, 219, 219, .5)
}

.new-category .category__slider .swiper-container .swiper-slide img,
.new-category .category__slider .swiper-container-horizontal .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: left bottom;
	object-position: left bottom
}

.new-category .category__slider_top {
	height: 500px
}

.new-category .category__slider_top .swiper-button {
	width: 50px;
	height: 50px;
	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
}

.new-category .category__slider_top .swiper-button::before {
	content: '';
	background-color: #5da2ff;
	opacity: .56;
	border-radius: 50%;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.new-category .category__slider_top .swiper-button svg {
	font-size: 22px;
	height: 22px;
	fill: #fff;
	padding-left: 5px
}

.new-category .category__slider_top .swiper-button-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	left: 20px
}

.new-category .category__slider_top .swiper-button-next {
	right: 20px
}

.new-category .category__slider_top .button {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 200px;
	height: 40px;
	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
}

.new-category .category__slider_top .swiper-pagination {
	display: none;
	bottom: 0
}

.new-category .category__slider_thumbs_wrapper {
	padding: 0 35px 50px
}

.new-category .category__slider .content__gallery_ins {
	padding-bottom: 10px
}

.new-category .category__slider_thumbs {
	height: 185px;
	padding: 20px 30px 30px
}

.new-category .category__slider_thumbs .swiper-slide {
	max-width: 240px;
	margin-right: 30px
}

.new-category .category__slider_thumbs .swiper-slide-visible img {
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	border-radius: 3px
}

.new-category .category__slider_thumbs .swiper-button-prev {
	left: -25px
}

.new-category .category__slider_thumbs .swiper-button-next {
	right: -25px
}

.new-category .category__slider .button__wrapper {
	display: none
}

.new-category .contacts__content,
.new-category .section {
	padding-top: 60px;
	margin-top: -60px
}

.new-category .contacts__content .svg-map {
	padding-left: 50px
}

.new-category .section .second-heading {
	color: #44434f;
	padding-left: 0;
	margin: 0 0 10px
}

.new-category .section .second-heading:before {
	left: -50px
}

.new-category .section__wrapper {
	position: relative;
	padding: 40px 0 40px 50px
}

.new-category .section .category-sidebar {
	margin-top: 0
}

.new-category .section .category-sidebar__title {
	margin: 0 0 10px
}

.new-category .section .category-sidebar__more {
	padding-top: 5px;
	margin-top: 10px
}

.new-category .section .category-sidebar__more .descr {
	margin-bottom: 5px
}

.new-category .section__title {
	margin-bottom: 25px
}

.new-category .section .desc {
	color: #303030;
	font-size: 16px;
	font-weight: 400
}

.new-category .section__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-category .section__row>* {
	display: inline-block
}

.new-category .section__row_2-col>* {
	width: calc(50% - 25px)
}

.new-category .section__row_2-col .hover-pic__img {
	height: 310px
}

.new-category .section__row_3-col>* {
	width: calc(33% - 12px)
}

.new-category .section__row_3-col .hover-pic__img {
	height: 220px
}

.new-category .section__row_3-col .hover-pic__content {
	padding: 20px
}

.new-category .section__row_3-col .hover-pic__content li,
.new-category .section__row_3-col .hover-pic__content p {
	font-size: 16px;
	line-height: 22px
}

.testimonial_first h2 {
	margin-top: 0
}

.new-category .section__row_3-col .hover-pic__content_icon-list li img {
	height: 20px
}

.new-category .section__row:last-child .hover-pic,
.new-category hr:last-child {
	margin-bottom: 0
}

.new-category .section.padding-less .section__wrapper {
	padding-bottom: 0;
	padding-left: 0
}

.new-category .section.padding-less .section__title {
	padding-left: 50px
}

.new-category .section.section-with-slider .section__wrapper {
	padding-right: 40px
}

.new-category .section.section-with-slider .swiper-container-horizontal {
	overflow: hidden
}

#testimonials-swiper-button-prev,
.new-category .section.section-with-slider .swiper-container-horizontal .swiper-button-prev {
	left: -40px
}

#testimonials-swiper-button-next,
.new-category .section.section-with-slider .swiper-container-horizontal .swiper-button-next {
	right: -40px
}

.new-category .section.section-with-slider .swiper-container-horizontal .swiper-pagination {
	bottom: 0
}

.new-category .section.section-with-slider .content__gallery_ins {
	padding-bottom: 40px
}

.new-category .hover-pic:not(:last-child) {
	margin-bottom: 40px
}

.new-category .hover-pic__img {
	font-size: 0;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.new-category .hover-pic__img::before,
.section--content .section__row_2-col .hover-pic__img::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.new-category .hover-pic__img img,
.section--content .section__row_2-col .hover-pic__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.new-category .hover-pic__content {
	overflow: hidden;
	max-height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 35px 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.new-category .hover-pic__content li,
.new-category .hover-pic__content p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 10px
}

.new-category .hover-pic__content_icon-list li {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.new-category .hover-pic__content_icon-list li::before,
.new-category .partners__slider .swiper-slide .partner__card:after,
.section--content .section__row_2-col .hover-pic__content_icon-list li::before {
	content: none
}

.new-category .hover-pic__content_icon-list li img,
.section--content .section__row_2-col .hover-pic__content_icon-list li img {
	height: 37px;
	width: auto;
	margin-right: 10px
}

.new-category .hover-pic__caption {
	color: #44434f;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 15px
}

.new-category .hover-pic[href] .hover-pic__caption {
	color: #5da2ff;
	font-size: 20px;
	text-decoration: underline
}

.new-category .thin-line {
	position: relative
}

.new-category .thin-line:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(219, 219, 219, .5)
}

.new-category .spacer {
	height: 20px;
	display: block
}

.new-category .drop-arrow {
	border-style: solid;
	border-color: #333b45;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.new-category .video__block_title {
	color: #5da2ff;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 10px
}

.new-category .iframe__wrapper {
	position: relative;
	overflow: hidden
}

.new-category .steps__row {
	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;
	counter-reset: list;
	padding: 0;
	margin: 30px 0
}

.new-category .steps__elem {
	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;
	text-align: center;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%
}

.new-category .steps__elem:not(:last-child) {
	padding-right: 30px;
	margin-bottom: 20px
}

.new-category .steps__elem_img {
	width: 180px;
	margin-bottom: 25px
}

.new-category .steps__elem_img img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	border-radius: 50%
}

.new-category .steps__elem_title {
	color: #5da2ff;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 15px
}

.new-category .steps__elem_title::before {
	counter-increment: list;
	content: counter(list) ". "
}

.new-category .steps__elem p {
	color: #303030;
	font-size: 16px;
	line-height: 25px
}

.new-category .steps__btn {
	text-align: center
}

.new-category .steps__btn .button {
	margin: auto
}

.new-category .select__categories_wrapper {
	overflow: hidden
}

.new-category .select__categories_image {
	text-align: left
}

.new-category .select__categories_image img {
	width: 480px;
	margin-bottom: 0
}

.new-category .select__categories_info small {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 2.6px;
	margin-right: 10px
}

.new-category .select__categories_info span.blue {
	display: inline-block;
	line-height: 25px;
	margin-bottom: 0
}

.new-category .select__categories_info .list__types {
	margin: 0 0 10px
}

.new-category .select__categories_info .list__options {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.new-category .select__categories_info .list__options li {
	width: 34px;
	height: 34px;
	-webkit-box-shadow: 0 7px 9px rgba(0, 0, 0, .1);
	box-shadow: 0 7px 9px rgba(0, 0, 0, .1);
	float: none;
	margin-bottom: 20px
}

.new-category .select__categories_form {
	width: 100%;
	font-size: 0
}

.new-category .select__categories_form .form-wrapper .form-group {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
	width: calc(50% - 10px)
}

.new-category .select__categories_form .button {
	height: 40px
}

.new-category .select__categories_form .button input {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	color: #fff;
	height: 100%
}

.new-category .select__categories_form .form-group input {
	text-align: center
}

.new-category .content__ins_wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 0
}

.new-category .content__ins_wrapper li,
.new-category .content__ins_wrapper p {
	margin: 0 0 15px
}

.new-category .content__ins_wrapper li:last-child,
.new-category .content__ins_wrapper p:last-child {
	margin: 0
}

.new-category .content__ins_wrapper .table__wrapper {
	overflow-x: scroll
}

.new-category .content .h4,
.new-category .content h4 {
	margin-top: 20px
}

.new-category .content__list .row>div,
.vacancies .team__block_member figure {
	margin-bottom: 30px
}

.new-category .gtable .simular-products__list {
	padding-left: 50px;
	padding-bottom: 35px
}

.new-category .gtable .price-table {
	margin-bottom: 35px
}

.new-category .cta {
	margin-top: 30px
}

.new-category .cta__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 20px;
	border: 1px solid rgba(93, 162, 255, .3)
}

.new-category .cta__right {
	width: 40%
}

.new-category .cta .button {
	width: 100%
}

.new-category .add__categories_image {
	max-width: calc(100% - 40px)
}

.new-category .add__categories_info .name {
	margin: 0 0 20px
}

.new-category .add__categories_info p {
	margin-bottom: 50px
}

.new-category .sect-certificates__content {
	padding: 0
}

.new-category .sect-certificates .certificates-item a {
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none
}

.new-category .sect-certificates .certificates-item__img {
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2)
}

.new-category .faq__list {
	list-style: none;
	padding: 0;
	margin: 0
}

.accordeon__list li,
.new-category .faq__list li {
	border-bottom: 1px solid rgba(219, 219, 219, .5);
	padding: 25px 0
}

.new-category .faq__question {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	cursor: pointer
}

.new-category .faq__question_title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.new-category .calculate .caldera-form-page[data-formpage="2"] .row .col-md-6.last_col .form-group,
.new-category .faq__question .drop-arrow {
	margin-left: auto
}

.new-category .faq__question.open .faq__question_title {
	color: #5da2ff
}

.new-category .faq__question.open .drop-arrow {
	border-color: #5da2ff;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.new-category .faq__question:hover .faq__question_title {
	color: #5da2ff
}

.new-category .faq__question:hover .drop-arrow {
	border-color: #5da2ff
}

.new-category .faq__answer {
	display: none;
	margin-top: 25px
}

.accordeon__content p,
.new-category .faq__answer p {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px
}

.new-category .reviews__photos,
.testimonial_popup form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.new-category .reviews__photos_elem {
	overflow: hidden
}

.new-category .reviews__photos_elem:first-child {
	display: block;
	width: 100%;
	height: 245px;
	margin-bottom: 5px
}

.new-category .reviews__photos_elem:not(:first-child) {
	display: inline-block;
	width: calc(33% - 2.5px);
	height: 90px
}

.new-category .reviews__photos_elem img,
.new-category .reviews__text_avatar img,
.testimonials__photos_elem img,
.testimonials__text_avatar img {
	height: 100%;
	width: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.new-category .reviews__text_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(219, 219, 219, .5);
	margin-bottom: 20px
}

.new-category .reviews__text_avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	margin-right: 20px
}

.new-category .reviews__text_info {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.new-category .reviews__text_info_name {
	color: #5da2ff;
	font-size: 20px;
	line-height: 22px
}

.new-category .reviews__text p {
	color: #303030;
	font-size: 16px;
	line-height: 25px
}

.new-category .reviews .content__gallery_ins {
	margin-bottom: 40px
}

.new-category .reviews .section-footer {
	text-align: center
}

.new-category .simular-products__slider {
	border-bottom: 1px solid #dbdbdb;
	font-size: 0
}

.new-category .simular-products__slider .swiper-slide {
	padding-left: 0;
	padding-right: 0
}

.new-category .simular-products__slider .swiper-slide-visible:not(:last-child) {
	border-right: 1px solid #dbdbdb
}

.new-category .simular-products__slider .box {
	border: none
}

.new-category .partners__slider {
	border-left: 1px solid #dbdbdb
}

.new-category .partners__slider .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.new-category .partners__slider .swiper-slide .partner__card {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 30px 5px;
	border-top: 1px solid #dbdbdb
}

.new-category .partners__slider .swiper-slide .partner__card-image {
	width: auto
}

.new-category .partners__slider .partner__logo_small {
	width: 100%;
	max-width: 100%;
	height: auto
}

.new-category .partners__slider .partner__logo_placeholder {
	width: 100%;
	height: auto;
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	cursor: pointer
}

.new-category .calculate__content_ins {
	position: relative
}

.new-category .calculate .caldera-grid .row {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 0
}

.new-category .calculate .caldera-grid [class*=col-] {
	padding-left: 15px;
	padding-right: 15px
}

.new-category .calculate .caldera_forms_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.new-category .calculate .caldera-form-page {
	display: block !important
}

.new-category .calculate .caldera-form-page .form-group:last-child {
	margin-bottom: 15px
}

.new-category .calculate .caldera-form-page .control-label {
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 700;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px
}

.new-category .calculate .caldera-form-page .label-for-group {
	opacity: .2;
	color: #000;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: 20px;
	display: block
}

.new-category .calculate .caldera-form-page .form-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 600;
	border-radius: 0 5px 5px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.new-category .calculate .caldera-form-page .form-control:focus,
.new-category .calculate .caldera-form-page .form-control:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	border-color: #dbdbdb
}

.calculator .caldera-form-page textarea.form-control,
.new-category .calculate .caldera-form-page textarea.form-control {
	height: auto;
	resize: none
}

.new-category .calculate .caldera-form-page[data-formpage="2"] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 20px;
	border: 1px solid #bdd9ff;
	background-color: #fff
}

.new-category .calculate .caldera-form-page[data-formpage="2"] .row,
.section--content .section__row_2-col .hover-pic__content ul {
	margin: 0
}

.new-category .calculate .caldera-form-page[data-formpage="2"] .row .col-md-6 .form-group {
	width: calc(100% - 5px)
}

.new-category .calculate .caldera-form-page[data-formpage="2"] [class*=col-] {
	padding: 0
}

.new-category .calculate .caldera-form-page[data-formpage="2"] .title {
	margin: 0 0 25px;
	color: #000;
	font-size: 18px;
	font-weight: 700
}

.new-category .calculate .caldera-form-page[data-formpage="1"] {
	-webkit-box-flex: 1;
	-ms-flex: 1 75%;
	flex: 1 75%;
	max-width: 75%;
	padding: 0 20px 0 80px;
	background: #fff
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .title {
	margin: 0 0 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .subtitle {
	margin: 20px 0;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .rules {
	margin-top: 5px;
	color: #9da6b1;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .rules a {
	color: #5da2ff;
	text-decoration: underline
}

.calculator .caldera-form-page[data-formpage="1"] .rules a:active,
.calculator .caldera-form-page[data-formpage="1"] .rules a:hover,
.new-category .calculate .caldera-form-page[data-formpage="1"] .rules a:active,
.new-category .calculate .caldera-form-page[data-formpage="1"] .rules a:hover {
	text-decoration: none
}

.new-category .calculate .caldera-form-page[data-formpage="1"] img {
	max-width: 100%;
	min-width: 80%;
	margin-bottom: 30px
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .form-group {
	margin-bottom: 20px
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .control-label {
	color: #000;
	margin-bottom: 10px
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .form-control {
	color: #000;
	font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .form-control::-webkit-input-placeholder {
	color: #999
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .form-control::-moz-placeholder {
	color: #999
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .form-control::-ms-input-placeholder {
	color: #999
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .form-control::placeholder {
	color: #999
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .row:first-child .form-group {
	margin-bottom: 20px
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .row:first-child .control-label {
	margin-bottom: 5px;
	line-height: 16px
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .row:nth-child(7) {
	position: relative
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .row:nth-child(7)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #ededed;
	opacity: .1
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .row:nth-child(9) {
	position: relative;
	margin-bottom: 20px
}

.new-category .calculate .caldera-form-page[data-formpage="1"] .row:nth-child(9)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #ededed;
	opacity: .1
}

.new-category .calculate .caldera-form-page .checkbox-inline {
	position: relative;
	padding-left: 30px;
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px
}

.new-category .calculate .caldera-form-page .checkbox-inline:not(:first-child) {
	margin-left: 30px
}

.new-category .calculate .caldera-form-page .checkbox-inline::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #c7c7c7
}

.new-category .calculate .caldera-form-page .checkbox-inline::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 10px;
	height: 8px;
	margin-top: -4px;
	background: url(../img/icons/check.svg) no-repeat center;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.new-category .calculate .caldera-form-page .checkbox-inline.checked::after,
.new-category .calculate .caldera-form-page .checkbox-inline:hover .custom-tip,
.new-category .calculate .caldera-form-page .radio-inline.checked::after,
.new-category .calculate .caldera-form-page .radio-inline:hover .custom-tip {
	opacity: 1
}

.new-category .calculate .caldera-form-page .checkbox-inline input {
	display: none !important
}

.new-category .calculate .caldera-form-page .checkbox-inline .custom-tip {
	opacity: 0;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 0;
	padding: 10px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	max-width: calc(100% + 25px)
}

.calculator .caldera-form-page .checkbox-inline .custom-tip p,
.new-category .calculate .caldera-form-page .checkbox-inline .custom-tip p {
	color: #333;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	letter-spacing: normal;
	text-transform: none
}

.new-category .calculate .caldera-form-page .checkbox-inline:before,
.new-category .calculate .caldera-form-page .radio-inline:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #c7c7c7
}

.new-category .calculate .caldera-form-page .checkbox-inline:after,
.new-category .calculate .caldera-form-page .radio-inline:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 10px;
	height: 8px;
	margin-top: -4px;
	background: url(../img/icons/check.svg) no-repeat center;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.new-category .calculate .caldera-form-page .radio-inline input {
	display: none
}

.new-category .calculate .cf-toggle-switch .btn {
	position: relative;
	z-index: 2;
	padding: 6px 20px;
	color: #fff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700;
	width: 50%;
	text-transform: uppercase;
	background-color: transparent;
	border: 0
}

.new-category .calculate .cf-toggle-switch .btn-default,
.new-category .calculate .cf-toggle-switch .btn-success {
	background-color: transparent;
	border-color: transparent
}

.new-category .calculate .cf-toggle-switch .btn-default.active,
.new-category .calculate .cf-toggle-switch .btn-default:active,
.new-category .calculate .cf-toggle-switch .btn-default:focus,
.new-category .calculate .cf-toggle-switch .btn-default:hover {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.new-category .calculate .cf-toggle-switch .btn-success.active,
.new-category .calculate .cf-toggle-switch .btn-success:active,
.new-category .calculate .cf-toggle-switch .btn-success:focus,
.new-category .calculate .cf-toggle-switch .btn-success:hover {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.new-category .calculate .cf-toggle-group-buttons {
	position: relative;
	background-color: #5e6772;
	border-radius: 20px
}

.new-category .calculate .cf-toggle-group-buttons a:first-child {
	position: relative
}

.calculator .cf-toggle-group-buttons a:first-child::before,
.new-category .calculate .cf-toggle-group-buttons a:first-child::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: -1;
	display: block;
	width: 100%;
	height: calc(100% - 4px);
	border-radius: 20px;
	background-color: #5da2ff;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.calculator .cf-toggle-group-buttons a:first-child.btn-default::before,
.new-category .calculate .cf-toggle-group-buttons a:first-child.btn-default::before {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.new-category .calculate .select2-container {
	width: 100% !important
}

.new-category .calculate .select2-container .select2-selection--single {
	padding: 12px 20px;
	height: 40px;
	border-radius: 0 5px 5px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	outline: 0
}

.new-category .calculate .select2-container .select2-selection--single .select2-selection__rendered {
	color: #333;
	font-size: 14px;
	font-weight: 600
}

.new-category .calculate .select2-selection[aria-expanded=true] {
	background-color: #ebf3ff
}

.new-category .calculate .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 15px;
	width: 11px;
	height: 6px;
	margin-top: -3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.new-category .calculate .select2-container--classic .select2-selection--single .select2-selection__arrow b,
.new-category .calculate .select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0
}

.new-category .calculate .select2-container--classic .select2-selection--single .select2-selection__arrow b::after,
.new-category .calculate .select2-container--classic .select2-selection--single .select2-selection__arrow b::before,
.new-category .calculate .select2-container--default .select2-selection--single .select2-selection__arrow b::after,
.new-category .calculate .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	content: '';
	position: absolute;
	top: 0;
	display: block;
	width: 1px;
	height: 6px;
	background-color: #5da1ff
}

.new-category .calculate .select2-container--classic .select2-selection--single .select2-selection__arrow b::before,
.new-category .calculate .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
	right: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.new-category .calculate .select2-container--classic .select2-selection--single .select2-selection__arrow b::after,
.new-category .calculate .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	left: 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.new-category .calculate .select2-container--open.select2-container--focus .select2-selection__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.new-category .calculate .select2.select2-container.select2-container--default.select2-container--open {
	z-index: 2034
}

.new-category .calculate .select2-results {
	border-radius: 0 0 5px 5px;
	overflow: hidden
}

.new-category .calculate .select2-dropdown {
	border-radius: 0 5px 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: -40px;
	padding-top: 40px;
	border: 1px solid #dbdbdb
}

.new-category .calculate .select2-results__option {
	padding: 13px 20px;
	color: #333;
	font-size: 14px;
	font-weight: 600
}

.new-category .calculate .select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #333;
	background-color: #ebf3ff
}

.new-category .calculate [aria-selected=true] {
	display: none
}

.new-category .calculate .submit-btn {
	margin-bottom: 0 !important;
	margin-top: 25px
}

.calculator .submit-btn>div,
.new-category .calculate .submit-btn>div {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 5px 15px rgba(252, 104, 106, .35);
	box-shadow: 0 5px 15px rgba(252, 104, 106, .35);
	border-radius: 3px
}

.calculator .submit-btn>div::before,
.new-category .calculate .submit-btn>div::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#43c350), to(#85c687));
	background-image: -webkit-linear-gradient(left, #43c350 0%, #85c687 100%);
	background-image: -o-linear-gradient(left, #43c350 0%, #85c687 100%);
	background-image: linear-gradient(to right, #43c350 0%, #85c687 100%);
	-webkit-transition: -webkit-transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s
}

.calculator .submit-btn>div:hover::before,
.new-category .calculate .submit-btn>div:hover::before {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.calculator .submit-btn input,
.new-category .calculate .submit-btn input {
	position: relative;
	z-index: 2;
	height: 50px;
	color: #fff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	background-color: transparent
}

.new-category .calculate .add-block {
	position: absolute;
	top: -5.8em;
	left: 44.72em;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-bottom: 0 !important
}

.new-category .calculate .add-block .add-btn {
	min-width: 134px;
	height: 30px;
	padding: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	border-radius: 5px 5px 0 0;
	background-color: #5e6772;
	cursor: pointer
}

.new-category .caldera-grid .form-group,
.new-category .form-group,
.vacancies {
	margin-bottom: 10px
}

.vacancies {
	padding: 0 0 40px
}

.vacancies:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 10px;
	width: 100vw;
	background-color: #dfecff
}

.vacancy ul li {
	margin-bottom: 0;
	line-height: 1.5
}

.vacancy .hr-section .team__box {
	margin-left: -15px
}

.vacancy .hr-section .team__block_member {
	padding: 10px 15px 0 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0
}

.vacancy .hr-section .caldera_forms_form .form-group textarea {
	max-height: 105px
}

.vacancy .hr-section .caldera_forms_form .form-group.button-submit {
	display: block;
	max-width: 200px;
	margin: 20px 0 0
}

.regional-pages {
	overflow: hidden
}

.regional-pages .section__background {
	width: 100vw;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	background: #fff
}

.regional-pages .section__inner {
	position: relative
}

.regional-pages .section__wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 5
}

.regional-pages .section__header {
	margin-bottom: 30px
}

.regional-pages .section__title {
	position: relative;
	padding-left: 60px;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px
}

.regional-pages .section__title::before {
	content: '';
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: 0;
	width: 10px;
	background-color: #5da1ff
}

.regional-pages .section__title--no-line {
	padding-left: 0
}

.regional-pages .section__title--no-line::before {
	display: none
}

.regional-pages .section__content {
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #303030;
	padding-left: 50px;
	padding-right: 45px
}

.regional-pages .section__content h2 {
	margin-top: 0;
	margin-bottom: 20px
}

.regional-pages .section__content p {
	margin: 0 0 10px
}

.regional-pages .section__content p:nth-child(even) {
	margin-bottom: 20px
}

.regional-pages .section__content p:last-child {
	margin-bottom: 0
}

.regional-pages .section__content a {
	color: #5da2ff;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.promo-form .form-group label,
.regional-pages .section__content a:hover {
	color: #000
}

.section--steps .steps__row {
	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;
	counter-reset: list;
	padding: 0;
	margin: 30px 0
}

.section--steps .steps__image {
	width: 120px;
	height: 120px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	margin-bottom: 25px
}

.section--steps .steps__image img {
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	border-radius: 50%
}

.section--steps .steps__image-placeholder {
	display: block;
	width: 120px;
	height: 120px
}

.section--steps .steps__elem {
	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;
	text-align: center;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%
}

.section--steps .steps__elem:after {
	display: inline-block;
	position: absolute;
	right: -25px;
	top: 35%;
	padding: 6px;
	border-style: solid;
	border-color: #5da2ff;
	border-width: 2px 2px 0 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg)
}

.section--steps .steps__elem:not(:last-child) {
	padding-right: 30px;
	margin-bottom: 20px
}

.section--steps .steps__title {
	min-height: 50px;
	color: #5da2ff;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px
}

.section--steps .steps p {
	color: #303030;
	font-size: 16px;
	line-height: 25px
}

.section--steps .steps__btn {
	text-align: center
}

.section--steps .steps__btn .button {
	margin: auto
}

.certificates__head .descr {
	display: block;
	margin-top: 20px;
	color: #303030;
	font-size: 16px;
	font-weight: 400
}

.certificates__inner {
	padding: 35px 30px 0
}

.certificates__list {
	width: 100%;
	max-width: 1060px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: auto
}

.certificates__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-top: 30px;
	padding-left: 32.5px;
	padding-right: 32.5px
}

.certificates__item a {
	display: block;
	-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2)
}

.certificates__item-image {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

.section--content .inner-section .title {
	margin: 0 0 15px;
	color: #44434f;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px
}

.section--content .section__row_2-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.section--content .section__row_2-col .hover-pic {
	width: calc(50% - 25px)
}

.section--content .section__row_2-col .hover-pic:not(:last-child) {
	margin-bottom: 40px
}

.section--content .section__row_2-col .hover-pic__img {
	font-size: 0;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.section--content .section__row_2-col .hover-pic__content {
	overflow: hidden;
	max-height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	padding: 35px 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.section--content .section__row_2-col .hover-pic__content li,
.section--content .section__row_2-col .hover-pic__content p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 10px
}

.section--content .section__row_2-col .hover-pic__content_icon-list li {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.section--content .section__row_2-col .hover-pic__caption {
	color: #44434f;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 15px
}

.section--content .section__row_2-col .hover-pic[href] .hover-pic__caption {
	color: #5da2ff;
	font-size: 18px;
	text-decoration: underline
}

.content__gallery {
	margin-top: 35px
}

.content__counters {
	margin: 35px auto 0
}

.content__counters [class*=col-]:nth-child(1) .counter-item,
.content__counters [class*=col-]:nth-child(2) .counter-item,
.content__counters [class*=col-]:nth-child(3) .counter-item {
	border-top: 1px solid rgba(218, 218, 218, .5)
}

.content__counters [class*=col-]:nth-child(even) .counter-item {
	background-color: #f7f7f7
}

.content__counters [class*=col-]:nth-child(even) .counter-item__number {
	color: #ff5d5d
}

.counter-item {
	height: 100%;
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	padding: 35px;
	margin-right: -1px;
	margin-bottom: -1px;
	border-right: 1px solid rgba(218, 218, 218, .5);
	border-bottom: 1px solid rgba(218, 218, 218, .5);
	border-left: 1px solid rgba(218, 218, 218, .5)
}

.counter-item__number {
	width: 100%;
	font-size: 36px;
	font-weight: 300;
	line-height: 25px;
	color: #5da2ff;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	margin-bottom: 15px
}

.counter-item__text {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #979797;
	text-transform: uppercase
}

.calculator__content {
	padding-left: 50px;
	position: relative
}

.calculator .caldera_forms_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.calculator .caldera-form-page {
	display: block !important
}

.calculator .caldera-form-page .form-group:last-child {
	margin-bottom: 15px
}

.calculator .caldera-form-page .control-label {
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: 700;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px
}

.calculator .caldera-form-page .label-for-group {
	opacity: .2;
	color: #000;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: 20px;
	display: block
}

.calculator .caldera-form-page .form-control {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 600;
	border-radius: 0 5px 5px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.calculator .caldera-form-page .form-control:focus,
.calculator .caldera-form-page .form-control:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	border-color: #dbdbdb
}

.calculator .caldera-form-page[data-formpage="2"] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 20px;
	border: 1px solid #bdd9ff;
	background-color: #fff
}

.calculator .caldera-form-page[data-formpage="2"] .row {
	margin: 0
}

.calculator .caldera-form-page[data-formpage="2"] .row .col-md-6 .form-group {
	width: calc(100% - 5px)
}

.calculator .caldera-form-page[data-formpage="2"] .row .col-md-6.last_col .form-group {
	margin-left: auto
}

.calculator .caldera-form-page[data-formpage="2"] [class*=col-] {
	padding: 0
}

.calculator .caldera-form-page[data-formpage="2"] .title {
	margin: 0 0 25px;
	color: #000;
	font-size: 18px;
	font-weight: 700
}

.calculator .caldera-form-page[data-formpage="1"] {
	-webkit-box-flex: 1;
	-ms-flex: 1 75%;
	flex: 1 75%;
	max-width: 75%;
	padding: 0 20px;
	background: #fff
}

.calculator .caldera-form-page[data-formpage="1"] .title {
	margin: 0 0 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.calculator .caldera-form-page[data-formpage="1"] .subtitle {
	margin: 20px 0;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.calculator .caldera-form-page[data-formpage="1"] .rules {
	margin-top: 5px;
	color: #9da6b1;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px
}

.calculator .caldera-form-page[data-formpage="1"] .rules a {
	color: #5da2ff;
	text-decoration: underline
}

.calculator .caldera-form-page[data-formpage="1"] img {
	width: 100%;
	max-width: 650px;
	display: block;
	margin: 0 auto 30px
}

.calculator .caldera-form-page[data-formpage="1"] .form-group {
	margin-bottom: 20px
}

.calculator .caldera-form-page[data-formpage="1"] .control-label {
	color: #000;
	margin-bottom: 10px
}

.calculator .caldera-form-page[data-formpage="1"] .form-control {
	color: #000;
	font-family: "Proxima Nova", sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center
}

.calculator .caldera-form-page[data-formpage="1"] .form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
	color: #999
}

.calculator .caldera-form-page[data-formpage="1"] .form-control::-moz-placeholder,
::-moz-placeholder {
	color: #999
}

.calculator .caldera-form-page[data-formpage="1"] .form-control::-ms-input-placeholder,
::-ms-input-placeholder {
	color: #999
}

.calculator .caldera-form-page[data-formpage="1"] .form-control::placeholder,
::placeholder {
	color: #999
}

.calculator .caldera-form-page[data-formpage="1"] .row:first-child .form-group {
	margin-bottom: 20px
}

.calculator .caldera-form-page[data-formpage="1"] .row:first-child .control-label {
	margin-bottom: 5px;
	line-height: 16px
}

.calculator .caldera-form-page[data-formpage="1"] .row:nth-child(7) {
	position: relative
}

.calculator .caldera-form-page[data-formpage="1"] .row:nth-child(7)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #ededed;
	opacity: .1
}

.calculator .caldera-form-page[data-formpage="1"] .row:nth-child(9) {
	position: relative;
	margin-bottom: 20px
}

.calculator .caldera-form-page[data-formpage="1"] .row:nth-child(9)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #ededed;
	opacity: .1
}

.calculator .caldera-form-page .checkbox-inline {
	position: relative;
	padding-left: 30px;
	font-size: 10px;
	line-height: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px
}

.calculator .caldera-form-page .checkbox-inline:not(:first-child) {
	margin-left: 30px
}

.calculator .caldera-form-page .checkbox-inline.checked::after,
.calculator .caldera-form-page .checkbox-inline:hover .custom-tip,
.calculator .caldera-form-page .radio-inline.checked::after {
	opacity: 1
}

.calculator .caldera-form-page .checkbox-inline input {
	display: none !important
}

.calculator .caldera-form-page .checkbox-inline .custom-tip {
	display: block;
	opacity: 0;
	position: absolute;
	bottom: calc(100% + 10px);
	left: 0;
	padding: 10px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	max-width: calc(100% + 25px)
}

.calculator .caldera-form-page .checkbox-inline::before,
.calculator .caldera-form-page .radio-inline::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #c7c7c7
}

.calculator .caldera-form-page .checkbox-inline::after,
.calculator .caldera-form-page .radio-inline::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 10px;
	height: 8px;
	margin-top: -4px;
	background: url(../img/icons/check.svg) no-repeat center;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.calculator .caldera-form-page .radio-inline input {
	display: none
}

.calculator .cf-toggle-switch .btn {
	position: relative;
	z-index: 2;
	padding: 6px 20px;
	color: #fff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700;
	width: 50%;
	text-transform: uppercase;
	background-color: transparent;
	border: 0
}

.calculator .cf-toggle-switch .btn-default,
.calculator .cf-toggle-switch .btn-success {
	background-color: transparent;
	border-color: transparent
}

.calculator .cf-toggle-switch .btn-default.active,
.calculator .cf-toggle-switch .btn-default:active,
.calculator .cf-toggle-switch .btn-default:focus,
.calculator .cf-toggle-switch .btn-default:hover {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.calculator .cf-toggle-switch .btn-success.active,
.calculator .cf-toggle-switch .btn-success:active,
.calculator .cf-toggle-switch .btn-success:focus,
.calculator .cf-toggle-switch .btn-success:hover {
	background-color: transparent;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.calculator .cf-toggle-group-buttons {
	position: relative;
	background-color: #5e6772;
	border-radius: 20px
}

.calculator .cf-toggle-group-buttons a:first-child {
	position: relative
}

.calculator [aria-selected=true] {
	display: none
}

.calculator .submit-btn {
	margin-bottom: 0;
	margin-top: 25px
}

.calculator .add-block {
	position: absolute;
	top: -5.8em;
	left: 44.72em;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-bottom: 0
}

.calculator .add-block .add-btn {
	min-width: 134px;
	height: 30px;
	padding: 5px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	border: 0;
	border-radius: 5px 5px 0 0;
	background-color: #5e6772;
	cursor: pointer
}

.calculator .caldera-grid .form-group,
.calculator .form-group {
	margin-bottom: 10px
}

.section--promo-slider .section__wrapper {
	padding-top: 80px;
	padding-bottom: 80px
}

.section--promo-slider .section__wrapper.wrapper--intro {
	padding-top: 0;
	padding-bottom: 0
}

.promo-header__inner {
	position: relative;
	padding: 55px 0 45px
}

.promo-header__inner--region {
	padding: 25px 0 45px
}

.promo-header__inner--region .breadcrumbs {
	width: 45%;
	margin-bottom: 55px;
	padding-left: 60px
}

.promo-header__title {
	width: 45%;
	color: #333b45;
	font-size: 32px;
	margin: 0
}

.promo-slider {
	position: relative;
	z-index: 10
}

.promo-slider,
.promo-slider__wrapper {
	overflow: hidden
}

.promo-slider .swiper-slide {
	position: relative;
	z-index: 1
}

.promo-slider__background {
	background-image: -webkit-linear-gradient(223deg, #64abe9 0%, #3c62b4 100%);
	background-image: -o-linear-gradient(223deg, #64abe9 0%, #3c62b4 100%);
	background-image: linear-gradient(227deg, #64abe9 0%, #3c62b4 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.promo-slider__background::before {
	content: '';
	position: absolute;
	z-index: -2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	display: none
}

.promo-slider__placeholder {
	width: 100%;
	height: auto
}

.promo-slider__content {
	width: 58%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 70px 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.promo-slider__content .title {
	margin: 0 0 15px;
	color: #fff;
	font-size: 36px;
	font-weight: 700
}

.promo-slider__content .descr {
	width: 80%;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px
}

.promo-slider__content .list {
	margin-top: 45px
}

.promo-slider__content .list__title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 15px
}

.promo-slider__content .list ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.promo-slider__content .list ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #fff;
	padding-left: 20px;
	position: relative
}

.promo-slider__content .list ul li::before {
	width: 8px;
	height: 8px;
	content: '';
	top: 50%;
	left: 0;
	border-radius: 50%;
	background-color: #5da1ff;
	position: absolute;
	margin-top: -4px
}

.promo-slider__content .button {
	margin-top: 15px
}

.promo-slider .swiper-button,
.promo-slider__content .button .anim-bg__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.promo-slider__content .button .anim-bg__content {
	padding: 5px;
	width: 290px
}

.promo-slider__content .button .anim-bg__content img,
.section--discount .section__header .button .text {
	margin-right: 15px
}

.promo-slider .swiper-button,
.promo-slider .swiper-button svg {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.promo-slider .swiper-button {
	top: auto;
	bottom: 0;
	margin: 0;
	background-color: #4877c4;
	width: 60px;
	height: 40px
}

.promo-slider .swiper-button svg {
	width: 10px;
	height: 15px;
	fill: #fff
}

.promo-slider .swiper-button-prev,
.promo-slider .swiper-container-rtl .swiper-button-next {
	left: 0
}

.promo-slider .swiper-button-next,
.promo-slider .swiper-container-rtl .swiper-button-prev {
	left: 60px;
	right: auto
}

.promo-slider .swiper-button-next.swiper-button-disabled,
.promo-slider .swiper-button-prev.swiper-button-disabled,
.promo-slider .swiper-button:hover {
	opacity: 1;
	background-color: #fff
}

.promo-slider .swiper-button-next.swiper-button-disabled svg,
.promo-slider .swiper-button-prev.swiper-button-disabled svg,
.promo-slider .swiper-button:hover svg {
	fill: #5895da
}

.promo-slider .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
	margin-right: 10px;
	border-radius: 0;
	background-color: #fafafa;
	opacity: .5;
	outline: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.promo-slider .swiper-pagination-bullet:hover {
	height: 6px
}

.promo-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #5da1ff;
	opacity: .8
}

.promo-form {
	width: 100%;
	max-width: 360px;
	position: absolute;
	z-index: 15;
	top: 50%;
	right: 45px;
	padding: 25px 30px 30px;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #bdd9ff;
	background-color: #f7faff
}

.promo-form__slider {
	max-height: 80px;
	margin-bottom: 20px
}

.promo-form__slider.swiper-container-vertical>.swiper-pagination-bullets {
	top: 82px;
	right: 10px
}

.promo-form__slider .swiper-pagination-bullet {
	width: 3px;
	height: 6px;
	margin: 4px 0 !important;
	background-color: #fafafa;
	opacity: .5;
	border-radius: 0;
	cursor: default
}

.promo-form__slider .swiper-pagination-bullet-active {
	background-color: #5da2ff;
	opacity: .8
}

.promo-form .descr,
.promo-form__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.promo-form__title {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #44434f;
	font-size: 22px;
	line-height: 1.15;
	margin: 0 0 20px
}

.promo-form__title span {
	font-weight: 400
}

.heading b,
.promo-form__title b {
	font-weight: 700
}

.promo-form .title {
	margin: 0 0 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.promo-form .descr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.promo-form .descr__icon {
	margin-right: 10px
}

.contact-card__content .icon svg,
.promo-form .descr__icon svg,
.section--catalog .section__header .button .icon svg,
.section--discount .section__header .button .icon svg {
	fill: #5da1ff
}

.promo-form .descr__icon .icon-folder,
.promo-form .descr__icon .icon-pantone,
.promo-form .descr__icon .icon-repair {
	width: 31px;
	height: 27px
}

.promo-form .descr__text {
	color: #fff;
	font-size: 12px;
	font-weight: 400
}

.promo-form .form {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 15px
}

.promo-form .form::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: rgba(237, 237, 237, .2)
}

.promo-form .form__title {
	margin: 0 0 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 700
}

.promo-form .form-group ::-webkit-input-placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.promo-form .form-group ::-moz-placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.promo-form .form-group ::-ms-input-placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.promo-form .form-group ::placeholder {
	color: #999;
	font-family: "Proxima Nova", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px
}

.promo-form .form .button {
	-webkit-box-shadow: 0 5px 15px rgba(32, 33, 35, .4);
	box-shadow: 0 5px 15px rgba(32, 33, 35, .4)
}

.video-player {
	position: relative
}

.video-player__placeholder {
	display: block;
	width: 100%;
	height: 100%
}

.video-player iframe,
.video-player__iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.interactive-tour {
	position: relative
}

.interactive-tour__placeholder {
	display: block;
	width: 100%;
	height: 100%
}

.interactive-tour__iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.section--accordeon .section__content {
	padding-right: 0
}

.accordeon__list {
	list-style: none;
	padding: 0;
	margin: 0
}

.accordeon__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	cursor: pointer
}

.accordeon__header .drop-arrow {
	margin-left: auto
}

.accordeon__header.open .accordeon__title {
	color: #5da2ff
}

.accordeon__header.open .drop-arrow {
	border-color: #5da2ff;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg)
}

.accordeon__header:hover .accordeon__title {
	color: #5da2ff
}

.accordeon__header:hover .drop-arrow {
	border-color: #5da2ff
}

.accordeon__title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.accordeon__content {
	display: none;
	margin-top: 25px
}

.accordeon .drop-arrow {
	border-style: solid;
	border-color: #333b45;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.blog-posts {
	width: 100%;
	max-width: 100%;
	padding-left: 50px;
	padding-right: 45px
}

.blog-posts hr {
	height: 1px;
	background-color: #dadada;
	opacity: .5;
	border-width: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: -50px;
	width: calc(100% + 95px)
}

.blog-card {
	position: relative
}

.blog-card__info .name {
	margin: 0 0 20px;
	display: inline-block;
	color: #5da2ff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1
}

.blog-card__info p {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 50px
}

.blog-card__image {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-left: 40px;
	border-radius: 3px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2)
}

.blog-card__image.reverse {
	margin-left: 0;
	margin-right: auto
}

.blog-card__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.blog-card__buttons a {
	text-transform: uppercase;
	max-width: 210px;
	margin-right: 20px
}

.blog-card__buttons a:last-child {
	margin-right: 0
}

.contacts__list {
	position: relative;
	padding-left: 60px;
	padding-right: 30px
}

.contacts__list-inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -40px
}

.contact-card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.contact-card__content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 45px 0;
	position: relative
}

.contact-card__content .icon {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-right: 5px
}

.contact-card__content .link,
.contact-card__content .text {
	display: inline-block;
	vertical-align: text-bottom;
	color: #000;
	font-size: 13px;
	font-weight: 400
}

.contact-card__content .link {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.contact-card__content .link:hover {
	color: #5da2ff
}

.contact-card__address,
.contact-card__mail,
.contact-card__phones {
	padding-left: 15px;
	padding-right: 15px
}

.contact-card {
	position: relative
}

.contact-card:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -60px;
	width: 100vw;
	height: 1px;
	background-color: rgba(219, 219, 219, .4)
}

.contact-card:last-child:after {
	display: none
}

.contact-card__name {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.contact-card__title {
	display: block;
	margin-bottom: 5px;
	color: #000;
	font-size: 18px;
	font-weight: 700
}

.contact-card__subtitle {
	color: #969696;
	font-size: 14px;
	font-weight: 400
}

.contact-card__address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 185px
}

.contact-card__address .icon {
	width: 16px
}

.contact-card__phone,
.section--catalog .catalog-item__list li {
	margin-bottom: 10px
}

.contact-card__icons .items:last-child,
.contact-card__phone:last-child,
.section--catalog .catalog-item__list li:last-child {
	margin-bottom: 0
}

.contact-card__icons {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 275px;
	margin-left: auto
}

.contact-card__icons .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 15px
}

.contact-card__icons .item {
	width: 40px;
	height: 40px;
	margin-left: 15px;
	margin-bottom: 10px
}

.contact-card__icons .item:last-child {
	margin-right: 0
}

.contact-card__icons .item img {
	max-width: 100%;
	height: auto
}

.section--products .section__wrapper {
	padding-bottom: 0
}

.section--reviews .section-footer {
	text-align: center
}

.testimonials__slider {
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative
}

.testimonials .swiper-pagination {
	width: 100%
}

.testimonials__item,
.testimonials__photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.testimonials__photos {
	width: calc(50% - 25px)
}

.testimonials__photos_elem {
	overflow: hidden
}

.testimonials__photos_elem:first-child {
	display: block;
	width: 100%;
	height: 245px;
	margin-bottom: 5px
}

.testimonials__photos_elem:not(:first-child) {
	display: inline-block;
	width: calc(33% - 2.5px);
	height: 90px
}

.testimonials__text {
	width: calc(50% - 25px)
}

.testimonials__text_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(219, 219, 219, .5);
	margin-bottom: 20px
}

.testimonials__text_avatar {
	width: 60px;
	height: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px
}

.testimonials__text_info {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.testimonials__text_info_name {
	color: #5da2ff;
	font-size: 20px;
	line-height: 22px
}

.testimonials__text p {
	color: #303030;
	font-size: 16px;
	line-height: 25px
}

.testimonials__button {
	padding: 22px;
	min-width: 400px;
	width: unset
}

.testimonials__button .anim-bg__content {
	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
}

.testimonials__button img {
	height: 30px;
	margin-right: 20px
}

.testimonials__button .text {
	font-size: 18px;
	color: #fff;
	margin-left: 0
}

.testimonials .swiper-pagination {
	bottom: 0
}

.testimonials .content__gallery_ins {
	margin-bottom: 40px
}

.section--discount .section__wrapper {
	padding-bottom: 0
}

.section--discount .section__header,
.section--discount .section__header .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.section--discount .section__header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.section--discount .section__header .button {
	min-width: auto;
	padding: 12px 25px
}

.section--catalog .section__header .button:hover .icon,
.section--discount .section__header .button:hover .icon {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.section--discount .section__header .button .icon {
	width: 12px;
	height: 10px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.discounts-inner {
	position: relative
}

.discounts-inner .no-gutters>.col,
.discounts-inner .no-gutters>[class*=col-] {
	padding-right: 5px;
	margin-bottom: 5px
}

.discount__link {
	display: block
}

.discount__item {
	position: relative;
	z-index: 1;
	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-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #323b44;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.discount__item::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.discount__item-placeholder {
	width: 100%;
	height: auto;
	display: block
}

.discount__item--small {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.discount__item--small::after {
	height: 100%
}

.discount__item--small:hover {
	background-color: rgba(50, 59, 68, .8)
}

.discount__item:hover::after {
	opacity: 0
}

.discount__item .date,
.discount__item .title {
	display: none;
	font-weight: 700;
	position: absolute;
	left: 25px;
	width: 50%
}

.discount__item .title {
	margin-bottom: 10px;
	top: 25px;
	color: #fff;
	font-size: 16px
}

.discount__item .date {
	color: #5da2ff;
	font-size: 14px;
	bottom: 25px
}

.section--catalog .section__wrapper {
	padding-bottom: 0
}

.section--catalog .section__header,
.section--catalog .section__header .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.section--catalog .section__header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.section--catalog .section__header .button {
	min-width: auto;
	padding: 12px 25px
}

.section--catalog .section__header .button .text {
	margin-right: 15px
}

.section--catalog .section__header .button .icon {
	width: 12px;
	height: 10px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.section--catalog .row>div[class*=col-]:nth-child(-n+3) .catalog-item {
	border-top: 1px solid rgba(218, 218, 218, .5)
}

.section--catalog .catalog-item {
	height: 100%;
	padding: 30px;
	border: 1px solid rgba(218, 218, 218, .5);
	border-left: 0;
	border-top: 0;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s
}

.section--catalog .catalog-item__link {
	display: block
}

.section--catalog .catalog-item__bg {
	margin-bottom: 20px;
	border-radius: 3px;
	background-color: #d7d7d7;
	background-image: url(../img/tmp/lazy-load.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	-webkit-transition: -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.section--catalog .catalog-item__bg:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.section--catalog .catalog-item__placeholder {
	width: 100%;
	height: 100%;
	display: block
}

.section--catalog .catalog-item__title {
	position: relative;
	display: inline-block;
	margin: 0 0 15px;
	padding-right: 20px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.section--catalog .catalog-item__title .icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 20px;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.section--catalog .catalog-item__title .icon svg {
	fill: #5da2ff
}

.section--catalog .catalog-item__title:hover {
	color: #5da2ff
}

.section--catalog .catalog-item__title:hover .icon {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.section--catalog .catalog-item__list {
	margin: 0;
	padding: 0;
	list-style: none
}

.section--catalog .catalog-item__list a {
	color: #5da2ff;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

.section--catalog .catalog-item__list a:hover {
	color: #000
}

.section--catalog .catalog-item:hover {
	background-color: rgba(223, 236, 255, .3)
}

.icon-box__list {
	margin-top: 0;
	text-align: center
}

.icon-box__list img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px
}

.icon-box__list small {
	color: #000;
	font-size: 16px;
	font-weight: 600
}

.icon-box__list .row>div {
	margin-top: 60px
}

.testimonial_first {
	position: relative
}

.testimonial_first .testi_image {
	width: 100%
}

.testi_main_block {
	position: relative;
	padding-top: 25px;
	padding-bottom: 70px;
	margin-bottom: 10px
}

.testi_main_block:after,
.testi_slider_block:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 10px;
	width: 100vw;
	background-color: #dfecff
}

.testi_main_block .hide,
.testi_main_block .hide+label~p {
	display: none
}

.testi_main_block .hide+label {
	display: inline-block;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #5da2ff;
	cursor: pointer;
	margin: 0 0 20px
}

.testi_main_block .hide:checked+label {
	display: none
}

.testi_main_block .hide:checked+label+p {
	display: block
}

.testi_main_block .button {
	max-width: 250px
}

.testi_slider_block {
	position: relative;
	padding-top: 25px;
	padding-bottom: 50px;
	margin-bottom: 10px
}

.testimonial_slider {
	position: relative
}

.testimonial_tabs_thumbs,
.testimonial_thumb-item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.testimonial_tabs_thumbs {
	height: 70px;
	margin: 40px 0;
	padding: 0 60px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada
}

.testimonial_tabs_thumbs::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	height: 100%;
	z-index: 1;
	pointer-events: none;
	background: -webkit-linear-gradient(359.94deg, #fff 61.23%, rgba(255, 255, 255, 0) 145.47%);
	background: -o-linear-gradient(359.94deg, #fff 61.23%, rgba(255, 255, 255, 0) 145.47%);
	background: linear-gradient(90.06deg, #fff 61.23%, rgba(255, 255, 255, 0) 145.47%);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0)
}

.testimonial_thumb-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 11px;
	line-height: 140%;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #fff;
	cursor: pointer
}

.testimonial_thumb-item.active,
.testimonial_thumb-item:hover {
	border-bottom: 1px solid #5da2ff
}

.testimonial_tabs-item,
.testimonial_thumb-item {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.testimonial_tabs-item.active {
	opacity: 1 !important;
	-webkit-transform: unset !important;
	-ms-transform: unset !important;
	transform: unset !important;
	display: block !important
}

.testimonial_slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.testimonial_slide .left {
	max-width: 475px;
	width: 100%
}

.testimonial_slide .result {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #000
}

.testimonial_slide .result_rating {
	margin-bottom: 25px
}

.testimonial_slide .rating_stars,
.testimonial_slide .result_rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.testimonial_slide .star {
	width: 22px;
	height: 20px
}

.testimonial_slide .rating_number {
	margin-left: 10px;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #979797
}

.testimonial_slide .city,
.testimonial_slide .post_date {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #979797;
	margin-bottom: 5px
}

.testimonial_slide .post_date {
	margin-bottom: 35px
}

.testimonial_slide .client_testimonial {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 25px;
	margin-bottom: 35px
}

.testimonial_slide .client_testimonial svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 11px
}

.testimonial_slide .client_testimonial p {
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #000;
	margin-bottom: 18px
}

.testimonial_slide .client_name {
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #000
}

.testimonial_slide .testimonial_prod_image {
	max-width: 478px;
	width: 100%;
	max-height: 320px;
	height: 100%
}

.slider_arrow {
	width: 26px;
	height: 56px
}

.testimonial_popup {
	max-width: 640px;
	width: 100%
}

.testimonial_popup .first_row,
.testimonial_popup .last_row {
	width: 50%
}

.testimonial_popup .rating-heading {
	margin-bottom: 5px !important;
	font-weight: 700;
	font-size: 10px;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase
}

.testimonial_popup .hide {
	display: none
}

.testimonial_popup .clear {
	float: none;
	clear: both
}

.testimonial_popup .rating {
	width: 90px;
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: center;
	position: relative;
	margin-bottom: 15px
}

.testimonial_popup .rating>label {
	float: right;
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	width: 1.1em;
	cursor: pointer;
	color: #000
}

.testimonial_popup .rating>input.radio-btn:checked~label path,
.testimonial_popup .rating>label:hover path,
.testimonial_popup .rating>label:hover~label path {
	fill: #ffd84e
}

.testimonial_popup [type=file] {
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0
}

.testimonial_popup .input-label-btn:after,
.testimonial_popup .input-label-btn:before {
	content: "pluse";
	font-size: 0;
	display: block;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 0;
	background-color: currentcolor;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.testimonial_popup .input-label-btn:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.testimonial_popup .input-label-btn {
	height: 20px;
	padding-top: 4px;
	font-weight: 700;
	font-size: 10px;
	color: #000;
	text-transform: uppercase
}

.testimonial_popup .input-label-file {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	display: block;
	max-width: 330px
}

.ml-auto {
	margin-left: auto
}

div,
section {
	outline: 0
}

.active-link,
.active-link>a,
.header__top .header__phones ul li a span:hover {
	color: #5da2ff
}

p:last-child {
	margin: 0
}

::-moz-selection {
	background: #5da2ff;
	color: #fff
}

::selection {
	background: #5da2ff;
	color: #fff
}

.alignleft {
	float: left;
	margin-right: 25px
}

input,
textarea {
	outline: none;
	font-family: "Proxima Nova", sans-serif;
	-webkit-appearance: none
}

input:-webkit-autofill,
textarea:-webkit-autofill {
	background-color: transparent
}

svg {
	width: 100%;
	height: 100%;
	fill: #000
}

body.fixed-header .top-line {
	margin-bottom: 60px
}

.wrapper {
	position: relative
}

.bg__general {
	width: 100vw;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	background: #fff
}

.bg__general_wrapper {
	position: relative
}

.heading {
	color: #000;
	font-size: 36px;
	font-weight: 700;
	margin: 0;
	line-height: 36px
}

.heading__subtext {
	font-weight: 400
}

.second-heading {
	position: relative;
	padding-left: 60px;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px
}

.second-heading::before {
	content: '';
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: 0;
	width: 10px;
	background-color: #5da1ff
}

.second-heading--no-line {
	padding-left: 0
}

.second-heading--no-line::before {
	display: none
}

.ov-h {
	overflow: hidden
}

.hidden {
	display: none !important
}

.line {
	position: relative
}

.line:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #5da1ff;
	opacity: .2
}

.line--wide:after {
	width: 100vw
}

.popup {
	display: none
}

.parallax-window {
	background-attachment: fixed;
	background-size: 100% auto
}

.clearfix::after {
	display: block;
	content: "";
	clear: both
}

.svg-sprite {
	display: none
}

.fb_iframe_widget {
	padding: 40px
}

.header__catalog_menu .category-menu__list_row::after {
	content: '';
	position: absolute;
	left: -22px;
	right: -22px;
	bottom: 0;
	height: 1px;
	background-color: #e2e7ec
}

.header__catalog_menu .category-menu__item_bg {
	margin-bottom: 10px;
	border-radius: 3px;
	background-position: center;
	background-size: cover;
	background-color: #d7d7d7;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.header__catalog_menu .category-menu__item:hover .category-menu__item_bg,
.header__choice .choice-menu__item:hover .choice-menu__item_bg {
	background-position: center bottom
}

.header__catalog_menu .category-menu__item_text {
	display: inline-block;
	color: #7ba9fb;
	font-size: 14px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-weight: 700
}

.header__catalog_menu .category-menu__item a:hover .category-menu__item_text {
	color: #418ef9
}

.header__choice_menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 100%;
	overflow: hidden;
	padding: 30px 30px 30px 0;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#87adfb), to(#7ba9fb));
	background-image: -webkit-linear-gradient(left, #87adfb 0%, #7ba9fb 100%);
	background-image: -o-linear-gradient(left, #87adfb 0%, #7ba9fb 100%);
	background-image: linear-gradient(to right, #87adfb 0%, #7ba9fb 100%);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: -webkit-transform .7s;
	-o-transition: transform .7s;
	transition: transform .7s;
	transition: transform .7s, -webkit-transform .7s
}

.header__choice .choice-menu {
	width: calc(100% - 22.5px);
	margin-left: auto;
	padding: 25px 40px 20px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
	visibility: hidden;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transition: -webkit-transform .5s 1s;
	-o-transition: transform .5s 1s;
	transition: transform .5s 1s;
	transition: transform .5s 1s, -webkit-transform .5s 1s
}

.simular-products__list-category .row>div {
	height: auto
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px
}

.d-inline-block {
	display: inline-block
}

.text-center {
	text-align: center
}

.header-adres-block .header__phones {
	margin-bottom: 25px
}

.simular-products__ins #simular-products .swiper-slide {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	pointer-events: visible
}

.simular-products__ins #simular-products .swiper-wrapper.fade {
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.simular-products .box__title {
	height: 80px;
	margin: 0 0 42px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .checkbox-inline,
:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .radio-inline {
	position: relative;
	padding-left: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: none
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .checkbox-inline::before,
:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .radio-inline::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 5px;
	background-color: #fff
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .checkbox-inline::after,
:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .radio-inline::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 10px;
	height: 8px;
	margin-top: -4px;
	background: url(../img/icons/check.svg) no-repeat center;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .checkbox-inline.checked::after,
:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .radio-inline.checked::after {
	opacity: 1
}

.mission-steps__text h2,
.new-category .section__row_3-col .hover-pic__content_icon-list li,
p {
	margin-top: 0
}

.new-category .add__categories_image {
	max-width: 100%
}

.new-category .calculate .caldera-form-page .checkbox-inline .custom-tip {
	display: none
}

.add__categories_image,
.add__categories_image.reverse {
	margin: 0 auto 20px
}

.years__tabs {
	position: relative;
	overflow: hidden;
	margin-bottom: 35px
}

.years__tabs-nubmer {
	text-align: center;
	width: 60px;
	position: relative;
	cursor: pointer
}

.years__tabs:before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	width: 95%;
	margin: auto;
	border: 1px dashed #8da5f9
}

.swiper-slide {
	-webkit-tap-highlight-color: transparent
}

.years__tabs .swiper-slide {
	margin-top: 50px;
	position: relative;
	font-size: 14px
}

.years__tabs .swiper-slide:first-child {
	margin-left: 15px
}

.years__tabs .swiper-slide:last-child {
	margin-right: 15px
}

.years__tabs .swiper-slide.active {
	font-size: 20px;
	font-weight: 700
}

.years__tabs .swiper-slide.active .years__tabs-nubmer:after,
.years__tabs .years__tabs-nubmer:before {
	content: '';
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	margin: auto;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	border: 1px solid #8da5f9;
	background-color: #fff;
	cursor: pointer
}

.years__tabs .swiper-slide.active .years__tabs-nubmer:after {
	top: -41px;
	height: 30px;
	width: 30px
}

.years__tabs .swiper-slide.active .years__tabs-nubmer:before {
	top: -36px;
	height: 20px;
	width: 20px;
	border: 1px solid #fff;
	background-color: #8da5f9;
	z-index: 1
}

.content__block-year {
	padding-bottom: 45px;
	display: none
}

.content__block-year.active {
	display: block;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
}

.swiper-container-rtl .swiper-button-prev,
.years__tabs .swiper-button-next {
	top: 31px;
	right: 0
}

.swiper-container-rtl .swiper-button-next,
.years__tabs .swiper-button-prev {
	left: 0;
	top: 31px
}

.years__tabs .swiper-button-next svg,
.years__tabs .swiper-button-prev svg {
	fill: #8da5f9
}

.header__mission,
.header__mission .container {
	position: relative
}

.header__mission .content__ins_main::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: #dbdbdb;
	opacity: .3
}

.header__mission .content__ins_main {
	position: relative;
	padding-bottom: 40px
}

.mission-main {
	padding-top: 0
}

.mission-steps {
	padding: 40px 0 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.mission-steps:before {
	content: '';
	width: 100vw;
	position: absolute;
	z-index: -1;
	background: #fff;
	height: 100%;
	left: -50px;
	bottom: 0
}

.mission-steps .bg__general {
	height: auto;
	left: -50px;
	bottom: 0
}

.mission-steps__text,
.mission-steps__text-container {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.mission-steps__text {
	width: 100%;
	max-width: 470px;
	position: relative;
	max-height: 315px
}

.mission-steps__text-container.active,
.mission-steps__text.active {
	max-height: inherit
}

.mission-steps__text-container {
	overflow: hidden
}

.mission-steps__foto {
	width: 100%;
	max-width: 50%;
	margin-right: -35px
}

.mission-steps:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.mission-steps:nth-child(2n):before {
	background: 0 0
}

.mission-steps:nth-child(2n) .mission-steps__foto {
	margin-left: -50px
}

.button-read,
.nav-icon-5 {
	cursor: pointer;
	display: inline-block
}

.button-read {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 80px;
	padding: 14px 14px 14px 0;
	font-family: "Proxima Nova", sans-serif;
	font-size: 16px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.nav-icon-5 {
	width: 25px;
	height: 20px;
	margin: 10px;
	position: relative;
	z-index: 666
}

.nav-icon-5 span {
	background-color: #759efd;
	position: absolute;
	border-radius: 2px;
	-webkit-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	-o-transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);
	width: 100%;
	height: 2px;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms
}

.nav-icon-5 span:nth-child(1) {
	top: 0;
	left: 0
}

.nav-icon-5 span:nth-child(2) {
	top: 9px;
	left: 0;
	opacity: 1
}

.nav-icon-5 span:nth-child(3) {
	bottom: 0;
	left: 0
}

.nav-icon-5.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px
}

.nav-icon-5.open span:nth-child(2) {
	opacity: 0
}

.nav-icon-5.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 9px
}

.container-burger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 66;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: translateY(-150px) rotateX(-90deg);
	transform: translateY(-150px) rotateX(-90deg)
}

.container-burger.open {
	top: 58px;
	-webkit-transform: translateY(0) rotateX(0deg);
	transform: translateY(0) rotateX(0deg)
}

.container-burger .header__phones {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.container-burger .header__phones ul {
	border: none
}

.container-burger .container {
	position: relative
}

.header__top .header__phones ul li a span {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-weight: 300;
	color: #666
}

.header__main_search_open {
	padding: 5px
}

.menu-icon-text {
	font-size: 12px;
	color: #202020;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 666
}

.header__phones-top ul li a {
	color: #666
}

.header__top .header__city .select2.select2-container.select2-container--default.select2-container--below {
	z-index: 2034
}

.header__city .header__city .select2-container--default .select2-results>.select2-results__options,
.header__top .header__city .select2-container--default .select2-results>.select2-results__options {
	max-height: none;
	padding-bottom: 10px
}

.header__top .sub-menu {
	visibility: visible;
	position: static;
	padding: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.header__top .sub-menu:after {
	content: none
}

.header__top .sub-menu a {
	text-transform: inherit;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 8px;
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 300
}

.header__top .sub-menu a:hover {
	color: #759efd
}

.header__top_nav>li>a {
	font-size: 24px;
	color: #759efd;
	text-transform: inherit
}

.top-menu-burger>.header__top_nav>li {
	margin: 0;
	width: 25%
}

.top-menu-burger .sub-menu {
	min-height: 300px
}

.header .bottom-line.headroom {
	margin-bottom: 0
}

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

.header-adres-block .header__city_addr,
.header-adres-block .header__phones li {
	position: relative
}

.header-adres-block .header__city_addr {
	margin: 0 0 25px;
	font-size: 16px;
	color: #666
}

.burger__footer-social {
	margin-right: 60px
}

.header-adres-block .header__city_addr:before,
.header-adres-block .header__phones li:before {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	width: 16px;
	height: 16px;
	background: url(../img/icons/phone-header.svg) no-repeat center center/contain
}

.header-adres-block .header__city_addr:before {
	background: url(../img/icons/map.svg) no-repeat center center/contain
}

.header-adres-block .header__contacts {
	margin-bottom: 35px
}

.header-adres-block .header__phones li {
	margin-bottom: 10px
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100px
}

.top-menu-burger {
	margin-bottom: 0;
	margin-left: 53px;
	max-width: 860px
}

.top-line.open {
	background-color: #fff
}

.blue-line {
	margin-bottom: 10px
}

.blue-line::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	height: 10px;
	width: 100vw;
	background-color: #dfecff
}

.header__catalog_menu .category-menu {
	margin-left: 0;
	width: calc(100% - 8px)
}

.header__catalog_menu {
	padding: 8px 0;
	width: 100%
}

.header__catalog_menu .category-menu__item_bg,
.header__choice .choice-menu__item_bg {
	height: 105px
}

.bottom-line--fixed .header__catalog_menu {
	left: -9px
}

.no-skroll {
	overflow: hidden
}

.bottom-line--fixed .header__main_right .icon {
	display: block
}

.header__main_right .icon {
	display: none
}

.callback-mail,
.callback-phone {
	margin-right: 25px;
	width: 22px
}

.callback-mail img,
.callback-phone img {
	width: 100%;
	height: auto
}

.header__choice .choice-menu__item_bg {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.header__choice .choice-menu__item a:hover .choice-menu__item_text {
	color: #5da1ff
}

.header__choice .choice-menu__item_text {
	display: inline-block;
	color: #7ba9fb;
	font-size: 14px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	font-weight: 700
}

.header__choice .choice-menu__list_row::after {
	content: '';
	position: absolute;
	left: -22px;
	right: -22px;
	bottom: 0;
	height: 1px;
	background-color: #3f4851;
	background-color: rgba(63, 72, 81, .22)
}

.news__head_ins {
	padding: 0 50px 10px
}

.news__head .breadcrumbs {
	margin-bottom: 0
}

.history-content {
	padding-top: 0
}

.top-menu-burger>.header__top_nav>li:nth-child(n+9) {
	float: left
}

.header-adres-block {
	position: absolute;
	left: auto;
	right: 0;
	top: 10px
}

.header-adres-block__title {
	font-size: 24px;
	color: #759efd;
	text-transform: inherit;
	padding-bottom: 12px;
	font-weight: 600
}

.header-social {
	width: 100%;
	max-width: 200px
}

.visible-none {
	visibility: hidden
}

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

.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
body .caldera-grid .help-block {
	display: none !important
}

.amo-button-holder {
	right: 41px !important;
	bottom: 130px !important
}

.amo-button-holder,
.bingc-phone-button-arrow {
	display: none !important
}

.button-totop {
	right: -35px !important;
	left: unset !important;
	border-radius: 5px 5px 0 0 !important
}

@media (min-width:320px) {
	.fz52.fw700.color-white.ff-Stolzl {
		font-size: calc(.03176*100vw + 14.83529px)
	}
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}

	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-sm-1,
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-sm-3,
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-sm-5,
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7,
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-sm-10,
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-sm-11,
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.333333%
	}

	.offset-sm-2 {
		margin-left: 16.666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.333333%
	}

	.offset-sm-5 {
		margin-left: 41.666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.333333%
	}

	.offset-sm-8 {
		margin-left: 66.666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.333333%
	}

	.offset-sm-11 {
		margin-left: 91.666667%
	}

	.flex-sm-column,
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-column-reverse,
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media screen and (min-width:576px) {
	.mobile-show {
		display: none
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}

	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-md-1,
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3,
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5,
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7,
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-10,
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11,
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.333333%
	}

	.offset-md-2 {
		margin-left: 16.666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.333333%
	}

	.offset-md-5 {
		margin-left: 41.666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.333333%
	}

	.offset-md-8 {
		margin-left: 66.666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.333333%
	}

	.offset-md-11 {
		margin-left: 91.666667%
	}

	.flex-md-column,
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-md-column-reverse,
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}

	.new-category .hover-pic:hover .hover-pic__img::before,
	.section--content .section__row_2-col .hover-pic:hover .hover-pic__img::before {
		background-color: rgba(255, 255, 255, .86)
	}

	.new-category .hover-pic:hover .hover-pic__content {
		opacity: 1
	}

	.new-category .hover-pic[href]:hover .hover-pic__img img,
	.section--content .section__row_2-col .hover-pic[href]:hover .hover-pic__img img {
		border-radius: 3px;
		-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
		box-shadow: 0 10px 10px rgba(0, 0, 0, .1)
	}

	.new-category .hover-pic[href]:hover .hover-pic__caption,
	.section--content .section__row_2-col .hover-pic[href]:hover .hover-pic__caption {
		text-decoration: none
	}

	.new-category .select__categories_form div[class^=col-]:not(:last-child) {
		padding-right: 5px
	}

	.new-category .select__categories_form .form-group:last-child {
		margin-bottom: 15px
	}

	.new-category .simular-products__slider .box__title {
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		line-height: 20px;
		max-height: 80px;
		height: 80px
	}

	.section--content .section__row_2-col .hover-pic:hover .hover-pic__content {
		opacity: 1
	}
}

@media screen and (min-width:768px) {
	body .section .simular-heading {
		margin-left: 15px
	}
}

@media screen and (min-width:769px) {
	body .section .simular-heading {
		margin-top: 25px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}

	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-lg-1,
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-3,
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5,
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7,
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-10,
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11,
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.333333%
	}

	.offset-lg-2 {
		margin-left: 16.666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.333333%
	}

	.offset-lg-5 {
		margin-left: 41.666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.333333%
	}

	.offset-lg-8 {
		margin-left: 66.666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.333333%
	}

	.offset-lg-11 {
		margin-left: 91.666667%
	}

	.flex-lg-column,
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-column-reverse,
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media screen and (min-width:1025px) {
	.berocket_hide_single_widget_on_desktop {
		display: none !important
	}

	body .section .simular-heading {
		margin-left: 50px
	}
}

@media (min-width:1170px) {
	.fz52.fw700.color-white.ff-Stolzl {
		font-size: 52px
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-xl-1,
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-xl-3,
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-xl-5,
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7,
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-xl-10,
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-xl-11,
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.333333%
	}

	.offset-xl-2 {
		margin-left: 16.666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.333333%
	}

	.offset-xl-5 {
		margin-left: 41.666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.333333%
	}

	.offset-xl-8 {
		margin-left: 66.666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.333333%
	}

	.offset-xl-11 {
		margin-left: 91.666667%
	}

	.flex-xl-column,
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xl-column-reverse,
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:1210px) {
	.container {
		max-width: 1210px
	}
}

@media screen and (max-width:1370px) and (min-width:1024px) {
	.header__catalog_menu .category-menu {
		padding: 10px 40px 20px
	}

	.header__catalog_menu .category-menu__item_bg {
		height: 80px;
		margin-bottom: 5px
	}
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.berocket_hide_single_widget_on_tablet {
		display: none !important
	}
}

@media only screen and (max-width:1366px) {
	.top-menu-burger {
		max-width: 860px
	}
}

@media only screen and (max-width:1209px) {
	.breadcrumbs li {
		line-height: 20px
	}

	.button-question,
	.button-zamer {
		padding: 15px
	}

	.button-submit {
		font-size: 12px
	}

	.content .content__image--wide {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.content__list {
		margin-right: 0
	}

	.category .content hr,
	.content hr {
		width: 100%;
		margin-left: -15px
	}

	.content h2 {
		font-size: 27px;
		padding-left: 20px
	}

	.content h2:before {
		left: -15px
	}

	.content .h3,
	.content .title,
	.content h3 {
		font-size: 22px;
		line-height: 30px
	}

	.content .category__nav {
		padding: 15px 25px
	}

	.content .category__nav_list li {
		margin-right: 15px;
		padding-right: 15px
	}

	.content .category__nav_list li a {
		font-size: 16px
	}

	.content__ins_main {
		padding: 20px 15px
	}

	.content .wp-caption .wp-caption-text {
		position: static;
		font-size: 12px;
		line-height: 1.43
	}

	.content__gallery {
		margin-left: 0
	}

	.content__gallery .content__ins {
		padding: 35px 20px
	}

	.content__gallery h3 {
		font-size: 22px
	}

	.content__gallery_ins {
		margin: 0;
		padding: 0 45px 45px
	}

	.content__gallery_slider .swiper-button-prev {
		left: 0
	}

	.content__gallery_slider .swiper-button-next {
		right: 0
	}

	.content__info .content__ins {
		padding: 35px 20px
	}

	.content__info h3 {
		font-size: 28px;
		line-height: 1.15
	}

	.content__info h4 {
		font-size: 16px;
		line-height: 1.15
	}

	.pagination {
		padding-right: 20px
	}

	.drunk-line::after {
		left: 0;
		width: 100%
	}

	.content__info .content__ins:after,
	.header__bottom:before,
	.header__main_row:after,
	.header__main_row:before,
	.page-head__ins::after,
	.solid-line::after {
		width: 100%
	}

	.header__top {
		padding-left: 0
	}

	.header__social {
		padding-right: 0
	}

	.header__bottom {
		padding: 25px 15px 20px
	}

	.header__main_row {
		padding-right: 15px
	}

	.header__main_divider {
		display: none
	}

	.header__phones-top {
		max-width: 365px;
		padding: 0
	}

	.header__contacts {
		display: none
	}

	.header__catalog_button {
		padding: 18px 8px
	}

	.header__choice_head {
		margin-right: 10px;
		padding: 22px 25px
	}

	.header__shop_link {
		margin-right: 10px;
		padding: 22px 0
	}

	.header .bottom-line--fixed .header__choice_head {
		padding: 20px
	}

	.header-search .header__main_search .form {
		width: 609px !important
	}

	div.asp_m.ajaxsearchpro .probox .proinput {
		padding: 0 30px 0 250px
	}

	.header__top-menu>li {
		margin-right: 15px
	}

	.header__top-menu a {
		font-size: 10px
	}

	.carousel__slider .swiper-button-next,
	.work__slider .swiper-button-next {
		right: 20px
	}

	.footer__heading {
		margin-bottom: 20px;
		font-size: 16px
	}

	.footer__dev {
		padding: 20px 30px
	}

	.footer__nav {
		padding: 30px
	}

	.footer__about,
	.footer__contacts,
	.footer__order {
		padding: 30px 20px
	}

	.footer__copyright {
		padding: 0 20px 5px
	}

	.news__category {
		font-size: 10px
	}

	.home__descr_content a,
	.news__name {
		font-size: 14px
	}

	.regional-pages .section--products .section__wrapper {
		padding-top: 35px;
		padding-bottom: 0
	}

	.simular-products__title {
		padding: 35px 0
	}

	.simular-products__title h2 {
		font-size: 20px;
		padding-left: 35px
	}

	.simular-products .box__title {
		margin-bottom: 35px;
		max-height: 60px
	}

	.simular-products .box__price .text {
		font-size: 10px
	}

	.simular-products .box__price .price {
		font-size: 16px
	}

	.share-block {
		display: none
	}

	.page-head--full .news__head_ins_content {
		width: 100%;
		margin-left: 0
	}

	.pre-order-form {
		right: 15px
	}

	.sect-certificates__wrapper {
		padding: 30px 20px
	}

	.sect-certificates__content {
		padding: 20px 20px 0
	}

	.sect-certificates .certificates-row {
		margin-left: -15px;
		margin-right: -15px
	}

	.sect-certificates .certificates-item {
		padding-left: 15px;
		padding-right: 15px
	}

	.home__head_ins {
		padding: 40px 0
	}

	.home__slider_content {
		padding: 45px 50px
	}

	.home__slider_content .title {
		font-size: 34px
	}

	.home__slider_content .descr {
		font-size: 16px;
		line-height: 1.43
	}

	.home__catalog .catalog-item__title,
	.home__slider_content .list ul li,
	.home__slider_content .list__title {
		font-size: 16px
	}

	.home__catalog_ins {
		padding-top: 40px
	}

	.home__catalog_head {
		padding-right: 15px
	}

	.home__partners_title {
		margin-top: 40px
	}

	.home-discount_head {
		padding: 40px 15px 40px 0
	}

	.home__descr_ins {
		padding: 40px 0
	}

	.home__descr_title {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 1.43
	}

	.home__descr_content {
		padding-left: 40px;
		font-size: 14px
	}

	.home__descr_content p:nth-child(even) {
		margin-bottom: 15px
	}

	.home__descr_cat .item {
		padding: 0 30px
	}

	.home__descr_cat .image {
		margin-right: 30px
	}

	.home__descr_cat .text {
		font-size: 16px
	}

	.home__clients_ins {
		padding: 40px 0
	}

	.category__logos {
		margin-top: 80px
	}

	.category__info {
		padding: 40px 20px
	}

	.category__info:after {
		left: 20px
	}

	.category__info .name {
		font-size: 18px;
		line-height: 24px
	}

	.category__bg {
		height: 110px
	}

	.category__search {
		width: 50%
	}

	.category .content__ins_main {
		max-width: 650px;
		padding: 20px 15px
	}

	.select__categories .content__ins {
		padding: 35px 20px
	}

	.add__categories_info .name,
	.select__categories_info .heading {
		font-size: 28px;
		line-height: 1.15
	}

	.add__categories_image {
		height: 230px;
		margin-left: 0
	}

	.add__categories_buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.add__categories_buttons a:not(:last-child) {
		margin-bottom: 15px
	}

	.product__head_ins {
		padding: 20px
	}

	.contacts__direction::after,
	.contacts__head_ins::after,
	.news__single_ins::after,
	.product__preview_ins::after,
	.search-result__item::after,
	.thanks__header:after,
	.thanks__ins::after {
		width: 100%
	}

	.product__preview_title {
		line-height: 30px
	}

	.product__preview_cat .text,
	.product__preview_share .text {
		-webkit-box-flex: 1;
		-ms-flex: 1 100px;
		flex: 1 100px;
		margin: 0 0 10px
	}

	.product__content_ins {
		padding-left: 40px
	}

	.product .price-block {
		padding: 25px
	}

	.product .price-block__price .text {
		font-size: 10px
	}

	.product .price-block__price .price b {
		font-size: 18px
	}

	.product .tabs__content.descr .tabs__content_ins,
	.product .tabs__content.review .tabs__content_ins,
	.product .tabs__list {
		padding-left: 0
	}

	.product .tabs__list::after {
		left: -40px;
		width: calc(100% + 40px)
	}

	.product .tabs__list a {
		font-size: 16px
	}

	.product .tabs__content.descr h2 {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 28px
	}

	.product .tabs__content.descr p {
		font-size: 14px;
		line-height: 20px
	}

	.product .tabs__content.review .tabs__content_ins .container {
		padding: 0
	}

	.product .tabs__content .review__form {
		max-width: 270px;
		padding: 30px 20px
	}

	.news__head_ins:not(.contacts)::after {
		width: 100%
	}

	.news__head--full .news__head_ins_content {
		width: 100%;
		margin-left: 0
	}

	.news__single_left {
		max-width: 50%
	}

	.news__single_right {
		max-width: 45%
	}

	.news__single_heading {
		font-size: 26px;
		line-height: 1.43
	}

	.news__single_descr {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.43
	}

	.news__single_more {
		font-size: 13px
	}

	.news__cats_list a {
		padding: 20px;
		font-size: 11px
	}

	.news .content__ins_main::after {
		left: -15px;
		right: -15px;
		width: auto
	}

	.contacts__map {
		padding: 35px 0
	}

	.contacts__map_title {
		-ms-flex-item-align: start;
		align-self: flex-start
	}

	.contacts__map_left {
		margin-bottom: 30px;
		padding-left: 15px
	}

	.contacts__map_right {
		padding-right: 15px
	}

	.contacts__office_name {
		font-size: 20px;
		line-height: 1.43
	}

	.contacts__office_pos {
		font-size: 16px;
		line-height: 1.43
	}

	.contacts__content_form .form-group--rules {
		font-size: 11px;
		line-height: 1.43
	}

	.contacts__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 30px 15px
	}

	.contacts__info_item {
		width: 100%;
		max-width: 45%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 20px;
		background-color: #f7f8f9;
		border: 0;
		border-radius: 10px
	}

	.contacts__info_name {
		margin-bottom: 20px
	}

	.contacts__info_address {
		max-width: 100%;
		margin-bottom: 20px
	}

	.contacts__info_phones {
		margin-bottom: 20px
	}

	.contacts__info_phone {
		margin-bottom: 5px
	}

	.contacts__info_mail {
		margin-bottom: 20px
	}

	.contacts__info_icons {
		max-width: 100%;
		margin-top: auto
	}

	.contacts__info_icons .items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 10px
	}

	.contacts__info_icons .item {
		margin-right: 5px
	}

	.search-result__list_content {
		padding-left: 25px;
		font-size: 22px;
		line-height: 1.43
	}

	.search-result__item {
		width: 100%;
		padding-right: 150px
	}

	.search-result__item_title {
		padding-left: 25px;
		font-size: 22px;
		line-height: 1.43
	}

	.search-result__item_descr {
		padding-left: 35px;
		font-size: 14px;
		line-height: 1.43
	}

	.sitemap__content ul a {
		line-height: 1.43
	}

	.shop-category__title {
		font-size: 16px
	}

	.video-tour {
		height: 500px
	}

	.thanks__ins {
		padding-bottom: 170px
	}

	.thanks__content,
	.thanks__header {
		padding: 30px 15px 30px 30px
	}

	.thanks__content_left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% + 100px);
		flex: 0 0 calc(50% + 100px);
		max-width: calc(50% + 100px)
	}

	.thanks__content_right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 182px);
		flex: 0 0 calc(50% - 182px);
		max-width: calc(50% - 182px)
	}

	.thanks__content_icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 110px;
		flex: 0 0 110px;
		max-width: 110px
	}

	.thanks__content_descr {
		font-size: 16px;
		line-height: 1.43
	}

	.thanks__content_descr .name {
		margin-bottom: 15px;
		font-size: 32px
	}

	.thanks__footer_text {
		font-size: 36px
	}

	.not-found__logo {
		margin-bottom: 55px
	}

	.not-found__title {
		margin-bottom: 15px;
		font-size: 28px
	}

	.not-found__bg {
		font-size: 360px
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="1"] {
		padding: 25px
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] {
		margin: 15px;
		padding: 25px
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .title {
		margin-bottom: 20px;
		font-size: 20px
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .rules {
		margin: 0
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] img {
		margin-left: 0;
		margin-bottom: 20px
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .checkbox-inline {
		padding-left: 25px;
		font-size: 10px
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row:first-child .form-group {
		margin-bottom: 20px
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row:first-child .control-label {
		margin-bottom: 10px
	}

	:not(.new-category)>.calculate .cf-toggle-switch .btn {
		padding: 5px 10px
	}

	:not(.new-category)>.calculate .submit-btn input {
		height: 40px;
		font-size: 12px
	}

	:not(.new-category)>.calculate .add-block {
		left: 35.94em
	}

	.new-category .button.big {
		padding: 18px;
		min-width: unset;
		width: 100%
	}

	.new-category .button.big .text,
	.regional-pages .section__content a {
		font-size: 14px
	}

	.new-category .button.big img {
		height: 20px;
		margin-right: 10px
	}

	.new-category .contacts__content .svg-map,
	.new-category .gtable .simular-products__list,
	.new-category .gtable.section.padding-less .section__title {
		padding-left: 20px
	}

	.new-category .section .second-heading:before {
		left: -20px
	}

	.new-category .section__wrapper {
		padding: 35px 20px
	}

	.new-category .gtable .price-table td.name {
		padding: 10px
	}

	.new-category .simular-products__slider .box__link {
		padding-left: 15px;
		padding-right: 15px
	}

	.new-category .calculate .caldera-form-page[data-formpage="1"] {
		margin: 15px;
		padding: 25px
	}

	.new-category .calculate .caldera-form-page[data-formpage="1"] .title {
		margin-bottom: 20px;
		font-size: 20px
	}

	.new-category .calculate .caldera-form-page[data-formpage="1"] .rules {
		margin: 0
	}

	.new-category .calculate .caldera-form-page[data-formpage="1"] img {
		margin-left: 0;
		margin-bottom: 20px
	}

	.calculator .caldera-form-page[data-formpage="1"] .row:first-child .form-group,
	.new-category .calculate .caldera-form-page[data-formpage="1"] .row:first-child .form-group {
		margin-bottom: 20px
	}

	.calculator .caldera-form-page[data-formpage="1"] .row:first-child .control-label,
	.new-category .calculate .caldera-form-page[data-formpage="1"] .row:first-child .control-label {
		margin-bottom: 10px
	}

	.new-category .calculate .caldera-form-page .checkbox-inline {
		padding-left: 25px
	}

	.new-category .calculate .cf-toggle-switch .btn {
		padding: 5px 10px
	}

	.calculator .submit-btn input,
	.new-category .calculate .submit-btn input {
		height: 40px;
		font-size: 12px
	}

	.new-category .calculate .add-block {
		left: 35.94em
	}

	.regional-pages .page-head {
		display: none
	}

	.regional-pages .section__background {
		width: 100%
	}

	.regional-pages .section__wrapper {
		padding-top: 35px;
		padding-bottom: 35px
	}

	.regional-pages .section__header {
		padding-right: 15px
	}

	.regional-pages .section__title {
		font-size: 28px;
		line-height: 1.15;
		padding-left: 45px
	}

	.regional-pages .section__title--no-line {
		padding-left: 0
	}

	.regional-pages .section__content {
		font-size: 14px;
		padding: 0 40px
	}

	.regional-pages .section__content p:nth-child(even) {
		margin-bottom: 15px
	}

	.section--steps .steps__elem:after {
		right: 5px
	}

	.certificates__inner {
		padding: 20px 20px 0
	}

	.certificates__item {
		padding-left: 15px;
		padding-right: 15px
	}

	.content__counters [class*=col-]:nth-child(3) .counter-item {
		border-top: 0
	}

	.calculator__content {
		padding-left: 20px;
		padding-right: 20px
	}

	.calculator .caldera-form-page[data-formpage="2"] {
		-webkit-box-flex: 1;
		-ms-flex: 1 35%;
		flex: 1 35%;
		max-width: 35%
	}

	.calculator .caldera-form-page[data-formpage="1"] {
		-webkit-box-flex: 1;
		-ms-flex: 1 65%;
		flex: 1 65%;
		max-width: 65%;
		margin: 15px;
		padding: 25px
	}

	.calculator .caldera-form-page[data-formpage="1"] .title {
		margin-bottom: 20px;
		font-size: 20px
	}

	.calculator .caldera-form-page[data-formpage="1"] .rules {
		margin: 0
	}

	.calculator .caldera-form-page[data-formpage="1"] img {
		margin: 0 auto 20px
	}

	.calculator .caldera-form-page .checkbox-inline {
		padding-left: 25px
	}

	.calculator .cf-toggle-switch .btn {
		padding: 5px 10px
	}

	.calculator .add-block {
		left: 35.94em
	}

	.promo-header__inner {
		padding: 40px 0
	}

	.promo-slider__content {
		padding: 45px 50px
	}

	.promo-slider__content .title {
		font-size: 34px
	}

	.promo-slider__content .descr {
		font-size: 16px;
		line-height: 1.43
	}

	.promo-slider__content .list ul li,
	.promo-slider__content .list__title {
		font-size: 16px
	}

	.promo-form {
		right: 15px
	}

	.accordeon__list li {
		padding: 15px 0
	}

	.accordeon__title {
		font-size: 20px;
		line-height: 24px
	}

	.blog-posts {
		padding: 0 40px
	}

	.blog-posts hr {
		width: 930px;
		margin-left: -40px
	}

	.blog-card__info .name {
		font-size: 28px;
		line-height: 1.15
	}

	.blog-card__image {
		margin-left: 0
	}

	.blog-card__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.blog-card__buttons a:not(:last-child) {
		margin-bottom: 15px
	}

	.contacts__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding: 30px 15px
	}

	.contacts__list-inner {
		margin-bottom: -25px
	}

	.contact-card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 20px
	}

	.contact-card__content {
		width: 100%;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 20px;
		background-color: #f7f8f9;
		border: 0;
		border-radius: 10px
	}

	.contact-card__address,
	.contact-card__mail,
	.contact-card__phones {
		padding-left: 0
	}

	.contact-card:after {
		content: none
	}

	.contact-card__name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	.contact-card__address,
	.contact-card__name {
		max-width: 100%;
		margin-bottom: 20px
	}

	.contact-card__phones {
		width: 100%;
		margin-bottom: 20px
	}

	.contact-card__phone {
		margin-bottom: 5px
	}

	.contact-card__mail {
		margin-bottom: 20px
	}

	.contact-card__icons {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.contact-card__icons .items {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 10px
	}

	.contact-card__icons .item {
		margin-left: 0;
		margin-right: 5px;
		margin-bottom: 5px
	}

	.section--catalog .section__wrapper {
		padding-bottom: 0
	}

	.section--catalog .catalog-item__title {
		font-size: 16px
	}

	.icon-box__list {
		margin-right: 0
	}

	.bg__general,
	.testi_main_block:after,
	.testi_slider_block:after {
		width: 100%
	}

	.testimonial_slide .testimonial_prod_image {
		max-height: 225px
	}

	.second-heading {
		padding-left: 45px;
		font-size: 28px;
		line-height: 1.15
	}

	.second-heading--no-line {
		padding-left: 0
	}

	.mission-steps:before {
		width: 100%;
		left: -15px
	}

	.mission-main {
		padding: 0;
		margin-left: 15px
	}

	.mission-steps:nth-child(2n) .mission-steps__foto {
		margin-left: -15px
	}

	.mission-steps__foto {
		width: 100%;
		max-width: 45%;
		margin-right: 15px
	}

	.mission-steps__text {
		max-width: 45%
	}

	.burger__footer .header__contacts {
		display: block
	}

	.header__phones-top ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.header-adres-block {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		margin-bottom: 30px
	}

	.header-adres-block__title {
		display: none
	}

	.container-burger .header__phones {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}

	.container-burger .header__phones ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.header-adres-block .header__city_addr {
		margin: auto auto auto 10px
	}

	.header-adres-block .header__phones li {
		margin-bottom: auto
	}
}

@media only screen and (max-width:1024px) {
	.mission-steps:before {
		width: 100%;
		left: 0
	}

	.mission-steps {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.mission-steps:nth-child(2n) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.mission-steps__foto,
	.mission-steps__text {
		max-width: 100%
	}

	.mission-steps__foto {
		text-align: center;
		margin-bottom: 25px
	}

	.mission-steps:nth-child(2n) .mission-steps__foto {
		margin-left: auto
	}

	.mission-main {
		margin-left: 0
	}

	.mission-steps__text {
		padding: 0 0 0 15px
	}
}

@media only screen and (max-width:991px) {
	table td {
		font-size: 12px
	}

	.content .content__image--wide {
		margin-left: 0;
		max-width: 100%;
		margin-bottom: 20px
	}

	.content h2,
	.content i,
	.content p {
		margin-bottom: 20px;
		line-height: 22px
	}

	.category .content hr,
	.content hr {
		width: calc(100% + 30px);
		margin-top: 20px;
		margin-bottom: 20px
	}

	.content h2 {
		padding-left: 15px;
		font-size: 22px;
		line-height: 30px
	}

	.content h2:before,
	body .section h2.simular-heading:before {
		width: 5px;
		left: -15px
	}

	.content .h3,
	.content .title,
	.content h3 {
		font-size: 19px;
		line-height: 26px
	}

	.content .h4,
	.content h4,
	.content__info h4 {
		font-size: 14px
	}

	.content ol,
	.content ul {
		margin-bottom: 10px
	}

	.content .category__nav {
		padding: 15px 10px
	}

	.content .category__nav_list li {
		margin-right: 10px;
		padding-right: 10px
	}

	.content .category__nav_list li a,
	.sitemap__content ul a {
		font-size: 13px
	}

	.content__gallery h3 {
		margin-bottom: 30px
	}

	.content__share,
	.pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.content__share {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.content__share .text {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
		font-size: 18px;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center
	}

	.content__share .link {
		width: 30px;
		height: 30px;
		margin-right: 10px;
		padding: 7px
	}

	.content__info h3 {
		font-size: 24px
	}

	.content table td li {
		font-size: inherit
	}

	.berocket_term_parent_0 .berocket_label_widgets {
		line-height: 12px
	}

	ul.berocket_aapf_widget li>span {
		margin-bottom: 12px
	}

	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
		right: 13px
	}

	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:before {
		right: 8px
	}

	.pagination {
		width: 100%
	}

	.pagination li {
		margin: 0 5px
	}

	.pagination li:first-of-type,
	.pagination li:last-of-type {
		margin: 0
	}

	.pagination a {
		padding: 10px;
		font-size: 12px;
		border-radius: 3px
	}

	.pagination a.next-btn,
	.pagination a.prev-btn {
		padding: 10px;
		width: 35px;
		height: 33px
	}

	.pagination a.active,
	.pagination a:active,
	.pagination a:hover {
		color: #fff;
		background-color: #a0c8ff
	}

	.header,
	.header .bottom-line__left.active .header--mobile__catalog .header__catalog_icon span,
	.header .bottom-line__left.active .header--mobile__mnu .header__catalog_icon span {
		background-color: #fff
	}

	.header .top-line {
		height: 69px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		z-index: 200
	}

	.header__logo {
		width: 57px;
		height: 43px;
		display: inline-block;
		vertical-align: middle;
		padding-left: 0;
		overflow: hidden
	}

	.header__logo img {
		width: 100%;
		height: 100%
	}

	.header__logo a:first-child {
		margin-right: 0
	}

	.header__bottom .bg__general,
	.header__bottom .header__city,
	.header__bottom .label,
	.header__bottom:before,
	.header__logo span,
	.header__main_row>.bg__general,
	.header__top {
		display: none
	}

	.header__bottom,
	.header__main_row {
		background: 0 0;
		padding: 0
	}

	.header__main_row {
		border: 0
	}

	.header__main_left,
	.header__main_right a {
		display: none
	}

	.header__main_right {
		width: 100%
	}

	.header__main_calc {
		width: 100%;
		height: 36px;
		margin: 0
	}

	.header__main_calc_ins {
		width: 100%;
		height: 100%;
		padding: 11px 10px
	}

	.header__main_calc_ins:before {
		position: fixed;
		opacity: 0;
		visibility: hidden
	}

	.header__main_calc_ins>.row {
		opacity: 0;
		visibility: hidden
	}

	.header__main_calc .head {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 0;
		text-align: center
	}

	.header__main_calc .head .open {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	.header__main_calc .head .close {
		opacity: 0;
		visibility: hidden
	}

	.header__main_calc img {
		margin-right: 15px
	}

	.header__main_calc.active .header__main_calc_anim {
		position: fixed;
		z-index: 210;
		top: 0;
		left: 0;
		border-radius: 0;
		cursor: default
	}

	.header__main_calc.active .header__main_calc_ins {
		padding: 0 0 10px;
		overflow-y: auto
	}

	.header__main_calc.active .header__main_calc_ins:before {
		opacity: 1;
		visibility: visible
	}

	.header__main_calc.active .header__main_calc_ins>.row {
		opacity: 1;
		visibility: visible;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px 20px
	}

	.header__main_calc.active .header__main_calc_ins>.row>div[class*=col-] {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.header__main_calc.active .head {
		padding: 0 20px 0 25px;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	.header__main_calc.active .head .open {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		padding: 30px 0 25px
	}

	.header__main_calc.active .head .close {
		opacity: 1;
		visibility: visible;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		padding: 30px 0 25px;
		text-transform: uppercase
	}

	.header__main_calc.active .calc__list {
		margin-top: 20px;
		padding: 15px 0 20px
	}

	.header__phones {
		width: 100%;
		max-width: 165px;
		height: 23px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		margin: 0 15px 0 auto
	}

	.header__phones_mobile-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		right: -1px;
		z-index: 5
	}

	.header__phones_mobile-icon {
		display: block
	}

	.header__phones ul {
		border-left: 0;
		position: absolute;
		z-index: 2;
		top: 0;
		right: auto;
		left: 25px
	}

	.header__phones ul.open {
		padding-left: 0;
		right: auto
	}

	.header__phones ul.open:before {
		content: '';
		display: block;
		-webkit-box-shadow: 0 5px 15px rgba(181, 181, 181, .4);
		box-shadow: 0 5px 15px rgba(181, 181, 181, .4);
		border-radius: 3px;
		background: #fff;
		position: absolute;
		width: calc(100% + 4px);
		left: -2px;
		top: -10px;
		height: calc(100% + 20px);
		z-index: 1
	}

	.header__phones ul.open+.header__phones_mobile-bottom .bottom {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.header__phones ul.open li {
		display: block;
		position: relative;
		z-index: 2
	}

	.header__phones ul li {
		display: none;
		margin-bottom: 0;
		line-height: 22px
	}

	.header__phones ul li:first-child {
		display: block
	}

	.header__drop_head {
		position: relative
	}

	.header__catalog {
		margin-bottom: 5px;
		display: none
	}

	.header__catalog_head {
		padding-right: 40px
	}

	.header__catalog_open {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header__catalog_button .text {
		color: #5da2ff
	}

	.header__catalog_icon {
		width: 16px;
		height: 16px;
		margin-right: 10px
	}

	.header__catalog_icon span {
		width: 7px;
		height: 7px;
		background-color: #5da2ff
	}

	.header__catalog_menu {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		display: none;
		position: initial;
		padding-top: 0;
		background-image: none;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.header__catalog_menu.opened {
		position: fixed;
		z-index: 15;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-webkit-box-shadow: 0 0 30px rgba(120, 133, 147, .1);
		box-shadow: 0 0 30px rgba(120, 133, 147, .1);
		background-image: -webkit-gradient(linear, left top, right top, from(#96b4ff), to(#5da2ff));
		background-image: -webkit-linear-gradient(left, #96b4ff 0%, #5da2ff 100%);
		background-image: -o-linear-gradient(left, #96b4ff 0%, #5da2ff 100%);
		background-image: linear-gradient(to right, #96b4ff 0%, #5da2ff 100%);
		overflow-y: auto
	}

	.header__catalog_menu_head,
	.header__catalog_menu_head .back {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header__catalog_menu_head {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.header__catalog_menu_head .back {
		padding: 28px 0 28px 20px
	}

	.header__catalog_menu_head .icon {
		display: block;
		width: 6px;
		height: 11px;
		margin-right: 10px;
		fill: #fff;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.header__catalog_menu_head .text {
		display: block;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase
	}

	.header__catalog_menu .category-list {
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
		box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
		border-radius: 3px;
		background-color: #fff;
		height: 100%;
		margin: 0 10px 20px;
		padding: 10px 0
	}

	.header__catalog_menu .category-list__link {
		padding: 10px
	}

	.header__catalog_menu .category-list__link .text,
	.header__catalog_menu .category-list__link span {
		font-size: 14px;
		font-weight: 700;
		text-transform: inherit
	}

	.header__catalog_menu .category-list__link .text.theme-color,
	.header__catalog_menu .category-list__link span.theme-color {
		font-family: 'Proxima Nova';
		font-style: normal;
		font-size: 12px;
		line-height: 15px;
		text-transform: uppercase;
		color: #000
	}

	.header__catalog_menu .category-list__link .image {
		display: block
	}

	.header__catalog_menu .category-list__item.active .category-list__link span,
	.header__choice .choice-list__item.active .choice-list__link span,
	.header__choice .choice-list__link:hover span {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		opacity: 1
	}

	.header__catalog_menu .category-list__item.active .category-list__link::before,
	.header__choice .choice-list__item.active .choice-list__link::before,
	.header__choice .choice-list__link:hover::before {
		width: 0
	}

	.header__catalog_menu .category-menu {
		display: none
	}

	.header__choice_menu {
		position: initial;
		display: none;
		padding-top: 0;
		background-image: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1)
	}

	.header__choice_menu.opened {
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		-webkit-box-shadow: 0 0 30px rgba(120, 133, 147, .1);
		box-shadow: 0 0 30px rgba(120, 133, 147, .1);
		background-image: -webkit-gradient(linear, left top, right top, from(#96b4ff), to(#5da2ff));
		background-image: -webkit-linear-gradient(left, #96b4ff 0%, #5da2ff 100%);
		background-image: -o-linear-gradient(left, #96b4ff 0%, #5da2ff 100%);
		background-image: linear-gradient(to right, #96b4ff 0%, #5da2ff 100%);
		overflow-y: auto
	}

	.header__choice_menu.opened .header--mobile__close {
		display: block;
		padding: 25px 20px 25px 0
	}

	.header__choice_menu.opened .choice-menu {
		display: block;
		visibility: visible
	}

	.header--mobile__catalog,
	.header--mobile__mnu,
	.header__choice_menu_head {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.header__choice_menu_head,
	.header__choice_menu_head .back {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header__choice_menu_head .back {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 28px 0 28px 20px
	}

	.header__choice_menu_head .icon {
		display: block;
		width: 6px;
		height: 11px;
		margin-right: 10px;
		fill: #fff;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.header__choice_menu_head .text {
		display: block;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase
	}

	.header__choice .choice-list {
		opacity: 1;
		visibility: visible;
		-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
		box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
		border-radius: 3px;
		background-color: #333b45;
		height: 100%;
		margin: 0 10px 20px;
		padding: 10px 0
	}

	.header__choice .choice-list__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px 20px
	}

	.header__choice .choice-list__link .text {
		color: #fff;
		font-size: 14px;
		font-weight: 700;
		text-transform: lowercase
	}

	.header__choice .choice-list__link .image {
		display: block
	}

	.header__choice .choice-menu {
		display: none
	}

	.header .top-line .container>.row {
		padding: 10px 0
	}

	.header .bottom-line .container>.row {
		position: relative;
		padding: 10px 0;
		background-color: #fff
	}

	.header .bottom-line__left {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.5%;
		flex: 0 0 33.5%;
		max-width: 33.5%
	}

	.header .bottom-line__left.active {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		padding: 0 0 65px;
		-webkit-box-shadow: 0 0 30px rgba(119, 133, 147, .1);
		box-shadow: 0 0 30px rgba(119, 133, 147, .1);
		background-image: -webkit-gradient(linear, left top, right top, from(#96b4ff), to(#5da1ff));
		background-image: -webkit-linear-gradient(left, #96b4ff 0%, #5da1ff 100%);
		background-image: -o-linear-gradient(left, #96b4ff 0%, #5da1ff 100%);
		background-image: linear-gradient(to right, #96b4ff 0%, #5da1ff 100%)
	}

	.header .bottom-line__left.active:before {
		content: '';
		position: fixed;
		bottom: 0;
		right: 0;
		width: 173px;
		height: 130px;
		background: url(../img/mob-menu__bg.svg) no-repeat;
		opacity: .2
	}

	.header .bottom-line__left.active .header--mobile__close {
		display: block;
		padding: 25px 20px 25px 0
	}

	.header .bottom-line__left.active .header__catalog {
		display: block;
		padding: 20px 20px 10px;
		margin: 0
	}

	.header .bottom-line__left.active .header__catalog.mobile {
		padding: 0 20px
	}

	.header .bottom-line__left.active .header__catalog_head {
		padding-right: 0
	}

	.header .bottom-line__left.active .header__catalog_head .header__catalog_icon {
		display: none
	}

	.header .bottom-line__left.active .header__catalog_head .header__catalog_button {
		position: relative;
		-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
		box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
		border-radius: 3px;
		background-color: #fff;
		background-image: none;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.header .bottom-line__left.active .header__catalog_head .header__catalog_button:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		width: 6px;
		height: 11px;
		margin-top: -5.5px;
		background: url(../img/angle-icon.svg) no-repeat center;
		background-size: cover;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s
	}

	.header .bottom-line__left.active .header__catalog_head .header__catalog_button:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.header .bottom-line__left.active .header__catalog_head .header__catalog_button:hover:before {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	.header .bottom-line__left.active .header--mobile__nav,
	.home__slider_bg::before {
		display: block
	}

	.header .bottom-line__left.active .header__catalog_menu {
		padding-bottom: 0;
		padding-right: 0
	}

	.header .bottom-line__left.active .header--mobile__catalog,
	.header .bottom-line__left.active .header--mobile__mnu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	.header .bottom-line__left.active .header--mobile__catalog .header__catalog_button,
	.header .bottom-line__left.active .header--mobile__mnu .header__catalog_button {
		background-color: transparent;
		border: 0;
		padding: 25px 0 25px 20px
	}

	.header .bottom-line__left.active .header--mobile__catalog .header__catalog_button .text,
	.header .bottom-line__left.active .header--mobile__mnu .header__catalog_button .text {
		color: #fff
	}

	.header .bottom-line__right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 61%;
		flex: 0 0 61%;
		max-width: 61%;
		margin-left: auto
	}

	.header--mobile__catalog,
	.header--mobile__mnu {
		display: block
	}

	.header .bottom-line__left.active .header--mobile__catalog,
	.header--mobile__mnu {
		display: none
	}

	.header--mobile__catalog .header__catalog_button,
	.header--mobile__mnu .header__catalog_button {
		text-align: center;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 8px 5px;
		border: 1px solid #bfd8ff;
		border-radius: 3px;
		background-image: none;
		background-color: #f7faff;
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}

	.header--mobile__menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	div.asp_m.ajaxsearchpro .probox .proinput {
		padding: 0 30px 0 150px
	}

	.header__top-menu {
		display: none
	}

	.header__main .header__bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}

	.work {
		background-color: #fff
	}

	.work__heading {
		font-size: 14px;
		margin-bottom: 15px
	}

	.carousel__slider p,
	.work__slider p {
		font-size: 12px
	}

	.gavnostroka-eto-ideya-kliyenta {
		background-color: #fff
	}

	.gavnostroka-eto-ideya-kliyenta .bg__general {
		border: 0
	}

	.gavnostroka-eto-ideya-kliyenta__text {
		font-size: 16px;
		border-top: 1px solid #ededed
	}

	.footer__buttons {
		background-color: #fff
	}

	.footer__buttons_ins {
		padding: 20px 15px 30px
	}

	.also-search,
	.footer__dev {
		padding: 20px 15px;
		text-align: center
	}

	.footer .bg__general {
		display: none
	}

	.footer__dev {
		padding: 20px;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.footer__dev_logo {
		margin: 0 auto
	}

	.footer__about,
	.footer__copyright,
	.footer__nav {
		display: none
	}

	.carousel {
		background-color: #fff
	}

	.carousel__heading {
		font-size: 14px;
		margin-bottom: 15px
	}

	.simular-products__ins {
		padding-top: 30px
	}

	.simular-products__title {
		padding: 0 0 25px
	}

	.simular-products__list>.row>div[class^=col-]:nth-child(2n) .box {
		border-right: 0
	}

	.simular-products__list>.row>div[class^=col-]:last-child .box,
	.simular-products__list>.row>div[class^=col-]:nth-last-child(2) .box {
		border-bottom: 0
	}

	.simular-products .box {
		border-bottom: 1px solid #dadada
	}

	.simular-products .box__title {
		margin-bottom: 30px;
		font-size: 16px
	}

	.simular-products .box__price .text {
		font-size: 8px
	}

	.home__catalog .catalog-item__list a,
	.simular-products .box__price .price {
		font-size: 12px
	}

	.page-head .breadcrumbs {
		margin-bottom: 25px
	}

	.page-head--full .news__head_ins,
	.page-head__ins {
		padding: 15px
	}

	.pre-order-form {
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto
	}

	.category-sidebar {
		width: 75%;
		float: none;
		margin: 30px auto 0
	}

	.sect-certificates__head .descr {
		font-size: 14px
	}

	.sect-certificates__content {
		padding: 10px 0 0
	}

	.sect-certificates .certificates-row {
		margin-left: -10px;
		margin-right: -10px
	}

	.sect-certificates .certificates-item {
		max-width: 50%;
		padding-left: 10px;
		padding-right: 10px
	}

	.home__head {
		width: 100%
	}

	.home__head_ins {
		padding: 30px 0 0
	}

	.home__head_title {
		width: 100%;
		margin-bottom: 30px
	}

	.home__slider {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-top: 20px
	}

	.home__slider_wrapper {
		height: 270px
	}

	.home__slider_content {
		width: 65%;
		padding: 70px 30px 30px
	}

	.home__slider_content .title {
		font-size: 26px
	}

	.home__slider_content .descr {
		font-size: 14px
	}

	.home__slider_content--list {
		padding-top: 25px
	}

	.home__slider_content--list .list {
		margin-top: 20px
	}

	.home__slider_content--list .list__title {
		margin-bottom: 10px;
		font-size: 14px
	}

	.home__slider_content--list .list ul li {
		padding-left: 15px;
		font-size: 14px;
		line-height: 1.43
	}

	.home__slider_content--list .list ul li::before,
	.promo-slider__content--list .list ul li::before {
		width: 5px;
		height: 5px
	}

	.home__catalog {
		width: 100%
	}

	.home__catalog_ins {
		padding-top: 30px
	}

	.home__catalog .catalog-item {
		padding: 15px
	}

	.home-discount__item .title,
	.home__catalog .catalog-item__title {
		font-size: 14px
	}

	.home__catalog .catalog-item__title .icon {
		top: -3px
	}

	.home__partners {
		width: 100%
	}

	.home__partners_title {
		margin: 30px 0
	}

	.home__partners_grid .row>[class*=col-]:nth-child(5) {
		position: static
	}

	.home-discount {
		width: 100%
	}

	.home-discount_head {
		padding: 30px 15px 30px 0
	}

	.home-discount__item {
		background-size: cover
	}

	.home-discount__item .date {
		font-size: 12px
	}

	.home__descr {
		width: 100%
	}

	.home__descr_ins {
		padding: 30px 0
	}

	.home__descr_title {
		margin-bottom: 10px;
		font-size: 20px
	}

	.home__descr_content {
		padding: 0 20px
	}

	.home__descr_cat {
		margin-top: 20px;
		padding: 20px 20px 0
	}

	.home__descr_cat .item {
		padding: 0 15px
	}

	.home__descr_cat .image {
		width: 40px;
		margin-right: 15px
	}

	.home__descr_cat .text {
		font-size: 14px
	}

	.home .contacts__content,
	.home .simular-products,
	.home .work,
	.home__clients {
		width: 100%
	}

	.home__clients_ins {
		padding: 30px 0
	}

	.category__head .bg__general,
	.category__info:after,
	.category__info:before,
	.category__logos {
		display: none
	}

	.category__head.full .category__head_ins {
		min-height: auto
	}

	.category__head .breadcrumbs {
		margin-bottom: 25px
	}

	.category__head_ins {
		padding: 20px 5px 40px
	}

	.category__info {
		padding: 20px 15px
	}

	.category__info .link,
	.category__search,
	.product .tabs__content .review__form::before {
		display: none
	}

	.category .content__ins_main {
		max-width: 100%
	}

	.catalog__categories_ins:first-child {
		border: 0
	}

	.sub-2 .sub__single {
		padding-left: 30px
	}

	.sub-2 .sub__content {
		padding-left: 0
	}

	.product .price-block__price .price b,
	.sub-single .sub__heading {
		font-size: 20px
	}

	.sub-single .sub__image {
		height: 150px
	}

	.sub-single .sub__text {
		font-size: 14px;
		line-height: 19px
	}

	.select__categories_info .heading {
		font-size: 24px;
		margin-bottom: 15px
	}

	.select__categories_info .descr {
		font-size: 16px
	}

	.select__categories_info small {
		font-size: 9px
	}

	.select__categories_info .list__types {
		margin-bottom: 30px
	}

	.select__categories_info .list__options li {
		margin-right: 15px;
		margin-bottom: 15px
	}

	.add__categories_image {
		max-width: 260px;
		margin-left: auto
	}

	.add__categories_info .name {
		font-size: 24px
	}

	.product__head_ins {
		padding: 15px
	}

	.product__preview_ins {
		padding: 0 15px 30px
	}

	.product__preview_slider {
		margin-bottom: 50px
	}

	.product__preview_slider .swiper-pagination {
		bottom: 15px
	}

	.product__preview_title {
		font-size: 22px;
		line-height: 28px
	}

	.product__preview_votes {
		margin-bottom: 30px
	}

	.product__content table,
	.product__preview_cat .text,
	.product__preview_share .text {
		margin-bottom: 0
	}

	.product__preview_cat {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product__content_ins {
		padding: 30px 15px 50px
	}

	.product__content_ins::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #dadada;
		opacity: .5
	}

	.product__content_descr {
		margin-bottom: 35px;
		padding-left: 0
	}

	.product__content table tr td:first-child {
		padding-left: 20px
	}

	.product__content table tr td:last-child {
		padding-right: 25px
	}

	.product .price-block {
		margin: 0 auto 30px
	}

	.product .price-block__price .text {
		font-size: 12px
	}

	.product .tabs__list::after {
		left: -15px;
		width: calc(100% + 30px)
	}

	.product .tabs__list a {
		font-size: 14px;
		line-height: 1.43
	}

	.product .tabs__content.descr .tabs__content_ins,
	.product .tabs__content.prop .tabs__content_ins,
	.product .tabs__content.review .tabs__content_ins {
		padding-top: 30px
	}

	.product .tabs__content.descr h2 {
		font-size: 20px;
		line-height: 24px;
		text-align: center
	}

	.product .tabs__content.descr p {
		text-align: justify
	}

	.product .tabs__content.descr h3 {
		font-size: 16px;
		line-height: 28px
	}

	.product .tabs__content.descr ul li {
		font-size: 14px;
		line-height: 32px
	}

	.product .tabs__content .review__list {
		padding-top: 0;
		margin-bottom: 30px
	}

	.product .tabs__content .review__box_body {
		margin-bottom: 20px
	}

	.product .tabs__content .review__form {
		max-width: 100%
	}

	.news__head_ins {
		padding: 15px
	}

	.news__head .breadcrumbs {
		margin-bottom: 25px
	}

	.news__head--full .news__head_ins {
		min-height: auto;
		padding: 15px
	}

	.news__head--promotion .news__head_ins {
		padding: 15px
	}

	.news__single_ins {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 15px 15px 30px
	}

	.news__single_heading {
		font-size: 22px
	}

	.news__single_more {
		font-size: 12px;
		letter-spacing: 1px
	}

	.new-category .gtable.section.padding-less .section__title,
	.news__cats_ins {
		padding-left: 0
	}

	.news__cats_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 15px 0
	}

	.news__cats_list li {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		text-align: center
	}

	.news__cats_list li:last-child {
		margin-bottom: 0
	}

	.news__cats_list a {
		padding: 10px 15px;
		border-radius: 3px
	}

	.news__cats_list a:focus,
	.news__cats_list a:hover {
		color: #fff;
		background-color: #5da2ff
	}

	.news .content__ins_main {
		padding-bottom: 25px
	}

	.contacts__head_ins {
		padding: 15px
	}

	.contacts__head .breadcrumbs {
		margin-bottom: 25px
	}

	#map,
	.contacts #map {
		height: 400px
	}

	.contacts__map_left {
		padding: 0
	}

	.contacts__map_right {
		margin: 0 auto;
		padding: 0
	}

	.contacts__office_name {
		font-size: 18px
	}

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

	.contacts__office_address,
	.contacts__office_mail,
	.contacts__office_phones {
		margin-bottom: 10px
	}

	.contacts__content_form {
		padding: 30px 15px
	}

	.contacts__links ul {
		-webkit-columns: 2 auto;
		-moz-columns: 2 auto;
		columns: 2 auto;
		padding: 20px 0 0
	}

	.search-result__list.empty {
		min-height: 400px
	}

	.search-result__list_content {
		width: 100%;
		padding-right: 50px;
		font-size: 18px;
		border-width: 7px
	}

	.search-result__item {
		padding: 20px 50px 20px 0
	}

	.search-result__item_title {
		font-size: 18px;
		border-width: 7px
	}

	.search-result__item_descr {
		font-size: 12px
	}

	.sitemap__content_ins {
		padding: 15px 15px 30px
	}

	.sitemap__content .title {
		font-size: 16px
	}

	.sitemap__content ul a::before {
		width: 4px;
		height: 4px;
		margin-top: -3px
	}

	.sitemap__content ul>li>ul {
		padding-left: 15px
	}

	.shop-page .category__head_ins {
		padding: 20px 5px 0 0
	}

	.shop-page .simular-products__ins {
		padding-top: 0
	}

	.shop-page .simular-products__list {
		border-top: 0
	}

	.shop-page .shop-sidebar,
	.shop-page .shop-sidebar.active {
		-webkit-transition: left .5s linear;
		-o-transition: left .5s linear;
		transition: left .5s linear
	}

	.shop-page .shop-sidebar {
		/* position: absolute;
		top: 80px; */
		position: fixed;
		top: 0px;
		bottom: 0;
		left: -100%
	}

	.shop-page .shop-sidebar:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		background-color: #fff
	}

	.shop-page .shop-sidebar.active {
		/* left: 0;
		max-width: 65%;
		border: 1px solid #ececec;
		background: #fff;
		overflow-y: scroll;
		z-index: 10 */
		left: 0;
		max-width: 65%;
		border: 1px solid #ececec;
		background: #fff;
		overflow-y: scroll;
		z-index: 9999;
		top:0;
		bottom: 0;
	}

	.showcase-categories {
		margin-top: 10px;
		margin-bottom: 19px;
		border-bottom: 1px solid #ececec;
		border-top: 1px solid #ececec
	}

	.showcase-categories [class*=col-] {
		margin-bottom: -1px
	}

	.shop-category__item {
		padding: 15px
	}

	[class*=col-]:nth-child(odd) .shop-category__item {
		border-left: 1px solid #ececec
	}

	.shop-category__title {
		font-size: 14px
	}

	.shop-category__title .icon {
		top: -3px
	}

	.showcase-header {
		padding: 19px 0;
		margin-top: 10px
	}

	.showcase-header .button-categoty,
	.showcase-header .button-filter {
		width: 136px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 8px 12px
	}

	.showcase-header-column .woocommerce-result-count {
		display: none
	}

	.shop-showcase {
		border-left: 0
	}

	.shop-showcase .showcase-inner {
		border-left: 1px solid #ececec;
		z-index: 0
	}

	.shop-showcase .showcase-inner [class*=col-] {
		margin-bottom: -1px
	}

	#shop-sidebar-category,
	.promo-slider__background::before {
		display: block
	}

	.product-box {
		border-bottom: 1px solid #ececec
	}

	.show-room .new-category .category__slider_top {
		height: 390px
	}

	.video-tour {
		height: 365px
	}

	.thanks__ins {
		padding-bottom: 100px
	}

	.thanks__header {
		padding: 20px 15px
	}

	.thanks__header_title {
		font-size: 26px
	}

	.thanks__content {
		padding: 20px 15px
	}

	.thanks__content_left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% + 80px);
		flex: 0 0 calc(50% + 80px);
		max-width: calc(50% + 80px)
	}

	.thanks__content_right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 105px);
		flex: 0 0 calc(50% - 105px);
		max-width: calc(50% - 105px)
	}

	.thanks__content_icon {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		max-width: 80px;
		margin-right: 20px
	}

	.thanks__content_descr {
		font-size: 14px
	}

	.thanks__content_descr .name {
		margin-bottom: 10px;
		font-size: 26px
	}

	.thanks__content .schedule {
		padding: 20px 15px 50px
	}

	.thanks__content .schedule__title {
		margin-bottom: 25px;
		font-size: 18px
	}

	.thanks__content .schedule__table_item .time {
		font-size: 16px
	}

	.thanks__footer_text {
		font-size: 28px
	}

	.not-found__logo {
		max-width: 120px;
		margin-bottom: 35px
	}

	.not-found__title {
		font-size: 24px
	}

	.not-found__descr {
		max-width: 60%;
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 1.43
	}

	.not-found__bg {
		display: none
	}

	:not(.new-category)>.calculate .caldera_forms_form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="1"] {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
		max-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-bottom: 1px solid rgba(219, 219, 219, .6)
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
		max-width: 100%
	}

	:not(.new-category)>.calculate .add-block {
		left: 35.5em
	}

	.documents__tabs .bg__general_wrapper {
		padding-top: 25px;
		padding-left: 25px;
		padding-right: 25px
	}

	.documents__tabs .bg__general_wrapper:after {
		width: 100%
	}

	.gallery__grid_photo {
		width: calc(50% - 20px);
		margin-bottom: 20px
	}

	.partner__logo {
		margin: 50px 20px 20px
	}

	.new-category .contacts__content .svg-map {
		margin-bottom: 35px
	}

	.new-category .section .mob-reverse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.new-category .section .mob-reverse .category-sidebar {
		display: block;
		width: 100%
	}

	.new-category .section .mob-reverse .category-sidebar__title {
		margin-left: 4px
	}

	.new-category .video__block {
		width: 100% !important
	}

	.new-category .video__block:not(:last-child) {
		margin-bottom: 20px
	}

	.new-category #category-materials .category-sidebar {
		display: block;
		margin: 0 0 20px;
		width: 100%
	}

	.new-category #category-materials .category-sidebar__wrapper {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: inherit
	}

	.new-category #category-materials .category-sidebar__title {
		display: none
	}

	.new-category .select__categories_wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		overflow: visible
	}

	.new-category .content__ins_wrapper li,
	.new-category .content__ins_wrapper p {
		margin: 0 0 10px
	}

	.new-category .gtable .simular-products__list {
		padding-left: 0;
		padding-bottom: 20px
	}

	.new-category .gtable .simular-products__list .gtable_p {
		font-size: 12px
	}

	.new-category .gtable .price-table {
		margin-bottom: 35px
	}

	.new-category .simular-products__slider .box__link {
		padding-left: 30px;
		padding-right: 30px
	}

	.new-category .calculate .caldera_forms_form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.new-category .calculate .caldera-form-page[data-formpage="1"],
	.new-category .calculate .caldera-form-page[data-formpage="2"] {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
		max-width: 100%
	}

	.new-category .calculate .add-block {
		left: 35.5em
	}

	.vacancy .hr-section .caldera_forms_form .form-group.button-submit,
	.vacancy .hr-section .team__box {
		max-width: 300px;
		margin: 0 auto 20px
	}

	.vacancy .hr-section .team__block_member {
		padding: 0
	}

	.regional-pages .section {
		background-color: #fff
	}

	.regional-pages .section__title {
		font-size: 24px;
		padding-left: 35px
	}

	.regional-pages .section__title--no-line {
		padding-left: 0
	}

	.regional-pages .section__content {
		padding: 0 35px
	}

	.regional-pages .section__content h2 {
		font-size: 20px;
		line-height: 26px
	}

	.certificates__head .descr {
		font-size: 14px
	}

	.certificates__inner {
		padding: 10px 0 0
	}

	.certificates__item {
		max-width: 50%;
		padding-left: 10px;
		padding-right: 10px
	}

	.section--content .section__row_2-col .hover-pic__content li,
	.section--content .section__row_2-col .hover-pic__content p {
		font-size: 14px;
		line-height: 22px
	}

	.calculator .caldera_forms_form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.calculator .caldera-form-page[data-formpage="1"],
	.calculator .caldera-form-page[data-formpage="2"] {
		-webkit-box-flex: 1;
		-ms-flex: 1 100%;
		flex: 1 100%;
		max-width: 100%
	}

	.calculator .add-block {
		left: 35.5em
	}

	.section--promo-slider .section__wrapper.wrapper--intro {
		padding-bottom: 35px
	}

	.promo-header {
		width: 100%
	}

	.promo-header__inner {
		padding: 30px 0 0
	}

	.promo-header__title {
		width: 100%;
		margin-bottom: 30px
	}

	.promo-slider {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin: 20px auto 30px
	}

	.promo-slider__content {
		width: 80%;
		padding: 70px 30px
	}

	.promo-slider__content .title {
		font-size: 26px
	}

	.promo-slider__content .descr {
		font-size: 14px
	}

	.promo-slider__content--list {
		padding-top: 25px
	}

	.promo-slider__content--list .list {
		margin-top: 20px
	}

	.promo-slider__content--list .list__title {
		font-size: 14px;
		margin-bottom: 10px
	}

	.promo-slider__content--list .list ul li {
		font-size: 14px;
		line-height: 1.43;
		padding-left: 15px
	}

	.promo-slider__content .button {
		margin-top: 25px
	}

	.promo-slider__content .button .anim-bg__content {
		width: 235px;
		padding: 0
	}

	.promo-form {
		max-width: 100%;
		position: relative;
		top: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%)
	}

	.blog-posts {
		padding: 0 25px
	}

	.blog-posts hr {
		width: 100%;
		margin-left: 0
	}

	.blog-card__info .name {
		font-size: 24px
	}

	.blog-card__image {
		max-width: 100%;
		margin-left: auto
	}

	.contact-card__icons {
		max-width: 100%;
		margin-top: auto
	}

	.discount {
		width: 100%
	}

	.discount__item {
		background-size: cover
	}

	.discount__item .title {
		font-size: 14px
	}

	.discount__item .date,
	.section--catalog .catalog-item__list a {
		font-size: 12px
	}

	.section--catalog .row>div[class*=col-]:nth-child(-n+3) .catalog-item {
		border-top: 0
	}

	.section--catalog .catalog-item {
		padding: 15px
	}

	.section--catalog .catalog-item__title {
		font-size: 14px
	}

	.section--catalog .catalog-item__title .icon {
		top: -3px
	}

	.testimonial_slide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.testimonial_slide .testimonial_prod_image {
		max-height: 320px
	}

	.testimonial_popup .first_row,
	.testimonial_popup .last_row {
		width: 100%
	}

	.wrapper {
		background-color: #fff
	}

	.heading {
		font-size: 26px;
		line-height: 30px
	}

	.second-heading {
		padding-left: 35px;
		font-size: 24px
	}

	.second-heading--no-line {
		padding-left: 0
	}
}

@media (max-width:979px) {
	.amo-button-holder {
		right: 21px !important;
		bottom: 105px !important
	}

	.bottom_header__fixed {
		position: fixed;
		top: 0;
		width: 100%;
		background: #fff
	}
}

@media all and (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}

@media screen and (max-width:782px) {
	.admin-bar #berocket-ajax-filters-sidebar {
		top: 46px
	}
}

@media only screen and (max-width:767px) {
	.breadcrumbs {
		display: none
	}

	.button-question,
	.button-zamer {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px
	}

	.button-zamer {
		margin: 0 auto
	}

	.content__list small,
	.icon-box__list small {
		font-size: 14px;
		line-height: 14px
	}

	.content i,
	.content p {
		line-height: 19px
	}

	.content h2 {
		font-size: 17px;
		line-height: 18px;
		padding-left: 0
	}

	.content h2:before {
		width: 2px
	}

	.content .h3,
	.content .title,
	.content h3 {
		font-size: 16px;
		line-height: 18px
	}

	.content .h4,
	.content h4 {
		font-size: 15px;
		line-height: 20px
	}

	.content .category__nav_list li,
	.content ol,
	.content ol li,
	.content ul,
	.content ul li,
	.content__ins {
		margin-bottom: 10px
	}

	.content .category__nav {
		padding-bottom: 5px
	}

	.content .category__nav_list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.content__ins::before {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 0;
		width: 100%;
		height: 10px;
		background-color: #dfecff
	}

	.content__gallery .content__ins {
		margin-bottom: 0;
		padding: 25px 15px
	}

	.content__gallery h3 {
		font-size: 20px
	}

	.content__gallery_ins {
		padding: 0 0 45px
	}

	.content__gallery_slider .swiper-button,
	.header .bottom-line--fixed .header__logo_hidden,
	.header__choice .choice-menu__list_row::after {
		display: none
	}

	.content__info .content__ins {
		padding: 25px 15px
	}

	.header__logo {
		width: 45px;
		height: 34px
	}

	.header__languages {
		width: 35px
	}

	.header__choice .choice-menu {
		margin: 0 auto 20px;
		padding: 20px 20px 0
	}

	.header__choice .choice-menu__list_row {
		padding-bottom: 0;
		padding-top: 0
	}

	.header__choice .choice-menu__item {
		margin-bottom: 20px;
		text-align: left
	}

	.header__choice .choice-menu__item a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header__choice .choice-menu__item_bg {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60px;
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
		margin-bottom: 0;
		margin-right: 20px
	}

	.add__categories_buttons a,
	.blog-card__buttons a,
	.header--mobile__menu {
		margin-right: 0
	}

	.header-search .header__main_search {
		margin-right: 8px
	}

	#ajaxsearchprores1_1.vertical,
	#ajaxsearchprores1_2.vertical,
	div.asp_r.asp_r_1.vertical {
		padding: 25px 10px
	}

	#ajaxsearchprores1_1.vertical .results .item,
	#ajaxsearchprores1_2.vertical .results .item,
	div.asp_r.asp_r_1.vertical .results .item {
		padding: 0 10px
	}

	.work__image {
		width: 100px;
		height: 100px;
		margin-bottom: 10px
	}

	.gavnostroka-eto-ideya-kliyenta__text {
		font-size: 12px
	}

	.footer__buttons_ins {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.add__categories_info p,
	.footer__info {
		margin-bottom: 30px
	}

	.footer__info_row i {
		font-size: 15px
	}

	.footer__socials_link {
		margin-right: 20px
	}

	.news__wrapper .row [class*=col-]:last-child {
		display: none
	}

	.news__card {
		padding: 15px;
		text-align: center
	}

	.news__bg {
		margin-bottom: 15px
	}

	.news__name {
		min-height: 70px
	}

	.news__date {
		font-size: 12px
	}

	.carousel__image {
		width: 100px;
		height: 100px;
		margin-bottom: 10px
	}

	.simular-products__ins {
		padding-top: 20px
	}

	.simular-products__title {
		padding: 0 0 20px
	}

	.product .tabs__content.descr h2,
	.simular-products__title h2 {
		font-size: 18px;
		line-height: 22px
	}

	.simular-products .box__bg {
		height: 100px
	}

	.simular-products .box__title {
		margin-bottom: 10px;
		font-size: 13px;
		max-height: 30px
	}

	.page-head--full .news__head_cat,
	.page-head--full .news__head_time {
		font-size: 10px;
		line-height: 1.43
	}

	.page-head--full .heading {
		font-size: 16px;
		line-height: 22px
	}

	.pre-order-form {
		padding: 20px
	}

	.pre-order-form .descr {
		padding-bottom: 15px
	}

	.pre-order-form .form__title {
		font-size: 18px
	}

	.category-sidebar {
		display: none
	}

	.sect-certificates__wrapper {
		padding: 20px 0
	}

	.sect-certificates .certificates-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-top: 20px
	}

	.sect-certificates .certificates-item__img {
		width: 100%
	}

	.home__head_ins {
		padding: 25px 0;
		border-bottom: 1px solid rgba(218, 218, 218, .5)
	}

	.home__slider {
		margin-top: 0
	}

	.home__slider_content {
		width: auto
	}

	.home__slider_content .title {
		font-size: 24px
	}

	.home-discount__item::after,
	.home__slider_content .list {
		display: none
	}

	.home__slider_content--list {
		padding-top: 50px
	}

	.home__catalog_ins {
		padding-top: 25px
	}

	.home__catalog_head {
		margin-bottom: 25px
	}

	.home__catalog_head .button {
		padding: 12px 15px
	}

	.home-discount_head .button:hover .icon,
	.home__catalog_head .button:hover .icon {
		-webkit-transform: translateX(5px);
		-ms-transform: translateX(5px);
		transform: translateX(5px)
	}

	.home__catalog .row>div[class*=col-]:nth-child(-n+3) .catalog-item {
		border-top: 0
	}

	.home__catalog .row>div[class*=col-]:nth-child(-n+2) .catalog-item {
		border-top: 1px solid rgba(218, 218, 218, .5)
	}

	.home__catalog .row>div[class*=col-]:nth-child(2n) .catalog-item {
		border-right: 0
	}

	.home__catalog .row>div[class*=col-]:last-child .catalog-item {
		border-bottom: 0
	}

	.home__catalog--choice .row>div[class*=col-]:nth-child(-n+4) .catalog-item {
		border-top: 0
	}

	.home__catalog--choice .row>div[class*=col-]:nth-child(-n+2) .catalog-item {
		border-top: 1px solid rgba(218, 218, 218, .5)
	}

	.home__catalog--choice .row>div[class*=col-]:nth-child(2n) .catalog-item,
	.home__partners_grid .row>[class*=col-]:nth-child(3n) .home__partners_item {
		border-right: 0
	}

	.home__catalog--choice .row>div[class*=col-]:last-child .catalog-item {
		border-bottom: 0
	}

	.home__partners_ins {
		padding-top: 25px;
		border-top: 1px solid rgba(218, 218, 218, .5)
	}

	.home__partners_title {
		margin: 0 0 25px
	}

	.home__partners_item {
		min-height: 180px;
		border: 1px solid rgba(218, 218, 218, .5);
		border-left: 0;
		border-bottom: 0
	}

	.home__partners_item img {
		opacity: 1
	}

	.home__partners_grid .row>[class*=col-]:nth-child(10) .home__partners_item::before,
	.home__partners_grid .row>[class*=col-]:nth-child(13) .home__partners_item::before,
	.home__partners_grid .row>[class*=col-]:nth-child(16) .home__partners_item::before,
	.home__partners_grid .row>[class*=col-]:nth-child(18) .home__partners_item::before,
	.home__partners_grid .row>[class*=col-]:nth-child(2) .home__partners_item::before,
	.home__partners_grid .row>[class*=col-]:nth-child(4) .home__partners_item::before,
	.home__partners_grid .row>[class*=col-]:nth-child(5) .home__partners_item::before,
	.home__partners_grid .row>[class*=col-]:nth-child(8) .home__partners_item::before {
		display: none
	}

	.home-discount_head {
		padding: 25px 15px 25px 0
	}

	.home-discount_head .button {
		padding: 12px 15px;
		min-width: 0
	}

	.home-discount__item {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border: 1px solid rgba(218, 218, 218, .5);
		border-top: 0;
		border-left: 0
	}

	.home-discount__item .date,
	.home-discount__item .title {
		display: block
	}

	.home__descr {
		display: none
	}

	.home__clients_wrapper {
		padding: 0 30px
	}

	.sub-single .sub__single {
		padding: 20px
	}

	.sub__heading {
		font-size: 14px
	}

	.select__categories {
		display: none
	}

	.add__categories_image,
	.add__categories_image.reverse {
		margin: 0 auto 20px
	}

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

	.add__categories_info .name {
		margin-top: 0;
		font-size: 20px
	}

	.add__categories_buttons {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.product__head {
		display: none
	}

	.product__preview_slider {
		margin-bottom: 50px;
		max-width: 100%
	}

	.product__preview_title {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 24px
	}

	.product__content_ins {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.product .price-block {
		max-width: 100%;
		padding: 15px
	}

	.product .price-block__price {
		margin-bottom: 20px;
		text-align: center
	}

	.product .price-block__btn {
		margin-top: 30px;
		margin-right: auto
	}

	.product .tabs__list li {
		margin-right: 15px
	}

	.product .tabs__content.review .tabs__content_ins {
		padding-left: 0
	}

	.product .tabs__content .review__box {
		padding: 10px
	}

	.product .tabs__content .review__box_text {
		font-size: 13px;
		line-height: 18px
	}

	.product__buy__left {
		padding-right: 0;
		margin-bottom: 20px
	}

	.news__head--full .news__head_cat,
	.news__head--full .news__head_time {
		font-size: 10px;
		line-height: 1.43
	}

	.news__head--full .heading {
		font-size: 16px;
		line-height: 22px
	}

	.news__single_left {
		max-width: 100%;
		text-align: center
	}

	.news__single_right {
		display: none
	}

	.news__single_heading {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 1.43
	}

	.news__single_info {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.news__single_more {
		display: block;
		width: 100%;
		max-width: 70%;
		margin: 0 auto;
		padding: 10px 15px;
		color: #fff;
		font-size: 13px;
		text-align: center;
		letter-spacing: 0;
		border-radius: 3px;
		background-color: #5da2ff
	}

	.contacts__head_content {
		-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
	}

	.contacts__head_content .heading {
		margin-bottom: 20px
	}

	#map,
	.contacts #map {
		height: 350px
	}

	.contacts__map {
		padding: 30px 0
	}

	.contacts__map_left {
		display: none
	}

	.contacts__map_right {
		max-width: 100%;
		padding: 0 15px
	}

	.contacts__select {
		display: block
	}

	.contacts__office .link,
	.contacts__office .text {
		font-size: 12px
	}

	.contacts__content_form .form-group--textarea {
		margin-top: 15px
	}

	.contacts__content_form .form-group--button {
		margin-bottom: 20px
	}

	.contacts__info {
		-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
	}

	.contacts__info_item {
		max-width: 100%;
		margin-bottom: 20px
	}

	.contacts__info_item:last-child {
		margin-bottom: 0
	}

	.contacts__info_name_title {
		font-size: 16px
	}

	.contacts__info_item .link,
	.contacts__info_item .text,
	.contacts__info_name_subtitle {
		font-size: 12px
	}

	.search-result__list.empty {
		min-height: 250px
	}

	.search-result__list_content {
		padding-right: 20px;
		padding-left: 15px;
		font-size: 14px;
		border-width: 4px
	}

	.search-result__item {
		padding: 15px 30px 15px 0
	}

	.search-result__item_title {
		padding-left: 15px;
		margin-bottom: 5px;
		font-size: 14px;
		border-width: 4px
	}

	.search-result__item_descr {
		padding-left: 20px
	}

	.sitemap__content .title {
		font-size: 14px
	}

	.sitemap__content ul:first-child {
		margin-bottom: 30px
	}

	.sitemap__content ul a {
		font-size: 11px
	}

	.sitemap__content ul a::before {
		width: 3px;
		height: 3px;
		margin-top: -2px
	}

	#wpseo_sitemap {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}

	.shop-page .shop-sidebar {
		/* top: 61px */
		top: 0px
	}

	.shop-page .has-pagination .shop-sidebar {
		bottom: 99px
	}

	.shop-category__title {
		font-size: 12px
	}

	.shop-category__title .icon {
		width: 10px;
		height: 12px;
		top: 0
	}

	.showcase-header {
		padding: 0 0 19px
	}

	.showcase-header .button-categoty,
	.showcase-header .button-filter {
		height: 32px;
		padding: 9px 5px
	}

	.shop-showcase .woocommerce-result-count {
		font-size: 10px;
		line-height: 12px;
		padding-right: 10px
	}

	.shop-showcase .orderby {
		width: 165px;
		font-size: 10px;
		line-height: 12px
	}

	.product-box__link {
		padding: 8px 10px 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.product-box__bg {
		margin-bottom: 10px;
		height: 100px
	}

	.product-box__title {
		min-height: 45px;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 13px
	}

	.product-box__price {
		margin-bottom: 10px
	}

	.product-box__price .text {
		font-size: 10px;
		line-height: 12px;
		font-weight: 400
	}

	.product-box__price .price {
		font-size: 14px;
		line-height: 17px;
		font-weight: 400
	}

	.show-room .new-category .category__slider_top {
		height: 310px
	}

	.video-tour {
		height: 268px
	}

	.thanks__ins {
		padding-bottom: 70px
	}

	.thanks__header {
		padding: 10px
	}

	.thanks__header_title {
		font-size: 18px
	}

	.thanks__content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 10px 10px 50px
	}

	.thanks__content_left {
		margin-bottom: 30px
	}

	.thanks__content_left,
	.thanks__content_right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.thanks__content_descr .name,
	.thanks__footer_text {
		font-size: 22px
	}

	.thanks__content .schedule {
		text-align: center
	}

	.not-found__content {
		max-width: 90%
	}

	.not-found__logo {
		max-width: 100px;
		margin-bottom: 20px
	}

	.not-found__title {
		font-size: 20px
	}

	.not-found__descr {
		max-width: 80%;
		font-size: 13px
	}

	.not-found__catalog-link,
	.not-found__home-link {
		font-size: 12px
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row:nth-child(7)::before,
	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row:nth-child(9)::after {
		left: 0;
		width: 100%
	}

	:not(.new-category)>.calculate .submit-btn {
		margin-bottom: 20px !important
	}

	:not(.new-category)>.calculate .add-block {
		top: -15em;
		left: 24.3em
	}

	.documents__tabs .bg__general_wrapper {
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px
	}

	.gallery__grid_wrapper {
		padding: 15px
	}

	.gallery__grid_photo {
		width: 100%
	}

	.new-category .heading {
		font-size: 24px;
		line-height: 30px
	}

	.new-category .category__nav,
	.new-category .category__slider_top .button,
	.new-category .category__slider_top .swiper-button {
		display: none
	}

	.new-category .category__slider_top {
		height: 250px;
		padding-bottom: 20px
	}

	.new-category .category__slider_top .swiper-pagination {
		display: block
	}

	.new-category .category__slider_thumbs_wrapper {
		padding: 0 0 10px
	}

	.new-category .category__slider_thumbs,
	.new-category .steps__elem p {
		display: none
	}

	.new-category .category__slider .button__wrapper {
		padding-bottom: 20px;
		display: block
	}

	.new-category .contacts__content,
	.new-category .section {
		padding-top: unset;
		margin-top: unset
	}

	.new-category .contacts__content .svg-map,
	.new-category .section.padding-less .section__title {
		padding-left: 0
	}

	.new-category .section .second-heading {
		font-size: 20px;
		line-height: 26px
	}

	.new-category .section .second-heading:before {
		width: 5px;
		left: -15px
	}

	.new-category .section__wrapper {
		padding: 20px 0
	}

	.new-category .section__title {
		margin-bottom: 15px
	}

	.new-category .section.section-with-slider .section__wrapper {
		padding-right: 0
	}

	.new-category .section.section-with-slider .swiper-container-horizontal .swiper-button-prev {
		left: -10px
	}

	.new-category .section.section-with-slider .swiper-container-horizontal .swiper-button-next {
		right: -10px
	}

	.new-category .section.section-with-slider .content__gallery_ins {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 20px
	}

	.new-category .hover-pic:not(:last-child) {
		margin-bottom: 20px
	}

	.new-category .hover-pic__caption {
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px
	}

	.new-category .solid-line::after {
		width: 100vw;
		left: -15px
	}

	.new-category .drop-arrow {
		padding: 3px
	}

	.new-category .hover-pic[href] .hover-pic__caption,
	.new-category .select__categories_info span.blue,
	.new-category .video__block_title,
	.section--content .section__row_2-col .hover-pic[href] .hover-pic__caption {
		font-size: 14px;
		line-height: 20px
	}

	.new-category .steps__row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 20px 0
	}

	.new-category .steps__elem {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%
	}

	.new-category .steps__elem:not(:last-child) {
		padding-right: 0
	}

	.new-category .steps__elem_img {
		width: 140px;
		margin-bottom: 10px
	}

	.new-category .steps__elem_title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0
	}

	.new-category .select__categories {
		display: block
	}

	.new-category .select__categories_info small {
		font-size: 10px;
		letter-spacing: 2px
	}

	.new-category .select__categories_info .list__options li {
		width: 44px;
		height: 44px;
		margin-right: 25px
	}

	.new-category .content__ins_wrapper {
		margin-top: 10px;
		margin-bottom: 10px
	}

	.new-category .cta__wrapper {
		padding: 0;
		border: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.new-category .cta__right {
		width: 100%
	}

	.new-category .add__categories_info {
		text-align: center;
		margin-bottom: 20px
	}

	.new-category .add__categories_info .name {
		font-size: 26px;
		margin: 0 0 10px
	}

	.new-category .add__categories_info p {
		margin-bottom: 10px
	}

	.new-category .add__categories_buttons .button {
		width: 100%;
		max-width: 100%
	}

	.accordeon__list li,
	.new-category .faq__list li {
		padding: 10px 0
	}

	.new-category .faq__question {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.new-category .faq__question_title {
		font-size: 16px;
		line-height: 18px
	}

	.new-category .faq__answer {
		margin-top: 10px
	}

	.accordeon__content p,
	.new-category .faq__answer p {
		line-height: 20px
	}

	.new-category .reviews .section__row_2-col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.new-category .calculate .caldera-form-page[data-formpage="2"] .row .col-md-6 .form-group,
	.new-category .reviews .section__row_2-col>* {
		width: 100%
	}

	.new-category .reviews__photos {
		margin: 10px 0
	}

	.new-category .reviews__photos_elem:first-child,
	.new-category .reviews__photos_elem:not(:first-child) {
		width: calc(25% - 3px);
		height: 34px
	}

	.new-category .reviews__text_header {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 10px
	}

	.new-category .reviews__text_avatar {
		width: 40px;
		height: 40px;
		margin-right: 10px
	}

	.new-category .reviews__text_info_name {
		font-size: 14px;
		line-height: 16px
	}

	.new-category .reviews__text p {
		font-size: 12px;
		line-height: 16px
	}

	.new-category .reviews .content__gallery_ins {
		margin-bottom: 20px
	}

	.new-category .simular-products__slider {
		border-bottom: 0
	}

	.new-category .simular-products__slider .swiper-slide-visible:not(:last-child) {
		border-right: 0
	}

	.new-category .simular-products__slider .box__bg {
		height: 140px;
		background-size: cover
	}

	.new-category .contacts__map_title {
		margin-bottom: 20px
	}

	.calculator .caldera-form-page[data-formpage="1"] .row:nth-child(7)::before,
	.calculator .caldera-form-page[data-formpage="1"] .row:nth-child(9)::after,
	.new-category .calculate .caldera-form-page[data-formpage="1"] .row:nth-child(7)::before,
	.new-category .calculate .caldera-form-page[data-formpage="1"] .row:nth-child(9)::after {
		left: 0;
		width: 100%
	}

	.new-category .calculate .submit-btn {
		margin-bottom: 20px !important
	}

	.new-category .calculate .add-block {
		top: -15em;
		left: 24.3em
	}

	.regional-pages .section__background {
		width: 100vw;
		left: -15px
	}

	.regional-pages .section__header {
		margin-bottom: 25px
	}

	.regional-pages .section__title {
		font-size: 20px;
		padding: 0 25px
	}

	.regional-pages .section__title::before {
		width: 5px
	}

	.regional-pages .section__title--no-line {
		padding-left: 0
	}

	.regional-pages .section__content {
		padding: 0 25px
	}

	.section--steps .steps__row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 20px 0
	}

	.blog-card__info p,
	.section--steps .steps__image {
		margin-bottom: 10px
	}

	.section--steps .steps__elem {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%
	}

	.section--steps .steps__elem:not(:last-child) {
		padding-right: 0
	}

	.section--steps .steps__title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0
	}

	.section--steps .steps p {
		display: none
	}

	.certificates__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-top: 20px
	}

	.calculator .caldera-form-page[data-formpage="2"] .row .col-md-6 .form-group,
	.certificates__item-image {
		width: 100%
	}

	.section--content .section__row_2-col .hover-pic:not(:last-child) {
		margin-bottom: 20px
	}

	.section--content .section__row_2-col .hover-pic__caption {
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px
	}

	.counter-item {
		padding: 25px
	}

	.counter-item__number {
		font-size: 28px
	}

	.counter-item__text {
		font-size: 12px
	}

	.calculator__content {
		padding-left: 0;
		padding-right: 0
	}

	.calculator .submit-btn {
		margin-bottom: 20px
	}

	.calculator .add-block {
		top: -15em;
		left: 24.3em
	}

	.promo-header__inner {
		padding: 25px 0;
		border-bottom: 1px solid rgba(218, 218, 218, .5)
	}

	.promo-slider {
		margin-top: 0
	}

	.promo-slider__content {
		width: 100%
	}

	.promo-slider__content .title {
		font-size: 24px
	}

	.discount__item::after,
	.promo-slider__content .list {
		display: none
	}

	.promo-slider__content--list {
		padding-top: 50px
	}

	.promo-form {
		padding: 20px
	}

	.promo-form .descr {
		padding-bottom: 15px
	}

	.promo-form .form__title {
		font-size: 18px
	}

	.accordeon__header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.accordeon__title {
		font-size: 16px;
		line-height: 18px
	}

	.accordeon__content {
		margin-top: 10px
	}

	.accordeon .drop-arrow {
		padding: 3px
	}

	.blog-posts {
		padding: 0
	}

	.blog-card__info {
		text-align: center;
		margin-bottom: 20px
	}

	.blog-card__info .name {
		font-size: 26px;
		margin: 0 0 10px
	}

	.blog-card__image,
	.blog-card__image.reverse {
		margin: 0 auto 20px
	}

	.blog-card__buttons,
	.contacts__list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.blog-card__buttons .button {
		width: 100%;
		max-width: 100%
	}

	.contacts__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact-card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0
	}

	.contact-card__content {
		max-width: 100%;
		margin-bottom: 20px
	}

	.contact-card__content .link,
	.contact-card__content .text {
		font-size: 12px
	}

	.contact-card:last-child {
		margin-bottom: 0
	}

	.contact-card__title {
		font-size: 16px
	}

	.contact-card__subtitle {
		font-size: 12px
	}

	.testimonials__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.testimonials__photos {
		width: 100%;
		margin: 10px 0
	}

	.testimonials__photos_elem:first-child,
	.testimonials__photos_elem:not(:first-child) {
		width: calc(25% - 3px);
		height: 34px
	}

	.testimonials__text {
		width: 100%
	}

	.testimonials__text_header {
		padding-bottom: 0;
		border-bottom: 0;
		margin-bottom: 10px
	}

	.testimonials__text_avatar {
		width: 40px;
		height: 40px;
		margin-right: 10px
	}

	.testimonials__text_info_name {
		font-size: 14px;
		line-height: 16px
	}

	.testimonials__text p {
		font-size: 12px;
		line-height: 16px
	}

	.testimonials__button {
		min-width: 100%;
		padding: 15px
	}

	.testimonials__button img {
		height: 24px
	}

	.testimonials__button .text {
		font-size: 14px
	}

	.testimonials .content__gallery_ins {
		margin-bottom: 20px
	}

	#testimonials-swiper-button-prev {
		left: -28px;
		width: 25px
	}

	#testimonials-swiper-button-next {
		right: -28px;
		width: 25px
	}

	.section--discount .section__header .button {
		padding: 12px 15px;
		min-width: 0
	}

	.section--catalog .section__header .button:hover .icon,
	.section--discount .section__header .button:hover .icon {
		-webkit-transform: translateX(5px);
		-ms-transform: translateX(5px);
		transform: translateX(5px)
	}

	.discount__item {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border: 1px solid rgba(218, 218, 218, .5);
		border-top: 0;
		border-left: 0
	}

	.section--catalog .section__header .button {
		padding: 12px 15px
	}

	.section--catalog .row>div[class*=col-]:nth-child(-n+2) .catalog-item {
		border-top: 1px solid rgba(218, 218, 218, .5)
	}

	.section--catalog .row>div[class*=col-]:nth-child(2n) .catalog-item {
		border-right: 0
	}

	.section--catalog .row>div[class*=col-]:last-child .catalog-item {
		border-bottom: 0
	}

	.testimonial_tabs_thumbs {
		height: 50px;
		margin: 20px 0;
		padding: 0 20px
	}

	.testimonial_tabs_thumbs::after {
		width: 120px
	}

	.testimonial_thumb-item {
		font-size: 9px
	}

	.bg__general {
		width: 100vw;
		left: -15px
	}

	.heading {
		font-size: 16px;
		line-height: 22px
	}

	.second-heading {
		font-size: 20px;
		padding: 0 25px
	}

	.second-heading::before {
		width: 5px
	}

	.second-heading--no-line {
		padding-left: 0
	}

	.fb_iframe_widget {
		padding: 15px
	}
}

@media screen and (max-width:767px) {
	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		z-index: 9000000000 !important;
		background-color: #fff !important;
		overflow: auto !important
	}

	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget {
		border: 0 !important;
		width: 100% !important;
		max-width: 100% !important
	}

	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide {
		display: block !important
	}

	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide .fa-angle-left:before,
	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_widget_show.mobile_hide .fa-angle-right:before {
		content: "" !important
	}

	.berocket_hide_single_widget_on_mobile,
	.berocket_single_filter_widget.berocket_hidden_clickable.berocket_single_filter_visible .berocket_aapf_description {
		display: none !important
	}

	body .select2-container,
	body .ui-widget.ui-datepicker {
		z-index: 9000000009 !important
	}
}

@media screen and (max-width:700px) {
	.berocket_aapf_widget_show.mobile_hide {
		display: none
	}
}

@media screen and (max-width:600px) {
	.admin-bar #berocket-ajax-filters-sidebar {
		top: 0
	}
}

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

	.button-question,
	.button-zamer {
		padding: 10px
	}

	.form-group {
		margin-bottom: 10px
	}

	.form-group label,
	.form-group.payment-type .select2-results__option,
	.product .tabs__list .review-link__count span {
		font-size: 8px
	}

	.form-group input {
		height: 35px
	}

	.form-group--textarea {
		margin-bottom: 15px
	}

	table tr:first-child td {
		font-size: 12px
	}

	.wpml-ls-legacy-list-horizontal a {
		padding: 1px 5px
	}

	.wpml-ls-legacy-dropdown {
		width: 2.89em
	}

	.wpml-ls-legacy-dropdown a {
		padding: 5px 8px
	}

	.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
		padding-right: calc(.6em + .6em)
	}

	.header__phones a {
		font-size: 12px
	}

	.work__wrapper {
		padding: 30px
	}

	.work__slider .swiper-button-prev {
		left: 0;
		display: none
	}

	.work__slider .swiper-button-next {
		right: 10px;
		display: none
	}

	.carousel__slider p,
	.work__slider p {
		line-height: 16px
	}

	.footer__info li:first-child,
	.footer__info li:nth-child(4),
	.footer__info li:nth-child(5) {
		margin-bottom: 15px
	}

	.footer__heading {
		margin-bottom: 15px
	}

	.footer__info .text,
	.footer__text {
		font-size: 12px
	}

	.footer__about,
	.footer__contacts,
	.footer__order {
		padding: 20px
	}

	.news__card {
		padding: 10px;
		text-align: left
	}

	.news__category {
		font-size: 12px;
		line-height: 1.43
	}

	.news__name {
		min-height: unset;
		margin-bottom: 15px
	}

	.carousel__wrapper {
		padding: 30px
	}

	.carousel__slider .swiper-button-prev {
		left: 0;
		display: none
	}

	.carousel__slider .swiper-button-next {
		right: 10px;
		display: none
	}

	.simular-products__ins {
		padding: 25px 0
	}

	.simular-products__title h2 {
		font-size: 16px;
		line-height: 20px
	}

	.simular-products .box__link {
		padding: 5px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.simular-products .box__price {
		margin-bottom: 15px
	}

	.simular-products .box__button {
		margin-top: auto
	}

	.simular-products .box--discount::before {
		display: none
	}

	.simular-products .box--discount .box__price {
		padding: 0 5px;
		text-align: left
	}

	.pre-order-form {
		max-width: 100%;
		border-radius: 0
	}

	.pre-order-form .title {
		font-size: 14px;
		margin-bottom: 10px
	}

	.pre-order-form .descr__text {
		font-size: 10px
	}

	.about-us .new-category .sliders {
		padding-top: 15px;
		padding-left: 0
	}

	.about-us .new-category .category__slider_top {
		width: 100%;
		height: auto;
		left: 0
	}

	.home__slider_wrapper {
		height: 180px
	}

	.home__slider_content {
		padding: 50px 15px
	}

	.home__slider_content .title {
		font-size: 20px
	}

	.home__slider .swiper-button,
	.home__slider_content .descr {
		display: none
	}

	.home__catalog .row>div[class*=col-]:nth-child(-n+3) .catalog-item,
	.home__catalog--choice .row>div[class*=col-]:nth-child(-n+4) .catalog-item,
	.section--catalog .row>div[class*=col-]:nth-child(-n+3) .catalog-item {
		border-top: 1px solid rgba(218, 218, 218, .5)
	}

	.home__catalog .catalog-item {
		border: 0;
		border-top: 1px solid rgba(218, 218, 218, .5)
	}

	.home__partners_item {
		min-height: 80px;
		padding: 15px
	}

	.home-discount__item {
		min-height: 50vw
	}

	.category__info {
		padding: 10px 15px
	}

	.category__info .name {
		font-size: 16px;
		line-height: 26px
	}

	.sub-more .sub__image {
		height: 90px
	}

	.sub-more .sub__text {
		font-size: 12px;
		line-height: 14px
	}

	.sub-more .sub__single {
		padding: 10px
	}

	.add__categories_image,
	.sub__image {
		margin-bottom: 10px
	}

	.add__categories_info {
		text-align: left
	}

	.add__categories_info .name {
		font-size: 18px
	}

	.product__preview_ins {
		padding-bottom: 25px
	}

	.product__preview_title {
		font-size: 18px;
		line-height: 22px
	}

	.product__content_descr {
		padding: 0;
		font-size: 12px;
		line-height: 18px
	}

	.new-category .content__ins_wrapper .table__wrapper table tr:first-child td,
	.product__content table tr td:first-child {
		padding: 10px
	}

	.product__content table tr td:last-child {
		padding: 10px
	}

	.product .tabs__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product .tabs__list li {
		margin-right: 5px
	}

	.product .tabs__list a {
		padding: 10px 5px;
		font-size: 12px
	}

	.product .tabs__list .review-link__count {
		width: 15px;
		height: 15px;
		margin-left: 5px
	}

	.product .tabs__content.descr .tabs__content_ins,
	.product .tabs__content.prop .tabs__content_ins,
	.product .tabs__content.review .tabs__content_ins {
		padding-top: 25px
	}

	.product .tabs__content.descr h2 {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 20px
	}

	.product .tabs__content.descr p {
		font-size: 12px;
		line-height: 20px
	}

	.product .tabs__content.descr h3 {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 18px
	}

	.product .tabs__content.descr ul li {
		font-size: 12px;
		line-height: 24px
	}

	.product .tabs__content .review__box {
		padding: 10px;
		margin-bottom: 10px
	}

	.product .tabs__content .review__box_body {
		margin-bottom: 15px
	}

	.product .tabs__content .review__box_name {
		margin-bottom: 5px;
		font-size: 12px
	}

	.product .tabs__content .review__box_text {
		font-size: 12px;
		text-align: justify
	}

	.product .tabs__content .review__box_rating .star {
		max-width: 12px;
		margin-right: 4px
	}

	.product .tabs__content .review__box_date {
		font-size: 10px
	}

	.product .tabs__content .review__form {
		height: auto;
		margin: 20px auto 0;
		padding: 20px 15px
	}

	.product .tabs__content .review__form_title {
		margin-bottom: 20px;
		font-size: 16px
	}

	.product__buy_image {
		display: none
	}

	.contacts__map_right {
		padding: 0
	}

	.contacts__form .col-sm-7.last_col {
		padding-left: 7.5px
	}

	.contacts__select {
		padding: 0 15px
	}

	.contacts__select::after {
		right: 25px
	}

	.contacts__office {
		max-width: 95%;
		margin: 0 auto
	}

	.contacts__office_tabs-slider .title {
		font-size: 10px;
		letter-spacing: 1px
	}

	.contacts__office_tabs-slider .swiper-button-next,
	.contacts__office_tabs-slider .swiper-button-prev {
		width: 40px
	}

	.contacts__office_tabs-slider .swiper-button-next [class*=icon-],
	.contacts__office_tabs-slider .swiper-button-prev [class*=icon-] {
		width: 10px;
		height: 10px
	}

	.contacts__links {
		padding: 0
	}

	.contacts__links ul {
		-webkit-columns: auto;
		-moz-columns: auto;
		columns: auto
	}

	.shop-showcase .orderby {
		width: 125px
	}

	.product-box__button {
		margin-top: auto
	}

	.product-box--discount::before {
		display: none
	}

	.product-box--discount .box__price {
		padding: 0 5px;
		text-align: left
	}

	.show-room .new-category .category__slider_top {
		height: 100%
	}

	.thanks__header {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.thanks__header_title {
		float: 0 0 100%;
		margin-bottom: 15px
	}

	.thanks__content_left {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.thanks__content_icon {
		margin: 0 auto 10px
	}

	.thanks__content_descr {
		float: 0 0 100%;
		max-width: 100%
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] {
		padding: 15px
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] .row {
		margin: 0
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] [class*=col-] {
		padding: 0
	}

	:not(.new-category)>.calculate .caldera-form-page[data-formpage="2"] img {
		max-width: 100%;
		height: auto
	}

	:not(.new-category)>.calculate .add-block {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 20px !important
	}

	:not(.new-category)>.calculate .add-block .add-btn {
		height: 40px;
		border-radius: 5px;
		border-top-left-radius: 0;
		font-size: 12px
	}

	.new-category .category__slider_top {
		width: 100vw;
		left: -15px
	}

	.new-category .section__row_2-col>* {
		width: calc(50% - 5px)
	}

	.new-category .section__row_2-col .hover-pic__img,
	.new-category .section__row_3-col .hover-pic__img {
		height: 82px
	}

	.new-category .section__row_3-col>* {
		width: calc(33% - 5px)
	}

	.new-category .section__row_3-col .hover-pic__caption {
		font-size: 11px !important
	}

	.new-category .content__ins_wrapper .table__wrapper table {
		table-layout: unset
	}

	.new-category .content__ins_wrapper .table__wrapper table td,
	.new-category .content__ins_wrapper table td {
		padding: 15px 2px
	}

	.new-category .content__ins_wrapper table {
		table-layout: fixed
	}

	.new-category .add__categories_info {
		text-align: left
	}

	.new-category .calculate .caldera-form-page[data-formpage="2"] {
		padding: 0;
		border: none
	}

	.new-category .calculate .caldera-form-page[data-formpage="1"] {
		padding: 0;
		margin: 0
	}

	.new-category .calculate .caldera-form-page[data-formpage="1"] .row {
		margin: 0
	}

	.new-category .calculate .caldera-form-page[data-formpage="1"] [class*=col-] {
		padding: 0
	}

	.new-category .calculate .caldera-form-page[data-formpage="1"] img {
		width: 100%;
		height: auto;
		margin-bottom: 10px
	}

	.new-category .calculate .add-block {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 20px !important
	}

	.new-category .calculate .add-block .add-btn {
		height: 40px;
		border-radius: 5px;
		border-top-left-radius: 0;
		font-size: 12px
	}

	.regional-pages .section__content,
	.regional-pages .section__title {
		padding: 0 15px
	}

	.section--content .section__row_2-col .hover-pic {
		width: calc(50% - 10px)
	}

	.section--content .section__row_2-col .hover-pic__img {
		width: calc(100% - 5px)
	}

	.calculator .caldera-form-page[data-formpage="2"] {
		padding: 0;
		border: none
	}

	.calculator .caldera-form-page[data-formpage="1"] {
		padding: 0;
		margin: 0
	}

	.calculator .caldera-form-page[data-formpage="1"] .row {
		margin: 0
	}

	.calculator .caldera-form-page[data-formpage="1"] [class*=col-] {
		padding: 0
	}

	.calculator .caldera-form-page[data-formpage="1"] img {
		width: 100%;
		height: auto;
		margin: 0 auto 30px
	}

	.calculator .add-block {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: 20px
	}

	.calculator .add-block .add-btn {
		height: 40px;
		border-radius: 5px;
		border-top-left-radius: 0;
		font-size: 12px
	}

	.promo-slider__content {
		padding: 50px 20px 15px
	}

	.promo-slider__content .title {
		font-size: 20px
	}

	.promo-slider .swiper-button,
	.promo-slider__content .descr {
		display: none
	}

	.promo-form {
		max-width: 100%;
		border-radius: 0
	}

	.promo-form .title {
		font-size: 14px;
		margin-bottom: 10px
	}

	.promo-form .descr__text {
		font-size: 10px
	}

	.blog-posts {
		padding: 0 15px
	}

	.blog-card__info {
		text-align: left
	}

	.blog-card__info .name {
		font-size: 18px
	}

	.blog-card__image {
		margin-bottom: 10px
	}

	.discount__item {
		min-height: 50vw
	}

	.section--catalog .catalog-item {
		border: 0;
		border-top: 1px solid rgba(218, 218, 218, .5)
	}

	.testimonial_tabs_thumbs::after {
		width: 80px
	}

	.testimonial_tabs_content .swiper-button-next,
	.testimonial_tabs_content .swiper-button-prev {
		top: 18% !important
	}

	.testimonial_slide {
		padding: 0
	}

	.testimonial_slide .right {
		margin-bottom: 20px
	}

	.testimonial_slide .result {
		margin-bottom: 10px
	}

	.testimonial_slide .result_rating {
		margin-bottom: 15px
	}

	.testimonial_slide .post_date {
		margin-bottom: 10px
	}

	.slider_arrow {
		width: 15px;
		height: 33px
	}
}

@media only screen and (max-device-width:767px) {
	.berocket_aapf_hide_mobile {
		display: none !important
	}
}

@media only screen and (max-width:768px) {
	.mission-steps:before {
		width: 100vw;
		left: -15px
	}

	.mission-steps__text {
		max-height: initial
	}

	.button-read {
		display: none
	}
}

@media screen and (max-width:576px) {
	.mobile-hide {
		display: none
	}
}

@media only screen and (max-width:460px) {
	.showcase-header .button-categoty {
		width: 120px
	}

	.showcase-header .button-filter {
		width: 80px
	}
}

@media only screen and (max-width:380px) {
	.showcase-header .button-categoty {
		width: 82px;
		margin-right: 10px
	}

	.showcase-header .button-filter {
		width: 65px;
		margin-left: 10px
	}
}

@media (max-width:380px) {
	.product-box__price .text {
		font-size: 8px;
		line-height: 10px;
		margin-bottom: 2px
	}

	.product-box__price .price {
		font-size: 10px;
		line-height: 14px
	}

	.product-box__price_old .price::after {
		height: 1px;
		right: -6.5px
	}
}

@media only screen and (max-width:370px) {
	.header__phones {
		max-width: 24px;
		height: 24px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 5px 0 auto
	}

	.header__phones.open li,
	.header__phones.open ul {
		display: block
	}

	.header__phones_mobile-bottom .bottom {
		display: none
	}

	.header__phones ul,
	.header__phones ul:before {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.header__phones ul {
		top: 135%;
		text-align: center;
		-webkit-box-shadow: 0 5px 15px rgba(182, 182, 182, .4);
		box-shadow: 0 5px 15px rgba(182, 182, 182, .4);
		background-color: #fff;
		padding: 15px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 6px;
		display: none;
		width: 155px
	}

	.header__phones ul.open:before {
		content: none
	}

	.header__phones ul:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 7px;
		border-color: transparent transparent #fff;
		bottom: 100%
	}

	.header__phones ul:after {
		display: block;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 5px;
		border-radius: 0 0 3px 3px;
		background-image: -webkit-gradient(linear, right top, left top, from(#96cfff), to(#5da2ff));
		background-image: -webkit-linear-gradient(right, #96cfff 0%, #5da2ff 100%);
		background-image: -o-linear-gradient(right, #96cfff 0%, #5da2ff 100%);
		background-image: linear-gradient(270deg, #96cfff 0%, #5da2ff 100%)
	}
}

@media only screen and (max-width:360px) {
	div.asp_m.ajaxsearchpro .probox .proinput {
		padding: 0 30px 0 45px
	}
}

@media only screen and (max-width:340px) {
	.header__phones a .header__phones a {
		font-size: 10px
	}
}

/*# sourceMappingURL=app.css.map */

.berocket_single_filter_widget_43909 input{
		-webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
		width: 210px;
		max-width: calc(100% - 40px);
		margin-right: 20px;
    padding: 12px;
    color: #fff;
    font-family: "Proxima Nova", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#96b4ff), to(#5da1ff));
    background-image: -webkit-linear-gradient(right, #96b4ff 0%, #5da1ff 100%);
    background-image: -o-linear-gradient(right, #96b4ff 0%, #5da1ff 100%);
    background-image: linear-gradient(270deg, #96b4ff 0%, #5da1ff 100%);
    -webkit-box-shadow: 0 5px 15px rgb(93 161 255 / 40%);
    box-shadow: 0 5px 15px rgb(93 161 255 / 40%);
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
		margin-left: 20px;
}
.berocket_single_filter_widget_43909 .berocket_aapf_widget{
	margin-bottom: 10px;
}

.berocket_single_filter_widget_43910 input{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 210px;
	max-width: calc(100% - 40px);
	margin-right: 20px;
	padding: 12px;
	color: #fff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border: 0;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, right top, left top, from(#96b4ff), to(#5da1ff));
	background-image: -webkit-linear-gradient(right, #96b4ff 0%, #5da1ff 100%);
	background-image: -o-linear-gradient(right, #96b4ff 0%, #5da1ff 100%);
	background-image: linear-gradient(270deg, #96b4ff 0%, #5da1ff 100%);
	-webkit-box-shadow: 0 5px 15px rgb(93 161 255 / 40%);
	box-shadow: 0 5px 15px rgb(93 161 255 / 40%);
	outline: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 20px;
}


.berocket_aapf_product_count_desc>span{
	top: 3px!important;
}

.berocket_aapf_product_count_desc.br_aapf_pcd_left{
	height: 24px !important;
}

.berocket_aapf_product_count_desc{
	display:none!important;
}