@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Rubik:400,900&subset=cyrillic);
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}
@-ms-viewport {
width:device-width
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}
[tabindex="-1"]:focus {
	outline: 0!important
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}
p {
	margin-top: 0;
	margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
dfn {
	font-style: italic
}
b, strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:hover {
	color: #0056b3;
	text-decoration: underline
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[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 {
padding:0;
border-style:none
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
font:inherit;
-webkit-appearance:button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none!important
}
.align-baseline {
	vertical-align: baseline!important
}
.align-top {
	vertical-align: top!important
}
.align-middle {
	vertical-align: middle!important
}
.align-bottom {
	vertical-align: bottom!important
}
.align-text-bottom {
	vertical-align: text-bottom!important
}
.align-text-top {
	vertical-align: text-top!important
}
.bg-primary {
	background-color: #007bff!important
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #0062cc!important
}
.bg-secondary {
	background-color: #6c757d!important
}
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #545b62!important
}
.bg-success {
	background-color: #28a745!important
}
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34!important
}
.bg-info {
	background-color: #17a2b8!important
}
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b!important
}
.bg-warning {
	background-color: #ffc107!important
}
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #d39e00!important
}
.bg-danger {
	background-color: #dc3545!important
}
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #bd2130!important
}
.bg-light {
	background-color: #f8f9fa!important
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5!important
}
.bg-dark {
	background-color: #343a40!important
}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124!important
}
.bg-white {
	background-color: #fff!important
}
.bg-transparent {
	background-color: transparent!important
}
.border {
	border: 1px solid #dee2e6!important
}
.border-top {
	border-top: 1px solid #dee2e6!important
}
.border-right {
	border-right: 1px solid #dee2e6!important
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important
}
.border-left {
	border-left: 1px solid #dee2e6!important
}
.border-0 {
	border: 0!important
}
.border-top-0 {
	border-top: 0!important
}
.border-right-0 {
	border-right: 0!important
}
.border-bottom-0 {
	border-bottom: 0!important
}
.border-left-0 {
	border-left: 0!important
}
.border-primary {
	border-color: #007bff!important
}
.border-secondary {
	border-color: #6c757d!important
}
.border-success {
	border-color: #28a745!important
}
.border-info {
	border-color: #17a2b8!important
}
.border-warning {
	border-color: #ffc107!important
}
.border-danger {
	border-color: #dc3545!important
}
.border-light {
	border-color: #f8f9fa!important
}
.border-dark {
	border-color: #343a40!important
}
.border-white {
	border-color: #fff!important
}
.rounded {
	border-radius: .25rem!important
}
.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}
.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}
.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}
.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}
.rounded-circle {
	border-radius: 50%!important
}
.rounded-0 {
	border-radius: 0!important
}
.clearfix::after {
	display: block;
	clear: both;
	content: ""
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}
.embed-responsive::before {
	display: block;
	content: ""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
.embed-responsive-21by9::before {
	padding-top: 42.85714%
}
.embed-responsive-16by9::before {
	padding-top: 56.25%
}
.embed-responsive-4by3::before {
	padding-top: 75%
}
.embed-responsive-1by1::before {
	padding-top: 100%
}
.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
.float-left {
	float: left!important
}
.float-right {
	float: right!important
}
.float-none {
	float: none!important
}
.position-static {
	position: static!important
}
.position-relative {
	position: relative!important
}
.position-absolute {
	position: absolute!important
}
.position-fixed {
	position: fixed!important
}
.position-sticky {
	position: -webkit-sticky!important;
	position: sticky!important
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
.sticky-top {
position:-webkit-sticky;
position:sticky;
top:0;
z-index:1020
}
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}
.sr-only-focusable.nice-select.open, .sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.mw-100 {
	max-width: 100%!important
}
.mh-100 {
	max-height: 100%!important
}
.m-0 {
	margin: 0!important
}
.mt-0, .my-0 {
	margin-top: 0!important
}
.mr-0, .mx-0 {
	margin-right: 0!important
}
.mb-0, .my-0 {
	margin-bottom: 0!important
}
.ml-0, .mx-0 {
	margin-left: 0!important
}
.m-1 {
	margin: .25rem!important
}
.mt-1, .my-1 {
	margin-top: .25rem!important
}
.mr-1, .mx-1 {
	margin-right: .25rem!important
}
.mb-1, .my-1 {
	margin-bottom: .25rem!important
}
.ml-1, .mx-1 {
	margin-left: .25rem!important
}
.m-2 {
	margin: .5rem!important
}
.mt-2, .my-2 {
	margin-top: .5rem!important
}
.mr-2, .mx-2 {
	margin-right: .5rem!important
}
.mb-2, .my-2 {
	margin-bottom: .5rem!important
}
.ml-2, .mx-2 {
	margin-left: .5rem!important
}
.m-3 {
	margin: 1rem!important
}
.mt-3, .my-3 {
	margin-top: 1rem!important
}
.mr-3, .mx-3 {
	margin-right: 1rem!important
}
.mb-3, .my-3 {
	margin-bottom: 1rem!important
}
.ml-3, .mx-3 {
	margin-left: 1rem!important
}
.m-4 {
	margin: 1.5rem!important
}
.mt-4, .my-4 {
	margin-top: 1.5rem!important
}
.mr-4, .mx-4 {
	margin-right: 1.5rem!important
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem!important
}
.ml-4, .mx-4 {
	margin-left: 1.5rem!important
}
.m-5 {
	margin: 3rem!important
}
.mt-5, .my-5 {
	margin-top: 3rem!important
}
.mr-5, .mx-5 {
	margin-right: 3rem!important
}
.mb-5, .my-5 {
	margin-bottom: 3rem!important
}
.ml-5, .mx-5 {
	margin-left: 3rem!important
}
.p-0 {
	padding: 0!important
}
.pt-0, .py-0 {
	padding-top: 0!important
}
.pr-0, .px-0 {
	padding-right: 0!important
}
.pb-0, .py-0 {
	padding-bottom: 0!important
}
.pl-0, .px-0 {
	padding-left: 0!important
}
.p-1 {
	padding: .25rem!important
}
.pt-1, .py-1 {
	padding-top: .25rem!important
}
.pr-1, .px-1 {
	padding-right: .25rem!important
}
.pb-1, .py-1 {
	padding-bottom: .25rem!important
}
.pl-1, .px-1 {
	padding-left: .25rem!important
}
.p-2 {
	padding: .5rem!important
}
.pt-2, .py-2 {
	padding-top: .5rem!important
}
.pr-2, .px-2 {
	padding-right: .5rem!important
}
.pb-2, .py-2 {
	padding-bottom: .5rem!important
}
.pl-2, .px-2 {
	padding-left: .5rem!important
}
.p-3 {
	padding: 1rem!important
}
.pt-3, .py-3 {
	padding-top: 1rem!important
}
.pr-3, .px-3 {
	padding-right: 1rem!important
}
.pb-3, .py-3 {
	padding-bottom: 1rem!important
}
.pl-3, .px-3 {
	padding-left: 1rem!important
}
.p-4 {
	padding: 1.5rem!important
}
.pt-4, .py-4 {
	padding-top: 1.5rem!important
}
.pr-4, .px-4 {
	padding-right: 1.5rem!important
}
.pb-4, .py-4 {
	padding-bottom: 1.5rem!important
}
.pl-4, .px-4 {
	padding-left: 1.5rem!important
}
.p-5 {
	padding: 3rem!important
}
.pt-5, .py-5 {
	padding-top: 3rem!important
}
.pr-5, .px-5 {
	padding-right: 3rem!important
}
.pb-5, .py-5 {
	padding-bottom: 3rem!important
}
.pl-5, .px-5 {
	padding-left: 3rem!important
}
.m-auto {
	margin: auto!important
}
.mt-auto, .my-auto {
	margin-top: auto!important
}
.mr-auto, .mx-auto {
	margin-right: auto!important
}
.mb-auto, .my-auto {
	margin-bottom: auto!important
}
.ml-auto, .mx-auto {
	margin-left: auto!important
}
.text-justify {
	text-align: justify!important
}
.text-nowrap {
	white-space: nowrap!important
}
.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}
.text-left {
	text-align: left!important
}
.text-right {
	text-align: right!important
}
.text-center {
	text-align: center!important
}
.text-lowercase {
	text-transform: lowercase!important
}
.text-uppercase {
	text-transform: uppercase!important
}
.text-capitalize {
	text-transform: capitalize!important
}
.font-weight-light {
	font-weight: 300!important
}
.font-weight-normal {
	font-weight: 400!important
}
.font-weight-bold {
	font-weight: 700!important
}
.font-italic {
	font-style: italic!important
}
.text-white {
	color: #fff!important
}
.text-primary {
	color: #007bff!important
}
a.text-primary:focus, a.text-primary:hover {
	color: #0062cc!important
}
.text-secondary {
	color: #6c757d!important
}
a.text-secondary:focus, a.text-secondary:hover {
	color: #545b62!important
}
.text-success {
	color: #28a745!important
}
a.text-success:focus, a.text-success:hover {
	color: #1e7e34!important
}
.text-info {
	color: #17a2b8!important
}
a.text-info:focus, a.text-info:hover {
	color: #117a8b!important
}
.text-warning {
	color: #ffc107!important
}
a.text-warning:focus, a.text-warning:hover {
	color: #d39e00!important
}
.text-danger {
	color: #dc3545!important
}
a.text-danger:focus, a.text-danger:hover {
	color: #bd2130!important
}
.text-light {
	color: #f8f9fa!important
}
a.text-light:focus, a.text-light:hover {
	color: #dae0e5!important
}
.text-dark {
	color: #343a40!important
}
a.text-dark:focus, a.text-dark:hover {
	color: #1d2124!important
}
.text-muted {
	color: #6c757d!important
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}
.visible {
	visibility: visible!important
}
.invisible {
	visibility: hidden!important
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-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, .col-auto, .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 {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-1 {
	margin-left: 8.33333%
}
.offset-2 {
	margin-left: 16.66667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.33333%
}
.offset-5 {
	margin-left: 41.66667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.33333%
}
.offset-8 {
	margin-left: 66.66667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.33333%
}
.offset-11 {
	margin-left: 91.66667%
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.show {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.show {
	display: block
}
tr.collapse.show {
	display: table-row
}
tbody.collapse.show {
	display: table-row-group
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease
}
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);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
.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: 0;
	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;
	transition-property: opacity, -webkit-transform;
	-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 {
	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 44px;
	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>base, .fancybox-slide>link, .fancybox-slide>meta, .fancybox-slide>script, .fancybox-slide>style, .fancybox-slide>title {
	display: none
}
.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;
	transition-property: opacity, -webkit-transform;
	-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-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff
}
.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	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: 0
}
.fancybox-button, .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--play svg path:nth-child(2) {
	display: none
}
.fancybox-button--pause svg path:nth-child(1) {
	display: none
}
.fancybox-button--zoom svg path {
	fill: transparent
}
.fancybox-navigation {
	display: none
}
.fancybox-show-nav .fancybox-navigation {
	display: block
}
.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 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 {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: 0 0;
	z-index: 10;
	cursor: pointer
}
.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/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: 0
}
.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: -44px
}
.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
}
.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 2vw;
	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 {
from {
-webkit-transform:rotate(0);
transform:rotate(0)
}
to {
-webkit-transform:rotate(359deg);
transform:rotate(359deg)
}
}
@keyframes fancybox-rotate {
from {
-webkit-transform:rotate(0);
transform:rotate(0)
}
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)
}
.fancybox-fx-fade.fancybox-slide--current {
	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(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	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%
}
.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px 0;
	font-size: 33px;
	font-weight: 700;
	text-align: center
}
.fancybox-share p {
	margin: 0;
	padding: 0;
	text-align: center
}
.fancybox-share p:first-of-type {
	margin-right: -10px
}
.fancybox-share_button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.16);
	background: #fff;
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 140px;
	color: #707070;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.fancybox-share_button:focus, .fancybox-share_button:hover {
	text-decoration: none;
	color: #333;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.3)
}
.fancybox-share_button svg {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom
}
.fancybox-share input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background: #ebebeb;
	color: #5d5b5b;
	font-size: 14px;
	outline: 0
}
.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px 2px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	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: absolute;
	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: 0;
	-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)
}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.slick-track:after, .slick-track:before {
	content: "";
	display: table
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.custom-select {
	position: relative;
	background-color: #fff
}
.custom-select__option {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	font-family: inherit;
	white-space: nowrap;
	text-align: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-select__option-wrap {
	position: relative
}
.custom-select__input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0;
	border-width: 1px 0;
	border-style: solid;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: inherit
}
.custom-select__dropdown {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #fff
}
.custom-select--dropup .custom-select__dropdown {
	top: auto;
	bottom: 100%
}
.custom-select__option {
	position: relative;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5
}
.custom-select__option:focus {
	outline: 0
}
.custom-select__option:focus, .custom-select__option:hover {
	background-color: #f9f9f9
}
.custom-select__option--value {
	padding-right: 1.875rem;
	border: 1px solid #e6e6e6;
	border-radius: .25rem
}
.custom-select__option--value::after {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 0;
	height: 0;
	top: 50%;
	right: .75rem;
	border-width: .3rem;
	border-bottom-width: 0;
	border-style: solid;
	border-color: currentColor transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: ""
}
.custom-select--active .custom-select__option--value::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg)
}
.custom-select--active .custom-select__option--value {
	border-bottom-color: transparent;
	border-radius: .25rem .25rem 0 0
}
.custom-select--dropup.custom-select--active .custom-select__option--value {
	border-top-color: transparent;
	border-bottom-color: #e6e6e6;
	border-radius: 0 0 .25rem .25rem
}
.custom-select__option-wrap {
	overflow-y: auto;
	max-height: 11.25rem
}
.custom-select__option-wrap::-webkit-scrollbar {
width:16px
}
.custom-select__option-wrap::-webkit-scrollbar-thumb {
background-color:#e6e6e6;
background-clip:padding-box;
border-width:0 4px;
border-style:solid;
border-color:transparent
}
.custom-select__input {
	position: relative;
	z-index: 1;
	height: 2.25rem;
	margin-top: -1px;
	padding: 0 .75rem;
	border-color: #e6e6e6;
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	font-size: 1rem
}
.custom-select__input:focus {
	outline: 0
}
.custom-select--dropup .custom-select__input {
	border-top-width: 0;
	margin-top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.custom-select__dropdown {
	overflow: hidden;
	z-index: 1;
	top: calc(100% - 1px);
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e6e6e6;
	border-radius: 0 0 .25rem .25rem
}
.custom-select--dropup .custom-select__dropdown {
	bottom: calc(100% - 1px);
	border-width: 1px 1px 0;
	border-radius: .25rem .25rem 0 0
}
.custom-select {
	position: relative;
	background-color: #fff
}
.custom-select__option {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	font-family: inherit;
	white-space: nowrap;
	text-align: left;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.custom-select__option-wrap {
	position: relative
}
.custom-select__input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 0;
	border-width: 1px 0;
	border-style: solid;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: inherit
}
.custom-select__dropdown {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #fff
}
.custom-select--dropup .custom-select__dropdown {
	top: auto;
	bottom: 100%
}
.custom-select__option {
	position: relative;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5
}
.custom-select__option:focus {
	outline: 0
}
.custom-select__option:focus, .custom-select__option:hover {
	background-color: #f9f9f9
}
.custom-select__option--value {
	padding-right: 1.875rem;
	border: 1px solid #e6e6e6;
	border-radius: .25rem
}
.custom-select__option--value::after {
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 0;
	height: 0;
	top: 50%;
	right: .75rem;
	border-width: .3rem;
	border-bottom-width: 0;
	border-style: solid;
	border-color: currentColor transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: ""
}
.custom-select--active .custom-select__option--value::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg)
}
.custom-select--active .custom-select__option--value {
	border-bottom-color: transparent;
	border-radius: .25rem .25rem 0 0
}
.custom-select--dropup.custom-select--active .custom-select__option--value {
	border-top-color: transparent;
	border-bottom-color: #e6e6e6;
	border-radius: 0 0 .25rem .25rem
}
.custom-select__option-wrap {
	overflow-y: auto;
	max-height: 11.25rem
}
.custom-select__option-wrap::-webkit-scrollbar {
width:16px
}
.custom-select__option-wrap::-webkit-scrollbar-thumb {
background-color:#e6e6e6;
background-clip:padding-box;
border-width:0 4px;
border-style:solid;
border-color:transparent
}
.custom-select__input {
	position: relative;
	z-index: 1;
	height: 2.25rem;
	margin-top: -1px;
	padding: 0 .75rem;
	border-color: #e6e6e6;
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	font-size: 1rem
}
.custom-select__input:focus {
	outline: 0
}
.custom-select--dropup .custom-select__input {
	border-top-width: 0;
	margin-top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.custom-select__dropdown {
	overflow: hidden;
	z-index: 1;
	top: calc(100% - 1px);
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #e6e6e6;
	border-radius: 0 0 .25rem .25rem
}
.custom-select--dropup .custom-select__dropdown {
	bottom: calc(100% - 1px);
	border-width: 1px 1px 0;
	border-radius: .25rem .25rem 0 0
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit
}
p {
	margin: 0;
	padding: 0
}
ul {
	list-style: none;
	padding: 0;
	margin: 0
}
img {
	max-width: 100%
}
body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 400;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.2;
	min-height: 100vh;
	min-width: 320px;
	color: #333;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Open Sans"
}
body .footer {
	margin-top: auto
}
.browsehappy {
	margin: 0;
	padding: 15px;
	text-align: center;
	background-color: #fff;
	font-family: inherit;
	border: 2px solid red;
	font-size: 20px
}
#overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: .5;
	display: none;
	z-index: 980;
	cursor: pointer
}
#overlay.active {
	display: block
}
.text-two-col-new h2, .text-two-col-new2 h2, .text-two-col-new3 h2, .title-h2 {
	color: #29212c;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.2
}
.title-h2_white {
	color: #fff
}
.title-h2__second {
	color: #008c95;
	display: block;

}
.title-h3 {
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase
}
.indent-1 {
	height: 120px
}
.indent-2 {
	height: 80px
}
.lh-1_8 {
	line-height: 1.8
}
.lh-1_5 {
	line-height: 1.5
}
.display-1 {
	color: #008c95;
	font-size: 48px;
	font-family: Rubik;
	font-weight: 900;
	text-align: center;
	line-height: 1;
	text-transform: uppercase
}
.bg-elipsis {
	background-image: url(../images/assets/elipses-bg.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 40px;
	background-size: 1146px
}
.bg-second {
	background-color: #f6f5f3
}
.bg-two-color {
	background-color: #008c95;
	position: relative
}
.bg-two-color:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 50%;
	right: 0;
	top: 0;
	background-color: #f6f5f3
}
.bg-two-color__left {
	color: #fff
}
.bg-cover {
	background-size: cover;
	background-position: center center
}
.bg-cover_1 {
	background-image: url(../images/assets/cover-1.jpg)
}
.bg-cover_2 {
	background-image: url(../images/assets/cover-2.jpg)
}
.bg-white {
	background-color: #fff
}
.text-bris {
	color: #008c95;
	font-size: 18px;
	font-weight: 800
}
.text-white {
	color: #fff
}
.slick-slide {
	outline: 0!important
}
.breadcrumb-wrap {
	background-color: #f6f5f3
}
.bx-breadcrumb {
	font-size: 14px;
	line-height: 1;
	padding: 1.28571em 0;
	color: #999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.bx-breadcrumb a {
	color: inherit;
	white-space: nowrap
}
.bx-breadcrumb .bx-breadcrumb-item {
	padding-top: .35714em;
	padding-bottom: .35714em
}
.bx-breadcrumb .bx-breadcrumb-item:before {
	content: '|';
	padding-left: 1.42857em;
	padding-right: 1.42857em
}
.bx-breadcrumb .bx-breadcrumb-item:first-child:before {
	display: none
}
.text-after-title {
	font-size: 20px
}
.title-second {
	text-transform: uppercase;
	padding-left: 24px;
	position: relative;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 40px
}
.title-second:after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background-color: #fdb529;
	border-radius: 50%;
	left: 0;
	top: 3px;
	position: absolute
}
.after-title {
	font-size: 24px
}
.bg-img-side {
	background-color: #f6f5f3;
	position: relative
}
.bg-img-side p {
	margin-bottom: 30px
}
.bg-img-side__img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	width: 58%
}
.bg-img-side__img img {
	height: 107%;
	max-width: none
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.bg-img-side__img img {
width:100%;
height:100%;
-o-object-fit:cover;
object-fit:cover
}
}
.block-text {
	background-color: #fff;
	padding-left: 70px;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 60px;
	line-height: 1.5
}
.text-two-col {
	font-size: ;
	line-height: 1.71429em
}
.text-two-col p {
	margin-bottom: 30px
}
.text-strong-line {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 800
}
.text-strong-line:before {
	content: '';
	display: block;
	height: 3px;
	width: 200px;
	background-color: #fdb529;
	margin-bottom: 15px
}
.list-circle {
	font-size: ;
	line-height: 1.71429em
}
.list-circle li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 30px
}
.list-circle li:before {
	content: '';
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAAXNSR0IB2cksfwAAADlQTFRFAAAA/68w/bUo/bUp/bUp/LUo/bUp/LUp+7Mo/bUq/bQp/bUp/bUo/bUp/bUp/bUp/LQp/7Yo/LYp7YLnLgAAABN0Uk5TABB/z/9g78BAgI/f0JDw4L8/UN4LhY4AAAB1SURBVHicRY9RDgQhCENb7aisjjpz/8OuYjbLB+GFAgUAGKIUA+FxJXmky0nKhSxZWswkOypT4koZ/NQagLwaTQX3Hr1RFCERfWMFpT8Oxy22jbbEbZUTuMews4pd4Xeo023Mh3ym9Lqtfkz296hoTWq2X/gCTN8DjWol8fMAAAAASUVORK5CYII=);
	width: 14px;
	height: 14px;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: .35714em
}
.pagination {
	font-size: 14px;
	text-align: center
}
.pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.pagination ul li {
	padding: 3px 0
}
.pagination a {
	display: block;
	width: 3.21429em;
	height: 3.21429em;
	line-height: 2.92857em;
	font-weight: 800;
	color: #333;
	border: 2px solid #008c95;
	margin-right: 10px;
	text-decoration: none
}
.pagination a.active, .pagination a:hover {
	background-color: #008c95;
	color: #fff;
	text-decoration: none
}
.pagination a.pagination__arr {
	font-size: 1.57143em;
	width: 2.04545em;
	height: 2.04545em;
	font-weight: 400;
	line-height: 1.86364em
}
.label {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	min-width: 9.66667em;
	line-height: 1;
	padding: 8px 10px;
	background-color: #28b98b;
	margin-bottom: 12px
}
.label_yellow {
	background-color: #fdb529
}
.label_blue {
	background-color: #32b4d0
}
.text-attention {
	padding-left: 40px;
	font-size: 14px;
	line-height: 1.71429em;
	font-weight: 800;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/assets/atention.svg);
	background-size: 2.14286em;
	color: #333
}
.list-dotted {
	max-width: 400px;
	width: 100%;
	margin: 20px 0;
	font-size: 14px;
	line-height: 16px
}
.list-dotted li {
	position: relative;
	margin-bottom: .71429em;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px dotted
}
.list-dotted li span {
	background-color: #f6f5f3
}
.list-dotted li span:first-child {
	position: relative;
	bottom: -4px;
	padding-right: 2px
}
.list-dotted li span:last-child {
	position: absolute;
	right: 0;
	bottom: -4px;
	text-align: right;
	padding-left: 2px
}
.select {
	color: #3c434d
}
.select_price {
	width: 200px
}
.select_count {
	width: 100px
}
.bg-bris {
	background-color: #008c95
}
.masked-tel {
	letter-spacing: 1.5px
}
.masked-tel.placeholder {
	letter-spacing: normal
}
.masked-tel:-moz-placeholder {
letter-spacing:normal
}
.masked-tel::-moz-placeholder {
letter-spacing:normal
}
.masked-tel:-ms-input-placeholder {
letter-spacing:normal
}
.masked-tel::-webkit-input-placeholder {
letter-spacing:normal
}
.toggle-menu {
	background-color: #f6f5f3;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 90px;
	font-weight: 800;
	padding-top: 1.92857em;
	padding-bottom: 1.92857em;
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.toggle-menu:after {
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url(../images/assets/plus.svg);
	background-repeat: no-repeat;
	background-size: 1.42857em;
	background-position: center center;
	background-color: #008c95;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s
}
.toggle-menu:hover {
	color: #008c95
}
.toggle-menu.active {
	background-color: #008c95;
	color: #fff
}
.toggle-menu.active:after {
	background-image: url(../images/assets/minus.svg);
	background-color: #46b5bc
}
.toggle-menu.active+.toggle-item {
	display: block
}
.toggle-item {
	padding: 20px;
	line-height: 1.875em;
	display: none
}
.toggle-item p {
	margin-bottom: 20px
}
.msg-attention {
	border: 2px solid #fb280b;
	border-radius: 3px;
	padding: 20px
}
.msg-attention .text-attention {
	font-weight: 400;
	background-position: left 5px
}
.msg-attention .text-attention span {
	font-weight: 800
}
.order-accept .text-two-col-new h2, .order-accept .text-two-col-new2 h2, .order-accept .text-two-col-new3 h2, .order-accept .title-h2, .text-two-col-new .order-accept h2, .text-two-col-new2 .order-accept h2, .text-two-col-new3 .order-accept h2 {
	padding-left: 2.77778em;
	background-image: url(../images/assets/checkmark.svg);
	background-size: 1.94444em;
	min-height: 2.08333em;
	background-repeat: no-repeat;
	background-position: left top;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.11111em;
	text-align: left
}
.order-accept p {
	line-height: 1.8;
	margin-bottom: 20px
}
.article-h {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px
}
.article-h h1 {
	font-size: 36px;
	margin-bottom: 1.11111em
}
.article-h h2 {
	font-size: 24px;
	color: #008c95;
	margin-bottom: 1.11111em
}
.article-h h3 {
	font-size: 18px;
	margin-bottom: 1.11111em
}
.article-h h4 {
	font-weight: 700;
	margin-bottom: 1.11111em
}
.article-text p {
	margin-bottom: 30px
}
.marking-text {
	font-size: 12px;
	color: #777;
	padding-left: 35px;
	position: relative;
	min-height: 28px
}
.marking-text:before {
	content: '*';
	font-size: 3em;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 800;
	color: #fdb529;
	line-height: 1
}
.article-table {
	max-width: 100%;
	overflow-x: auto;
	padding-bottom: 10px
}
.article-table>table {
	width: 100%;
	font-weight: 700
}
.article-table th {
	font-weight: 800;
	height: 60px;
	padding: 10px;
	white-space: nowrap
}
.article-table th:first-child {
	padding-left: 0
}
.article-table td {
	height: 60px;
	padding: 10px
}
.article-table td:first-child {
	padding-left: 20px;
	width: 50%;
	font-weight: 400
}
.article-table tbody tr:nth-child(odd) {
	background-color: #f6f5f3
}
.contact {
	padding-left: 20px;
	border-left: 5px solid #fdb529;
	font-size: 14px;
	margin-bottom: 20px
}
.contact span {
	display: block;
	color: #777;
	margin-bottom: 10px
}
.contact p {
	font-weight: 800;
	font-size: 18px
}
.contact>.d-flex>a:not(:last-child) {
	margin-right: 15px
}
#map {
	height: 550px
}
#map [class*=ymaps-2][class*="-ground-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%)
}
.requisites {
	border-left: 5px solid #fdb529;
	padding-left: 20px;
	font-size: 14px;
	line-height: 24px
}
.requisites span {
	font-weight: 700
}
.map {
	position: relative
}
.map>.container {
	position: relative
}
.map__tab {
	width: 370px;
	font-size: 14px;
	z-index: 2;
	background-color: #fff;
	line-height: 24px;
	position: absolute;
	top: 85px;
	left: 15px;
	min-height: 380px;
	overflow: hidden;
	-webkit-box-shadow: 2px 3px 10px 2px rgba(0,0,0,.1);
	box-shadow: 2px 3px 10px 2px rgba(0,0,0,.1)
}
.map__tab ul {
	padding-left: 30px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 0;
	padding-top: 35px
}
.map__tab ul.active {
	position: relative;
	opacity: 1;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	visibility: visible
}
.map__tab ul li {
	margin-bottom: 30px
}
.map__tab span {
	font-weight: 700
}
.map__tab #cboxClose, .map__tab #cboxNext, .map__tab #cboxPrevious, .map__tab .btn, .map__tab .quantity button, .quantity .map__tab button {
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	width: 50%;
	background-color: #008c95;
	color: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.map__tab #cboxClose:hover, .map__tab #cboxNext:hover, .map__tab #cboxPrevious:hover, .map__tab .btn:hover, .map__tab .quantity button:hover, .quantity .map__tab button:hover {
	color: #fdb529
}
.map__tab .active#cboxClose, .map__tab .active#cboxNext, .map__tab .active#cboxPrevious, .map__tab .btn.active, .map__tab .quantity button.active, .quantity .map__tab button.active {
	background-color: transparent;
	color: #008c95
}
.map__tab .active#cboxClose:hover, .map__tab .active#cboxNext:hover, .map__tab .active#cboxPrevious:hover, .map__tab .btn.active:hover, .map__tab .quantity button.active:hover, .quantity .map__tab button.active:hover {
	color: #008c95
}
.popup {
	display: none;
	position: relative;
	z-index: 991
}
.popup__wrap {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: rgba(0,0,0,.6)
}
.popup__block {
	background-color: #fff;
	max-width: 760px;
	padding: 50px;
	position: relative;
	opacity: 0;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.popup__close {
	right: 5px;
	top: 5px;
	position: absolute
}
.popup__text {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px
}
.popup .link_btn {
	margin: 0 10px
}
.popup.active .popup__block {
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}
.text-two-col-new {
	font-size: 14px;
	line-height: 1.71429em
}
.text-two-col-new h2 {
	margin-bottom: 3rem
}
.text-two-col-new p {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	column-gap: 30px
}
.text-two-col-new2 {
	font-size: 14px;
	line-height: 1.71429em;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	column-gap: 30px
}
.text-two-col-new2 h2 {
	margin-bottom: 3rem;
	display: block
}
.text-two-col-new2 p {
	display: inline-block;
	margin-bottom: 30px
}
.text-two-col-new3 {
	font-size: 14px;
	line-height: 1.71429em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.text-two-col-new3 h2 {
	margin-bottom: 3rem;
	display: block;
	width: 100%
}
.text-two-col-new3 p {
	margin-bottom: 30px;
	width: 50%;
	padding-left: 15px
}
.text-two-col-new3 p:nth-child(even) {
	padding-left: 0;
	padding-right: 15px
}
.block-error-border {
	border: 2px solid #fdb529;
	padding: 10px 20px;
	color: red;
	margin-bottom: 20px;
	border-radius: 3px
}
.block-error {
	color: red
}
.block-error p {
	padding: 10px 0
}
.g-recaptcha div {margin: 0 auto;}
.header {
	font-size: 13px;
	color: #777;
	position: relative;
	z-index: 990;
	background-color: #fff
}
.header>.container {
	min-height: 12.30769em
}
.header__body {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: calc(100% - 270px)
}
.header__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-top: 2.69231em;
	padding-bottom: 2.30769em;
	padding-right: 18px;
	padding-left: 2.30769em;
	width: 100%
}
.header__top .link_phone {
	font-size: 1.38462em;
	margin-right: 1.11111em;
	line-height: 1
}
.header__cart {
	position: relative;
	display: inline-block
}
.header__cart:after {
	content: attr(data-count);
	display: block;
	position: absolute;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: #fdb529;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	top: -4px;
	right: -18px
}
.header__user {
	margin-right: 2.30769em;
	height: 30px
}
.header__user.active .ic-user {
	background-image: url(../images/assets/user-male-active.svg)
}
.header__cart {
	height: 30px
}
.header__phone {
	display: none
}
.link {
	text-decoration: none;
	display: inline-block;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	cursor: pointer
}
.link:hover {
	text-decoration: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.link_bris {
	color: #008c95
}
.link_bris:hover {
	text-decoration: underline;
	color: #008c95
}
.link_phone {
	font-size: 18px;
	font-weight: 800;
	color: #403f42;
	white-space: nowrap
}
.link_phone:hover {
	color: #403f42
}
.link_gotop {
	position: relative;
	font-size: 10px;
	width: 4.5em;
	height: 4.5em;
	border-radius: 50%;
	background-color: #fdb529;
	text-align: center;
	padding-top: 1.9em;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.link_gotop:after {
	content: '';
	border-right: 2px solid;
	border-top: 2px solid;
	width: 1.2em;
	height: 1.2em;
	display: inline-block;
	color: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.link_gotop:hover {
	-webkit-box-shadow: 0 0 0 8px rgba(255,255,255,.08);
	box-shadow: 0 0 0 8px rgba(255,255,255,.08)
}
.link_btn {
	font-size: 14px;
	white-space: nowrap;
	height: 3.57143em;
	text-transform: uppercase;
	line-height: 3.28571em;
	padding: 0 1.78571em;
	font-weight: 800;
	border-radius: 100px;
	border: 2px solid transparent
}
.link_btn .ic-tocart {
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -2px;
	font-size: inherit
}
.link_border {
	border: 2px solid #fdb529;
	color: #3c434d
}
.link_border:hover {
	background-color: #fdb529;
	color: #fff
}
.link_border-white {
	border: 2px solid #fff;
	color: #fff
}
.link_border-white:hover {
	color: #333;
	background-color: #fff
}
.link_btn-yellow {
	background-color: #fdb529;
	color: #fff
}
.link_btn-yellow:hover {
	background-color: #008c95;
	color: #fff
}
.link_img {
	display: block;
	position: relative;
	height: 240px;
	overflow: hidden
}
.link_img img {
	height: 102%;
	max-width: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.link_img img {
width:100%;
height:100%;
-o-object-fit:cover;
object-fit:cover
}
}
.link_img span {
	position: absolute;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	padding: 13px 17px;
	top: 20px;
	left: 0;
	line-height: 1;
	background-color: #fdb529;
	z-index: 1
}
.link_img:hover img {
	-webkit-filter: brightness(90%);
	filter: brightness(90%)
}
.link_filter {
	display: inline-block;
	font-size: 16px;
	color: #008c95;
	border: 1px solid #008c95;
	line-height: 1;
	border-radius: 3px;
	padding: 11px 20px;
	margin-right: 10px;
	margin-bottom: 10px
}
.link_filter.active, .link_filter:hover {
	background-color: #008c95;
	color: #fff
}
.link_file {
	font-size: 18px;
	color: #333;
	padding-left: 40px;
	line-height: 24px;
	min-height: 40px;
	background-size: 31px;
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: 700;
	margin-bottom: 30px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAjCAMAAACw/5reAAAAAXNSR0IB2cksfwAAAGxQTFRFAAAAKliVKVeVKVeVKleVKFeWKVeVKVeVKVaVKFiVMFCPKVeVK1WVKVaVKFiTKVeVKVeUKFaVKVeVKViUK1aSKleTKlaSLVOPKVaSKlaSK1WRK1aSKleTKlaSLVqWKlaSKVaSKFWRKleTKVeWSXdG/wAAACR0Uk5TAIDf/5/Q4LDAYBDwMO9Az3B/kKB33aoiRLtmzJnuEf+IM1W/Slm6fQAAAMRJREFUeJzd010PgiAUgOFDp4hIM4sPpeho/f//mIbVELlvvRcHtmdjjA0AtsJ5a5hiuGFRyLcf5QLiUIDA3bRnKcrNpEsIco9FFqHYl0UW4YClzCLssJJZhCNWKfJVHSoxxdP3pVIEeQidl/Ad+0NUWhsLTTtOd9Eqwqt2rb954/SloU65GUJPjnpw1Or5sQPaAW0G7dX31Fmjlb/bPkYi3YDy4zRE8YVu1oZlnGH/k2/LHzkUfPCqXqwaz2Q8+dmvOIMn7EYO1H6DqPsAAAAASUVORK5CYII=);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.link_file:hover {
	color: #333;
	text-decoration: underline
}
.link_file_pdf {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAjCAMAAACw/5reAAAAAXNSR0IB2cksfwAAAFFQTFRFAAAA+ygM+igL+ygM+igL+ygM+igN+ykM+ygM+igN/zAQ+ygM+isL+ycM+ygM+ycM+ikL+ygM+ykM+igN+ygM/CgL/CkN9ygQ+icL+ygM+ycMbfh1KwAAABt0Uk5TAIDf/5/Q4LDAYBDwMO9Az3B/kKC/X1Agbz+PHNTaiwAAAL5JREFUeJzV09FugzAMheFjzmqSlCS0pLDt/R+0odBNEHJXVep/ZemTLGQUQBru+8Ka8CSbqO2fqsE2GhjadZYS3WnVI4Q7s6siurPvqohA76oIy+iqiJ6xRG0uS54lXv8vVSJcWBqO8Jl8KBom20WfbnlMyW6RvXBk6DnmMUw7DIGWQNuC3z9uh55DyDgY5KOG/doJM+oVC23Xzn//t9HpACV/wyQyruNbLvRq1FRDo9nj5bA47xQtXvYjFdwB/J8JMq/SHzkAAAAASUVORK5CYII=)
}
.link_file_xls {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAjCAMAAACw/5reAAAAAXNSR0IB2cksfwAAAGxQTFRFAAAAHnBEHm9DHm9EHm9DHXBDHm5EHnBEH3BEHXBFIHBAHm9EIHBFHm9EIHBEHm9EHnBEHm5EHnBDHnBFHmlLGG9GGG9HF3BGGG9HGW5GGG9GGW5GGG9GGW5GGG9GF3FEF3FHGG9FGG9FHW9ERH7JpgAAACR0Uk5TAIDf/5/Q4LDAYBDwMO9Az3B/kKARzHeZqrvdM+5m/yJEVYi/FKU1DQAAAMxJREFUeJzd081ywiAUhuEPj2LExPhDDgWRo/b+77FR0zoJYdNFF303kHmGwwwzAdSCpi0xpGilRpFe/6iuMI4qVLQZ9ipHsxp0DmG2VBcR9bapi4gdNaaI2FBriog9tTnqxeFVQzke3y+VI8zu1WkOv1P/EG3HcB+e+60L/jw5yfESz8EBl8Qs07FddHjgNTnJ7vSJn4hbF/OxHCU4sberhPsYJTK8DykFjqmb3tl/W7Eitl/+6IV+g/qzhJXuvT3M1j5mKp392c+0whdeNg3a4ITLjgAAAABJRU5ErkJggg==)
}
.link_file_doc {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAjCAMAAACw/5reAAAAAXNSR0IB2cksfwAAAGxQTFRFAAAAKliVKVeVKVeVKleVKFeWKVeVKVeVKVaVKFiVMFCPKVeVK1WVKVaVKFiTKVeVKVeUKFaVKVeVKViUK1aSKleTKlaSLVOPKVaSKlaSK1WRK1aSKleTKlaSLVqWKlaSKVaSKFWRKleTKVeWSXdG/wAAACR0Uk5TAIDf/5/Q4LDAYBDwMO9Az3B/kKB33aoiRLtmzJnuEf+IM1W/Slm6fQAAAMRJREFUeJzd010PgiAUgOFDp4hIM4sPpeho/f//mIbVELlvvRcHtmdjjA0AtsJ5a5hiuGFRyLcf5QLiUIDA3bRnKcrNpEsIco9FFqHYl0UW4YClzCLssJJZhCNWKfJVHSoxxdP3pVIEeQidl/Ad+0NUWhsLTTtOd9Eqwqt2rb954/SloU65GUJPjnpw1Or5sQPaAW0G7dX31Fmjlb/bPkYi3YDy4zRE8YVu1oZlnGH/k2/LHzkUfPCqXqwaz2Q8+dmvOIMn7EYO1H6DqPsAAAAASUVORK5CYII=)
}
.link_file_jpg {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAjCAMAAACw/5reAAAAAXNSR0IB2cksfwAAAEtQTFRFAAAAAIuVAIyVAIyVAIyVAIyWAIyVAI2VAIuVAI2VAI+PAIyVAIqVAIyVAIuTAIyVAIuUAI2VAIyVAIyUAI2WAIyWAI6WAI+XAIyWJALpUgAAABl0Uk5TAIDf/5/Q4LDAYBDwMO9Az3B/kKCPUD8gv1+1RX4AAAC4SURBVHic1dPLDsIgEIXhM4wgTLn0qn3/J7WtVdMCO134r0i+ZCDQAqT43AV7xJoOsbm+1VgcYwvLbl9TjqJ3LSGkYV9F+Cb4KiJykCrCcZIqouWUo1Hds8A59p+byhESnw0lfEX/iq5HH9IIGZNyZ6TlAxgmdlZPMZaQJBBPcvMlZNYT3+P+LuexHsLtujyiDcMyFuujzOqEQq3AbQfxRNmeP7qhL6OZa2jN4qkrltaZZLI/e8sQHmI+CNG44qjHAAAAAElFTkSuQmCC)
}
.link-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	font-size: 14px;
	line-height: 1.42857em;
	font-weight: 800;
	text-transform: uppercase
}
.link-list li {
	margin-left: 10px;
	margin-right: 10px;
	width: calc(25% - 20px);
	padding-bottom: 2.14286em
}
.link-list a {
	color: #333;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 3.57143em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 1em;
	border-left: .35714em solid #fdb529
}
.link-list a:hover {
	color: #fdb529;
	text-decoration: none
}
.link-list a.active {
	color: #008c95
}
.link_white {
	color: #fff
}
.link_white:hover {
	text-decoration: underline;
	color: #fff
}
.link_bill, .link_cancel, .link_repeat, .link_wallet {
	background-image: url(../images/assets/refresh-2.svg);
	background-size: 1.75em;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 2em;
	color: #fff;
	font-weight: 700;
	padding-left: 2.5em
}
.link_bill:hover, .link_cancel:hover, .link_repeat:hover, .link_wallet:hover {
	color: #fdb529
}
.link_cancel {
	background-image: url(../images/assets/close-2.svg);
	background-position: left 2px
}
.link_bill {
	background-image: url(../images/assets/receipts.svg)
}
.link_wallet {
	background-image: url(../images/assets/wallet-1.svg)
}
#cboxClose, #cboxNext, #cboxPrevious, .btn, .quantity button {
	background: 0 0;
	border: none;
	padding: 0;
	margin: 0;
	font-family: inherit;
	outline: 0!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	display: inline-block
}
#cboxClose:hover, #cboxNext:hover, #cboxPrevious:hover, .btn:hover, .quantity button:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}
.btn_menu {
	background-image: url(../images/assets/burger-2.svg);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 30px;
	height: 24px;
	display: inline-block
}
.btn_menu.active {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAABbZFH9AAAAAXNSR0IB2cksfwAAABVQTFRFAAAA+7Mo/bYp/bUp/LUo/bUq/7cop3nLOgAAAAd0Uk5TAECg/2CfIHF+BG4AAAB4SURBVHicY2BgZIABASBWdoByWEwZGJiMTaA8Z+MABmFjY4gki7GxIYgwgUqBhCEkTBRKQQUhNFwDmAGTAku6GMMtAkoaw6XAknApiKQDDh6KSlRTUGxAtR3FZaiuRvERqm+TkULCDEggQgkUEvAQBAmzwR2YwAAAJPEf0J9QLYwAAAAASUVORK5CYII=);
	background-size: 26px
}
#cboxNext, #cboxPrevious, .btn_ar {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 36px;
	border: 2px solid #fdb529
}
#cboxNext:after, #cboxPrevious:after, .btn_ar:after {
	content: '';
	border-right: 2px solid;
	border-top: 2px solid;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-color: #fdb529;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative
}
#cboxNext:hover, #cboxPrevious:hover, .btn_ar:hover {
	background-color: #fdb529
}
#cboxNext:hover:after, #cboxPrevious:hover:after, .btn_ar:hover:after {
	border-color: #fff
}
#cboxPrevious:after, .btn_ar-prev:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	left: 2px
}
#cboxNext:after, .btn_ar-next:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 2px
}
.btn_toggle {
	display: block;
	font-size: 14px;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #008c95;
	color: #fff;
	width: 100%;
	text-align: left
}
.btn_toggle:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	float: right;
	margin-top: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.btn_toggle.active:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}
.btn_views {
	width: 60px;
	height: 25px;
	display: block
}
.btn_views:after, .btn_views:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 100% 100%
}
.btn_views:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAAAXNSR0IB2cksfwAAADBQTFRFAAAAMzMzMzMzMzMzMzMzMjIyNDQ0MjIyMzMzNTU1MzMzMjIyMzMzNDQ0NDQ0MzMz2paxQQAAABB0Uk5TALD/kK9wQMBvP/Bg74CPvzZ9EdAAAACISURBVHicYxBSUjJgVlJSZjBSUnJgUE1LLWAKSwtiKE1LVWBQY2ArYEpgSGIoY2DDz9OYOaOAq3NmF0PFzBkKDObl5RtYy8tLGbaXlxsw4ANGSjoBvEpKugx3lJQeUGQ7U+fMJojtRkpaEDOjgF7Da7v9//8beP///8qw//9/uO0xlNmOHJ4CAP1MRC+qCR1EAAAAAElFTkSuQmCC);
	margin-right: 10px;
	opacity: .3
}
.btn_views:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAMAAADzN3VRAAAAAXNSR0IB2cksfwAAAEVQTFRFAAAAMzMzMzMzMzMzMjIyNDQ0MzMzMjIyMzMzNDQ0MDAwNTU1MzMzMzMzMzMzMzMzMzMzMDAwMzMzMjIyMzMzMzMzMzMzeZWV0AAAABd0Uk5TALD/r3BAn39QgBA/4N/wz78g0MDvoG/s7bzWAAAAcUlEQVR4nJ2SSQ6AMAwD3UBoKNDSsvz/qSBxdXpgrpaikR0E4QyQURmjQBQMfZMpMiaBzRyjpz7SwklYHeut5+YmueyMklFpBaq1Y10d64rcDkY7f1k3p4OG5FinjrXR4WI0yEWHu7p/cNMKboH3b+EBcXkMpWXdIz4AAAAASUVORK5CYII=)
}
.btn_views.active:before {
	opacity: 1
}
.btn_views.active:after {
	opacity: .3
}
.logo {
	width: 270px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #008c95;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQ4AAACgCAYAAAD90IKPAAABN2lDQ1BBZG9iZSBSR0IgKDE5OTgpAAAokZWPv0rDUBSHvxtFxaFWCOLgcCdRUGzVwYxJW4ogWKtDkq1JQ5ViEm6uf/oQjm4dXNx9AidHwUHxCXwDxamDQ4QMBYvf9J3fORzOAaNi152GUYbzWKt205Gu58vZF2aYAoBOmKV2q3UAECdxxBjf7wiA10277jTG+38yH6ZKAyNguxtlIYgK0L/SqQYxBMygn2oQD4CpTto1EE9AqZf7G1AKcv8ASsr1fBBfgNlzPR+MOcAMcl8BTB1da4Bakg7UWe9Uy6plWdLuJkEkjweZjs4zuR+HiUoT1dFRF8jvA2AxH2w3HblWtay99X/+PRHX82Vun0cIQCw9F1lBeKEuf1UYO5PrYsdwGQ7vYXpUZLs3cLcBC7dFtlqF8hY8Dn8AwMZP/fNTP8gAAAAJcEhZcwAACxMAAAsTAQCanBgAAAdTaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MiA3OS4xNjA5MjQsIDIwMTcvMDcvMTMtMDE6MDY6MzkgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA2LTA5VDE0OjExOjE2KzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNi0wOVQxNDo1OTo0OCswMzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOC0wNi0wOVQxNDo1OTo0OCswMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJBZG9iZSBSR0IgKDE5OTgpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ2MDBhZTk2LTQ4MWMtZTA0Ni04ZGRiLWZjYmMwNDg2NDMwZSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmUzZDZjYTkyLWU4OTEtNzE0Yi1iYjA4LTk2MjQwYTEwMzRhMyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmY5MWFkMGJkLTIxMjYtZDU0MC1hOWM2LWVmODY0ZmY1Nzc0ZCI+IDxwaG90b3Nob3A6RG9jdW1lbnRBbmNlc3RvcnM+IDxyZGY6QmFnPiA8cmRmOmxpPmFkb2JlOmRvY2lkOnBob3Rvc2hvcDo1NjkxNDc1OS01NjJkLTEyNDctOTYwOS0yMmZiNDM2NmFhOWU8L3JkZjpsaT4gPC9yZGY6QmFnPiA8L3Bob3Rvc2hvcDpEb2N1bWVudEFuY2VzdG9ycz4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpmOTFhZDBiZC0yMTI2LWQ1NDAtYTljNi1lZjg2NGZmNTc3NGQiIHN0RXZ0OndoZW49IjIwMTgtMDYtMDlUMTQ6MTE6MTYrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDpp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);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative
}
.logo:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(data:image/png;base64,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);
	background-size: 164px;
	background-repeat: no-repeat;
	background-position: center center
}
.menu {
	width: 100%;
	border-top: 1px solid #efefef;
	font-size: 14px;
	color: #29212c;
	display: none;
	background-color: #fff
}
.menu a {
	color: inherit;
	text-decoration: none
}
.menu a:hover {
	color: inherit;
	text-decoration: none
}
.menu>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	padding-left: 30px
}
.menu>ul>li:not(:last-child) {
	margin-right: auto
}
.menu>ul>li>a {
	display: block;
	padding-bottom: 20px;
	padding-top: 30px;
	line-height: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative
}
.menu>ul>li>a:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #46b5bc;
	position: absolute;
	top: -2px;
	left: 0;
	opacity: 0;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit
}
.menu>ul>li.active-page>a:after, .menu>ul>li.active>a:after {
	opacity: 1
}
.menu>ul>li:first-child>a {
	position: relative;
	padding-left: 2.85714em
}
.menu>ul>li:first-child>a:before {
	content: '';
	display: inline-block;
	width: 1.42857em;
	height: 1.14286em;
	position: absolute;
	left: 0;
	top: 2em;
	background-image: url(../images/assets/burger.svg);
	background-size: 100% 100%
}
.menu>ul>li>ul {
	position: absolute;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	padding: 10px 28px;
	margin-left: -28px;
	border-top: 1px solid #efefef;
	min-width: 230px;
	line-height: 1;
	-webkit-box-shadow: 0 3px 13px rgba(0,0,0,.1);
	box-shadow: 0 3px 13px rgba(0,0,0,.1);
	z-index: 101
}
.menu>ul>li>ul>li>a {
	color: #008c95;
	text-transform: none;
	font-weight: 400;
	display: block;
	padding: 10px 0
}
.menu>ul>li>ul>li>a:hover {
	color: #008c95;
	text-decoration: underline
}
.ic-user {
	background-image: url(../images/assets/user-male.svg);
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	display: inline-block
}
.ic-user:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%)
}
.ic-user.active {
	background-image: url(../images/assets/user-male-active.svg)
}
.ic-cart {
	background-image: url(../images/assets/shopping-bag.svg);
	background-size: 100% 100%;
	width: 26px;
	height: 30px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	display: inline-block
}
.ic-cart:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%)
}
.ic-search {
	background-image: url(../images/assets/search.svg);
	background-size: 100% 100%;
	width: 14px;
	height: 14px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	display: inline-block
}
.ic-close {
	display: inline-block;
	color: #008c95;
	font-size: 24px;
	position: relative;
	width: 1em;
	height: 1em;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.ic-close:after, .ic-close:before {
	content: '';
	display: block;
	border: 1px solid;
	position: absolute;
	height: 1em;
	top: 0;
	left: 50%;
	margin-left: -1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.ic-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.ic-close:hover {
	-webkit-filter: brightness(80%);
	filter: brightness(80%)
}
.ic-text {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 15px;
	min-height: 20px;
	display: inline-block;
	line-height: 1
}
.ic-text_phone {
	background-image: url(../images/assets/phone.svg)
}
.ic-text_mail {
	background-image: url(../images/assets/mail.svg)
}
.ic-text_loc {
	background-image: url(../images/assets/location-pin.svg)
}
.ic-soc {
	font-size: 18px;
	width: 1.38889em;
	display: inline-block;
	height: 1em;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.ic-soc:hover {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08)
}
.ic-soc_face {
	background-image: url(../images/assets/face.svg)
}
.ic-soc_twi {
	background-image: url(../images/assets/twi.svg)
}
.ic-soc_vk {
	background-image: url(../images/assets/vk.svg)
}
.ic-soc_inst {
	background-image: url(../images/assets/inst.svg)
}
.ic-priv {
	font-size: 10px;
	width: 10em;
	height: 10em;
	border-radius: 50%;
	border: 2px solid #eceef5;
	background-color: #fff;
	background-size: 4em;
	background-position: center center;
	background-repeat: no-repeat
}
.ic-priv_only-icon {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 0;
	background-color: transparent
}
.ic-priv_sklad {
	background-image: url(../images/assets/sklad.svg)
}
.ic-priv_car {
	background-image: url(../images/assets/car.svg)
}
.ic-priv_micro {
	background-image: url(../images/assets/micro.svg);
	background-size: 3.2em
}
.ic-priv_pays {
	background-image: url(../images/assets/pays.svg)
}
.ic-priv_box {
	background-image: url(../images/assets/box.svg)
}
.ic-priv_mail-box {
	background-image: url(../images/assets/mail-box.svg)
}
.ic-priv_bank {
	background-image: url(../images/assets/bank.svg)
}
.ic-priv_card {
	background-image: url(../images/assets/card.svg)
}
.ic-priv_e-money {
	background-image: url(../images/assets/e-money.svg)
}
.ic-priv_nal {
	background-image: url(../images/assets/prise.svg)
}
.ic-priv_nice {
	background-image: url(../images/assets/nice.svg)
}
.ic-priv_circle-cli {
	background-image: url(../images/assets/circle-cli.svg)
}
.ic-priv_corona {
	background-image: url(../images/assets/corona.svg)
}
.ic-priv_chat {
	background-image: url(../images/assets/chat.svg)
}
.ic-priv_time {
	background-image: url(../images/assets/time.svg);
	background-size: 3.6em
}
.ic-galery-hover {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAAXNSR0IB2cksfwAAAFdQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////jkYO6AAAAB10Uk5TADBff6+/3/8Q70+f0LCAYEDA4PCgIFCPz3CQbz+p42MEAAAClElEQVR4nK2Y7WKDIAxFFUVhfiCizm57/+ccAe0US4DO+6et4GkICQSyzK+cFCWtaq2KlgXJka4+MVLy2hEvCUuCfDQuYlfzEQ0h1fZO2/ViMBK9HLeHFYmCDBaiJjGfG2YxKQsagpC5ND2leNnKhDTN5fyy+anF+FUifzcYEF8wyqfxSMDmoYVen952toJPHjgE9AAfrZ7JN5Q2Ksjy1ssxlCkyvtjk4VhKHATk4SRSNo778CuVYjlf50dLOsVyTvEz66hr07JXi+n54sd41hmgfDM9cO5rynX8lIee2jpv1PV13fvaHvrFv5jXOd36eqKYTA+r2r+LEzMJA+PYFwNtjPR2xDGZfJqzoMYEMMPz5Qk1JoABc0zAscPw3sCAY5n9VFjkBTBMWSu6QBoEMOCTTn9wfExBjB4N1wGtx4au8yHMrAE5wEasVxCTjTCcHp/uCIyEDjLUK4jpwccy4OEw5gHjqdBMiMEMkFZuQuWFI1rX1H2WO5j6grkUR6/EgxgVg1FBTN470nMg3WfXQY13uHi8a8JvCr+bkkEctoj3MBW45aaFIlP/X7YgjG5aRGER/M+Svi3CN20wYBV9H0N3n9y0+UJaIebgGPq3I9xUmIA5l9I0DrMet6ebijYIQaRO9FaXkEjd4fes/CcSv5hOSnXKR5j0JhXTuOW1LfYTOc212DelaRoHKNcymCVyDOXVgcpwYo9lPsrGWeMOiauXsnH4d5jyzRFKZuerXkMHaDDlOkdHLWYLp9hxnppNHD3O63juzF5PX1+xMGIgdRe4XIC/s1cjvCHuVQdpbNUyhq86QOJ5x0IL8mNECrrfxoz4ln/UMvkqmynOkl1MdJeCSXUieRXQykXf2UukUXa9wALzF+NHLOhG/3Z+AAAAAElFTkSuQmCC);
	width: 70px;
	height: 70px;
	background-size: 100% 100%;
	display: block
}
.ic-tocart {
	font-size: 14px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../images/assets/tocart.svg);
	width: 2em;
	height: 1.71429em
}
.ic-remove {
	position: relative;
	font-size: 15px;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	display: block;
	border: 2px solid #dbe4eb;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	background-color: #fff
}
.ic-remove:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background-color: #008c95;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.ic-remove:before {
	content: '';
	display: block;
	width: 2px;
	height: 10px;
	background-color: #008c95;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.ic-remove:hover {
	border-color: #008c95;
	background-color: #008c95
}
.ic-remove:hover:after, .ic-remove:hover:before {
	background-color: #fff
}
.ic-soc-b {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #eff0f6;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	background-size: 20px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.ic-soc-b:hover {
	border-color: #fdb529
}
.ic-soc-b_fb {
	background-image: url(../images/assets/face-b.svg);
	background-size: 8px
}
.ic-soc-b_tw {
	background-image: url(../images/assets/twi-b.svg)
}
.ic-soc-b_vk {
	background-image: url(../images/assets/vk-b.svg)
}
.ic-soc-b_inst {
	background-image: url(../images/assets/inst-b.svg);
	background-size: 18px
}
.search-top {
	width: 260px;
	-webkit-flex-basis: 260px;
	-ms-flex-preferred-size: 260px;
	flex-basis: 260px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #fdb529;
	line-height: 1;
	padding-left: 16px
}
.search-top input {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	padding: 0 5px;
	width: 100%;
	background-color: transparent;
	height: 25px;
	line-height: 25px
}
.quantity .search-top form button, .search-top form #cboxClose, .search-top form #cboxNext, .search-top form #cboxPrevious, .search-top form .btn, .search-top form .quantity button {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: 0
}
.search-top__btn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #fdb529;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.menu-catalog {
	position: absolute;
	width: calc(100% - 15px);
	margin-left: 15px;
	left: 0;
	z-index: 100;
	display: none
}
.menu-catalog>ul {
	width: calc(100% - 15px);
	position: relative;
	padding-left: 270px;
	-webkit-box-shadow: 0 3px 13px rgba(0,0,0,.1);
	box-shadow: 0 3px 13px rgba(0,0,0,.1);
	background-color: #fff
}
.menu-catalog>ul:before {
	content: '';
	display: block;
	width: 270px;
	height: 100%;
	background-image: url(../images/img-menu-catalog.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff
}
.menu-catalog>ul>li {
	width: 270px
}
.menu-catalog>ul>li>a {
	font-size: 12px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f6f5f3;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	z-index: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.menu-catalog>ul>li>a span {
	display: inline-block;
	max-width: 100%
}
.menu-catalog>ul>li:last-child>a {
	border-bottom: none
}
.menu-catalog>ul>li.active>a {
	background-color: #46b5bc;
	color: #fff
}
.menu-catalog>ul>li.active>a:after {
	opacity: 1
}
.menu-catalog>ul>li.active>ul {
	visibility: visible;
	opacity: 1
}
.menu-catalog__close {
	position: relative
}
.menu-catalog__close #cboxClose, .menu-catalog__close #cboxNext, .menu-catalog__close #cboxPrevious, .menu-catalog__close .btn, .menu-catalog__close .quantity button, .quantity .menu-catalog__close button {
	right: 25px;
	position: absolute;
	top: 10px;
	z-index: 2
}
.menu-catalog>ul>li>ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	width: calc(100% - 540px);
	height: 100%;
	padding-left: 30px;
	left: 540px;
	top: 0;
	padding-top: 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: baseline;
	-ms-flex-line-pack: baseline;
	align-content: baseline;
	background-color: #fff
}
.menu-catalog>ul>li>ul>li {
	padding-right: 25px;
	max-width: 210px
}
.menu-catalog>ul>li>ul>li>a {
	color: #008c95;
	text-transform: none;
	font-weight: 400;
	display: inline-block;
	padding: 10px 0;
	line-height: 1.2
}
.menu-catalog>ul>li>ul>li>a:hover {
	color: #008c95;
	text-decoration: underline
}
.footer {
	background-color: #1a1a1a;
	font-size: 13px;
	color: #a4a3a3;
	padding-top: 65px;
	position: relative
}
.footer .logo {
	background: 0 0;
	height: auto
}
.footer a {
	color: inherit
}
.footer ul.text-uppercase {
	font-size: 14px
}
.footer li {
	padding: 8px 0
}
.footer li:last-child {
	padding-bottom: 0
}
.footer .link_phone {
	color: #fff
}
.footer address {
	margin-bottom: 25px
}
.footer .row {
	padding-bottom: 70px
}
.footer .link_gotop {
	position: absolute;
	right: 8.64583vw;
	top: -22.5px
}
.footer__logo {
	margin-bottom: 35px
}
.footer__title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	min-height: 40px
}
.footer__bottom {
	border-top: 1px solid #353535;
	padding: 35px 0
}
.footer__bottom .link {
	margin-bottom: 0
}
.footer__bottom .row {
	padding-bottom: 0
}
.metro {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.metro__item {
	width: calc(33.3333333333% - 16px);
	margin: 8px;
	overflow: hidden;
	height: 300px;
	background-size: cover
}
.metro__item:first-child {
	width: calc(66.66666666% - 16px)
}
.metro__link {
	position: relative;
	color: #29212c;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1.4px;
	height: 100%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.metro__link:after {
	content: '';
	display: block;
	background-color: rgba(253,181,41,.56);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABcCAMAAAA780lUAAAAAXNSR0IB2cksfwAAAFdQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////jkYO6AAAAB10Uk5TABA/T3+PML//3yBvz++vX5/QwJCAsOBAUKBg8HCtNjb3AAADn0lEQVR4nK2Z2ZqDIAyFy2itWu2C+/L+zzklgFqrcEDPxUy/Wn5jTMKSywUT+wvCj67iTxCBgyBwEN7ilZJbeMYt0nu2Jmvljyc7xH7uopVegbfZ13wJenNelGVZcV5/+ejpw2bXmcDLJv262LTFe+aHzg4Ktd111+7cvq0m/s5PdtQkalxlHMd6/QS31PS770HaKYV9TMPVb+8gPFKB0mH2aP4D8n4vPc7xZ21lECVAft3pl8MIsz9ipUwv68t9ydjGDZdqBhrXI/DCkf0R43b8C7FgR51tLMEHt9SYVZjxI8H9K2tP+Gb7YnMQrszLNyMipTj3dYsU+T7bupL5v9AVfiPkKCG6g/ALe286IKIkOgr/cERaJeuSQ/PyGRMxBU5p/85T/NfO5By/CKU0myy/KQ1p4KwfmDC9Ogl+udTfxpPX7UX3GWKFuf/2fAaF+ueJcyiq2LDkNZjXRTBgePK8jnmRvhwcA+HZsqjkYIHpYHw1v9d2+Rzn4Ns5TDo8HGH8MLkjcai8KL7SUZNiwe6GFyGf6A81Ckfxk8md46yB4Ws1iRSuEx6E56qis2pwXHsh+NK/LgL4Ect/TzzVLk+6HX+Ibscreqh3YB4y4GXAt/7sWOXjLr2RK0t/WeistgFM2s8UcfXjN9b4SO40DBXE+GAW9TZ4dIBuhR+JdzucQpHqeut6CAXAqYpxdRenzS8Cp6mvXPw/FU7LO3Ea4FgrMTiTyeQaOxhc1hf6NMT42h2E03QqHVIZM9oLTm6XL1M4fr/WecGjePIHvQFkjw3DyTF6jVRhYxoYTotH7Wyyyb4I5jB8sQRWOxF7QoGPeJFb63l/KtyUW41PqwHLaXLhvLyjNeU5O22hW/y97u0g40GtTFfGe5zkbSqJ10v2Qk2yJ6hcm67CZvPIyVV0ALauueNZLzbb9AJH64FZxfYbTIVvsI26QZT2743oowvZsbCMhNO3jzSLw3iC723C3gfxEr5XitgxvBmuot4XL+Gmozs6q4QaGD+SE9dWuCzwcjWPtncmsRcA174H2zuzURk4K6oGRu7QHGQhDcGKrGzvxDd0BdXKTSPa0VDtnfiBLI11CxZvIjG5K/rYb2nOsqfe7DqV10bvBJPrfngGL90mdWjbSY3KPeIGwe/g6P6YOse1R+Fm5cQXPfhr+KcUhK9lj5779kp6HttUHTlXjwrTVvzdH16lpGM1bJDrrnd9lbt3aMuOKzfVnBdjg5H/AYvBTuTJSJxxAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 93px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.metro__link:hover:after {
	opacity: 1
}
.metro__link span {
	position: absolute;
	display: inline-block;
	width: 215px;
	top: 30px;
	left: 20px;
	text-align: left
}
.metro__link_txt-bottom span {
	top: auto;
	bottom: 30px
}
.border-block {
	position: relative
}
.border-block>.container {
	padding-left: 215px;
	position: relative
}
.border-block__body {
	border: 15px solid #efefef;
	background-color: #fff;
	padding-left: 260px;
	padding-right: 90px;
	font-size: 20px;
	padding-top: 50px;
	padding-bottom: 50px
}
.border-block__body p {
	line-height: 1.8;
	margin-bottom: 30px
}
.border-block__body .text-two-col-new h2, .border-block__body .text-two-col-new2 h2, .border-block__body .text-two-col-new3 h2, .border-block__body .title-h2, .text-two-col-new .border-block__body h2, .text-two-col-new2 .border-block__body h2, .text-two-col-new3 .border-block__body h2 {
	margin-bottom: 30px
}
.border-block__body .after-title p {
	line-height: 1.2
}
.border-block__foto {
	position: absolute;
	z-index: 1;
	width: 370px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding-top: 72px;
	height: 100%
}
.border-block__foto img {
	height: 100%;
	max-width: none
}
.border-block_style2 .border-block__body {
	font-size: 16px
}
.priv-list {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1.6px
}
.priv-list p {
	margin: 0 !important;
}
.priv-list .ic-priv {
	margin-bottom: 20px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.priv-list_column .ic-priv {
	margin-bottom: 0
}
.priv-list_column p {
	padding-left: 30px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.8
}
.priv-list_column span {
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1.6px
}
.priv-list_column>div {
	margin-bottom: 50px
}
.block-img {
	position: relative;
	background-image: url(../images/assets/fon-default.jpg);
	background-size: auto 700px;
	background-position: center top;
	background-repeat: no-repeat
}
.block-img_buyers, .block-img_delivery, .block-img_lk, .block-img_payment, .block-img_press-center, .block-img_product, .block-img_registration {
	padding-top: 350px;
	background-size: auto 510px
}
.block-img_home {
	background-image: url(../images/assets/fon-home.jpg);
	background-size: auto 600px
}
.block-img_buyers {
	background-image: url(../images/assets/fon-buyers.jpg)
}
.block-img_delivery {
	background-image: url(../images/assets/fon-delivery.jpg)
}
.block-img_payment {
	background-image: url(../images/assets/fon-payment.jpg)
}
.block-img_press-center {
	background-image: url(../images/assets/fon-press-center.jpg)
}
.block-img_product {
	background-image: url(../images/assets/fon-product.jpg)
}
.block-img_registration {
	background-image: url(../images/assets/fon-registration.jpg)
}
.block-img_lk {
	background-image: url(../images/assets/fon-lk.jpg)
}
.block-img__title {
	font-size: 150px;
	color: #fff;
	text-align: center;
	width: 100%;
	font-family: Rubik;
	font-weight: 900;
	line-height: 1;
	padding-top: 7.8125vw;
	padding-bottom: 5.20833vw
}
.block-img__title span {
	display: block;
	font-weight: 400;
	font-size: 36px
}
.block-img__text {
	text-align: center;
	color: #fff;
	padding: 130px 0
}
.block-img__text p {
	line-height: 1.71429em;
}
.quest-block {
	background-color: #fff;
	position: relative;
	padding-top: 110px;
	padding-bottom: 110px;
	padding-left: 80px;
	padding-right: 70px;
	line-height: 1.5em
}
.quest-block:before {
	content: '';
	display: block;
	width: 160px;
	height: 3px;
	background-color: #fdb529;
	left: 0;
	top: 50px;
	position: absolute
}
.quest-block:after {
	content: '?';
	font-weight: 800;
	color: #fff;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	background-color: #fdb529;
	top: 31px;
	left: 175px
}
.quest-block .link_phone {
	font-size: 22px
}
.quest-block p {
	padding-top: 12px
}
.card {
	position: relative;
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	-o-transition: box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s
}
.card:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.15);
	box-shadow: 0 0 18px 0 rgba(0,0,0,.15)
}
.card:hover .card__hover-link {
	opacity: 1
}
.row .card {
	height: 100%
}
.card__img {
	height: 250px;
	overflow: hidden
}
.card__img img {
	height: 100%;
	max-width: none
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.card__img img {
width:100%;
height:100%;
-o-object-fit:cover;
object-fit:cover
}
}
.card__date {
	background-color: #fdb529;
	height: 45px;
	line-height: 45px;
	width: 150px;
	white-space: nowrap;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-family: Rubik;
	margin-top: -45px;
	position: relative;
	z-index: 1
}
.card__body {
	padding: 10px 30px 25px 30px
}
.card__body a {
	color: #008c95;
	font-size: 11px;
	text-transform: uppercase
}
.card__body a span {
	font-size: 12px;
	font-weight: 800;
	line-height: 18px;
	padding-top: 10px;
	color: #333
}
.card__body p {
	padding-top: 10px
}
.card__body p a:hover {
	text-decoration: none
}
.card-list .card {
	background-color: #f6f5f3
}
.card-list>div {
	margin-bottom: 30px
}
.card__hover-link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0,140,149,.8);
	color: #fff;
	z-index: 1;
	text-decoration: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.card__hover-link:hover {
	text-decoration: none;
	color: #fff
}
.card__hover-link span:not([class]) {
	font-weight: 700;
	max-width: 80%;
	font-size: 14px
}
.card__hover-link span:not([class])+span {
	margin-top: 20px;
	font-weight: 400;
	font-size: 12px
}
.carousel-logo {
	padding-top: 65px;
	margin-left: -15px;
	margin-right: -15px
}
.carousel-logo .slick-slide {
	outline: 0;
	padding-left: 15px;
	padding-right: 15px
}
.carousel-logo #cboxNext, .carousel-logo #cboxPrevious, .carousel-logo .btn_ar {
	position: absolute;
	top: 0;
	left: 15px;
	z-index: 1
}
.carousel-logo #cboxNext, .carousel-logo .btn_ar-next {
	left: 65px
}
.carousel-logo_arrow-white #cboxNext, .carousel-logo_arrow-white #cboxPrevious, .carousel-logo_arrow-white .btn_ar {
	border-color: #fff
}
.carousel-logo_arrow-white #cboxNext:after, .carousel-logo_arrow-white #cboxPrevious:after, .carousel-logo_arrow-white .btn_ar:after {
	border-color: #fff
}
.carousel-logo_arrow-white #cboxNext:hover, .carousel-logo_arrow-white #cboxPrevious:hover, .carousel-logo_arrow-white .btn_ar:hover {
	border-color: #fdb529
}
.carousel-logo__img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 140px;
	overflow: hidden;
	background-color: #f6f5f3;
	padding-left: 15px;
	padding-right: 15px
}
.carousel-logo__img img {
	max-height: 100%;
	max-width: 100%
}
.carousel-main {
	max-height: 675px;
	overflow: hidden;
	background-image: url(../images/assets/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}
.carousel-main.slick-initialized {
	max-height: none
}
.carousel-main .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.carousel-main .container {
	position: relative;
	z-index: 1
}
.carousel-main .carousel-main__item {
	opacity: 0
}
.carousel-main .slick-dots {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	padding-left: 40px
}
.carousel-main .slick-dots li {
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-bottom: 12px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: pointer;
	position: relative;
	line-height: 0
}
.carousel-main .slick-dots li:last-child {
	margin: 0
}
.carousel-main .slick-dots li.slick-active {
	background-color: #fff
}
.carousel-main .slick-dots button {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 1px;
	top: 0;
	left: 0
}
.carousel-main__item {
	padding-top: 125px;
	padding-bottom: 110px;
	background-size: cover;
	min-height: 650px;
	position: relative;
	background-position: center center;
	color: #fff;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	float: none;
	height: auto
}
.carousel-main__item p {
	padding-top: 35px;
	max-width: 420px;
	line-height: 24px;
	text-shadow: 0 0 5px rgba(0,0,0,.15)
}
.carousel-main__item .link_btn {
	margin-top: 35px
}
.carousel-main__item_bg-for-product {
	background-image: url(../images/assets/bg-for-product.jpg);
	background-position: left center
}
.carousel-main__title {
	font-family: Rubik;
	font-size: 72px;
	font-weight: 900;
	line-height: 1.15;
	text-transform: uppercase;
	text-shadow: 0 0 5px rgba(0,0,0,.15)
}
.carousel-main__title span {
	display: block;
	font-size: 48px;
	font-weight: 400;
	padding-top: 5px
}
.carousel-main__product-img {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1170px;
	right: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/assets/bg-product-elips.png);
	background-size: cover;
	background-position: center center
}
.carousel-main__product-img>div {
	font-size: 20px;
	width: 22em;
	height: 22em;
	border-radius: 50%;
	background-color: #fff;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.carousel-main__product-img img {
	max-width: 16em;
	max-height: 16em
}
.box-icon {
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 24px
}
.box-icon .ic-priv {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px
}
.box-icon p {
	color: #777
}
.box-icon span {
	display: block;
	text-transform: uppercase;
	color: #333;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 20px;
	min-height: 30px
}
.galery {
	font-size: 20px;
	height: 38.5em;
	position: relative
}
.galery__item {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative
}
.galery__item img {
	max-width: none
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
.galery__item img img {
height:100%;
-o-object-fit:cover;
object-fit:cover
}
}
.galery__item .link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,140,149,.71);
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	top: 0;
	left: 0;
	z-index: 1
}
.galery__item:hover .link {
	opacity: 1
}
.galery__row-1 .col-12 .galery__item {
	height: 22.5em
}
.galery__row-1 .col-12 .galery__item img {
	height: 103%
}
.galery__row-1 .col-sm-6 .galery__item {
	height: 10.5em
}
.galery__row-1 .col-sm-6 .galery__item img {
	height: 105%
}
.galery__row-2>div:last-child .galery__item {
	height: 22.5em
}
.galery__row-2>div:last-child .galery__item img {
	height: 105%
}
.galery__row-2>div:first-child .galery__item {
	height: 10.5em
}
.galery__row-2>div:first-child .galery__item img {
	height: 105%
}
.product-line {
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 70px;
	padding-left: 20px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	-o-transition: box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s;
	position: relative
}
.product-line:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.product-line .link {
	color: inherit;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 10px 15px;
	padding-left: 0;
	display: inline-block;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.product-line .link:hover {
	color: #008c95
}
.product-line .link span {
	display: block;
	color: #777;
	display: block;
	font-weight: 700;
	text-transform: none
}
.product-line__price {
	font-size: 18px;
	padding-right: 35px;
	margin-left: auto;
	min-width: 200px
}
.product-line__price span {
	font-size: 14px;
	text-decoration: line-through;
	color: #999;
	padding-left: 13px;
	font-weight: 400
}
.product-line__add {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	min-width: 70px;
	background-color: #008c95;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	padding-right: 0
}
.product-line__add:hover {
	background-color: #fdb529
}
.product-line__remove {
	position: absolute;
	right: -15px;
	top: -15px
}
.product-line__quantity {
	padding-left: 35px;
	font-size: 16px
}
.product {
	background-color: #fff;
	color: #777
}
.product table {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 45px;
	font-size: 16px;
	color: #333
}
.product table td {
	height: 3.125em;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	width: 50%;
	padding-top: .625em;
	padding-bottom: .625em
}
.product table td:first-child {
	color: #777;
	padding-right: .9375em
}
.product table td:last-child {
	font-weight: 800
}
.product table .product__price {
	font-size: 1.125em;
	font-weight: 800
}
.product__price {
	white-space: nowrap;
	color: #333
}
.product__price_old {
	font-weight: 400;
	text-decoration: line-through;
	padding-left: .66667em;
	font-size: .77778em;
	color: #777
}
.product__img {
	font-size: 20px;
	background-color: #f6f5f3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 18.5em;
	height: 17em;
	position: relative;
	overflow: hidden
}
.product__img img {
	height: 100%;
	max-width: none
}
.product__labels {
	position: absolute;
	right: 0;
	top: 1.7em
}
.product__labels_left {
	right: auto;
	left: 0
}
.product_style2 table {
	display: block;
	width: 100%;
	border-bottom: 1px solid #efefef
}
.product_style2 table tbody {
	display: block
}
.product_style2 table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #efefef
}
.product_style2 table td {
	width: auto;
	display: block;
	height: auto;
	border: none
}
.product_style2 table td:first-child {
	color: #333;
	max-width: 270px;
	font-weight: 700;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.product_style2 table td:nth-child(2) {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}
.product_style2 table td:last-child {
	margin-left: auto
}
.product_style2 table .product__price_old {
	display: block;
	padding-left: 0
}
.product_style2 .quantity {
	width: 130px;
	padding-left: 35px;
	padding-right: 35px;
	margin-right: 20px
}
.product_style2 .quantity input {
	line-height: 40px
}
.product_style2 .quantity button {
	width: 36px
}
.product_style2 .link_btn {
	font-size: 12px
}
input[type=number] {
	-moz-appearance: textfield;
	outline: 0!important
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
margin:0
}
.quantity {
	position: relative;
	width: 10.625em;
	border: 1px solid #ddd;
	background-color: #fff;
	padding-left: 2.5em;
	padding-right: 2.5em;
	font-size: 16px
}
.quantity input {
	border: none;
	padding: 0;
	line-height: 3.125em;
	color: #333;
	font-weight: 800;
	text-align: center;
	width: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 1em
}
.quantity button {
	position: absolute;
	width: 2.5625em;
	height: 100%;
	top: 0;
	text-align: center;
	color: #008c95;
	font-weight: 800;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.quantity button:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background-color: #008c95;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.quantity button:hover {
	background-color: #008c95
}
.quantity button:hover:after, .quantity button:hover:before {
	background-color: #fff
}
.quantity button.nice-select.open, .quantity button:active {
	background-color: #fff
}
.quantity button.nice-select.open:after, .quantity button.nice-select.open:before, .quantity button:active:after, .quantity button:active:before {
	background-color: #008c95
}
.quantity__up {
	right: 0
}
.quantity__up:before {
	content: '';
	display: block;
	width: 2px;
	height: 10px;
	background-color: #008c95;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.quantity__down {
	left: 0
}
.quantity__down:after {
	content: "-"
}
.tabs {
	background-color: #f6f5f3
}
.tabs__menu {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
	color: #777
}
.tabs__menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3.75em
}
.tabs__menu ul li {
	padding-right: 50px
}
.tabs__menu ul li:last-child {
	padding-right: 0
}
.tabs__menu a {
	text-decoration: none;
	display: inline-block;
	color: inherit;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	padding-bottom: .75em;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px
}
.tabs__menu a.active {
	color: #333;
	border-color: #fdb529
}
.tabs__menu a:hover {
	color: #333
}
.tabs__item {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	font-size: 14px;
	line-height: 1.8
}
.tabs__item.active {
	position: relative;
	visibility: visible;
	opacity: 1;
	height: auto
}
.tabs__item p {
	margin-bottom: 20px
}
.tabs__item .ic-priv {
	font-size: 7px;
	background-color: transparent;
	border-color: #ddd
}
.tabs__item .priv-list_column p {
	padding-left: 20px;
	margin-bottom: 0
}
.tabs__item .priv-list_column>div {
	margin-bottom: 20px
}
.tabs__btn {
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 15px;
	border-top: 1px solid #ddd;
	text-transform: uppercase;
	color: #777;
	font-weight: 800;
	margin-left: -15px;
	margin-right: -15px
}
.tabs__btn:after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	float: right;
	margin-top: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.tabs__btn:hover {
	text-decoration: none;
	color: #777
}
.tabs__btn.active, .tabs__btn.active:hover {
	color: #333;
	text-decoration: none
}
.tabs__btn.active:after, .tabs__btn.active:hover:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}
.tabs__title {
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px
}
.product-list.product-list_tile .product-list__card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 350px;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.05);
	box-shadow: 0 0 5px rgba(0,0,0,.05);
	line-height: 1.42857em
}
.product-list.product-list_tile .product-list__card:hover .product-list__hover {
	opacity: 1
}
.product-list.product-list_tile .product-list__price {
	font-size: 1.28571em;
	font-weight: 800;
	margin-top: 20px
}
.product-list.product-list_tile .product-list__price span {
	font-size: .77778em;
	color: #999;
	text-decoration: line-through;
	padding-left: .8em;
	font-weight: 400
}
.product-list.product-list_tile .product-list__link-name {
	color: #333;
	text-decoration: none;
	margin-bottom: auto
}
.product-list.product-list_tile .product-list__link-name:hover {
	color: #333;
	text-decoration: none
}
.product-list.product-list_tile .product-list__img {
	height: 175px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px
}
.product-list.product-list_tile .product-list__hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,140,149,.75);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	text-decoration: none
}
.product-list.product-list_tile .product-list__hover:hover {
	text-decoration: none
}
.product-list.product-list_tile .product-list__hover .link_border-white:hover {
	border-color: #fff;
	color: #fff;
	background-color: transparent
}
.product-list.product-list_tile .product-list__add-link {
	display: none
}
.product-list.product-list_tile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 30px
}
.product-list.product-list_tile .product-list__card {
	width: calc(25% - 30px);
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px
}
.product-list.product-list_lines {
	padding-top: 30px;
	padding-bottom: 20px
}
.product-list.product-list_lines .product-list__card {
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 70px;
	padding-left: 20px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	-o-transition: box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s
}
.product-list.product-list_lines .product-list__card:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.product-list.product-list_lines .product-list__card .product-list__hover, .product-list.product-list_lines .product-list__card .product-list__img {
	display: none
}
.product-list.product-list_lines .product-list__card .product-list__link-name {
	color: inherit;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 10px 15px;
	padding-left: 0;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.product-list.product-list_lines .product-list__card .product-list__link-name:hover {
	color: #008c95
}
.product-list.product-list_lines .product-list__card .product-list__price {
	font-size: 18px;
	padding-right: 35px;
	margin-left: auto;
	min-width: 200px
}
.product-list.product-list_lines .product-list__card .product-list__price span {
	font-size: 14px;
	text-decoration: line-through;
	color: #999;
	padding-left: 13px;
	font-weight: 400
}
.product-list.product-list_lines .product-list__card .product-list__add-link {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	min-width: 70px;
	background-color: #008c95;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	padding-right: 0
}
.product-list.product-list_lines .product-list__card .product-list__add-link:hover {
	background-color: #fdb529
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 2px;
	border: solid 1px #ddd;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 13px;
	font-weight: 400;
	height: 35px;
	line-height: 33px;
	outline: 0;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left!important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}
.nice-select:hover {
	border-color: #d0d0d0
}
.nice-select.open, .nice-select:active {
	border-color: #999
}
.nice-select:after {
	border-bottom: 2px solid #008c95;
	border-right: 2px solid #008c95;
	content: '';
	display: block;
	height: 10px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 10px
}
.nice-select .current {
	height: 35px;
	line-height: 33px;
	font-weight: 700
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scaleY(1) translateY(0);
	-ms-transform: scaleY(1) translateY(0);
	transform: scaleY(1) translateY(0)
}
.nice-select.disabled {
	border-color: #e2e2e2;
	color: #999;
	pointer-events: none
}
.nice-select.disabled:after {
	border-color: #ddd
}
.nice-select.wide {
	width: 100%
}
.nice-select.wide .list {
	left: 0!important;
	right: 0!important
}
.nice-select.right {
	float: right
}
.nice-select.right .list {
	left: auto;
	right: 0
}
.nice-select.small {
	font-size: 10px;
	height: 24px;
	line-height: 22px
}
.nice-select.small:after {
	height: 4px;
	width: 4px
}
.nice-select.small .option {
	line-height: 22px;
	min-height: 22px
}
.nice-select .list {
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 1px rgba(68,68,68,.11);
	box-shadow: 0 0 0 1px rgba(68,68,68,.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scaleY(0) translateY(-17.5px);
	-ms-transform: scaleY(0) translateY(-17.5px);
	transform: scaleY(0) translateY(-17.5px);
	-webkit-transition: all .2s, opacity .15s ease-out;
	-o-transition: all .2s, opacity .15s ease-out;
	transition: all .2s, opacity .15s ease-out;
	z-index: 9
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent!important
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 33px;
	list-style: none;
	min-height: 33px;
	outline: 0;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
	background-color: #f6f6f6
}
.nice-select .option.selected {
	font-weight: 700
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}
.no-csspointerevents .nice-select .list {
	display: none
}
.no-csspointerevents .nice-select.open .list {
	display: block
}
.filters {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	padding: 0 20px;
	color: #999;
	font-size: 13px;
	padding-top: 15px
}
.filters>div {
	margin-bottom: 15px
}
.filters .views-categories {
	height: 25px;
	margin-left: 30px
}
.form__title {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 1em
}
.form__title_small {
	font-size: 16px
}
.form .link_btn {
	line-height: 2.92857em;
	height: 3.21429em
}
.form__item {
	margin-bottom: 20px;
	position: relative
}
.form__item>label {
	display: block
}
.form__item span {
	font-size: 14px;
	font-weight: 700;
	display: block;
	padding-bottom: 5px
}
.form__bottom {
	text-align: center
}
.form__error {
	position: absolute;
	top: -15px;
	font-size: 12px;
	line-height: 1;
	color: red;
	text-transform: uppercase;
	font-weight: 700;
	display: block
}
.form_search {
	background-color: #008c95;
	padding: 30px 35px;
	padding-bottom: 10px;
	font-size: 14px
}
.form_search input {
	border: 1px solid #ddd;
	width: 100%;
	background-color: #fff;
	line-height: 43px;
	padding: 0 20px;
	font-size: 14px;
	color: #777
}
.form_search .link {
	width: 12.14286em
}
.form_search p {
	color: #fff;
	line-height: 25px
}
.form_authorized {
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	position: relative
}
.form_authorized .form__title {
	letter-spacing: 2px
}
.form_authorized .link_btn {
	width: 10em
}
.form_authorized__forgot-pas {
	height: 0;
	text-align: right;
	position: relative;
	top: -10px
}
.form_authorized .checkbox {
	white-space: nowrap
}
.form_quest {
	color: #777
}
.form__item p {
	font-size: 14px;
	line-height: 1.9;
}
.input {
	border: 1px solid #ddd;
	width: 100%;
	line-height: 43px;
	background-color: #fff;
	padding: 0 15px;
	outline: 0!important;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	color: #777
}
.input:focus {
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,.1);
	box-shadow: 0 0 1px rgba(0,0,0,.1);
	border-color: #a4a4a4
}
.input:invalid:not(:placeholder-shown) {
border-color:#fb280b
}
.input:valid:not(:placeholder-shown) {
border-color:#ddd
}
.input_error {
	border: 1px solid #fb280b!important
}
.input_mail {
	padding-right: 30px;
	background-image: url(../images/assets/input_mail.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center
}
.input_pas {
	padding-right: 30px;
	background-image: url(../images/assets/input-pas.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center
}
.input_name {
	padding-right: 30px;
	background-image: url(../images/assets/input-name.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center
}
.input_phone {
	padding-right: 30px;
	background-image: url(../images/assets/input-phone.svg);
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center
}
.input_textarea {
	line-height: 1.5;
	padding-top: 8px;
	padding-bottom: 8px;
	max-height: 175px;
	min-width: 100%;
	max-width: 100%;
	min-height: 175px
}
.input_textarea_w100 {
	min-width: 100%;
	max-width: 100%;
	min-height: 80px
}
.checkbox {
	display: inline-block;
	position: relative;
	min-width: 20px;
	min-height: 20px;
	padding-left: 20px;
	cursor: pointer;
	margin-bottom: 0;
	line-height: 20px;
	font-size: 14px
}
.checkbox input {
	display: none
}
.checkbox span {
	padding-left: 15px;
	display: inline-block
}
.checkbox__box {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 0!important;
	background-image: url(../images/assets/checkbox.svg);
	background-position: 40px;
	background-repeat: no-repeat
}
.checkbox input:checked~.checkbox__box {
	background-color: #fdb529;
	border-color: #fdb529;
	background-position: center center
}
.checkbox_radio .checkbox__box {
	border: 2px solid #dbe4eb;
	border-radius: 50%;
	background-color: #fff;
	background-image: none
}
.checkbox_radio input:checked~.checkbox__box {
	background-color: #fff;
	border-color: #fdb529;
	border-width: 6px
}
.checkbox a {
	text-decoration: underline
}
.checkbox-list li:not(:last-child) {
	margin-bottom: 30px
}
.checkbox-list span {
	display: block
}
.checkbox-list .font-weight-bold {
	font-size: 16px;
	margin-bottom: 5px
}
.lk {
	padding-left: 25px;
	padding-right: 25px;
	background-color: #fff;
	padding-top: 35px;
	padding-bottom: 25px
}
.lk__user {
	font-size: 22px;
	margin-bottom: 25px
}
.lk__user span {
	font-weight: 700
}
.lk__inf {
	line-height: 24px
}
.lk__inf span {
	font-weight: 700
}
.lk .link_btn {
	margin-top: 20px
}
.order-box {
	font-size: 14px;
	margin-bottom: 50px
}
.order-box__id {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 20px
}
.order-box__id span {
	font-size: 14px;
	font-weight: 400
}
.order-box__body {
	background-color: #fff
}
.order-box__inf {
	font-weight: 700;
	margin-bottom: 15px
}
.order-box__inf span {
	font-weight: 400
}
.order-box__control {
	height: 100%;
	background-color: #008c95;
	padding-left: 20px
}
.order-box__control li {
	margin-bottom: 15px
}
.basket-list__head {
	margin-bottom: 15px
}
.basket-list__head>.row>div:first-child span {
	padding-left: 20px
}
.basket-list__head span {
	font-size: 14px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	font-weight: 800
}
.basket-list .product-line {
	display: block;
	padding-left: 0
}
.basket-list .product-line>.row {
	min-height: 70px
}
.basket-list .product-line .link {
	white-space: normal;
	padding-left: 20px
}
.basket-list .product-line__price {
	margin-left: 0;
	min-width: 0;
	white-space: nowrap
}
.basket-list .product-line__price span {
	display: block;
	padding-left: 0
}
.basket-list__opt {
	padding-bottom: 10px;
	color: #777
}
.basket-list__total {
	font-size: 24px;
	font-weight: 800;
	text-align: right;
	padding-top: 15px
}
.basket-list__total>span {
	display: block
}
.basket-list__total>span span {
	padding-left: 5px
}
.basket-list__total>span:last-child {
	font-size: .75em;
	font-weight: 700
}
.slider-galery {
	max-height: 550px;
	overflow: hidden
}
.slider-galery img {
	width: 100%
}
.slider-galery__item {
	position: relative;
	overflow: hidden;
	max-height: 550px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.slider-galery__text {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 66.6666666%;
	width: 100%;
	padding: 4% 0;
	padding-left: 8%;
	padding-right: 1%;
	background-color: #fff;
	background-color: rgba(0,140,149,.81)
}
.slider-galery .slick-dots {
	position: absolute
}
.slider-galery #cboxNext, .slider-galery #cboxPrevious, .slider-galery .btn_ar {
	position: absolute;
	z-index: 1;
	font-size: 10px;
	width: 7em;
	height: 7em;
	top: 50%;
	margin-top: -3.5em;
	background-image: url(../images/assets/arrow-slide.svg);
	background-size: 2.6em;
	background-repeat: no-repeat;
	background-position: 60% center;
	border: none;
	background-color: #008c95;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.slider-galery #cboxNext:after, .slider-galery #cboxPrevious:after, .slider-galery .btn_ar:after {
	display: none
}
.slider-galery #cboxNext:hover, .slider-galery #cboxPrevious:hover, .slider-galery .btn_ar:hover {
	background-color: #fdb529
}
.slider-galery #cboxPrevious, .slider-galery .btn_ar-prev {
	left: 0;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.slider-galery #cboxNext, .slider-galery .btn_ar-next {
	right: 0
}
.slider-galery .slick-dots {
	position: absolute;
	left: 50px;
	top: 30px;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	z-index: 2
}
.slider-galery .slick-dots li {
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 12px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: pointer;
	position: relative;
	line-height: 0
}
.slider-galery .slick-dots li:last-child {
	margin: 0
}
.slider-galery .slick-dots li.slick-active {
	background-color: #fff
}
.slider-galery .slick-dots button {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 1px;
	top: 0;
	left: 0;
	visibility: hidden
}
#cboxOverlay, #cboxWrapper, #colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
#cboxWrapper {
	max-width: none
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%
}
#cboxBottomLeft, #cboxMiddleLeft {
	clear: left
}
#cboxContent {
	position: relative
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch
}
#cboxTitle {
	margin: 0
}
#cboxLoadingGraphic, #cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
	cursor: pointer
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}
#cboxContent, #cboxLoadedContent, #colorbox {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box
}
#cboxOverlay {
	background: #000;
	opacity: .9
}
#colorbox {
	outline: 0
}
#cboxContent {
	background: #000
}
.cboxIframe {
	background: #fff
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}
#cboxLoadedContent {
	background: #fff
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0;
	color: #ccc
}
#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center
}
#cboxClose, #cboxSlideshow {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: 0 0
}
#cboxClose.nice-select.open, #cboxClose:active, #cboxNext.nice-select.open, #cboxNext:active, #cboxPrevious.nice-select.open, #cboxPrevious:active, #cboxSlideshow.nice-select.open, #cboxSlideshow:active {
	outline: 0
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff
}
#cboxNext, #cboxPrevious {
	background-color: #008c95;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -20px
}
#cboxNext:after, #cboxPrevious:after {
	border-color: #fff
}
#cboxNext {
	right: 0
}
#cboxPrevious {
	left: 0
}
#cboxClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 16px;
	width: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background-color: #008c95
}
#cboxClose:hover {
	background-color: #fdb529
}
.article-wrap-style>* {
	margin-bottom: 30px
}
.article-wrap-style h1, .article-wrap-style h2, .article-wrap-style h3, .article-wrap-style h4, .article-wrap-style h5, .article-wrap-style h6 {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px
}
.article-wrap-style h1 {
	font-size: 36px;
	margin-bottom: 1.11111em
}
.article-wrap-style h2 {
	font-size: 24px;
	color: #008c95;
	margin-bottom: 1.11111em
}
.article-wrap-style h3 {
	font-size: 18px;
	margin-bottom: 1.11111em
}
.article-wrap-style h4 {
	font-weight: 700;
	margin-bottom: 1.11111em
}
.article-wrap-style .card-list {
	margin-bottom: 50px;
	margin-top: 50px
}
.article-wrap-style .slider-galery {
	margin-top: 50px;
	margin-bottom: 50px
}
.article-wrap-style p {
	line-height: 1.71429em;
	margin-bottom: 30px;
}
.bx_ordercart .bx_ordercart_order_table_container {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	font-size: 14px;
	font-weight: 800;
	padding-bottom: 10px
}
.bx_ordercart .bx_ordercart_order_table_container table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px
}
.bx_ordercart .bx_ordercart_order_table_container table .bx_ordercart_itemtitle {
	text-transform: uppercase;
	padding-right: 15px
}
.bx_ordercart .bx_ordercart_order_table_container table .bx_ordercart_itemtitle a {
	color: #333;
	text-decoration: none
}
.bx_ordercart .bx_ordercart_order_table_container table .bx_ordercart_itemtitle a:hover {
	color: #008c95;
	text-decoration: none
}
.bx_ordercart .bx_ordercart_order_table_container table td.margin {
	min-width: 20px
}
.bx_ordercart .bx_ordercart_order_table_container table .current_price, .bx_ordercart .bx_ordercart_order_table_container table tbody td:nth-child(5) {
	font-size: 18px;
	white-space: nowrap;
	padding-right: 15px
}
.bx_ordercart .bx_ordercart_order_table_container table .old_price {
	text-decoration: line-through;
	color: #999;
	font-weight: 400;
	white-space: nowrap
}
.bx_ordercart .bx_ordercart_order_table_container table thead {
	letter-spacing: 1.4px;
	text-transform: uppercase
}
.bx_ordercart .bx_ordercart_order_table_container table thead td {
	padding-bottom: 15px
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td {
	background-color: #fff;
	padding: 5px 0;
	height: 70px
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td:nth-child(4) {
	padding-right: 15px
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom>span:first-child {
	display: none
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.custom input {
	border: 1px solid #ddd;
	border-right: none;
	width: 83px;
	max-width: 83px!important;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	font-weight: 800
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.control {
	text-align: right
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.control a {
	font-size: 10px;
	text-transform: uppercase;
	color: #008c95
}
.bx_ordercart .bx_ordercart_order_table_container table tbody td.control a:hover {
	text-decoration: none;
	color: #fdb529
}
.bx_ordercart .bx_ordercart_order_table_container table table {
	border-collapse: collapse;
	width: auto
}
.bx_ordercart .bx_ordercart_order_table_container table table td {
	padding: 0;
	margin: 0;
	height: auto
}
.bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus {
	background-image: none;
	width: 25px;
	height: 25px;
	display: block;
	border: 1px solid #ddd;
	position: relative
}
.bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus:after, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background-color: #008c95;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus:hover, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus:hover {
	background-color: #008c95
}
.bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus:hover:after, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus:hover:before, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus:hover:after, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus:hover:before {
	background-color: #fff
}
.bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus.nice-select.open, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus:active, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus.nice-select.open, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus:active {
	background-color: #fff
}
.bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus.nice-select.open:after, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus.nice-select.open:before, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus:active:after, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus:active:before, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus.nice-select.open:after, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus.nice-select.open:before, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus:active:after, .bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus:active:before {
	background-color: #008c95
}
.bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.minus {
	border-top: none
}
.bx_ordercart .bx_ordercart_order_table_container .basket_quantity_control a.plus:before {
	content: '';
	display: block;
	width: 2px;
	height: 10px;
	background-color: #008c95;
	top: 50%;
	margin-top: -5px;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

@media (min-width:576px) {
.d-sm-none {
	display: none!important
}
.d-sm-inline {
	display: inline!important
}
.d-sm-inline-block {
	display: inline-block!important
}
.d-sm-block {
	display: block!important
}
.d-sm-table {
	display: table!important
}
.d-sm-table-row {
	display: table-row!important
}
.d-sm-table-cell {
	display: table-cell!important
}
.d-sm-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-sm-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
.flex-sm-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-sm-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-sm-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-sm-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-sm-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-sm-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-sm-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-sm-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-sm-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-sm-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-sm-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-sm-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-sm-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-sm-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-sm-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-sm-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-sm-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-sm-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-sm-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-sm-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-sm-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-sm-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-sm-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-sm-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-sm-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-sm-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-sm-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
.float-sm-left {
	float: left!important
}
.float-sm-right {
	float: right!important
}
.float-sm-none {
	float: none!important
}
.m-sm-0 {
	margin: 0!important
}
.mt-sm-0, .my-sm-0 {
	margin-top: 0!important
}
.mr-sm-0, .mx-sm-0 {
	margin-right: 0!important
}
.mb-sm-0, .my-sm-0 {
	margin-bottom: 0!important
}
.ml-sm-0, .mx-sm-0 {
	margin-left: 0!important
}
.m-sm-1 {
	margin: .25rem!important
}
.mt-sm-1, .my-sm-1 {
	margin-top: .25rem!important
}
.mr-sm-1, .mx-sm-1 {
	margin-right: .25rem!important
}
.mb-sm-1, .my-sm-1 {
	margin-bottom: .25rem!important
}
.ml-sm-1, .mx-sm-1 {
	margin-left: .25rem!important
}
.m-sm-2 {
	margin: .5rem!important
}
.mt-sm-2, .my-sm-2 {
	margin-top: .5rem!important
}
.mr-sm-2, .mx-sm-2 {
	margin-right: .5rem!important
}
.mb-sm-2, .my-sm-2 {
	margin-bottom: .5rem!important
}
.ml-sm-2, .mx-sm-2 {
	margin-left: .5rem!important
}
.m-sm-3 {
	margin: 1rem!important
}
.mt-sm-3, .my-sm-3 {
	margin-top: 1rem!important
}
.mr-sm-3, .mx-sm-3 {
	margin-right: 1rem!important
}
.mb-sm-3, .my-sm-3 {
	margin-bottom: 1rem!important
}
.ml-sm-3, .mx-sm-3 {
	margin-left: 1rem!important
}
.m-sm-4 {
	margin: 1.5rem!important
}
.mt-sm-4, .my-sm-4 {
	margin-top: 1.5rem!important
}
.mr-sm-4, .mx-sm-4 {
	margin-right: 1.5rem!important
}
.mb-sm-4, .my-sm-4 {
	margin-bottom: 1.5rem!important
}
.ml-sm-4, .mx-sm-4 {
	margin-left: 1.5rem!important
}
.m-sm-5 {
	margin: 3rem!important
}
.mt-sm-5, .my-sm-5 {
	margin-top: 3rem!important
}
.mr-sm-5, .mx-sm-5 {
	margin-right: 3rem!important
}
.mb-sm-5, .my-sm-5 {
	margin-bottom: 3rem!important
}
.ml-sm-5, .mx-sm-5 {
	margin-left: 3rem!important
}
.p-sm-0 {
	padding: 0!important
}
.pt-sm-0, .py-sm-0 {
	padding-top: 0!important
}
.pr-sm-0, .px-sm-0 {
	padding-right: 0!important
}
.pb-sm-0, .py-sm-0 {
	padding-bottom: 0!important
}
.pl-sm-0, .px-sm-0 {
	padding-left: 0!important
}
.p-sm-1 {
	padding: .25rem!important
}
.pt-sm-1, .py-sm-1 {
	padding-top: .25rem!important
}
.pr-sm-1, .px-sm-1 {
	padding-right: .25rem!important
}
.pb-sm-1, .py-sm-1 {
	padding-bottom: .25rem!important
}
.pl-sm-1, .px-sm-1 {
	padding-left: .25rem!important
}
.p-sm-2 {
	padding: .5rem!important
}
.pt-sm-2, .py-sm-2 {
	padding-top: .5rem!important
}
.pr-sm-2, .px-sm-2 {
	padding-right: .5rem!important
}
.pb-sm-2, .py-sm-2 {
	padding-bottom: .5rem!important
}
.pl-sm-2, .px-sm-2 {
	padding-left: .5rem!important
}
.p-sm-3 {
	padding: 1rem!important
}
.pt-sm-3, .py-sm-3 {
	padding-top: 1rem!important
}
.pr-sm-3, .px-sm-3 {
	padding-right: 1rem!important
}
.pb-sm-3, .py-sm-3 {
	padding-bottom: 1rem!important
}
.pl-sm-3, .px-sm-3 {
	padding-left: 1rem!important
}
.p-sm-4 {
	padding: 1.5rem!important
}
.pt-sm-4, .py-sm-4 {
	padding-top: 1.5rem!important
}
.pr-sm-4, .px-sm-4 {
	padding-right: 1.5rem!important
}
.pb-sm-4, .py-sm-4 {
	padding-bottom: 1.5rem!important
}
.pl-sm-4, .px-sm-4 {
	padding-left: 1.5rem!important
}
.p-sm-5 {
	padding: 3rem!important
}
.pt-sm-5, .py-sm-5 {
	padding-top: 3rem!important
}
.pr-sm-5, .px-sm-5 {
	padding-right: 3rem!important
}
.pb-sm-5, .py-sm-5 {
	padding-bottom: 3rem!important
}
.pl-sm-5, .px-sm-5 {
	padding-left: 3rem!important
}
.m-sm-auto {
	margin: auto!important
}
.mt-sm-auto, .my-sm-auto {
	margin-top: auto!important
}
.mr-sm-auto, .mx-sm-auto {
	margin-right: auto!important
}
.mb-sm-auto, .my-sm-auto {
	margin-bottom: auto!important
}
.ml-sm-auto, .mx-sm-auto {
	margin-left: auto!important
}
.text-sm-left {
	text-align: left!important
}
.text-sm-right {
	text-align: right!important
}
.text-sm-center {
	text-align: center!important
}
.container {
	max-width: 540px
}
.col-sm {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-sm-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-sm-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-sm-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-sm-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-sm-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-sm-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-sm-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-sm-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-sm-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-sm-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-sm-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-sm-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-sm-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-sm-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-sm-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-sm-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-sm-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-sm-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-sm-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-sm-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-sm-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-sm-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-sm-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-sm-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-sm-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-sm-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-sm-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-sm-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-sm-0 {
	margin-left: 0
}
.offset-sm-1 {
	margin-left: 8.33333%
}
.offset-sm-2 {
	margin-left: 16.66667%
}
.offset-sm-3 {
	margin-left: 25%
}
.offset-sm-4 {
	margin-left: 33.33333%
}
.offset-sm-5 {
	margin-left: 41.66667%
}
.offset-sm-6 {
	margin-left: 50%
}
.offset-sm-7 {
	margin-left: 58.33333%
}
.offset-sm-8 {
	margin-left: 66.66667%
}
.offset-sm-9 {
	margin-left: 75%
}
.offset-sm-10 {
	margin-left: 83.33333%
}
.offset-sm-11 {
	margin-left: 91.66667%
}
.header__phone {
	display: block
}
}

@media (min-width:768px) {
.d-md-none {
	display: none!important
}
.d-md-inline {
	display: inline!important
}
.d-md-inline-block {
	display: inline-block!important
}
.d-md-block {
	display: block!important
}
.d-md-table {
	display: table!important
}
.d-md-table-row {
	display: table-row!important
}
.d-md-table-cell {
	display: table-cell!important
}
.d-md-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-md-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
.flex-md-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-md-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-md-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-md-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-md-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-md-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-md-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-md-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-md-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-md-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-md-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-md-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-md-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-md-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-md-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-md-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-md-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-md-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-md-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-md-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-md-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-md-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-md-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-md-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-md-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-md-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-md-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-md-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
.float-md-left {
	float: left!important
}
.float-md-right {
	float: right!important
}
.float-md-none {
	float: none!important
}
.m-md-0 {
	margin: 0!important
}
.mt-md-0, .my-md-0 {
	margin-top: 0!important
}
.mr-md-0, .mx-md-0 {
	margin-right: 0!important
}
.mb-md-0, .my-md-0 {
	margin-bottom: 0!important
}
.ml-md-0, .mx-md-0 {
	margin-left: 0!important
}
.m-md-1 {
	margin: .25rem!important
}
.mt-md-1, .my-md-1 {
	margin-top: .25rem!important
}
.mr-md-1, .mx-md-1 {
	margin-right: .25rem!important
}
.mb-md-1, .my-md-1 {
	margin-bottom: .25rem!important
}
.ml-md-1, .mx-md-1 {
	margin-left: .25rem!important
}
.m-md-2 {
	margin: .5rem!important
}
.mt-md-2, .my-md-2 {
	margin-top: .5rem!important
}
.mr-md-2, .mx-md-2 {
	margin-right: .5rem!important
}
.mb-md-2, .my-md-2 {
	margin-bottom: .5rem!important
}
.ml-md-2, .mx-md-2 {
	margin-left: .5rem!important
}
.m-md-3 {
	margin: 1rem!important
}
.mt-md-3, .my-md-3 {
	margin-top: 1rem!important
}
.mr-md-3, .mx-md-3 {
	margin-right: 1rem!important
}
.mb-md-3, .my-md-3 {
	margin-bottom: 1rem!important
}
.ml-md-3, .mx-md-3 {
	margin-left: 1rem!important
}
.m-md-4 {
	margin: 1.5rem!important
}
.mt-md-4, .my-md-4 {
	margin-top: 1.5rem!important
}
.mr-md-4, .mx-md-4 {
	margin-right: 1.5rem!important
}
.mb-md-4, .my-md-4 {
	margin-bottom: 1.5rem!important
}
.ml-md-4, .mx-md-4 {
	margin-left: 1.5rem!important
}
.m-md-5 {
	margin: 3rem!important
}
.mt-md-5, .my-md-5 {
	margin-top: 3rem!important
}
.mr-md-5, .mx-md-5 {
	margin-right: 3rem!important
}
.mb-md-5, .my-md-5 {
	margin-bottom: 3rem!important
}
.ml-md-5, .mx-md-5 {
	margin-left: 3rem!important
}
.p-md-0 {
	padding: 0!important
}
.pt-md-0, .py-md-0 {
	padding-top: 0!important
}
.pr-md-0, .px-md-0 {
	padding-right: 0!important
}
.pb-md-0, .py-md-0 {
	padding-bottom: 0!important
}
.pl-md-0, .px-md-0 {
	padding-left: 0!important
}
.p-md-1 {
	padding: .25rem!important
}
.pt-md-1, .py-md-1 {
	padding-top: .25rem!important
}
.pr-md-1, .px-md-1 {
	padding-right: .25rem!important
}
.pb-md-1, .py-md-1 {
	padding-bottom: .25rem!important
}
.pl-md-1, .px-md-1 {
	padding-left: .25rem!important
}
.p-md-2 {
	padding: .5rem!important
}
.pt-md-2, .py-md-2 {
	padding-top: .5rem!important
}
.pr-md-2, .px-md-2 {
	padding-right: .5rem!important
}
.pb-md-2, .py-md-2 {
	padding-bottom: .5rem!important
}
.pl-md-2, .px-md-2 {
	padding-left: .5rem!important
}
.p-md-3 {
	padding: 1rem!important
}
.pt-md-3, .py-md-3 {
	padding-top: 1rem!important
}
.pr-md-3, .px-md-3 {
	padding-right: 1rem!important
}
.pb-md-3, .py-md-3 {
	padding-bottom: 1rem!important
}
.pl-md-3, .px-md-3 {
	padding-left: 1rem!important
}
.p-md-4 {
	padding: 1.5rem!important
}
.pt-md-4, .py-md-4 {
	padding-top: 1.5rem!important
}
.pr-md-4, .px-md-4 {
	padding-right: 1.5rem!important
}
.pb-md-4, .py-md-4 {
	padding-bottom: 1.5rem!important
}
.pl-md-4, .px-md-4 {
	padding-left: 1.5rem!important
}
.p-md-5 {
	padding: 3rem!important
}
.pt-md-5, .py-md-5 {
	padding-top: 3rem!important
}
.pr-md-5, .px-md-5 {
	padding-right: 3rem!important
}
.pb-md-5, .py-md-5 {
	padding-bottom: 3rem!important
}
.pl-md-5, .px-md-5 {
	padding-left: 3rem!important
}
.m-md-auto {
	margin: auto!important
}
.mt-md-auto, .my-md-auto {
	margin-top: auto!important
}
.mr-md-auto, .mx-md-auto {
	margin-right: auto!important
}
.mb-md-auto, .my-md-auto {
	margin-bottom: auto!important
}
.ml-md-auto, .mx-md-auto {
	margin-left: auto!important
}
.text-md-left {
	text-align: left!important
}
.text-md-right {
	text-align: right!important
}
.text-md-center {
	text-align: center!important
}
.container {
	max-width: 768px
}
.col-md {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-md-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-md-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-md-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-md-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-md-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-md-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-md-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-md-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-md-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-md-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-md-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-md-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-md-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-md-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-md-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-md-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-md-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-md-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-md-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-md-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-md-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-md-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-md-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-md-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-md-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-md-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-md-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-md-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-md-0 {
	margin-left: 0
}
.offset-md-1 {
	margin-left: 8.33333%
}
.offset-md-2 {
	margin-left: 16.66667%
}
.offset-md-3 {
	margin-left: 25%
}
.offset-md-4 {
	margin-left: 33.33333%
}
.offset-md-5 {
	margin-left: 41.66667%
}
.offset-md-6 {
	margin-left: 50%
}
.offset-md-7 {
	margin-left: 58.33333%
}
.offset-md-8 {
	margin-left: 66.66667%
}
.offset-md-9 {
	margin-left: 75%
}
.offset-md-10 {
	margin-left: 83.33333%
}
.offset-md-11 {
	margin-left: 91.66667%
}
.metro__link_white {
	color: #fff
}
.metro__link_white:hover {
	color: #fff
}
.tabs__item {
	display: block!important
}
}

@media (min-width:992px) {
.d-lg-none {
	display: none!important
}
.d-lg-inline {
	display: inline!important
}
.d-lg-inline-block {
	display: inline-block!important
}
.d-lg-block {
	display: block!important
}
.d-lg-table {
	display: table!important
}
.d-lg-table-row {
	display: table-row!important
}
.d-lg-table-cell {
	display: table-cell!important
}
.d-lg-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-lg-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
.flex-lg-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-lg-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-lg-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-lg-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-lg-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;

	flex-wrap: wrap-reverse!important
}
.justify-content-lg-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-lg-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-lg-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-lg-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-lg-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-lg-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-lg-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-lg-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-lg-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-lg-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-lg-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-lg-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-lg-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-lg-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-lg-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-lg-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-lg-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-lg-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-lg-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-lg-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-lg-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-lg-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
.float-lg-left {
	float: left!important
}
.float-lg-right {
	float: right!important
}
.float-lg-none {
	float: none!important
}
.m-lg-0 {
	margin: 0!important
}
.mt-lg-0, .my-lg-0 {
	margin-top: 0!important
}
.mr-lg-0, .mx-lg-0 {
	margin-right: 0!important
}
.mb-lg-0, .my-lg-0 {
	margin-bottom: 0!important
}
.ml-lg-0, .mx-lg-0 {
	margin-left: 0!important
}
.m-lg-1 {
	margin: .25rem!important
}
.mt-lg-1, .my-lg-1 {
	margin-top: .25rem!important
}
.mr-lg-1, .mx-lg-1 {
	margin-right: .25rem!important
}
.mb-lg-1, .my-lg-1 {
	margin-bottom: .25rem!important
}
.ml-lg-1, .mx-lg-1 {
	margin-left: .25rem!important
}
.m-lg-2 {
	margin: .5rem!important
}
.mt-lg-2, .my-lg-2 {
	margin-top: .5rem!important
}
.mr-lg-2, .mx-lg-2 {
	margin-right: .5rem!important
}
.mb-lg-2, .my-lg-2 {
	margin-bottom: .5rem!important
}
.ml-lg-2, .mx-lg-2 {
	margin-left: .5rem!important
}
.m-lg-3 {
	margin: 1rem!important
}
.mt-lg-3, .my-lg-3 {
	margin-top: 1rem!important
}
.mr-lg-3, .mx-lg-3 {
	margin-right: 1rem!important
}
.mb-lg-3, .my-lg-3 {
	margin-bottom: 1rem!important
}
.ml-lg-3, .mx-lg-3 {
	margin-left: 1rem!important
}
.m-lg-4 {
	margin: 1.5rem!important
}
.mt-lg-4, .my-lg-4 {
	margin-top: 1.5rem!important
}
.mr-lg-4, .mx-lg-4 {
	margin-right: 1.5rem!important
}
.mb-lg-4, .my-lg-4 {
	margin-bottom: 1.5rem!important
}
.ml-lg-4, .mx-lg-4 {
	margin-left: 1.5rem!important
}
.m-lg-5 {
	margin: 3rem!important
}
.mt-lg-5, .my-lg-5 {
	margin-top: 3rem!important
}
.mr-lg-5, .mx-lg-5 {
	margin-right: 3rem!important
}
.mb-lg-5, .my-lg-5 {
	margin-bottom: 3rem!important
}
.ml-lg-5, .mx-lg-5 {
	margin-left: 3rem!important
}
.p-lg-0 {
	padding: 0!important
}
.pt-lg-0, .py-lg-0 {
	padding-top: 0!important
}
.pr-lg-0, .px-lg-0 {
	padding-right: 0!important
}
.pb-lg-0, .py-lg-0 {
	padding-bottom: 0!important
}
.pl-lg-0, .px-lg-0 {
	padding-left: 0!important
}
.p-lg-1 {
	padding: .25rem!important
}
.pt-lg-1, .py-lg-1 {
	padding-top: .25rem!important
}
.pr-lg-1, .px-lg-1 {
	padding-right: .25rem!important
}
.pb-lg-1, .py-lg-1 {
	padding-bottom: .25rem!important
}
.pl-lg-1, .px-lg-1 {
	padding-left: .25rem!important
}
.p-lg-2 {
	padding: .5rem!important
}
.pt-lg-2, .py-lg-2 {
	padding-top: .5rem!important
}
.pr-lg-2, .px-lg-2 {
	padding-right: .5rem!important
}
.pb-lg-2, .py-lg-2 {
	padding-bottom: .5rem!important
}
.pl-lg-2, .px-lg-2 {
	padding-left: .5rem!important
}
.p-lg-3 {
	padding: 1rem!important
}
.pt-lg-3, .py-lg-3 {
	padding-top: 1rem!important
}
.pr-lg-3, .px-lg-3 {
	padding-right: 1rem!important
}
.pb-lg-3, .py-lg-3 {
	padding-bottom: 1rem!important
}
.pl-lg-3, .px-lg-3 {
	padding-left: 1rem!important
}
.p-lg-4 {
	padding: 1.5rem!important
}
.pt-lg-4, .py-lg-4 {
	padding-top: 1.5rem!important
}
.pr-lg-4, .px-lg-4 {
	padding-right: 1.5rem!important
}
.pb-lg-4, .py-lg-4 {
	padding-bottom: 1.5rem!important
}
.pl-lg-4, .px-lg-4 {
	padding-left: 1.5rem!important
}
.p-lg-5 {
	padding: 3rem!important
}
.pt-lg-5, .py-lg-5 {
	padding-top: 3rem!important
}
.pr-lg-5, .px-lg-5 {
	padding-right: 3rem!important
}
.pb-lg-5, .py-lg-5 {
	padding-bottom: 3rem!important
}
.pl-lg-5, .px-lg-5 {
	padding-left: 3rem!important
}
.m-lg-auto {
	margin: auto!important
}
.mt-lg-auto, .my-lg-auto {
	margin-top: auto!important
}
.mr-lg-auto, .mx-lg-auto {
	margin-right: auto!important
}
.mb-lg-auto, .my-lg-auto {
	margin-bottom: auto!important
}
.ml-lg-auto, .mx-lg-auto {
	margin-left: auto!important
}
.text-lg-left {
	text-align: left!important
}
.text-lg-right {
	text-align: right!important
}
.text-lg-center {
	text-align: center!important
}
.container {
	max-width: 990px
}
.col-lg {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-lg-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-lg-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-lg-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-lg-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-lg-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-lg-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-lg-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-lg-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-lg-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-lg-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-lg-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-lg-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-lg-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-lg-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-lg-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-lg-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-lg-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-lg-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-lg-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-lg-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-lg-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-lg-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-lg-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-lg-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-lg-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-lg-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-lg-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-lg-0 {
	margin-left: 0
}
.offset-lg-1 {
	margin-left: 8.33333%
}
.offset-lg-2 {
	margin-left: 16.66667%
}
.offset-lg-3 {
	margin-left: 25%
}
.offset-lg-4 {
	margin-left: 33.33333%
}
.offset-lg-5 {
	margin-left: 41.66667%
}
.offset-lg-6 {
	margin-left: 50%
}
.offset-lg-7 {
	margin-left: 58.33333%
}
.offset-lg-8 {
	margin-left: 66.66667%
}
.offset-lg-9 {
	margin-left: 75%
}
.offset-lg-10 {
	margin-left: 83.33333%
}
.offset-lg-11 {
	margin-left: 91.66667%
}
.header>.container {
	position: relative
}
.menu {
	display: block!important
}
.menu>ul:hover>li:hover>a:after {
	opacity: 1
}
.menu>ul:hover>li:not(:hover)>a:after {
	opacity: 0
}
.menu>ul>li:hover>ul {
	visibility: visible;
	opacity: 1
}
.search-top {
	position: relative
}
.search-top__body {
	display: block!important
}
.menu-catalog>ul>li>a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-left-color: #46b5bc;
	border-width: 10px;
	margin-top: -10px;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	opacity: 0
}
.menu-catalog>ul:hover>li:hover>a {
	background-color: #46b5bc;
	color: #fff
}
.menu-catalog>ul:hover>li:hover>a:after {
	opacity: 1
}
.menu-catalog>ul:hover>li:hover>ul {
	visibility: visible;
	opacity: 1
}
.menu-catalog>ul:hover>li:not(:hover)>a {
	background-color: #f6f5f3;
	color: inherit
}
.menu-catalog>ul:hover>li:not(:hover)>a:after {
	opacity: 0
}
.menu-catalog>ul:hover>li:not(:hover)>ul {
	visibility: hidden;
	opacity: 0
}
.quantity_small {
	width: 6.875em;
	padding-right: 1.5625em;
	padding-left: 0
}
.quantity_small button {
	width: 1.5625em;
	height: 1.5625em;
	left: auto;
	right: 0
}
.quantity_small input {
	padding-left: .625em;
	border-left: none;
	padding-right: .625em;
	font-size: 1em;
	line-height: 3.125em
}
.quantity_small .quantity__down {
	top: 1.5625em;
	border-top: 1px solid #ddd
}
}

@media (min-width:1200px) {
.d-xl-none {
	display: none!important
}
.d-xl-inline {
	display: inline!important
}
.d-xl-inline-block {
	display: inline-block!important
}
.d-xl-block {
	display: block!important
}
.d-xl-table {
	display: table!important
}
.d-xl-table-row {
	display: table-row!important
}
.d-xl-table-cell {
	display: table-cell!important
}
.d-xl-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-xl-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
.flex-xl-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-xl-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-xl-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-xl-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-xl-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-xl-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-xl-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-xl-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-xl-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-xl-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-xl-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-xl-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-xl-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-xl-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-xl-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-xl-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-xl-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-xl-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-xl-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-xl-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-xl-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-xl-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-xl-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-xl-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-xl-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-xl-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-xl-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
.float-xl-left {
	float: left!important
}
.float-xl-right {
	float: right!important
}
.float-xl-none {
	float: none!important
}
.m-xl-0 {
	margin: 0!important
}
.mt-xl-0, .my-xl-0 {
	margin-top: 0!important
}
.mr-xl-0, .mx-xl-0 {
	margin-right: 0!important
}
.mb-xl-0, .my-xl-0 {
	margin-bottom: 0!important
}
.ml-xl-0, .mx-xl-0 {
	margin-left: 0!important
}
.m-xl-1 {
	margin: .25rem!important
}
.mt-xl-1, .my-xl-1 {
	margin-top: .25rem!important
}
.mr-xl-1, .mx-xl-1 {
	margin-right: .25rem!important
}
.mb-xl-1, .my-xl-1 {
	margin-bottom: .25rem!important
}
.ml-xl-1, .mx-xl-1 {
	margin-left: .25rem!important
}
.m-xl-2 {
	margin: .5rem!important
}
.mt-xl-2, .my-xl-2 {
	margin-top: .5rem!important
}
.mr-xl-2, .mx-xl-2 {
	margin-right: .5rem!important
}
.mb-xl-2, .my-xl-2 {
	margin-bottom: .5rem!important
}
.ml-xl-2, .mx-xl-2 {
	margin-left: .5rem!important
}
.m-xl-3 {
	margin: 1rem!important
}
.mt-xl-3, .my-xl-3 {
	margin-top: 1rem!important
}
.mr-xl-3, .mx-xl-3 {
	margin-right: 1rem!important
}
.mb-xl-3, .my-xl-3 {
	margin-bottom: 1rem!important
}
.ml-xl-3, .mx-xl-3 {
	margin-left: 1rem!important
}
.m-xl-4 {
	margin: 1.5rem!important
}
.mt-xl-4, .my-xl-4 {
	margin-top: 1.5rem!important
}
.mr-xl-4, .mx-xl-4 {
	margin-right: 1.5rem!important
}
.mb-xl-4, .my-xl-4 {
	margin-bottom: 1.5rem!important
}
.ml-xl-4, .mx-xl-4 {
	margin-left: 1.5rem!important
}
.m-xl-5 {
	margin: 3rem!important
}
.mt-xl-5, .my-xl-5 {
	margin-top: 3rem!important
}
.mr-xl-5, .mx-xl-5 {
	margin-right: 3rem!important
}
.mb-xl-5, .my-xl-5 {
	margin-bottom: 3rem!important
}
.ml-xl-5, .mx-xl-5 {
	margin-left: 3rem!important
}
.p-xl-0 {
	padding: 0!important
}
.pt-xl-0, .py-xl-0 {
	padding-top: 0!important
}
.pr-xl-0, .px-xl-0 {
	padding-right: 0!important
}
.pb-xl-0, .py-xl-0 {
	padding-bottom: 0!important
}
.pl-xl-0, .px-xl-0 {
	padding-left: 0!important
}
.p-xl-1 {
	padding: .25rem!important
}
.pt-xl-1, .py-xl-1 {
	padding-top: .25rem!important
}
.pr-xl-1, .px-xl-1 {
	padding-right: .25rem!important
}
.pb-xl-1, .py-xl-1 {
	padding-bottom: .25rem!important
}
.pl-xl-1, .px-xl-1 {
	padding-left: .25rem!important
}
.p-xl-2 {
	padding: .5rem!important
}
.pt-xl-2, .py-xl-2 {
	padding-top: .5rem!important
}
.pr-xl-2, .px-xl-2 {
	padding-right: .5rem!important
}
.pb-xl-2, .py-xl-2 {
	padding-bottom: .5rem!important
}
.pl-xl-2, .px-xl-2 {
	padding-left: .5rem!important
}
.p-xl-3 {
	padding: 1rem!important
}
.pt-xl-3, .py-xl-3 {
	padding-top: 1rem!important
}
.pr-xl-3, .px-xl-3 {
	padding-right: 1rem!important
}
.pb-xl-3, .py-xl-3 {
	padding-bottom: 1rem!important
}
.pl-xl-3, .px-xl-3 {
	padding-left: 1rem!important
}
.p-xl-4 {
	padding: 1.5rem!important
}
.pt-xl-4, .py-xl-4 {
	padding-top: 1.5rem!important
}
.pr-xl-4, .px-xl-4 {
	padding-right: 1.5rem!important
}
.pb-xl-4, .py-xl-4 {
	padding-bottom: 1.5rem!important
}
.pl-xl-4, .px-xl-4 {
	padding-left: 1.5rem!important
}
.p-xl-5 {
	padding: 3rem!important
}
.pt-xl-5, .py-xl-5 {
	padding-top: 3rem!important
}
.pr-xl-5, .px-xl-5 {
	padding-right: 3rem!important
}
.pb-xl-5, .py-xl-5 {
	padding-bottom: 3rem!important
}
.pl-xl-5, .px-xl-5 {
	padding-left: 3rem!important
}
.m-xl-auto {
	margin: auto!important
}
.mt-xl-auto, .my-xl-auto {
	margin-top: auto!important
}
.mr-xl-auto, .mx-xl-auto {
	margin-right: auto!important
}
.mb-xl-auto, .my-xl-auto {
	margin-bottom: auto!important
}
.ml-xl-auto, .mx-xl-auto {
	margin-left: auto!important
}
.text-xl-left {
	text-align: left!important
}
.text-xl-right {
	text-align: right!important
}
.text-xl-center {
	text-align: center!important
}
.container {
	max-width: 1200px
}
.col-xl {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-xl-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-xl-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-xl-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-xl-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-xl-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-xl-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-xl-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-xl-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-xl-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-xl-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-xl-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-xl-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-xl-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-xl-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-xl-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-xl-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-xl-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-xl-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-xl-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-xl-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-xl-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-xl-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-xl-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-xl-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-xl-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-xl-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-xl-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-xl-0 {
	margin-left: 0
}
.offset-xl-1 {
	margin-left: 8.33333%
}
.offset-xl-2 {
	margin-left: 16.66667%
}
.offset-xl-3 {
	margin-left: 25%
}
.offset-xl-4 {
	margin-left: 33.33333%
}
.offset-xl-5 {
	margin-left: 41.66667%
}
.offset-xl-6 {
	margin-left: 50%
}
.offset-xl-7 {
	margin-left: 58.33333%
}
.offset-xl-8 {
	margin-left: 66.66667%
}
.offset-xl-9 {
	margin-left: 75%
}
.offset-xl-10 {
	margin-left: 83.33333%
}
.offset-xl-11 {
	margin-left: 91.66667%
}
.header__phone {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}
.product-line__remove {
	right: 20px;
	top: 20px
}
}

@media screen and (min-width:1660px) {
.carousel-main__product-img {
	right: 100px
}
}

@media screen and (max-width:1440px) {
.footer .link_gotop {
	right: 20px
}
}

@media screen and (max-width:1400px) {
.carousel-main__product-img {
	width: 922px
}
}

@media screen and (max-width:1330px) {
.carousel-main .slick-dots {
	height: auto;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	top: auto;
	bottom: 0;
	padding-bottom: 20px
}
.carousel-main .slick-dots li {
	margin-bottom: 0;
	margin-right: 12px
}
}

@media (max-width:1199.98px) {
.bg-img-side__img {
	width: 63%
}
.link_img {
	height: 200px
}
.link-list {
	font-size: 12px
}
.menu {
	font-size: 13px
}
.menu-catalog>ul {
	padding-left: 0
}
.menu-catalog>ul:before {
	display: none
}
.menu-catalog>ul>li>a {
	padding-left: 10px;
	padding-right: 10px
}
.menu-catalog>ul>li>ul {
	left: 270px;
	width: calc(100% - 270px)
}
.border-block__body {
	padding-left: 200px
}
.quest-block {
	padding-left: 15px;
	padding-right: 15px
}
.carousel-main__product-img {
	background-image: none;
	width: auto;
	padding-right: 50px
}
.box-icon span {
	min-height: 42px;
	margin-bottom: 10px
}
.galery {
	font-size: 16px
}
.product_style2 table td:first-child {
	max-width: 200px
}
.product_style2 .product__img {
	font-size: 17px
}
.product-list.product-list_tile {
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 20px
}
.product-list.product-list_tile .product-list__card {
	width: calc(25% - 10px);
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px
}
.form_authorized .checkbox {
	font-size: 13px
}
.basket-list .product-line {
	margin-bottom: 30px
}
.basket-list__total {
	padding-top: 0
}
}

@media (max-width:991.98px) {
.text-two-col-new h2, .text-two-col-new2 h2, .text-two-col-new3 h2, .title-h2 {
	font-size: 30px;
	text-align: center
}
.indent-1 {
	height: 80px
}
.indent-2 {
	height: 35px
}
.display-1 {
	font-size: 36px
}
.bg-two-color:before {
	display: none
}
.bg-two-color__right {
	color: #fff
}
.bx-breadcrumb {
	font-size: 12px;
	padding: .85714em 0
}
.bg-img-side__img {
	width: 100%
}
.bg-img-side .block-text {
	background-color: rgba(255,255,255,.9)
}
.toggle-menu {
	font-size: 13px
}
.map__tab {
	position: relative;
	width: 100%;
	top: 0;
	margin-bottom: -100px;
	font-size: 16px;
	left: 0
}
.text-two-col-new p {
	-webkit-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	column-gap: 0
}
.text-two-col-new2 {
	-webkit-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	column-gap: 0
}
.text-two-col-new3 {
	-webkit-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	column-gap: 0
}
.text-two-col-new3 p {
	margin-bottom: 30px;
	padding: 0!important;
	width: calc(100% - 30px)
}
.header>.container {
	min-height: 0;
	height: 90px
}
.header__body {
	max-width: calc(100% - 240px)
}
.header__top {
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 90px;
	align-items: center;
	padding-right: 0
}
.header__cart {
	margin-right: 38px
}
.header__user {
	margin-right: 20px
}
.link-list li {
	width: calc(33.33333333% - 20px);
	padding-bottom: 15px
}
.link-list a {
	padding-left: 10px;
	border-width: 2px
}
.logo {
	width: 240px
}
.menu {
	position: absolute;
	top: 90px;
	left: 0;
	border-top: none;
	padding-top: 47px
}
.menu li {
	cursor: pointer
}
.menu>ul {
	max-width: 768px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 0
}
.menu>ul>li {
	border-bottom: 1px solid #efefef;
	position: relative
}
.menu>ul>li>a {
	padding-left: 35px;
	padding-top: 19px;
	padding-bottom: 19px
}
.menu>ul>li>a:after {
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 3px;
	opacity: 1;
	left: 20px
}
.menu>ul>li:first-child>a {
	padding-left: 35px
}
.menu>ul>li:first-child>a:before {
	background-image: none;
	display: block;
	left: auto;
	right: 15px;
	top: 21px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #008c95;
	border-right: 2px solid #008c95;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.menu>ul>li:first-child.active>a:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}
.menu>ul>li>ul {
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	opacity: 1;
	visibility: visible;
	border-top: none;
	margin-left: 0;
	display: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
.search-top {
	-webkit-flex-basis: 30px;
	-ms-flex-preferred-size: 30px;
	flex-basis: 30px;
	margin-right: 20px;
	padding-left: 0;
	border-bottom: none
}
.search-top input {
	padding-top: 0
}
.quantity .search-top form button, .search-top form #cboxClose, .search-top form #cboxNext, .search-top form #cboxPrevious, .search-top form .btn, .search-top form .quantity button {
	left: 15px
}
.search-top form {
	padding-top: 10px;
	width: 100%;
	max-width: 738px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 33px;
	position: relative;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px
}
.search-top__body {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	display: none;
	z-index: 1;
	background-color: #fff
}
.menu-catalog {
	position: relative;
	width: 100%;
	margin-left: 0
}
.menu-catalog>ul {
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff
}
.menu-catalog>ul>li {
	width: 100%;
	position: relative
}
.menu-catalog>ul>li:after {
	content: '';
	background-image: none;
	display: block;
	position: absolute;
	right: 15px;
	top: 27px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	z-index: 1
}
.menu-catalog>ul>li.active:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}
.menu-catalog>ul>li>a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136,183,213,0);
	border-top-color: #46b5bc;
	border-width: 10px;
	margin-left: -10px;
	opacity: 0
}
.menu-catalog>ul>li>a {
	background-color: #46b5bc;
	color: #fff!important
}
.menu-catalog>ul>li.active>ul {
	display: block
}
.menu-catalog>ul>li>ul {
	position: relative;
	display: none;
	visibility: visible;
	-webkit-column-count: 3;
	column-count: 3;
	left: 0;
	height: auto;
	width: 100%;
	padding-bottom: 12px
}
.menu-catalog>ul>li>ul>li {
	max-width: none;
	padding-right: 15px
}
.metro__link span {
	background-color: #45b4bb;
	padding: 5px
}
.border-block>.container {
	z-index: 1
}
.border-block>.container {
	padding-left: 15px;
	padding-right: 15px
}
.border-block__body {
	padding-left: 60px;
	padding-right: 60px;
	text-align: center
}
.border-block__foto {
	position: relative;
	width: 100%;
	margin-bottom: -70px;
	height: auto
}
.border-block__foto img {
	width: 100%;
	height: auto
}
.priv-list p {
	margin-bottom: 20px;
	padding-left: 20px
}
.block-img_buyers, .block-img_delivery, .block-img_lk, .block-img_payment, .block-img_press-center, .block-img_product, .block-img_registration {
	padding-top: 240px;
	background-size: auto 400px
}
.block-img__text {
	padding: 90px 0
}
.quest-block {
	padding-left: 60px;
	padding-right: 60px
}
.carousel-logo {
	padding-top: 30px;
	padding-bottom: 70px
}
.carousel-logo #cboxNext, .carousel-logo #cboxPrevious, .carousel-logo .btn_ar {
	left: 50%;
	margin-left: -50px;
	top: auto;
	bottom: 0
}
.carousel-logo #cboxNext, .carousel-logo .btn_ar-next {
	left: 50%;
	margin-left: auto;
	margin-right: -50px
}
.carousel-main__title {
	font-size: 60px
}
.carousel-main__title span {
	font-size: 36px
}
.carousel-main__product-img>div {
	font-size: 13px
}
.galery {
	font-size: 13px
}
.product-line {
	white-space: normal
}
.product-line__price {
	padding-right: 15px;
	min-width: 180px
}
.product-line__quantity {
	line-height: 45px;
	padding-left: 0
}
.product__img {
	font-size: 16px
}
.product_style2 table tr {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.product_style2 table td:first-child {
	width: 50%;
	max-width: none
}
.product_style2 table td:nth-child(2) {
	width: 153px;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	margin-left: auto
}
.tabs__menu {
	font-size: 13px
}
.product-list.product-list_tile {
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 0
}
.product-list.product-list_tile .product-list__card {
	width: calc(33.333333333333% - 30px);
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px
}
.product-list.product-list_lines .product-list__card {
	white-space: normal
}
.product-list.product-list_lines .product-list__card .product-list__price {
	padding-right: 15px;
	min-width: 180px
}
.form_authorized .checkbox {
	font-size: 14px
}
.basket-list__head span {
	letter-spacing: normal
}
.basket-list .product-line {
	padding-bottom: 20px;
	text-align: center
}
.basket-list .product-line .link {
	width: 100%;
	border-bottom: 1px solid #dadada;
	margin-bottom: 15px;
	font-size: 16px;
	padding-bottom: 15px;
	padding-top: 15px
}
.basket-list .product-line__price {
	height: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.basket-list .product-line .quantity {
	font-size: 14px;
	margin-left: auto;
	margin-right: auto
}
.slider-galery__text {
	padding: 20px
}
.slider-galery #cboxNext, .slider-galery #cboxPrevious, .slider-galery .btn_ar {
	font-size: 8px
}
}

@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 (max-width:767.98px) {
.text-two-col-new h2, .text-two-col-new2 h2, .text-two-col-new3 h2, .title-h2 {
	font-size: 24px;
}
.display-1 {
	font-size: 24px
}
.bg-elipsis {
	background-image: none
}
.bx-breadcrumb {
	font-size: 10px
}
.after-title {
	font-size: 20px
}
.block-text {
	padding: 40px 30px
}
.pagination {
	font-size: 12px
}
.toggle-block_mob {
	display: none;
	padding: 20px;
	background-color: #f6f5f3
}
.toggle-menu {
	font-size: 12px;
	padding: 10px;
	padding-right: 50px
}
.toggle-menu:after {
	width: 40px;
	background-size: 12px
}
.toggle-item {
	font-size: 14px
}
.article-h h1 {
	font-size: 28px
}
.article-h h2 {
	font-size: 20px
}
.map {
	background-color: #f6f5f3
}
.map__tab {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 30px;
	margin-bottom: 30px
}
.header>.container {
	height: 60px
}
.header__body {
	max-width: calc(100% - 106px)
}
.header__top {
	height: 60px;
	padding-left: 10px;
	font-size: 12px
}
.link-list li {
	width: calc(50% - 20px)
}
.logo {
	width: 106px;
	background-image: none;
}
.logo:after {
	background-size: 85px;
	background-image: url(data:image/png;base64,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)
}
.menu {
	top: 60px
}
.menu>ul {
	max-width: 540px
}
.menu>ul>li>a {
	padding-left: 25px
}
.menu>ul>li>a:after {
	left: 10px
}
.menu>ul>li:first-child>a {
	padding-left: 25px
}
.ic-text {
	background-image: none;
	padding-left: 0
}
.search-top form {
	max-width: 510px
}
.search-top__body {
	top: 60px
}
.menu-catalog>ul>li>ul {
	-webkit-column-count: 2;
	column-count: 2
}
.footer .row {
	padding-bottom: 0
}
.footer__bottom {
	border-top: none;
	padding: 0
}
.footer__bottom .footer__border {
	border-bottom: 1px solid #353535;
	padding-top: 30px;
	padding-bottom: 30px
}
.metro {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.metro__item {
	width: calc(100% - 16px);
	height: 220px;
	max-width: 380px
}
.metro__item:first-child {
	width: calc(100% - 16px)
}
.metro__link span {
	left: 0;
	padding-left: 15px;
	color: #fff!important
}
.border-block>.container {
	padding-left: 0;
	padding-right: 0
}
.border-block__body {
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	padding-bottom: 20px;
	padding-top: 30px
}
.border-block__foto {
	margin-bottom: 0
}
.border-block_style2 .border-block__body {
	padding-top: 0;
	padding-bottom: 0
}
.priv-list_column {
	text-align: center
}
.priv-list_column .ic-priv {
	margin-bottom: 20px
}
.priv-list_column p {
	padding-left: 0
}
.priv-list_column>div {
	margin-bottom: 30px
}
.block-img {
	background-size: auto 70%
}
.block-img__title {
	font-size: 72px
}
.block-img__title span {
	font-size: 24px
}
.block-img__text {
	padding: 40px 0
}
.quest-block {
	text-align: center;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px
}
.card {
	max-width: 330px
}
.row .card {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	height: auto
}
.card__img {
	height: 220px
}
.card-list>div {
	margin-bottom: 0
}
.carousel-main {
	max-height: none
}
.carousel-main__item p {
	max-width: none;
	padding-left: 15px;
	padding-right: 15px
}
.carousel-main__item {
	text-align: center;
	padding-top: 90px;
	padding-bottom: 90px;
	height: auto;
	min-height: 0;
	position: relative;
	z-index: 1
}
.carousel-main__item:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #008c95;
	top: 0;
	left: 0;
	z-index: -1;
	position: absolute;
	opacity: .6
}
.carousel-main__title {
	font-size: 40px
}
.carousel-main__title span {
	font-size: 28px
}
.carousel-main__product-img {
	display: none
}
.box-icon {
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px
}
.box-icon span {
	min-height: 0;
	margin-bottom: 20px
}
.galery {
	height: auto
}
.galery__row-1 .col-12 .galery__item {
	max-height: 260px;
	height: auto
}
.galery__row-1 .col-12 .galery__item img {
	width: 100%;
	height: auto
}
.galery__row-1 .col-sm-6 .galery__item {
	height: auto
}
.galery__row-1 .col-sm-6 .galery__item img {
	width: 100%;
	height: auto
}
.galery__row-2>div:first-child .galery__item, .galery__row-2>div:last-child .galery__item {
	height: 10.5em
}
.galery__row-2>div:first-child .galery__item img, .galery__row-2>div:last-child .galery__item img {
	width: 100%;
	height: auto
}
.product-line {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 70px;
	position: relative
}
.product-line .link {
	width: 100%
}
.product-line__price {
	margin-left: 0;
	padding-bottom: 10px;
	border-top: 1px solid #dadada;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 15px;
	padding-top: 5px
}
.product-line__add {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%
}
.product-line__quantity {
	line-height: 24px;
	padding-bottom: 10px
}
.product__img {
	width: 100%;
	height: auto;
	margin-bottom: 15px
}
.tabs__contents {
	border-bottom: 1px solid #ddd;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 15px
}
.tabs__item {
	padding-bottom: 20px;
	padding-top: 10px;
	visibility: visible;
	position: relative;
	display: none;
	height: auto
}
.tabs__item.active {
	display: block
}
.tabs__item .ic-priv {
	margin-bottom: 10px
}
.tabs__item .priv-list_column p {
	padding-left: 0
}
.tabs__item .priv-list_column>div {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.tabs__item .link_btn {
	font-size: 12px
}
.product-list.product-list_tile .product-list__card {
	width: calc(50% - 30px)
}
.product-list.product-list_lines .product-list__card {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-right: 70px;
	position: relative
}
.product-list.product-list_lines .product-list__card .product-list__link-name {
	width: 100%
}
.product-list.product-list_lines .product-list__card .product-list__price {
	margin-left: 0;
	padding-bottom: 10px;
	border-top: 1px solid #dadada;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 15px;
	padding-top: 5px
}
.product-list.product-list_lines .product-list__card .product-list__add-link {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%
}
.filters {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.filters>div:first-child {
	width: 100%
}
.filters .views-categories {
	margin-left: auto
}
.form_search .link {
	font-size: 10px;
	margin-top: 10px
}
.form_registration {
	padding-left: 30px;
	padding-right: 30px
}
.lk__user {
	font-size: 18px
}
.lk .link_btn {
	margin-bottom: 20px
}
.order-box {
	margin-bottom: 30px
}
.order-box .link_btn {
	font-size: 12px;
	margin-top: 20px
}
.basket-list .product-line {
	padding-left: 15px;
	padding-right: 15px
}
.basket-list .product-line .link {
	margin-bottom: 0;
	border-bottom: none
}
.basket-list .product-line__price {
	border: none;
	padding-right: 0;
	margin-right: 0;
	font-size: 22px;
	display: block;
	height: auto
}
.basket-list .product-line .quantity {
	margin-bottom: 15px
}
.basket-list__opt {
	font-size: 12px;
	padding-top: 10px;
	border-top: 1px solid #dadada
}
.slider-galery__text {
	max-width: 100%;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	background-color: #008c95
}
.article-wrap-style h1 {
	font-size: 28px
}
.article-wrap-style h2 {
	font-size: 20px
}
}

@media (max-width:575.98px) {
body {
	font-size: 14px
}
.indent-1 {
	height: 60px
}
.indent-2 {
	height: 25px
}
.text-bris {
	font-size: 14px
}
.block-text {
	padding: 30px 15px
}
.pagination {
	font-size: 10px
}
.list-dotted {
	font-size: 12px
}
.msg-attention {
	padding-left: 10px;
	padding-right: 10px
}
.order-accept .text-two-col-new h2, .order-accept .text-two-col-new2 h2, .order-accept .text-two-col-new3 h2, .order-accept .title-h2, .text-two-col-new .order-accept h2, .text-two-col-new2 .order-accept h2, .text-two-col-new3 .order-accept h2 {
	background-size: 30px;
	padding-left: 40px
}
.header>.container {
	padding-left: 0
}
.header__cart {
	margin-right: 33px
}
.header__user {
	margin-right: 15px
}
.link-list li {
	width: calc(100% - 20px)
}
.search-top {
	margin-right: 15px
}
.search-top form {
	max-width: 100%
}
.menu-catalog>ul>li>ul {
	-webkit-column-count: 1;
	column-count: 1
}
.border-block__body {
	font-size: 14px;
	padding-bottom: 0
}
.carousel-logo__img {
	height: 100px
}
.carousel-main__title {
	font-size: 24px
}
.carousel-main__title span {
	font-size: 16px
}
.galery__item {
	max-width: 290px!important;
	margin-left: auto;
	margin-right: auto
}
.galery__row-2>div:first-child .galery__item, .galery__row-2>div:last-child .galery__item {
	height: auto
}
.galery__row-2>div:first-child .galery__item img, .galery__row-2>div:last-child .galery__item img {
	width: 100%;
	height: auto
}
.product-line__remove {
	top: -15px;
	right: 0
}
.product table {
	font-size: 13px
}
.product_style2 table {
	font-size: 18px
}
.product_style2 table tr {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.product_style2 table td:first-child {
	width: 100%;
	text-align: center;
	padding-right: 0;
	/* font-size: 20px*/
}
.product_style2 table td:nth-child(2) {
	width: 100%
}
.product_style2 table td:last-child {
	margin: 0
}
.product_style2 .quantity {
	margin-right: 0
}
.product-list.product-list_tile {
	display: block;
	margin: 0
}
.product-list.product-list_tile .product-list__card {
	max-width: 290px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}
.form_authorized__forgot-pas {
	top: 125px
}
.form_registration {
	padding-left: 20px;
	padding-right: 20px
}
.basket-list .product-line .link {
	font-size: 14px
}
.slider-galery #cboxNext, .slider-galery #cboxPrevious, .slider-galery .btn_ar {
	display: none!important
}
.slider-galery .slick-dots {
	top: 15px;
	left: 15px
}
}

@media print {
.d-print-none {
	display: none!important
}
.d-print-inline {
	display: inline!important
}
.d-print-inline-block {
	display: inline-block!important
}
.d-print-block {
	display: block!important
}
.d-print-table {
	display: table!important
}
.d-print-table-row {
	display: table-row!important
}
.d-print-table-cell {
	display: table-cell!important
}
.d-print-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-print-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}
.border-block__body .title-h2 h2 {
	color: #008c95;
}
.title-h2 h2 span.title-h2__second {
	color: #333;
}
.indent-2 {
    height: 40px;
}
.indent-1 {
    height: 80px;
}
.menu-catalog>ul>li>a {
    font-size: 14px;
}
.menu-catalog>ul>li>a {
    text-transform: none;
}
 .block-text .title-h2 h2 {
    color: #008c95;
}
.product-list__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.product__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.product__img {
    background-color: #fff;
}
.product table {
    font-size: 14px;
}