@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden], template {display: none;}
a {background: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: 700;}
dfn {font-style: italic;}
mark {background: #ff0;color: #464646;}
small {font-size: 80%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace,monospace;font-size: 1em;}
button, input, optgroup, select, textarea {color: inherit;font: inherit;margin: 0;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid silver;margin: 0 2px;padding: .35em .625em .75em;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: 700;}
table {border-collapse: collapse;border-spacing: 0;}
td, th {padding: 0;}
@media print {* {text-shadow: none !important;color: #464646;background: transparent !important;box-shadow: none !important;}
	a, a:visited {text-decoration: underline;}
	a[href]:after {content: " (" attr(href) ")";}
	abbr[title]:after {content: " (" attr(title) ")";}
	a[href^="javascript:"]:after, a[href^="#"]:after {content: "";}
	pre, blockquote {border: 1px solid #999;page-break-inside: avoid;}
	thead {display: table-header-group;}
	tr, img {page-break-inside: avoid;}
	img {max-width: 100% !important;}
	p, h2, h3 {orphans: 3;widows: 3;}
	h2, h3 {page-break-after: avoid;}
	select {background: #fff !important;}
	.table td, .table th {background-color: #fff !important;}
	.table {border-collapse: collapse !important;}
	.table-bordered th, .table-bordered td {border: 1px solid #ddd !important;}}
@keyframes fade_in {from {opacity: 0;}
	to {opacity: 1;}}
@-webkit-keyframes fade_in {from {opacity: 0;}
	to {opacity: 1;}}
@keyframes blick {0% {background-position: 130% 0;}
	100% {background-position: 0 0;}}
@keyframes rotateWheel {0% {-moz-transform: rotate(320deg);-webkit-transform: rotate(320deg);-o-transform: rotate(320deg);-ms-transform: rotate(320deg);}
	100% {-moz-transform: rotate(680deg);-webkit-transform: rotate(680deg);-o-transform: rotate(680deg);-ms-transform: rotate(680deg);}}
@-webkit-keyframes rotateWheel {0% {-moz-transform: rotate(320deg);-webkit-transform: rotate(320deg);-o-transform: rotate(320deg);-ms-transform: rotate(320deg);}
	100% {-moz-transform: rotate(680deg);-webkit-transform: rotate(680deg);-o-transform: rotate(680deg);-ms-transform: rotate(680deg);}}
@keyframes phone {0% {transform: rotate(0deg);}
	1.5% {transform: rotate(15deg);}
	3% {transform: rotate(-10deg);}
	4.5% {transform: rotate(0deg);}
	6% {transform: rotate(15deg);}
	7.5% {transform: rotate(-10deg);}
	9% {transform: rotate(0deg);}
	10.5% {transform: rotate(15deg);}
	12% {transform: rotate(-10deg);}
	13.5% {transform: rotate(0deg);}
	100% {transform: rotate(0deg);}}
.anim-hidden {visibility: hidden !important;}
.anim-visible {visibility: visible !important;}
.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
@keyframes bounceInRight {0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);transition-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: translate3d(3000px,0,0);-ms-transform: translate3d(3000px,0,0);transform: translate3d(3000px,0,0);}
	60% {opacity: 1;-webkit-transform: translate3d(-25px,0,0);-ms-transform: translate3d(-25px,0,0);transform: translate3d(-25px,0,0);}
	75% {-webkit-transform: translate3d(10px,0,0);-ms-transform: translate3d(10px,0,0);transform: translate3d(10px,0,0);}
	90% {-webkit-transform: translate3d(-5px,0,0);-ms-transform: translate3d(-5px,0,0);transform: translate3d(-5px,0,0);}
	100% {-webkit-transform: none;-ms-transform: none;transform: none;}}
.bounceInRight {-webkit-animation-name: bounceInRight;animation-name: bounceInRight;}
@keyframes bounceInLeft {0%, 60%, 75%, 90%, 100% {-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);transition-timing-function: cubic-bezier(.215,.61,.355,1);}
	0% {opacity: 0;-webkit-transform: translate3d(-3000px,0,0);-ms-transform: translate3d(-3000px,0,0);transform: translate3d(-3000px,0,0);}
	60% {opacity: 1;-webkit-transform: translate3d(25px,0,0);-ms-transform: translate3d(25px,0,0);transform: translate3d(25px,0,0);}
	75% {-webkit-transform: translate3d(-10px,0,0);-ms-transform: translate3d(-10px,0,0);transform: translate3d(-10px,0,0);}
	90% {-webkit-transform: translate3d(5px,0,0);-ms-transform: translate3d(5px,0,0);transform: translate3d(5px,0,0);}
	100% {-webkit-transform: none;-ms-transform: none;transform: none;}}
.bounceInLeft {-webkit-animation-name: bounceInLeft;animation-name: bounceInLeft;}
@-webkit-keyframes fadeInDown {0% {opacity: 0;-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);}
	100% {opacity: 1;-webkit-transform: none;transform: none;}}
@keyframes fadeInDown {0% {opacity: 0;-webkit-transform: translate3d(0,-100%,0);-ms-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);}
	100% {opacity: 1;-webkit-transform: none;-ms-transform: none;transform: none;}}
.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown;}
@-webkit-keyframes fadeIn {0% {opacity: 0;}
	100% {opacity: 1;}}
@keyframes fadeIn {0% {opacity: 0;}
	100% {opacity: 1;}}
.fadeInFade {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
@-webkit-keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}
	100% {opacity: 1;-webkit-transform: none;transform: none;}}
@keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translate3d(0,100%,0);-ms-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}
	100% {opacity: 1;-webkit-transform: none;-ms-transform: none;transform: none;}}
.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
:before, :after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {font-size: 100%;height: 100%;-webkit-tap-highlight-color: rgba(0,0,0,0);font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body {height: 100%;margin: 0;line-height: 1.5;font-family: "Play",sans-serif;font-size: 13.8px;color: #464646;}
input, button, select, textarea {font-family: inherit;font-size: inherit;line-height: inherit;}
a {color: #555;text-decoration: underline;}
a:hover {text-decoration: none;color: #c70000;}
a:focus {outline: none;}
figure {margin: 0;}
img {vertical-align: middle;width: 100% \9;max-width: 100%;height: auto;}
hr {margin-top: 10px;margin-bottom: 10px;border: 0;border-top: 1px solid #57585a;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: "Play",sans-serif;font-weight: 400;line-height: 1.2;color: #464646;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {font-weight: 400;line-height: 1;color: #777;}
h1, .h1, h2, .h2, h3, .h3 {margin: 0 0 15px;}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {font-size: 65%;}
h4, .h4, h5, .h5, h6, .h6 {margin: 0 0 15px;}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {font-size: 75%;}
h1, .h1 {font-size: 23px;}
h2, .h2 {font-size: 21px;}
h3, .h3 {font-size: 19px;}
h4, .h4 {font-size: 17px;}
h5, .h5 {font-size: 13.8px;}
h6, .h6 {font-size: 12px;}
.page-header-section {display: flex;margin-bottom: 20px;align-items: center;}
.page-header-section img {margin-right: 10px;max-height: 40px;}
.page-header-section img+.page-header {width: 100%;margin-bottom: 0;}
.page-header {font-family: "Play",sans-serif;line-height: 1.2;color: #464646;font-size: 24px;font-weight: 400;border-bottom: 3px solid #d6d6d6;margin: 0 0 20px;position: relative;}
.page-header span {position: relative;display: inline-block;padding-bottom: 5px;}
.page-header span:after {content: "";display: block;position: absolute;bottom: -3px;left: 0;width: 100%;height: 3px;background: #464646;}
aside .page-header {font-size: 22px;}
.block-header {margin: 0 0 10px;color: #464646;font-size: 21px;}
p {margin: 0 0 10px;}
small, .small {font-size: 12px;}
cite {font-style: normal;}
mark, .mark {background-color: #fcf8e3;padding: .2em;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.text-nowrap {white-space: nowrap;}
.ttl {text-transform: lowercase;}
.ttu {text-transform: uppercase;}
.ttc {text-transform: capitalize;}
ul, ol {margin-top: 0;margin-bottom: 10px;}
ul ul, ol ul, ul ol, ol ol {margin-bottom: 0;}
.lisn {padding-left: 0;list-style: none;}
dl {margin-top: 0;margin-bottom: 10px;}
dt, dd {line-height: 1.5;}
dt {font-weight: 700;}
dd {margin-left: 0;}
abbr[title], abbr[data-original-title] {cursor: help;border-bottom: 1px dotted #777;}
blockquote {padding: 10px 20px;margin: 0 0 10px;font-size: 13.8px;border-left: 5px solid #eee;}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {margin-bottom: 0;}
.blockquote-reverse, blockquote.pull-right {padding-right: 15px;padding-left: 0;border-right: 5px solid #eee;border-left: 0;text-align: right;}
blockquote:before, blockquote:after {content: "";}
address {margin-bottom: 10px;font-style: normal;line-height: 1.5;}
.justifyfull {text-align: justify;}
code, kbd, pre, samp {font-family: Menlo,Monaco,Consolas,"Courier New",monospace;}
code {padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 0;}
kbd {padding: 2px 4px;font-size: 90%;color: #fff;background-color: #333;border-radius: 3px;box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);}
kbd kbd {padding: 0;font-size: 100%;box-shadow: none;}
pre {display: block;padding: 9.5px;margin: 0 0 10px;font-size: 12.8px;line-height: 1.5;word-break: break-all;word-wrap: break-word;color: #333;background-color: #f5f5f5;border: 1px solid #ccc;border-radius: 0;}
pre code {padding: 0;font-size: inherit;color: inherit;white-space: pre-wrap;background-color: transparent;border-radius: 0;}
.pre-scrollable {max-height: 340px;overflow-y: scroll;}
.container {margin-right: auto;margin-left: auto;padding-left: 9px;padding-right: 9px;}
@media (max-width:1023.98px) {aside .mdl-header.menu_switcher.menu_hide {display: flex !important;background: url("/artmebius/img/button-carbon.jpg") repeat center center #464646;}}
@media (min-width:768px) {.container {width: 753px;}}
@media (min-width:1024px) {.container {width: 1003px;}}
@media (min-width:1280px) {.container {width: 1248px;}}
.container-fluid {margin-right: auto;margin-left: auto;padding-left: 9px;padding-right: 9px;}
.row {margin-left: -9px;margin-right: -9px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {position: relative;min-height: 1px;padding-left: 9px;padding-right: 9px;}
.col-10-xs-1, .col-10-sm-1, .col-10-md-1, .col-10-lg-1, .col-10-xs-2, .col-10-sm-2, .col-10-md-2, .col-10-lg-2, .col-10-xs-3, .col-10-sm-3, .col-10-md-3, .col-10-lg-3, .col-10-xs-4, .col-10-sm-4, .col-10-md-4, .col-10-lg-4, .col-10-xs-5, .col-10-sm-5, .col-10-md-5, .col-10-lg-5, .col-10-xs-6, .col-10-sm-6, .col-10-md-6, .col-10-lg-6, .col-10-xs-7, .col-10-sm-7, .col-10-md-7, .col-10-lg-7, .col-10-xs-8, .col-10-sm-8, .col-10-md-8, .col-10-lg-8, .col-10-xs-9, .col-10-sm-9, .col-10-md-9, .col-10-lg-9, .col-10-xs-10, .col-10-sm-10, .col-10-md-10, .col-10-lg-10, .col-10-xs-11, .col-10-sm-11, .col-10-md-11, .col-10-lg-11, .col-10-xs-12, .col-10-sm-12, .col-10-md-12, .col-10-lg-12 {position: relative;min-height: 1px;padding-left: 9px;padding-right: 9px;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float: left;}
.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}
.col-xs-pull-12 {right: 100%;}
.col-xs-pull-11 {right: 91.66666667%;}
.col-xs-pull-10 {right: 83.33333333%;}
.col-xs-pull-9 {right: 75%;}
.col-xs-pull-8 {right: 66.66666667%;}
.col-xs-pull-7 {right: 58.33333333%;}
.col-xs-pull-6 {right: 50%;}
.col-xs-pull-5 {right: 41.66666667%;}
.col-xs-pull-4 {right: 33.33333333%;}
.col-xs-pull-3 {right: 25%;}
.col-xs-pull-2 {right: 16.66666667%;}
.col-xs-pull-1 {right: 8.33333333%;}
.col-xs-pull-0 {right: auto;}
.col-xs-push-12 {left: 100%;}
.col-xs-push-11 {left: 91.66666667%;}
.col-xs-push-10 {left: 83.33333333%;}
.col-xs-push-9 {left: 75%;}
.col-xs-push-8 {left: 66.66666667%;}
.col-xs-push-7 {left: 58.33333333%;}
.col-xs-push-6 {left: 50%;}
.col-xs-push-5 {left: 41.66666667%;}
.col-xs-push-4 {left: 33.33333333%;}
.col-xs-push-3 {left: 25%;}
.col-xs-push-2 {left: 16.66666667%;}
.col-xs-push-1 {left: 8.33333333%;}
.col-xs-push-0 {left: auto;}
.col-xs-offset-12 {margin-left: 100%;}
.col-xs-offset-11 {margin-left: 91.66666667%;}
.col-xs-offset-10 {margin-left: 83.33333333%;}
.col-xs-offset-9 {margin-left: 75%;}
.col-xs-offset-8 {margin-left: 66.66666667%;}
.col-xs-offset-7 {margin-left: 58.33333333%;}
.col-xs-offset-6 {margin-left: 50%;}
.col-xs-offset-5 {margin-left: 41.66666667%;}
.col-xs-offset-4 {margin-left: 33.33333333%;}
.col-xs-offset-3 {margin-left: 25%;}
.col-xs-offset-2 {margin-left: 16.66666667%;}
.col-xs-offset-1 {margin-left: 8.33333333%;}
.col-xs-offset-0 {margin-left: 0;}
.col-10-xs-1, .col-10-xs-2, .col-10-xs-3, .col-10-xs-4, .col-10-xs-5, .col-10-xs-6, .col-10-xs-7, .col-10-xs-8, .col-10-xs-9, .col-10-xs-10 {float: left;}
.col-10-xs-10 {width: 100%;}
.col-10-xs-9 {width: 90%;}
.col-10-xs-8 {width: 80%;}
.col-10-xs-7 {width: 70%;}
.col-10-xs-6 {width: 60%;}
.col-10-xs-5 {width: 50%;}
.col-10-xs-4 {width: 40%;}
.col-10-xs-3 {width: 30%;}
.col-10-xs-2 {width: 20%;}
.col-10-xs-1 {width: 10%;}
.col-10-xs-pull-10 {right: 100%;}
.col-10-xs-pull-9 {right: 90%;}
.col-10-xs-pull-8 {right: 80%;}
.col-10-xs-pull-7 {right: 70%;}
.col-10-xs-pull-6 {right: 60%;}
.col-10-xs-pull-5 {right: 50%;}
.col-10-xs-pull-4 {right: 40%;}
.col-10-xs-pull-3 {right: 30%;}
.col-10-xs-pull-2 {right: 20%;}
.col-10-xs-pull-1 {right: 10%;}
.col-10-xs-pull-0 {right: auto;}
.col-10-xs-push-10 {left: 100%;}
.col-10-xs-push-9 {left: 90%;}
.col-10-xs-push-8 {left: 80%;}
.col-10-xs-push-7 {left: 70%;}
.col-10-xs-push-6 {left: 60%;}
.col-10-xs-push-5 {left: 50%;}
.col-10-xs-push-4 {left: 40%;}
.col-10-xs-push-3 {left: 30%;}
.col-10-xs-push-2 {left: 20%;}
.col-10-xs-push-1 {left: 10%;}
.col-10-xs-push-0 {left: auto;}
.col-10-xs-offset-10 {margin-left: 100%;}
.col-10-xs-offset-9 {margin-left: 90%;}
.col-10-xs-offset-8 {margin-left: 80%;}
.col-10-xs-offset-7 {margin-left: 70%;}
.col-10-xs-offset-6 {margin-left: 60%;}
.col-10-xs-offset-5 {margin-left: 50%;}
.col-10-xs-offset-4 {margin-left: 40%;}
.col-10-xs-offset-3 {margin-left: 30%;}
.col-10-xs-offset-2 {margin-left: 20%;}
.col-10-xs-offset-1 {margin-left: 10%;}
.col-10-xs-offset-0 {margin-left: 0;}
@media (min-width:768px) {.col-sm-1, .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-10, .col-sm-11, .col-sm-12 {float: left;}
	.col-sm-12 {width: 100%;}
	.col-sm-11 {width: 91.66666667%;}
	.col-sm-10 {width: 83.33333333%;}
	.col-sm-9 {width: 75%;}
	.col-sm-8 {width: 66.66666667%;}
	.col-sm-7 {width: 58.33333333%;}
	.col-sm-6 {width: 50%;}
	.col-sm-5 {width: 41.66666667%;}
	.col-sm-4 {width: 33.33333333%;}
	.col-sm-3 {width: 25%;}
	.col-sm-2 {width: 16.66666667%;}
	.col-sm-1 {width: 8.33333333%;}
	.col-sm-pull-12 {right: 100%;}
	.col-sm-pull-11 {right: 91.66666667%;}
	.col-sm-pull-10 {right: 83.33333333%;}
	.col-sm-pull-9 {right: 75%;}
	.col-sm-pull-8 {right: 66.66666667%;}
	.col-sm-pull-7 {right: 58.33333333%;}
	.col-sm-pull-6 {right: 50%;}
	.col-sm-pull-5 {right: 41.66666667%;}
	.col-sm-pull-4 {right: 33.33333333%;}
	.col-sm-pull-3 {right: 25%;}
	.col-sm-pull-2 {right: 16.66666667%;}
	.col-sm-pull-1 {right: 8.33333333%;}
	.col-sm-pull-0 {right: auto;}
	.col-sm-push-12 {left: 100%;}
	.col-sm-push-11 {left: 91.66666667%;}
	.col-sm-push-10 {left: 83.33333333%;}
	.col-sm-push-9 {left: 75%;}
	.col-sm-push-8 {left: 66.66666667%;}
	.col-sm-push-7 {left: 58.33333333%;}
	.col-sm-push-6 {left: 50%;}
	.col-sm-push-5 {left: 41.66666667%;}
	.col-sm-push-4 {left: 33.33333333%;}
	.col-sm-push-3 {left: 25%;}
	.col-sm-push-2 {left: 16.66666667%;}
	.col-sm-push-1 {left: 8.33333333%;}
	.col-sm-push-0 {left: auto;}
	.col-sm-offset-12 {margin-left: 100%;}
	.col-sm-offset-11 {margin-left: 91.66666667%;}
	.col-sm-offset-10 {margin-left: 83.33333333%;}
	.col-sm-offset-9 {margin-left: 75%;}
	.col-sm-offset-8 {margin-left: 66.66666667%;}
	.col-sm-offset-7 {margin-left: 58.33333333%;}
	.col-sm-offset-6 {margin-left: 50%;}
	.col-sm-offset-5 {margin-left: 41.66666667%;}
	.col-sm-offset-4 {margin-left: 33.33333333%;}
	.col-sm-offset-3 {margin-left: 25%;}
	.col-sm-offset-2 {margin-left: 16.66666667%;}
	.col-sm-offset-1 {margin-left: 8.33333333%;}
	.col-sm-offset-0 {margin-left: 0;}
	.col-10-sm-1, .col-10-sm-2, .col-10-sm-3, .col-10-sm-4, .col-10-sm-5, .col-10-sm-6, .col-10-sm-7, .col-10-sm-8, .col-10-sm-9, .col-10-sm-10 {float: left;}
	.col-10-sm-10 {width: 100%;}
	.col-10-sm-9 {width: 90%;}
	.col-10-sm-8 {width: 80%;}
	.col-10-sm-7 {width: 70%;}
	.col-10-sm-6 {width: 60%;}
	.col-10-sm-5 {width: 50%;}
	.col-10-sm-4 {width: 40%;}
	.col-10-sm-3 {width: 30%;}
	.col-10-sm-2 {width: 20%;}
	.col-10-sm-1 {width: 10%;}
	.col-10-sm-pull-10 {right: 100%;}
	.col-10-sm-pull-9 {right: 90%;}
	.col-10-sm-pull-8 {right: 80%;}
	.col-10-sm-pull-7 {right: 70%;}
	.col-10-sm-pull-6 {right: 60%;}
	.col-10-sm-pull-5 {right: 50%;}
	.col-10-sm-pull-4 {right: 40%;}
	.col-10-sm-pull-3 {right: 30%;}
	.col-10-sm-pull-2 {right: 20%;}
	.col-10-sm-pull-1 {right: 10%;}
	.col-10-sm-pull-0 {right: auto;}
	.col-10-sm-push-10 {left: 100%;}
	.col-10-sm-push-9 {left: 90%;}
	.col-10-sm-push-8 {left: 80%;}
	.col-10-sm-push-7 {left: 70%;}
	.col-10-sm-push-6 {left: 60%;}
	.col-10-sm-push-5 {left: 50%;}
	.col-10-sm-push-4 {left: 40%;}
	.col-10-sm-push-3 {left: 30%;}
	.col-10-sm-push-2 {left: 20%;}
	.col-10-sm-push-1 {left: 10%;}
	.col-10-sm-push-0 {left: auto;}
	.col-10-sm-offset-10 {margin-left: 100%;}
	.col-10-sm-offset-9 {margin-left: 90%;}
	.col-10-sm-offset-8 {margin-left: 80%;}
	.col-10-sm-offset-7 {margin-left: 70%;}
	.col-10-sm-offset-6 {margin-left: 60%;}
	.col-10-sm-offset-5 {margin-left: 50%;}
	.col-10-sm-offset-4 {margin-left: 40%;}
	.col-10-sm-offset-3 {margin-left: 30%;}
	.col-10-sm-offset-2 {margin-left: 20%;}
	.col-10-sm-offset-1 {margin-left: 10%;}
	.col-10-sm-offset-0 {margin-left: 0;}}
@media (min-width:1024px) {.col-md-1, .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-10, .col-md-11, .col-md-12 {float: left;}
	.col-md-12 {width: 100%;}
	.col-md-11 {width: 91.66666667%;}
	.col-md-10 {width: 83.33333333%;}
	.col-md-9 {width: 75%;}
	.col-md-8 {width: 66.66666667%;}
	.col-md-7 {width: 58.33333333%;}
	.col-md-6 {width: 50%;}
	.col-md-5 {width: 41.66666667%;}
	.col-md-4 {width: 33.33333333%;}
	.col-md-3 {width: 25%;}
	.col-md-2 {width: 16.66666667%;}
	.col-md-1 {width: 8.33333333%;}
	.col-md-pull-12 {right: 100%;}
	.col-md-pull-11 {right: 91.66666667%;}
	.col-md-pull-10 {right: 83.33333333%;}
	.col-md-pull-9 {right: 75%;}
	.col-md-pull-8 {right: 66.66666667%;}
	.col-md-pull-7 {right: 58.33333333%;}
	.col-md-pull-6 {right: 50%;}
	.col-md-pull-5 {right: 41.66666667%;}
	.col-md-pull-4 {right: 33.33333333%;}
	.col-md-pull-3 {right: 25%;}
	.col-md-pull-2 {right: 16.66666667%;}
	.col-md-pull-1 {right: 8.33333333%;}
	.col-md-pull-0 {right: auto;}
	.col-md-push-12 {left: 100%;}
	.col-md-push-11 {left: 91.66666667%;}
	.col-md-push-10 {left: 83.33333333%;}
	.col-md-push-9 {left: 75%;}
	.col-md-push-8 {left: 66.66666667%;}
	.col-md-push-7 {left: 58.33333333%;}
	.col-md-push-6 {left: 50%;}
	.col-md-push-5 {left: 41.66666667%;}
	.col-md-push-4 {left: 33.33333333%;}
	.col-md-push-3 {left: 25%;}
	.col-md-push-2 {left: 16.66666667%;}
	.col-md-push-1 {left: 8.33333333%;}
	.col-md-push-0 {left: auto;}
	.col-md-offset-12 {margin-left: 100%;}
	.col-md-offset-11 {margin-left: 91.66666667%;}
	.col-md-offset-10 {margin-left: 83.33333333%;}
	.col-md-offset-9 {margin-left: 75%;}
	.col-md-offset-8 {margin-left: 66.66666667%;}
	.col-md-offset-7 {margin-left: 58.33333333%;}
	.col-md-offset-6 {margin-left: 50%;}
	.col-md-offset-5 {margin-left: 41.66666667%;}
	.col-md-offset-4 {margin-left: 33.33333333%;}
	.col-md-offset-3 {margin-left: 25%;}
	.col-md-offset-2 {margin-left: 16.66666667%;}
	.col-md-offset-1 {margin-left: 8.33333333%;}
	.col-md-offset-0 {margin-left: 0;}
	.col-10-md-1, .col-10-md-2, .col-10-md-3, .col-10-md-4, .col-10-md-5, .col-10-md-6, .col-10-md-7, .col-10-md-8, .col-10-md-9, .col-10-md-10 {float: left;}
	.col-10-md-10 {width: 100%;}
	.col-10-md-9 {width: 90%;}
	.col-10-md-8 {width: 80%;}
	.col-10-md-7 {width: 70%;}
	.col-10-md-6 {width: 60%;}
	.col-10-md-5 {width: 50%;}
	.col-10-md-4 {width: 40%;}
	.col-10-md-3 {width: 30%;}
	.col-10-md-2 {width: 20%;}
	.col-10-md-1 {width: 10%;}
	.col-10-md-pull-10 {right: 100%;}
	.col-10-md-pull-9 {right: 90%;}
	.col-10-md-pull-8 {right: 80%;}
	.col-10-md-pull-7 {right: 70%;}
	.col-10-md-pull-6 {right: 60%;}
	.col-10-md-pull-5 {right: 50%;}
	.col-10-md-pull-4 {right: 40%;}
	.col-10-md-pull-3 {right: 30%;}
	.col-10-md-pull-2 {right: 20%;}
	.col-10-md-pull-1 {right: 10%;}
	.col-10-md-pull-0 {right: auto;}
	.col-10-md-push-10 {left: 100%;}
	.col-10-md-push-9 {left: 90%;}
	.col-10-md-push-8 {left: 80%;}
	.col-10-md-push-7 {left: 70%;}
	.col-10-md-push-6 {left: 60%;}
	.col-10-md-push-5 {left: 50%;}
	.col-10-md-push-4 {left: 40%;}
	.col-10-md-push-3 {left: 30%;}
	.col-10-md-push-2 {left: 20%;}
	.col-10-md-push-1 {left: 10%;}
	.col-10-md-push-0 {left: auto;}
	.col-10-md-offset-10 {margin-left: 100%;}
	.col-10-md-offset-9 {margin-left: 90%;}
	.col-10-md-offset-8 {margin-left: 80%;}
	.col-10-md-offset-7 {margin-left: 70%;}
	.col-10-md-offset-6 {margin-left: 60%;}
	.col-10-md-offset-5 {margin-left: 50%;}
	.col-10-md-offset-4 {margin-left: 40%;}
	.col-10-md-offset-3 {margin-left: 30%;}
	.col-10-md-offset-2 {margin-left: 20%;}
	.col-10-md-offset-1 {margin-left: 10%;}
	.col-10-md-offset-0 {margin-left: 0;}}
@media (min-width:1280px) {.col-lg-1, .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-10, .col-lg-11, .col-lg-12 {float: left;}
	.col-lg-12 {width: 100%;}
	.col-lg-11 {width: 91.66666667%;}
	.col-lg-10 {width: 83.33333333%;}
	.col-lg-9 {width: 75%;}
	.col-lg-8 {width: 66.66666667%;}
	.col-lg-7 {width: 58.33333333%;}
	.col-lg-6 {width: 50%;}
	.col-lg-5 {width: 41.66666667%;}
	.col-lg-4 {width: 33.33333333%;}
	.col-lg-3 {width: 25%;}
	.col-lg-2 {width: 16.66666667%;}
	.col-lg-1 {width: 8.33333333%;}
	.col-lg-pull-12 {right: 100%;}
	.col-lg-pull-11 {right: 91.66666667%;}
	.col-lg-pull-10 {right: 83.33333333%;}
	.col-lg-pull-9 {right: 75%;}
	.col-lg-pull-8 {right: 66.66666667%;}
	.col-lg-pull-7 {right: 58.33333333%;}
	.col-lg-pull-6 {right: 50%;}
	.col-lg-pull-5 {right: 41.66666667%;}
	.col-lg-pull-4 {right: 33.33333333%;}
	.col-lg-pull-3 {right: 25%;}
	.col-lg-pull-2 {right: 16.66666667%;}
	.col-lg-pull-1 {right: 8.33333333%;}
	.col-lg-pull-0 {right: auto;}
	.col-lg-push-12 {left: 100%;}
	.col-lg-push-11 {left: 91.66666667%;}
	.col-lg-push-10 {left: 83.33333333%;}
	.col-lg-push-9 {left: 75%;}
	.col-lg-push-8 {left: 66.66666667%;}
	.col-lg-push-7 {left: 58.33333333%;}
	.col-lg-push-6 {left: 50%;}
	.col-lg-push-5 {left: 41.66666667%;}
	.col-lg-push-4 {left: 33.33333333%;}
	.col-lg-push-3 {left: 25%;}
	.col-lg-push-2 {left: 16.66666667%;}
	.col-lg-push-1 {left: 8.33333333%;}
	.col-lg-push-0 {left: auto;}
	.col-lg-offset-12 {margin-left: 100%;}
	.col-lg-offset-11 {margin-left: 91.66666667%;}
	.col-lg-offset-10 {margin-left: 83.33333333%;}
	.col-lg-offset-9 {margin-left: 75%;}
	.col-lg-offset-8 {margin-left: 66.66666667%;}
	.col-lg-offset-7 {margin-left: 58.33333333%;}
	.col-lg-offset-6 {margin-left: 50%;}
	.col-lg-offset-5 {margin-left: 41.66666667%;}
	.col-lg-offset-4 {margin-left: 33.33333333%;}
	.col-lg-offset-3 {margin-left: 25%;}
	.col-lg-offset-2 {margin-left: 16.66666667%;}
	.col-lg-offset-1 {margin-left: 8.33333333%;}
	.col-lg-offset-0 {margin-left: 0;}
	.col-10-lg-1, .col-10-lg-2, .col-10-lg-3, .col-10-lg-4, .col-10-lg-5, .col-10-lg-6, .col-10-lg-7, .col-10-lg-8, .col-10-lg-9, .col-10-lg-10 {float: left;}
	.col-10-lg-10 {width: 100%;}
	.col-10-lg-9 {width: 90%;}
	.col-10-lg-8 {width: 80%;}
	.col-10-lg-7 {width: 70%;}
	.col-10-lg-6 {width: 60%;}
	.col-10-lg-5 {width: 50%;}
	.col-10-lg-4 {width: 40%;}
	.col-10-lg-3 {width: 30%;}
	.col-10-lg-2 {width: 20%;}
	.col-10-lg-1 {width: 10%;}
	.col-10-lg-pull-10 {right: 100%;}
	.col-10-lg-pull-9 {right: 90%;}
	.col-10-lg-pull-8 {right: 80%;}
	.col-10-lg-pull-7 {right: 70%;}
	.col-10-lg-pull-6 {right: 60%;}
	.col-10-lg-pull-5 {right: 50%;}
	.col-10-lg-pull-4 {right: 40%;}
	.col-10-lg-pull-3 {right: 30%;}
	.col-10-lg-pull-2 {right: 20%;}
	.col-10-lg-pull-1 {right: 10%;}
	.col-10-lg-pull-0 {right: auto;}
	.col-10-lg-push-10 {left: 100%;}
	.col-10-lg-push-9 {left: 90%;}
	.col-10-lg-push-8 {left: 80%;}
	.col-10-lg-push-7 {left: 70%;}
	.col-10-lg-push-6 {left: 60%;}
	.col-10-lg-push-5 {left: 50%;}
	.col-10-lg-push-4 {left: 40%;}
	.col-10-lg-push-3 {left: 30%;}
	.col-10-lg-push-2 {left: 20%;}
	.col-10-lg-push-1 {left: 10%;}
	.col-10-lg-push-0 {left: auto;}
	.col-10-lg-offset-10 {margin-left: 100%;}
	.col-10-lg-offset-9 {margin-left: 90%;}
	.col-10-lg-offset-8 {margin-left: 80%;}
	.col-10-lg-offset-7 {margin-left: 70%;}
	.col-10-lg-offset-6 {margin-left: 60%;}
	.col-10-lg-offset-5 {margin-left: 50%;}
	.col-10-lg-offset-4 {margin-left: 40%;}
	.col-10-lg-offset-3 {margin-left: 30%;}
	.col-10-lg-offset-2 {margin-left: 20%;}
	.col-10-lg-offset-1 {margin-left: 10%;}
	.col-10-lg-offset-0 {margin-left: 0;}}
.col-nowrap {white-space: nowrap;}
table {background-color: #fff;margin-bottom: 20px;}
table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td {padding: 10px;}
table>thead>tr>th p, table>tbody>tr>th p, table>tfoot>tr>th p, table>thead>tr>td p, table>tbody>tr>td p, table>tfoot>tr>td p {margin-bottom: 0;}
table>thead>tr>th, table>thead>tr>td {background: #c70000;text-align: center;}
th {text-align: left;background: #eaeaea;font-size: 15px;font-weight: 400;}
.table {width: 100%;max-width: 100%;margin-bottom: 20px;}
.table>thead>tr, .table>tbody>tr, .table>tfoot>tr {margin-bottom: 1px;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {padding: 10px;line-height: 1.5;vertical-align: middle;}
.table>thead>tr>th {vertical-align: bottom;}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {border-top: 0;}
.table .table {background-color: #fff;}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {padding: 8px;}
.table-bordered {border: 1px solid #909090;}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {border: 1px solid #909090;}
.table-striped>thead>tr>th {background-color: #c70000;border-bottom: none;color: #fff;font-weight: 400;}
.table-striped>tbody>tr:nth-child(odd)>td {background-color: #e1dfdf;}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {background-color: #eaeaea;}
table col[class*="col-"] {position: static;float: none;display: table-column;}
table td[class*="col-"], table th[class*="col-"] {position: static;float: none;display: table-cell;}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {background-color: #eaeaea;}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {background-color: #ddd;}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {background-color: #dff0d8;}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {background-color: #d0e9c6;}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {background-color: #d9edf7;}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {background-color: #c4e3f3;}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {background-color: #fcf8e3;}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {background-color: #faf2cc;}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {background-color: #f2dede;}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {background-color: #ebcccc;}
@media screen and (max-width:767px) {.table-responsive {width: 100%;margin-bottom: 15px;overflow-y: hidden;overflow-x: auto;-ms-overflow-style: -ms-autohiding-scrollbar;-webkit-overflow-scrolling: touch;}
	.table-responsive>.table {margin-bottom: 0;}
	.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {white-space: nowrap;}
	.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {border-left: 0;}
	.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {border-right: 0;}
	.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {border-bottom: 0;}}
fieldset {padding: 0;margin: 0;border: 0;min-width: 0;}
legend {display: block;width: 100%;padding: 0;margin-bottom: 10px;font-size: 20.7px;line-height: inherit;color: #333;border: 0;border-bottom: 1px solid #e5e5e5;}
label {display: inline;max-width: 100%;margin-bottom: 1px;font-weight: 700;cursor: pointer;color: #333;}
label.ldib {display: inline-block;}
label.ldb {display: block;}
input[type="search"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input[type="radio"], input[type="checkbox"] {margin: 4px 0 0;margin-top: 1px \9;line-height: normal;}
input[type="file"] {display: block;}
input[type="range"] {display: block;width: 100%;}
select[multiple], select[size] {height: auto;}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {outline: none;}
output {display: block;padding-top: 4px;font-size: 13.8px;line-height: 1.5;color: #464646;}
textarea, select, input[type="password"], input[type="text"] {display: inline-block;padding: 10px 15px;font-size: 13.8px;line-height: 1.5;color: #464646;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
textarea:focus, select:focus, input[type="password"]:focus, input[type="text"]:focus {outline: 0;}
textarea::-moz-placeholder, select::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="text"]::-moz-placeholder {color: #777;opacity: 1;}
textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder {color: #777;}
textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder {color: #777;}
textarea[disabled], select[disabled], input[type="password"][disabled], input[type="text"][disabled], textarea[readonly], select[readonly], input[type="password"][readonly], input[type="text"][readonly], fieldset[disabled] textarea, fieldset[disabled] select, fieldset[disabled] input[type="password"], fieldset[disabled] input[type="text"] {cursor: default;background-color: #eee;opacity: 1;}
textareatextarea, textareaselect, textareainput[type="password"], textareainput[type="text"] {height: auto;}
textarea.error, select.error, input[type="password"].error, input[type="text"].error {background: #ffe9e8;}
.form-control {display: inline-block;padding: 10px 15px;font-size: 13.8px;line-height: 1.5;color: #464646;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.form-control:focus {outline: 0;}
.form-control::-moz-placeholder {color: #777;opacity: 1;}
.form-control:-ms-input-placeholder {color: #777;}
.form-control::-webkit-input-placeholder {color: #777;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {cursor: default;background-color: #eee;opacity: 1;}
textarea.form-control {height: auto;}
select {cursor: pointer;}
input[type="search"] {-webkit-appearance: none;}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {line-height: 28px;line-height: 1.5 \0;}
input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {line-height: 30px;}
input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {line-height: 46px;}
.form-group {margin-bottom: 10px;}
.form-group.error input, .form-group.error textarea {border-color: #a94442;color: #d9534f;}
.form-ctrl {margin-top: 15px;}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {cursor: not-allowed;}
input[size="10"] {width: 10%;}
input[size="20"] {width: 20%;}
input[size="30"] {width: 30%;}
input[size="40"] {width: 40%;}
input[size="50"] {width: 50%;}
input[size="60"] {width: 60%;}
input[size="70"] {width: 70%;}
input[size="80"] {width: 80%;}
input[size="90"] {width: 90%;}
input[size="100"] {width: 100%;}
textarea[cols="10"] {width: 10%;}
textarea[cols="20"] {width: 20%;}
textarea[cols="30"] {width: 30%;}
textarea[cols="40"] {width: 40%;}
textarea[cols="50"] {width: 50%;}
textarea[cols="60"] {width: 60%;}
textarea[cols="70"] {width: 70%;}
textarea[cols="80"] {width: 80%;}
textarea[cols="90"] {width: 90%;}
textarea[cols="100"] {width: 100%;}
.btn {display: inline-block;margin-bottom: 0;font-weight: 400;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 3px 7px;font-size: 13.8px;line-height: 1.5;border-radius: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.btn:focus, .btn:active:focus, .btn.active:focus {outline: none;}
.btn:hover, .btn:focus {color: #fff;text-decoration: none;}
.btn:active, .btn.active {outline: 0;background-image: none;-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);box-shadow: inset 0 3px 5px rgba(0,0,0,.125);}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {cursor: not-allowed;pointer-events: none;opacity: .65;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;}
.btn-link {line-height: inherit;color: #555;font-weight: 400;cursor: pointer;border: none;border-radius: 0;text-decoration: underline;padding: 0;}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {background-color: transparent;-webkit-box-shadow: none;box-shadow: none;}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {border-color: transparent;}
.btn-link:hover {color: #c70000;text-decoration: none;background-color: transparent;}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {color: #777;text-decoration: none;}
.btn-block {display: block;width: 100%;}
.btn-block+.btn-block {margin-top: 5px;}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {width: 100%;}
@font-face {font-family: "FontAwesome";font-display: swap;src: local(FontAwesome),url("/artmebius/fonts/fontawesome-webfont.eot?v=4.3.0");src: local(FontAwesome),url("/artmebius/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),url("/artmebius/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),url("/artmebius/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),url("/artmebius/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),url("/artmebius/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");font-weight: 400;font-style: normal;}
[class*="icon"] {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: translate(0,0);}
.icon-search:before {content: "";}
.icon-envelope-o:before {content: "";}
.icon-heart:before {content: "";}
.icon-star:before {content: "";}
.icon-user:before {content: "";}
.icon-check:before {content: "";}
.icon-remove:before, .icon-close:before, .icon-times:before {content: "";}
.icon-gear:before, .icon-cog:before {content: "";}
.icon-clock-o:before {content: "";}
.icon-arrow-circle-o-down:before {content: "";}
.icon-arrow-circle-o-up:before {content: "";}
.icon-lock:before {content: "";}
.icon-align-justify:before {content: "";}
.icon-pencil:before {content: "";}
.icon-map-marker:before {content: "";}
.icon-check-square-o:before {content: "";}
.icon-play:before {content: "";}
.icon-pause:before {content: "";}
.icon-stop:before {content: "";}
.icon-chevron-left:before {content: "";}
.icon-chevron-right:before {content: "";}
.icon-minus-circle:before {content: "";}
.icon-times-circle:before {content: "";}
.icon-check-circle:before {content: "";}
.icon-question-circle:before {content: "";}
.icon-times-circle-o:before {content: "";}
.icon-arrow-left:before {content: "";}
.icon-arrow-right:before {content: "";}
.icon-plus:before {content: "";}
.icon-minus:before {content: "";}
.icon-calendar:before {content: "";}
.icon-comment:before {content: "";}
.icon-chevron-up:before {content: "";}
.icon-chevron-down:before {content: "";}
.icon-shopping-cart:before {content: "";}
.icon-bar-chart-o:before, .icon-bar-chart:before {content: "";}
.icon-gears:before, .icon-cogs:before {content: "";}
.icon-comments:before {content: "";}
.icon-heart-o:before {content: "";}
.icon-phone:before {content: "";}
.icon-square-o:before {content: "";}
.icon-twitter:before {content: "";}
.icon-facebook:before {content: "";}
.icon-globe:before {content: "";}
.icon-wrench:before {content: "";}
.icon-bars:before {content: "";}
.icon-truck:before {content: "";}
.icon-google-plus:before {content: "";}
.icon-money:before {content: "";}
.icon-caret-down:before {content: "";}
.icon-caret-up:before {content: "";}
.icon-caret-left:before {content: "";}
.icon-caret-right:before {content: "";}
.icon-envelope:before {content: "";}
.icon-comment-o:before {content: "";}
.icon-comments-o:before {content: "";}
.icon-cutlery:before {content: "";}
.icon-file-text-o:before {content: "";}
.icon-angle-double-left:before {content: "";}
.icon-angle-double-right:before {content: "";}
.icon-angle-left:before {content: "";}
.icon-angle-right:before {content: "";}
.icon-angle-up:before {content: "";}
.icon-angle-down:before {content: "";}
.icon-mobile:before {content: "";}
.icon-circle-o:before {content: "";}
.icon-quote-left:before {content: "";}
.icon-quote-right:before {content: "";}
.icon-location-arrow:before {content: "";}
.icon-calendar-o:before {content: "";}
.icon-unlock-alt:before {content: "";}
.icon-minus-square-o:before {content: "";}
.icon-ruble:before, .icon-rouble:before, .icon-rub:before {content: "";}
.icon-sort-alpha-asc:before {content: "";}
.icon-sort-alpha-desc:before {content: "";}
.icon-sort-amount-asc:before {content: "";}
.icon-sort-amount-desc:before {content: "";}
.icon-instagram:before {content: "";}
.icon-long-arrow-left:before {content: "";}
.icon-long-arrow-right:before {content: "";}
.icon-skype:before {content: "";}
.icon-vk:before {content: "";}
.icon-dot-circle-o:before {content: "";}
.icon-plus-square-o:before {content: "";}
.icon-calculator:before {content: "";}
.icon-trash:before {content: "";}
.icon-bed:before {content: "";}
.icon-odnoklassniki:before {content: "";}
.icon-odnoklassniki-square:before {content: "";}
.icon-building:before {content: "";}
.spoiler noindex {display: block;}
.spoiler {display: block;line-height: 21px;overflow: hidden;}
.spoiler p, .spoiler ul, .spoiler ol, .spoiler dl {margin: 0 0 10px;}
.spoiler hr {margin: 10px 0;}
.spoiler.closed p, .spoiler.closed ul, .spoiler.closed ol, .spoiler.closed dl, .spoiler.closed hr {margin: 0;}
.spoiler.closed noindex p, .spoiler.closed noindex ul, .spoiler.closed noindex ol, .spoiler.closed noindex dl {margin: 0 0 10px;}
.spoiler_button {text-align: left;margin-top: 5px;}
#cboxOverlay {overflow: hidden;}
#colorbox, #cboxOverlay, #cboxWrapper {position: absolute;top: 0;left: 0;z-index: 9999;}
#cboxOverlay {position: fixed;width: 100%;height: 100%;}
#cboxMiddleLeft, #cboxBottomLeft {clear: left;}
#cboxContent {position: relative;}
#cboxLoadedContent {overflow: auto;-webkit-overflow-scrolling: touch;}
#cboxTitle {margin: 0;}
#cboxLoadingOverlay, #cboxLoadingGraphic {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
#cboxPrevious, #cboxNext, #cboxClose, #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;}
#colorbox, #cboxContent, #cboxLoadedContent {box-sizing: content-box;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;}
#cboxOverlay {background: url("/artmebius/img/cb-v1/overlay.png") repeat 0 0;}
#colorbox {outline: 0;}
#cboxTopLeft {width: 21px;height: 21px;background: url("/artmebius/img/cb-v1/controls.png") no-repeat -101px 0;}
#cboxTopRight {width: 21px;height: 21px;background: url("/artmebius/img/cb-v1/controls.png") no-repeat -130px 0;}
#cboxBottomLeft {width: 21px;height: 21px;background: url("/artmebius/img/cb-v1/controls.png") no-repeat -101px -29px;}
#cboxBottomRight {width: 21px;height: 21px;background: url("/artmebius/img/cb-v1/controls.png") no-repeat -130px -29px;}
#cboxMiddleLeft {width: 21px;background: url("/artmebius/img/cb-v1/controls.png") left top repeat-y;}
#cboxMiddleRight {width: 21px;background: url("/artmebius/img/cb-v1/controls.png") right top repeat-y;}
#cboxTopCenter {height: 21px;background: url("/artmebius/img/cb-v1/border.png") 0 0 repeat-x;}
#cboxBottomCenter {height: 21px;background: url("/artmebius/img/cb-v1/border.png") 0 -29px repeat-x;}
#cboxContent {background: #fff;}
.cboxIframe {background: #fff;}
#cboxError {padding: 50px;border: 1px solid #ccc;}
#cboxTitle {position: absolute;top: 100%;left: 0;margin-top: 20px;text-align: center;width: 100%;color: #fff;}
#cboxCurrent {display: none !important;background: #fff none repeat scroll 0 0;border-radius: 0 12px 0 0;bottom: 0;color: #949494;height: 25px;left: 71px;line-height: 25px;padding: 0 10px;position: absolute;}
#cboxLoadingOverlay {background: url("/artmebius/img/cb-v1/loading_background.png") no-repeat center center;}
#cboxLoadingGraphic {background: url("/artmebius/img/cb-v1/loading.gif") no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border: 0;padding: 0;margin: 0;overflow: visible;width: auto;background: none;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline: 0;}
#cboxSlideshow {position: absolute;bottom: 0;left: 25px;width: 21px;height: 25px;text-indent: -9999px;background: url("/artmebius/img/cb-v1/controls-ext.png") no-repeat 0 0;}
.cboxSlideshow_on #cboxSlideshow:hover {background-position: -21px -25px;}
.cboxSlideshow_off #cboxSlideshow {background-position: -21px 0;}
.cboxSlideshow_off #cboxSlideshow:hover {background-position: 0 -25px;}
#cboxPrevious {position: absolute;bottom: 0;left: 0;background: url("/artmebius/img/cb-v1/controls.png") no-repeat -75px 0;width: 25px;height: 25px;text-indent: -9999px;}
#cboxPrevious:hover {background-position: -75px -25px;}
#cboxNext {position: absolute;bottom: 0;left: 46px;background: url("/artmebius/img/cb-v1/controls.png") no-repeat -50px 0;width: 25px;height: 25px;text-indent: -9999px;border-radius: 0 12px 0 0;}
#cboxNext:hover {background-position: -50px -25px;}
#cboxClose {position: absolute;bottom: 0;right: 0;background: url("/artmebius/img/cb-v1/controls.png") no-repeat -25px 0;width: 25px;height: 25px;text-indent: -9999px;}
#cboxClose:hover {background-position: -25px -25px;}
#cboxClose {border-radius: 12px 0 0;}
.nav {margin-bottom: 0;padding-left: 0;list-style: none;}
.nav>li {position: relative;display: block;}
.nav>li>a {position: relative;display: block;padding: 10px 15px;}
.nav>li>a:hover, .nav>li>a:focus {text-decoration: none;background-color: #c70000;}
.nav>li.disabled>a {color: #777;}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {color: #777;text-decoration: none;background-color: transparent;cursor: not-allowed;}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {background-color: #c70000;border-color: #555;}
.nav .nav-divider {height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5;}
.nav>li>a>img {max-width: none;}
.nav-tabs {border-bottom: 1px solid transparent;}
.nav-tabs>li {float: left;margin-bottom: -1px;}
.nav-tabs>li>a {margin-right: 2px;line-height: 1.5;border: 1px solid transparent;border-radius: 0 0 0 0;color: #57585a;background: #ebebeb;text-decoration: none;}
.nav-tabs>li>a>span {border-bottom: 1px dotted #57585a;}
.nav-tabs>li>a:hover {border-color: transparent;background: #ebebeb;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {color: #fff;background-color: #c70000;border: 1px solid transparent;border-bottom-color: transparent;cursor: default;}
.nav-tabs>li.active>a>span {border-bottom: none;}
.nav-tabs.nav-justified {width: 100%;border-bottom: 0;}
.nav-tabs.nav-justified>li {float: none;}
.nav-tabs.nav-justified>li>a {text-align: center;margin-bottom: 5px;}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {top: auto;left: auto;}
@media (min-width:768px) {.nav-tabs.nav-justified>li {display: table-cell;width: 1%;}
	.nav-tabs.nav-justified>li>a {margin-bottom: 0;}}
.nav-tabs.nav-justified>li>a {margin-right: 0;border-radius: 0;}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {border: 1px solid #ddd;}
@media (min-width:768px) {.nav-tabs.nav-justified>li>a {border-bottom: 1px solid #ddd;border-radius: 0 0 0 0;}
	.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {border-bottom-color: #fff;}}
.nav-stacked>li {float: none;}
.nav-stacked>li+li {margin-top: 2px;margin-left: 0;}
.nav-justified {width: 100%;}
.nav-justified>li {float: none;}
.nav-justified>li>a {text-align: center;margin-bottom: 5px;}
.nav-justified>.dropdown .dropdown-menu {top: auto;left: auto;}
@media (min-width:768px) {.nav-justified>li {display: table-cell;width: 1%;}
	.nav-justified>li>a {margin-bottom: 0;}}
.nav-tabs-justified {border-bottom: 0;}
.nav-tabs-justified>li>a {margin-right: 0;border-radius: 0;}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {border: 1px solid #ddd;}
@media (min-width:768px) {.nav-tabs-justified>li>a {border-bottom: 1px solid #ddd;border-radius: 0 0 0 0;}
	.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {border-bottom-color: #fff;}}
.tab-content {padding-top: 20px;}
.tab-content>.tab-pane {display: none;}
.tab-content>.active {display: block;}
.tab-content>.tab-pane, .pill-content>.pill-pane {display: block;height: 0;overflow: hidden;}
.tab-content>.active, .pill-content>.active {height: auto;}
.tab-content>.tab-pane, .pill-content>.pill-pane {display: block;height: 0;overflow: hidden;}
.tab-content>.active, .pill-content>.active {height: auto;}
@media (max-width:767px) {.tab-content>.tab-pane, .pill-content>.pill-pane {height: auto;}}
.breadcrumbs>ul {padding: 0;margin-bottom: 10px;list-style: none;}
.breadcrumbs>ul>li {display: inline-block;}
.breadcrumbs>ul>.active {color: #57585a;}
.thumbnail {display: block;padding: 4px;margin-bottom: 20px;line-height: 1.5;background-color: #fff;border: 1px solid #ddd;border-radius: 0;-webkit-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.thumbnail>img, .thumbnail a>img {margin-left: auto;margin-right: auto;}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {border-color: #555;}
.thumbnail .caption {padding: 9px;color: #464646;}
.modal-open {overflow: hidden;}
.modal {display: none;overflow: hidden;position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;-webkit-overflow-scrolling: touch;outline: 0;}
.modal.fade .modal-dialog {-webkit-transform: translate3d(0,-25%,0);transform: translate3d(0,-25%,0);-webkit-transition: -webkit-transform .3s ease-out;-moz-transition: -moz-transform .3s ease-out;-o-transition: -o-transform .3s ease-out;transition: transform .3s ease-out;}
.modal.in .modal-dialog {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.modal-open .modal {overflow-x: hidden;overflow-y: auto;}
.modal-dialog {position: relative;width: auto;margin: 10px;z-index: 1050;}
.modal-content {position: relative;background-color: #fff;border: 1px solid #999;border: 1px solid rgba(0,0,0,.2);border-radius: 6px;-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);box-shadow: 0 3px 9px rgba(0,0,0,.5);background-clip: padding-box;outline: 0;}
.modal-backdrop {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;background-color: #464646;}
.modal-backdrop.fade {opacity: 0;filter: alpha(opacity=0);}
.modal-backdrop.in {opacity: .7;filter: alpha(opacity=50);}
.modal-header {padding: 15px;border-bottom: 1px solid #e5e5e5;min-height: 16.5px;}
.modal-header .close {margin-top: -2px;cursor: pointer;}
.modal-title {margin: 0;line-height: 1.5;}
.modal-body {position: relative;padding: 15px 20px 20px;}
.modal-footer {padding: 15px 20px 20px;text-align: right;border-top: 1px solid #e5e5e5;}
.modal-footer .btn+.btn {margin-left: 5px;margin-bottom: 0;}
.modal-footer .btn-group .btn+.btn {margin-left: -1px;}
.modal-footer .btn-block+.btn-block {margin-left: 0;}
.modal-scrollbar-measure {position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll;}
@media (min-width:768px) {.modal-dialog {width: 600px;margin: 30px auto;}
	.modal-content {-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);box-shadow: 0 5px 15px rgba(0,0,0,.5);}
	.modal-sm {width: 350px;}}
@media (min-width:1024px) {.modal-lg {width: 900px;}}
.modal-dialog {margin-top: 40px;}
.modal-dialog .modal-content {overflow: hidden;background-image: -webkit-linear-gradient(#e8e9ea,#fff 10%,#fff 85%,#e8e9ea);background-image: -o-linear-gradient(#e8e9ea,#fff 10%,#fff 85%,#e8e9ea);background-image: linear-gradient(#e8e9ea,#fff 10%,#fff 85%,#e8e9ea);background-repeat: no-repeat;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e9ea",endColorstr="#ffe8e9ea",GradientType=0);}
.modal-dialog .modal-content .modal-header {background: #464646;color: #fff;text-transform: uppercase;font-weight: 600;font-size: 16px;padding-left: 15px;}
.modal-dialog .modal-content .modal-header .close {float: right;cursor: pointer;margin-top: 2px;color: #fff;}
.modal-dialog .modal-content .modal-header .close:hover {color: #c70000;}
.modal-dialog .modal-content .modal-body {background: #eee;}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .nav:before, .nav:after, .modal-footer:before, .modal-footer:after {content: " ";display: table;}
.clearfix:after, .container:after, .container-fluid:after, .row:after, .nav:after, .modal-footer:after {clear: both;}
.center-block {display: block;margin-left: auto;margin-right: auto;}
.pull-right {float: right !important;}
.pull-left {float: left !important;}
.hide {display: none !important;}
.show {display: block !important;}
.invisible {visibility: hidden;}
.text-hide {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}
.hidden {display: none !important;visibility: hidden !important;}
.affix {position: fixed;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.w10 {width: 10%;}
.w20 {width: 20%;}
.w30 {width: 30%;}
.w40 {width: 40%;}
.w50 {width: 50%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w90 {width: 90%;}
.w100 {width: 100%;}
.visible-xs, .visible-sm, .visible-md, .visible-lg {display: none !important;}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {display: none !important;}
@media (max-width:767px) {.visible-xs {display: block !important;}
	table.visible-xs {display: table;}
	tr.visible-xs {display: table-row !important;}
	th.visible-xs, td.visible-xs {display: table-cell !important;}}
@media (max-width:767px) {.visible-xs-block {display: block !important;}}
@media (max-width:767px) {.visible-xs-inline {display: inline !important;}}
@media (max-width:767px) {.visible-xs-inline-block {display: inline-block !important;}}
@media (min-width:768px) and (max-width:1023px) {.visible-sm {display: block !important;}
	table.visible-sm {display: table;}
	tr.visible-sm {display: table-row !important;}
	th.visible-sm, td.visible-sm {display: table-cell !important;}
	.visible-sm-block {display: block !important;}
	.visible-sm-inline {display: inline !important;}
	.visible-sm-inline-block {display: inline-block !important;}}
@media (min-width:1024px) and (max-width:1279px) {.visible-md {display: block !important;}
	table.visible-md {display: table;}
	tr.visible-md {display: table-row !important;}
	th.visible-md, td.visible-md {display: table-cell !important;}
	.visible-md-block {display: block !important;}
	.visible-md-inline {display: inline !important;}
	.visible-md-inline-block {display: inline-block !important;}}
@media (min-width:1280px) {.visible-lg {display: block !important;}
	table.visible-lg {display: table;}
	tr.visible-lg {display: table-row !important;}
	th.visible-lg, td.visible-lg {display: table-cell !important;}}
@media (min-width:1280px) {.visible-lg-block {display: block !important;}}
@media (min-width:1280px) {.visible-lg-inline {display: inline !important;}}
@media (min-width:1280px) {.visible-lg-inline-block {display: inline-block !important;}}
@media (max-width:767px) {.hidden-xs {display: none !important;}}
@media (min-width:768px) and (max-width:1023px) {.hidden-sm {display: none !important;}}
@media (min-width:1024px) and (max-width:1279px) {.hidden-md {display: none !important;}}
@media (min-width:1280px) {.hidden-lg {display: none !important;}}
.visible-print {display: none !important;}
@media print {.visible-print {display: block !important;}
	table.visible-print {display: table;}
	tr.visible-print {display: table-row !important;}
	th.visible-print, td.visible-print {display: table-cell !important;}}
.visible-print-block {display: none !important;}
@media print {.visible-print-block {display: block !important;}}
.visible-print-inline {display: none !important;}
@media print {.visible-print-inline {display: inline !important;}}
.visible-print-inline-block {display: none !important;}
@media print {.visible-print-inline-block {display: inline-block !important;}}
@media print {.hidden-print {display: none !important;}}
.tiles_col {margin-bottom: 20px;}
@media (max-width:479px) {.clear-sxs {clear: left;}
	.tiles_grid .row.clr-sxs-1 .tiles_col:nth-child(1n+1) {clear: both;width: 100% !important;}}
.gallery_items_container .items_wrap a {display: block;}
.gallery_items_container .items_wrap a span {display: flex;align-items: center;justify-content: center;}
.gallery_items_container .items_wrap a img {width: 100%;}
@media (min-width:480px) and (max-width:767px) {.gallery_items_container .col-xs-12 {width: 50%;}}
@media (min-width:320px) and (max-width:767px) {.clear-xs {clear: left;}
	.tiles_grid .row.clr-xs-1 .tiles_col:nth-child(1n+1) {clear: both;}
	.tiles_grid .row.clr-xs-2 .tiles_col:nth-child(2n+1) {clear: both;}
	.tiles_grid .row.clr-xs-3 .tiles_col:nth-child(3n+1) {clear: both;}
	.tiles_grid .row.clr-xs-4 .tiles_col:nth-child(4n+1) {clear: both;}
	.tiles_grid .row.clr-xs-5 .tiles_col:nth-child(5n+1) {clear: both;}
	.tiles_grid .row.clr-xs-6 .tiles_col:nth-child(6n+1) {clear: both;}
	.tiles_grid .row.clr-xs-7 .tiles_col:nth-child(7n+1) {clear: both;}
	.tiles_grid .row.clr-xs-8 .tiles_col:nth-child(8n+1) {clear: both;}}
@media (min-width:768px) and (max-width:1023px) {.clear-sm {clear: left;}
	.tiles_grid .row.clr-sm-1 .tiles_col:nth-child(1n+1) {clear: both;}
	.tiles_grid .row.clr-sm-2 .tiles_col:nth-child(2n+1) {clear: both;}
	.tiles_grid .row.clr-sm-3 .tiles_col:nth-child(3n+1) {clear: both;}
	.tiles_grid .row.clr-sm-4 .tiles_col:nth-child(4n+1) {clear: both;}
	.tiles_grid .row.clr-sm-5 .tiles_col:nth-child(5n+1) {clear: both;}
	.tiles_grid .row.clr-sm-6 .tiles_col:nth-child(6n+1) {clear: both;}
	.tiles_grid .row.clr-sm-7 .tiles_col:nth-child(7n+1) {clear: both;}
	.tiles_grid .row.clr-sm-8 .tiles_col:nth-child(8n+1) {clear: both;}}
@media (min-width:1024px) and (max-width:1279px) {.clear-md {clear: left;}
	.tiles_grid .row.clr-md-1 .tiles_col:nth-child(1n+1) {clear: both;}
	.tiles_grid .row.clr-md-2 .tiles_col:nth-child(2n+1) {clear: both;}
	.tiles_grid .row.clr-md-3 .tiles_col:nth-child(3n+1) {clear: both;}
	.tiles_grid .row.clr-md-4 .tiles_col:nth-child(4n+1) {clear: both;}
	.tiles_grid .row.clr-md-5 .tiles_col:nth-child(5n+1) {clear: both;}
	.tiles_grid .row.clr-md-6 .tiles_col:nth-child(6n+1) {clear: both;}
	.tiles_grid .row.clr-md-7 .tiles_col:nth-child(7n+1) {clear: both;}
	.tiles_grid .row.clr-md-8 .tiles_col:nth-child(8n+1) {clear: both;}}
@media (min-width:1280px) {.clear-lg {clear: left;}
	.tiles_grid .row.clr-lg-1 .tiles_col:nth-child(1n+1) {clear: both;}
	.tiles_grid .row.clr-lg-2 .tiles_col:nth-child(2n+1) {clear: both;}
	.tiles_grid .row.clr-lg-3 .tiles_col:nth-child(3n+1) {clear: both;}
	.tiles_grid .row.clr-lg-4 .tiles_col:nth-child(4n+1) {clear: both;}
	.tiles_grid .row.clr-lg-5 .tiles_col:nth-child(5n+1) {clear: both;}
	.tiles_grid .row.clr-lg-6 .tiles_col:nth-child(6n+1) {clear: both;}
	.tiles_grid .row.clr-lg-7 .tiles_col:nth-child(7n+1) {clear: both;}
	.tiles_grid .row.clr-lg-8 .tiles_col:nth-child(8n+1) {clear: both;}}
.like_table {margin-bottom: 20px;}
.like_table>div:before, .like_table>div:after {content: " ";display: table;}
.like_table>div:after {clear: both;}
.like_table>div>div {float: left;}
.like_table.just2>div>div {width: 50%;}
.like_table.just3>div>div {width: 33.333%;}
.like_table.just4>div>div {width: 25%;}
.like_table.just5>div>div {width: 20%;}
.like_table.just6>div>div {width: 16.67%;}
.like_table.just7>div>div {width: 14.29%;}
.like_table.just8>div>div {width: 12.5%;}
@media (min-width:320px) and (max-width:479px) {.elems_list .elems_imgage {width: 100% !important;}
	.elems_list .elems_information {width: 100% !important;}}
.bgimage {display: block;height: 0;max-width: 100%;background-position: center center;background-repeat: no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;-webkit-transform: translatez(0);-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);}
.bgimage.bgsz-cv {-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.bgimage.bgsz-ct {-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;background-size: contain;}
.bgimage.r3n2 {padding: 66% 0 0;}
.bgimage.r3n4 {padding: 133.33% 0 0;}
.bgimage.r4n3 {padding: 75% 0 0;}
.bgimage.r16n9 {padding: 56.25% 0 0;}
.bgimage.rSqr {padding: 100% 0 0;}
.resp_prvw {position: relative;display: block;height: 0;padding: 100% 0 0;}
.resp_prvw .items_img_wrap {overflow: hidden;position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: block;text-align: center;font-size: 0;}
.resp_prvw .items_img {max-height: 100%;height: auto;}
.breadcrumb {margin: 0;list-style: none;line-height: 0;font-size: 0;letter-spacing: -1px;}
.breadcrumb li {line-height: 20px;font-size: 13.8px;letter-spacing: normal;display: inline-block;vertical-align: top;margin-right: 5px;}
.pagination {margin-bottom: 30px;text-align: center;}
.pagination .pagination {padding: 0;margin: 0;}
.pagination ul {display: inline-block;margin: 0;padding: 0;list-style: none;overflow: hidden;}
.pagination ul li {line-height: 1;float: left;margin-left: 3px;}
.pagination ul li.control a, .pagination ul li.control span {padding-left: 10px;padding-right: 10px;}
.pagination ul li a, .pagination ul li span {display: block;border-radius: 20px;min-width: 35px;padding: 0 3px;height: 35px;line-height: 31px;text-align: center;text-decoration: none;color: #464646;border: 2px solid #000;}
.pagination ul li a:hover {color: #c70000;}
.pagination ul li span {cursor: default;}
.pagination ul li.active a, .pagination ul li.active span {color: #fff;background: #464646;text-decoration: none;}
nav ul, nav ol {margin: 0;padding: 0;list-style: none;}
.menu {margin: 0;padding: 0;list-style: none;}
.menu ul {margin: 0;padding: 0;list-style: none;}
.menu_horz {line-height: 0;font-size: 0;letter-spacing: -1px;}
.menu_horz li {font-size: 13.8px;letter-spacing: normal;display: inline-block;vertical-align: top;}
.menu_horz_multi {line-height: 0;font-size: 0;letter-spacing: -1px;}
.menu_horz_multi>li {font-size: 13.8px;letter-spacing: normal;display: inline-block;vertical-align: top;position: relative;line-height: 20px;}
.menu_horz_multi>li:hover>ul {display: block;position: absolute;top: 100%;left: 0;}
.menu_horz_multi>li ul {margin: 0;padding: 0;list-style: none;display: none;}
.menu_horz_multi>li ul ul {margin: 0;padding: 0;list-style: none;}
.menu_horz_multi>li ul li {display: block;position: relative;}
.menu_horz_multi>li ul li:hover>ul {display: block;position: absolute;top: 0;left: 100%;}
.menu_justified>li {display: table-cell;width: 1%;}
.menu_justify {text-align: justify;}
.menu_justify:after {content: "";display: inline-block;font-size: 0;line-height: 0;width: 100%;}
.menu_vert li {line-height: 1.2;font-size: 13.8px;letter-spacing: normal;display: block;}
.menu_vert_multi li+li {margin-top: 0;}
.menu_vert_multi li ul {margin-top: 0;padding-left: 0;}
.menu_vert_accord li.active>ul {display: block;}
.menu_vert_accord li+li {margin-top: 0;}
.menu_vert_accord li ul {display: none;margin-top: 0;padding-left: 0;}
.menu_cols.mc_2 {-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;-webkit-column-gap: 18px;-moz-column-gap: 18px;column-gap: 18px;}
.menu_cols.mc_3 {-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;-webkit-column-gap: 18px;-moz-column-gap: 18px;column-gap: 18px;}
.menu_cols.mc_4 {-webkit-column-count: 4;-moz-column-count: 4;column-count: 4;-webkit-column-gap: 18px;-moz-column-gap: 18px;column-gap: 18px;}
.menu_cols.mc_5 {-webkit-column-count: 5;-moz-column-count: 5;column-count: 5;-webkit-column-gap: 18px;-moz-column-gap: 18px;column-gap: 18px;}
@media (min-width:1024px) {.menu_hide+.menu {display: block !important;}
	.menu_horz_multi {display: block !important;}
	.menu_horz_multi>li:hover>ul {display: block !important;}
	.menu_horz_multi>li ul {display: none !important;}
	.menu_horz_multi>li ul li:hover>ul {display: block !important;}
	.menu_vert_multi li ul {display: block !important;}}
@media (max-width:1023px) {.menu_hide+.menu {display: none;}
	.menu_horz_multi>li:hover>ul {display: none;position: static;top: auto;left: auto;}
	.menu_horz_multi>li.active>ul {display: block;position: static;top: auto;left: auto;}
	.menu_horz_multi>li ul {margin: 0;padding: 0;list-style: none;display: none;}
	.menu_horz_multi>li ul ul {margin: 0;padding: 0;list-style: none;}
	.menu_horz_multi>li ul li {display: block;position: relative;}
	.menu_horz_multi>li ul li:hover>ul {display: none;position: static;top: auto;left: auto;}
	.menu_horz_multi>li ul li.active>ul {display: block;position: static;top: auto;left: auto;}
	.menu_vert_multi li.active ul {display: block;}
	.menu_vert_multi li ul {display: none;}
	.menu_justified>li {display: block;width: auto;}}
.error, .req {color: #a94442;}
.success {color: #3c763d;}
@media (min-width:1279px) {.col-lg-2-5 {width: 20.833333333%;}
	.col-lg-8-5 {width: 79.166666667%;}}
@media (min-width:1400px) {.container {width: 1350px;}}
* {outline: none !important;}
a {-webkit-transition: color .2s ease-out;-o-transition: color .2s ease-out;transition: color .2s ease-out;}
.fade {visibility: hidden;}
.modal-backdrop.fade, .modal.fade {visibility: visible;}
.btn {padding: 13px 30px;line-height: 1;text-decoration: none;border-radius: 30px;color: #464646;border: 2px solid #464646;background: #fff;-webkit-transition: all .1s ease-out;-o-transition: all .1s ease-out;transition: all .1s ease-out;}
.btn:focus, .btn:active, .btn:hover {color: #fff;background: #464646;}
.btn.btn-reverse {background: url("/artmebius/img/button-carbon.jpg") no-repeat center center #464646;color: #fff;}
.btn.btn-reverse:focus, .btn.btn-reverse:active, .btn.btn-reverse:hover {background: #fff;color: #464646;}
.btn.btn-brd {color: #464646;background: #fff;border: 1px solid #d7d7d7;}
.btn.btn-brd:hover {color: #fff;background-image: -webkit-linear-gradient(left,#c70000 0%,#c70000 100%);background-image: -o-linear-gradient(left,#c70000 0%,#c70000 100%);background-image: linear-gradient(to right,#c70000 0%,#c70000 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc70000",endColorstr="#ffc70000",GradientType=1);}
.btn.btn-brd-reverse {background: none;color: #fff !important;border: 2px solid #fff;}
.btn.btn-brd-reverse:hover {background: #464646;border-color: #464646;}
.btn.reset {background: #e4e4e4;color: #464646;}
.btn.reset:hover {background: #464646;color: #fff;}
label {font-weight: 400;}
#hdr {position: relative;z-index: 90;}
#hdr_top {position: relative;z-index: 1;background: url("/artmebius/img/carbon.jpg") no-repeat center top #464646;padding: 15px 50px;color: #fff;border-radius: 0 0 30px 30px;}
#hdr_top a {color: #fff;text-decoration: none;}
#hdr_bottom {padding-top: 25px;padding-bottom: 25px;}
#sect_wrap {position: relative;z-index: 80;margin-bottom: 40px;}
#wrap {position: relative;min-height: 100%;background: #fff;}
.mdl {margin-bottom: 30px;}
aside .mdl {margin-bottom: 40px;}
.mdl-border {border: 1px solid #e3e1e1;border-bottom: 3px solid #000;}
aside .mdl-header {color: #fff;border-radius: 10px 10px 0 0;text-transform: uppercase;font-weight: 500;padding: 17px 15px;background: url("/artmebius/img/button-carbon.jpg") no-repeat center center #464646;display: flex;align-items: center;justify-content: flex-start;}
aside .mdl-header:before {content: "";width: 22px;height: 22px;margin-right: 15px;background: url("/artmebius/img/ico.svg") no-repeat center center;background-size: contain;}
aside .mdl-header a {color: #fff;text-decoration: none;}
footer .mdl-header {font-weight: 500;text-transform: uppercase;margin-bottom: 10px;}
.mdl-content {padding: 20px;}
.logo {position: relative;}
.header-right {text-align: right;}
header .mdl_phones {padding: 10px 20px 10px 0;display: inline-block;vertical-align: middle;}
footer .mdl_phones {font-weight: 500;}
footer .mdl_phones span {font-size: 15px;}
.mdl_shedule {padding: 10px 0;display: inline-block;vertical-align: middle;}
.mdl_cities {padding: 10px 0;display: inline-block;vertical-align: middle;}
.mdl_cities .icon-map-marker {margin-right: 3px;-webkit-transition: color .2s ease-out;-o-transition: color .2s ease-out;transition: color .2s ease-out;}
.mdl_cities a#choose-city:hover .choosen-city {text-decoration: underline;}
.mdl_personal {position: relative;padding: 10px 20px 10px 0;display: inline-block;vertical-align: middle;}
.mdl_personal a {text-decoration: none;}
.mdl_personal .auth_link {cursor: pointer;}
.mdl_personal .auth_link:hover span {text-decoration: underline;}
.mdl_personal .user-name {background: #c70000;color: #fff;border-radius: 10px;padding: 1px 7px;font-size: 12px;display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;max-width: 100px;}
.mdl_personal .icon-lock {margin-right: 3px;-webkit-transition: color .2s ease-out;-o-transition: color .2s ease-out;transition: color .2s ease-out;}
.mdl_personal .icon-times-circle {color: #fff;position: absolute;bottom: 23px;right: 15px;}
#auth_form {line-height: 1.4;}
#auth_form .auth_links {list-style: none;font-size: 14px;text-align: center;padding: 7px 0;margin: 5px 0 0;}
#auth_form .auth_links li {display: inline-block;margin: 0 10px;}
#auth_form .auth_links a {color: #464646;text-decoration: none;}
#auth_form .auth_links a:hover {color: #464646;}
#auth_form .auth_links a .icon {margin-right: 2px;}
.loginForm {text-align: left;}
.loginForm label {font-weight: 400;}
.loginForm .row {margin-bottom: 10px;}
.loginForm .icon {color: #c70000;}
.topmenu {}
.topmenu ul.menu {position: relative;text-align: right;z-index: 1;white-space: nowrap;}
.topmenu ul.menu>li {white-space: normal;}
.topmenu ul.menu>li>a {padding: 10px 0 10px 20px;display: block;vertical-align: top;text-decoration: none;-webkit-transition: all .2s ease-out;-o-transition: all .2s ease-out;transition: all .2s ease-out;color: #fff;position: relative;}
.topmenu ul.menu>li:hover>a, .topmenu ul.menu>li.active>a {text-decoration: underline !important;}
.topmenu ul.menu ul {background: #fff;text-align: left;width: 300px;border-radius: 0 0 5px 5px;box-shadow: 0 5px 15px rgba(0,0,0,.3);font-size: 13.8px;}
.topmenu ul.menu ul li+li>a {border-top: 1px solid #d8d8d8;}
.topmenu ul.menu ul li a {padding: 10px 0;margin: 0 20px;color: #464646;display: block;text-decoration: none;font-size: 13.8px;}
.topmenu ul.menu ul li:hover>a, .topmenu ul.menu ul li.active>a {color: #c70000;}
.topmenu ul.menu ul ul {border-radius: 0 5px 5px 0;}
.mdl_search {position: relative;}
.mdl_search .sf_ctnr {position: relative;}
.mdl_search .sf_text_wrap {text-align: right;}
.mdl_search .sf_text {width: 100%;height: auto;border: none;border: 2px solid #e7e7e7;padding: 11px 90px 11px 25px;line-height: 20px;border-radius: 30px;background: #fff;}
.mdl_search .sf_submit {position: absolute;top: 0;bottom: 0;right: 0;padding: 0 35px;line-height: 22px;}
.mdl_search #sfTips {position: absolute;right: 0;left: 0;top: 100%;padding: 10px;border-radius: 20px;border: 1px solid #e1dfdf;box-shadow: 0 5px 15px rgba(0,0,0,.3);background: #fff;z-index: 900;text-align: left;}
.mdl_search #sfTips button {display: block;width: 100%;padding: 3px 10px 5px;border: none;border-radius: 0;text-align: left;color: #fff;background: #c70000;-webkit-transition: background-color .2s ease-out;-o-transition: background-color .2s ease-out;transition: background-color .2s ease-out;}
.mdl_search .sf_tips_item a {display: block;font-size: 13px;text-decoration: none;border-bottom: 1px dotted #d5d5d5;padding: 4px 10px 5px;color: #464646;}
.mdl_search .sf_tips_item a:hover {color: #c70000;}
.mdl_search .sf_tips_item span {color: #c70000;font-weight: 600;}
.catalog_categories, .mdl_catalog {margin-bottom: 20px;}
.catalog_categories .items_block, .mdl_catalog .items_block {position: relative;}
.catalog_categories .items_block:hover .items_link, .mdl_catalog .items_block:hover .items_link {color: #c70000;}
.catalog_categories .items_block:hover .items_link span, .mdl_catalog .items_block:hover .items_link span {text-decoration: none;}
.catalog_categories .items_prvw, .mdl_catalog .items_prvw {display: block;margin-bottom: 12px;overflow: hidden;}
.catalog_categories .items_prvw img, .mdl_catalog .items_prvw img {-webkit-transition: transform .5s ease-out;-o-transition: transform .5s ease-out;transition: transform .5s ease-out;}
.catalog_categories .items_title, .mdl_catalog .items_title {font-weight: 500;font-size: 13.7px;}
.catalog_categories .items_title .items_link, .mdl_catalog .items_title .items_link {display: flex;align-items: center;color: #464646;text-decoration: none;}
.catalog_categories .items_title img, .mdl_catalog .items_title img {margin-right: 10px;width: 40px;height: 40px;}
.catalog_categories .items_title span, .mdl_catalog .items_title span {text-decoration: underline;}
.catalog_categories_sub {margin-bottom: 20px;}
.catalog_categories_sub .items_block {display: inline-block;padding-right: 20px;margin-bottom: 5px;position: relative;}
.catalog_categories_sub a.items_link {text-decoration: none;display: inline-block;border-bottom: 1px dotted;color: #464646;}
.catalog_categories_sub a.items_link:hover {color: #464646;}
.mdl_products .slick-prev {left: auto;right: 35px;}
.mdl_products .slick-next {right: 0;}
.mdl_products .slick-prev, .mdl_products .slick-next {opacity: 1 !important;top: -40px;background: #fff;border: 2px solid #464646;border-radius: 100%;height: 30px;width: 30px;line-height: 27px;}
.mdl_products .slick-prev span, .mdl_products .slick-next span {font-size: 12px;color: #464646;}
.mdl_products .slick-prev:hover, .mdl_products .slick-next:hover {background: #464646;}
.mdl_products .slick-prev:hover span, .mdl_products .slick-next:hover span {color: #fff;}
.mdl_products .items_block {position: relative;text-align: center;white-space: normal;border: 1px solid #464646;border-radius: 10px;margin-bottom: 20px;}
.mdl_products .items_block:hover .items_prvw {border-color: #bbb;}
.mdl_products .items_block:hover .btn {background: url("/artmebius/img/button-carbon.jpg") no-repeat center center #464646;color: #fff;}
.mdl_products .items_block .items_info {padding-bottom: 20px;}
.mdl_products .items_block .items_link {color: #464646;text-decoration: none;}
.mdl_products .items_block .items_prvw {display: block;background: #fff;border-radius: 10px 10px 0 0;overflow: hidden;margin-bottom: 10px;-webkit-transition: border-color .5s ease-out;-o-transition: border-color .5s ease-out;transition: border-color .5s ease-out;}
.mdl_products .items_block .items_title {display: block;line-height: 1.4;padding: 0 10px;margin-bottom: 7px;}
.mdl_products .items_block .items_avail {margin-bottom: 7px;font-size: 13px;color: #444;display: block;}
.mdl_products .items_block .items_avail.not_avail {color: #c10000;}
.mdl_products .items_block .items_price {display: inline-block;margin-bottom: 10px;color: #464646;font-size: 17px;font-weight: 500;white-space: nowrap;line-height: 1.2;}
.mdl_products .items_block .items_price.old_price {margin-left: 10px;color: #aaa;text-decoration: line-through;white-space: nowrap;}
.mdl_products .items_block .items_props {font-size: 13px;width: 100%;}
.mdl_products .items_block .items_props tr:nth-child(2n+1) {background: #edeef0;}
.mdl_products .items_block .items_props tr td {padding: 7px;}
.mdl_products .items_block .prds_buy {display: block;position: absolute;bottom: -20px;left: 0;right: 0;}
.mdl_products .items_block .btn {padding-top: 11px;padding-bottom: 11px;text-transform: uppercase;}
.mdl_relative_products .slick-prev, .mdl_relative_products .slick-next {top: 40%;}
.mdl_advantages .items_block .items_prvw {width: 75px;height: 75px;line-height: 75px;text-align: center;border-radius: 100%;margin-bottom: 5px;background-image: -webkit-linear-gradient(left,#c70000 0%,#c70000 100%);background-image: -o-linear-gradient(left,#c70000 0%,#c70000 100%);background-image: linear-gradient(to right,#c70000 0%,#c70000 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc70000",endColorstr="#ffc70000",GradientType=1);}
.mdl_advantages .items_block .items_title {display: block;padding-top: 5px;margin-right: 20px;font-weight: 500;font-size: 15px;margin-bottom: 5px;color: #464646;}
.mdl_advantages .items_block .items_info {overflow: hidden;color: #646464;}
.mdl_brands .slick-prev {left: auto;right: 35px;}
.mdl_brands .slick-next {right: 0;}
.mdl_brands .slick-prev, .mdl_brands .slick-next {opacity: 1 !important;top: -40px;background: #fff;border: 2px solid #000;border-radius: 100%;height: 30px;width: 30px;line-height: 27px;}
.mdl_brands .slick-prev span, .mdl_brands .slick-next span {font-size: 12px;color: #464646;}
.mdl_brands .slick-prev:hover, .mdl_brands .slick-next:hover {background: #000;}
.mdl_brands .slick-prev:hover span, .mdl_brands .slick-next:hover span {color: #fff;}
.mdl_brands .items_list .items_block {margin: 0 8px;}
.mdl_brands .items_list .items_prvw {margin-bottom: 0;}
.mdl_brands .items_block {text-align: center;}
.mdl_brands .items_block:hover .items_link {color: #c70000;}
.mdl_brands .items_prvw {background: #fff;display: block;margin-bottom: 10px;}
.mdl_brands .items_link {color: #464646;text-decoration: none;}
#ftr_ndr {height: 170px;}
#ftr {position: absolute;bottom: 0;left: 0;right: 0;z-index: 1;color: #fff;background: url("/artmebius/img/teslum-oline.jpg") no-repeat center center #464646;background-size: cover;border-radius: 30px 30px 0 0;}
#ftr .page-header {text-align: left;font-size: 15px;margin-bottom: 10px;font-weight: 500;}
#ftr_top {padding: 30px 50px 15px;}
.mdl_footmenu ul.menu li {line-height: 1.4;}
.mdl_footmenu ul.menu li a {color: #fff;text-decoration: none;}
.mdl_footmenu ul.menu li:hover a, .mdl_footmenu ul.menu li .active a {color: #c70000;}
.mdl_footmenu ul.menu li+li {margin-top: 8px;}
.mdl_social .share42init {display: inline-block;vertical-align: middle;}
.mdl_social .share42init .share42-item {margin-left: 5px !important;margin-right: 0 !important;-webkit-transition: opacity .2s ease-out;-o-transition: opacity .2s ease-out;transition: opacity .2s ease-out;}
.mdl_social .share42init .share42-item:hover {opacity: .8;}
.mdl_copyright {margin: 0 0 10px;}
.jGrowl-message, div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {background: #c70000 !important;color: #fff;font: 13.8px Ubuntu,Tahoma,Arial,sans-serif;}
.mdl_breadcrumbs {margin-bottom: 20px;}
.mdl_breadcrumbs a {color: #464646;}
.control-input[class$=_accept] {font-size: 12px;}
.control-input[class$=_accept] [type=checkbox] {margin-top: -2px;vertical-align: middle;}
.mdl_feedback label {font-weight: 400;display: block;margin-top: 10px;}
.mdl_feedback input {height: auto;padding: 10px;border-radius: 4px;padding-left: 35px;font-size: 13px;border: 1px solid #ccc;}
.mdl_feedback input.error {background: #ffe4e4;}
.mdl_feedback select {height: auto;width: 80%;padding: 10px;border-radius: 4px;padding-left: 35px;border: 1px solid #ccc;}
.mdl_feedback textarea {padding: 10px;padding-left: 35px;height: 100px;font-size: 13px;}
.mdl_feedback .control-button {text-align: center;}
.mdl_feedback button {padding: 11px 45px;}
.mdl_feedback .module-header {font-size: 21px;text-align: center;margin: 15px 0 10px;}
.mdl_feedback .form-group {margin-bottom: 10px;text-align: left;}
.mdl_feedback .control-input {position: relative;}
.mdl_feedback .control-input .icon {position: absolute;top: 12px;left: 13px;font-size: 17px;color: #464646;}
.mdl_feedback .control-input input:focus+.icon, .mdl_feedback .control-input textarea:focus+.icon {color: #c70000;}
.mdl_feedback .fb_accept {font-size: 13px;}
aside {z-index: 2;}
#cnt_wrap {z-index: 1;}
.mdl_leftmenu {border-bottom: 3px solid #464646;}
.mdl_leftmenu.mdl_leftmenu_thin ul.menu>li {position: relative;}
.mdl_leftmenu.mdl_leftmenu_thin ul.menu>li a {font-weight: 400;}
.mdl_leftmenu ul.menu li.parent>a {padding-right: 25px;}
.mdl_leftmenu ul.menu li.parent>a:before {content: "";font: 14px/1 FontAwesome;position: absolute;right: 20px;top: 50%;margin-top: -7px;display: block;width: 0;height: 0;}
.mdl_leftmenu ul.menu li.parent:hover>ul {display: block;}
.mdl_leftmenu ul.menu>li {position: relative;}
.mdl_leftmenu ul.menu>li a {padding: 5px 10px;display: flex;align-items: center;font-weight: 500;font-size: 13.7px;color: #464646;text-decoration: none;position: relative;border-bottom: 1px solid #e1dfdf;-webkit-transition: all .2s ease-out;-o-transition: all .2s ease-out;transition: all .2s ease-out;}
.mdl_leftmenu ul.menu>li img {margin-right: 10px;width: 40px;height: 40px;}
.mdl_leftmenu ul.menu>li:hover>a {color: #c70000;}
.mdl_leftmenu ul.menu>li.active>a .item_title span, .mdl_leftmenu ul.menu>li.current>a .item_title span {border-bottom: 1px solid #c70000;}
.mdl_leftmenu ul.menu>li ul {display: none;position: absolute;left: 100%;top: 0;z-index: 1;min-width: 250px;background: #f5f5f5;padding: 10px 0 10px 20px;border-radius: 0 3px 3px 0;}
.mdl_leftmenu ul.menu>li ul li {position: relative;}
.mdl_leftmenu ul.menu>li ul li>a {color: #464646;background: none;position: relative;text-transform: none;padding: 7px 0;border-bottom: none;}
.mdl_leftmenu ul.menu>li ul li>a:hover {color: #c70000;}
.mdl_leftmenu ul.menu>li ul li ul {background: #e9e9e9;}
.gallery_items .items_wrap {border-bottom: 5px solid #000;background: #fff;box-shadow: 0 0 10px #eee;margin-bottom: 20px;-webkit-transition: all .2s ease-out;-o-transition: all .2s ease-out;transition: all .2s ease-out;}
.gallery_items .items_wrap:hover {border-color: #c70000;}
.add-review {margin-bottom: 15px;}
.mdl_comments .slick-prev {left: auto;right: 45px;}
.mdl_comments .slick-next {right: 0;}
.mdl_comments .slick-prev, .mdl_comments .slick-next {opacity: 1 !important;top: -42px;background: #fff;border: 1px solid #d7d7d7;border-radius: 0;height: 35px;line-height: 34px;}
.mdl_comments .slick-prev span, .mdl_comments .slick-next span {font-size: 18px;color: #464646;}
.mdl_comments .slick-prev:hover span, .mdl_comments .slick-next:hover span {color: #fff;}
.mdl_comments .items_block {padding: 15px 20px;white-space: normal;background: #fff;margin: 0 1px;border: 1px solid #d7d7d7;border-bottom: 3px solid #000;}
.mdl_comments .ticket-comment-header {padding: 10px 0;}
.mdl_comments .ticket-comment-image {float: left;border-radius: 100%;background: #e2e2e2;margin-right: 20px;width: 65px;height: 65px;line-height: 65px;text-align: center;}
.mdl_comments .ticket-comment-image img {width: 35px;}
.mdl_comments .ticket-comment-author {font-weight: 500;margin-top: 10px;color: #c70000;}
.mdl_comments .ticket-comment-date {color: #646464;text-transform: lowercase;}
.mdl_comments .vote_result {margin-bottom: 5px;}
.mdl_comments .items_link {color: #777;}
.comments ol#comments {margin: 0;padding: 0;list-style: none;}
.comments ol#comments li {background: #fff;border: 1px solid #d7d7d7;border-bottom: 3px solid #000;padding: 15px 18px;margin-bottom: 15px;}
.comments ol#comments li .icon-user {width: 25px;height: 25px;line-height: 25px;text-align: center;background: #464646;color: #fff;border-radius: 100%;margin-right: 7px;}
.comments ol#comments .vote_result {display: block;float: right;margin-top: 5px;}
.comments ol#comments .ticket-comment-text {margin: 5px 0 0 35px;}
.comments ol#comments .ticket-comment-createdon {color: #999;margin-left: 15px;}
.comments ol#comments .ticket-comment-rating, .comments ol#comments .ticket-comment-down {float: right;}
.comments ol#comments .comment-reply {margin-top: 10px;}
.comments ol#comments .items_link {margin-left: 35px;color: #777;margin-top: 5px;}
#comment-form input[type=text], #comment-form textarea {padding: 10px;width: 100%;height: auto !important;}
#comment-form textarea {height: 150px !important;}
#comment-form .form-actions {margin-top: 10px;}
.vote-group label {display: inline-block;width: 13px;height: 13px;overflow: hidden;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAaCAYAAABsONZfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwNTQ3REZCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwNTQ3RTBCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTA1NDdEREJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTA1NDdERUJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt3g74gAAAFxSURBVHjanJPNK0RRGMbnThq3saAZmclG2VE0QmE1SzuUPUsfpSykrMlC+RusLKyxlFKzsbAwJdlY+MpnxCWG63nrOTpO5565vPXrns45z7nv+5z3eGEYJv4aNfcrzbb5CdABps2FzNxFImkRNIBFMAX6bCfaRHJ6luMZa3r81oM8aAOz2voQGAMH4BLcKNEeN2cth6bBGseP4BQUJL1yhMAMyeZa1TQJlmOItsCwbsQCWHUIdsAICEz3jh2ic/Bhs7zXIerU96qBB7o5vgLzYBwcca4d5Mx7EtEh2AVL4I7zG7zsQfCpRN5/GjYqpFmLtgX5ia33akE/i8/HbVjZ7HNccDVsCtTJcwFd2nor+1Ia9QW8KtdGudmvUuc7eEJN60na68cwJ6XayOPEAOipIpJnsY0/VZQRJT60qDgDm6BiuvfgED2DL5vlOYeoUSvlx3KJJn4DphqwiTMkTdt/Newtc98Hb5w/4WW36Ol9CzAAlqlNTD2h6BoAAAAASUVORK5CYII=") no-repeat 0 -13px;}
.vote-group label input {visibility: hidden;}
.vote-group label.active, .vote-group label:hover {background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAaCAYAAABsONZfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwNTQ3REZCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwNTQ3RTBCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTA1NDdEREJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTA1NDdERUJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt3g74gAAAFxSURBVHjanJPNK0RRGMbnThq3saAZmclG2VE0QmE1SzuUPUsfpSykrMlC+RusLKyxlFKzsbAwJdlY+MpnxCWG63nrOTpO5565vPXrns45z7nv+5z3eGEYJv4aNfcrzbb5CdABps2FzNxFImkRNIBFMAX6bCfaRHJ6luMZa3r81oM8aAOz2voQGAMH4BLcKNEeN2cth6bBGseP4BQUJL1yhMAMyeZa1TQJlmOItsCwbsQCWHUIdsAICEz3jh2ic/Bhs7zXIerU96qBB7o5vgLzYBwcca4d5Mx7EtEh2AVL4I7zG7zsQfCpRN5/GjYqpFmLtgX5ia33akE/i8/HbVjZ7HNccDVsCtTJcwFd2nor+1Ia9QW8KtdGudmvUuc7eEJN60na68cwJ6XayOPEAOipIpJnsY0/VZQRJT60qDgDm6BiuvfgED2DL5vlOYeoUSvlx3KJJn4DphqwiTMkTdt/Newtc98Hb5w/4WW36Ol9CzAAlqlNTD2h6BoAAAAASUVORK5CYII=") no-repeat 0 0;}
.vote_result {width: 65px;height: 13px;position: relative;display: block;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAaCAYAAABsONZfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwNTQ3REZCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwNTQ3RTBCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTA1NDdEREJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTA1NDdERUJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt3g74gAAAFxSURBVHjanJPNK0RRGMbnThq3saAZmclG2VE0QmE1SzuUPUsfpSykrMlC+RusLKyxlFKzsbAwJdlY+MpnxCWG63nrOTpO5565vPXrns45z7nv+5z3eGEYJv4aNfcrzbb5CdABps2FzNxFImkRNIBFMAX6bCfaRHJ6luMZa3r81oM8aAOz2voQGAMH4BLcKNEeN2cth6bBGseP4BQUJL1yhMAMyeZa1TQJlmOItsCwbsQCWHUIdsAICEz3jh2ic/Bhs7zXIerU96qBB7o5vgLzYBwcca4d5Mx7EtEh2AVL4I7zG7zsQfCpRN5/GjYqpFmLtgX5ia33akE/i8/HbVjZ7HNccDVsCtTJcwFd2nor+1Ia9QW8KtdGudmvUuc7eEJN60na68cwJ6XayOPEAOipIpJnsY0/VZQRJT60qDgDm6BiuvfgED2DL5vlOYeoUSvlx3KJJn4DphqwiTMkTdt/Newtc98Hb5w/4WW36Ol9CzAAlqlNTD2h6BoAAAAASUVORK5CYII=") repeat-x 0 -13px;}
.vote_result:after {content: "";position: absolute;left: 0;top: 0;display: block;height: 13px;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAaCAYAAABsONZfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwNTQ3REZCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwNTQ3RTBCQTQxMTFFN0E2NDdDMzQ2MTE2NEQ1NUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MTA1NDdEREJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MTA1NDdERUJBNDExMUU3QTY0N0MzNDYxMTY0RDU1RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt3g74gAAAFxSURBVHjanJPNK0RRGMbnThq3saAZmclG2VE0QmE1SzuUPUsfpSykrMlC+RusLKyxlFKzsbAwJdlY+MpnxCWG63nrOTpO5565vPXrns45z7nv+5z3eGEYJv4aNfcrzbb5CdABps2FzNxFImkRNIBFMAX6bCfaRHJ6luMZa3r81oM8aAOz2voQGAMH4BLcKNEeN2cth6bBGseP4BQUJL1yhMAMyeZa1TQJlmOItsCwbsQCWHUIdsAICEz3jh2ic/Bhs7zXIerU96qBB7o5vgLzYBwcca4d5Mx7EtEh2AVL4I7zG7zsQfCpRN5/GjYqpFmLtgX5ia33akE/i8/HbVjZ7HNccDVsCtTJcwFd2nor+1Ia9QW8KtdGudmvUuc7eEJN60na68cwJ6XayOPEAOipIpJnsY0/VZQRJT60qDgDm6BiuvfgED2DL5vlOYeoUSvlx3KJJn4DphqwiTMkTdt/Newtc98Hb5w/4WW36Ol9CzAAlqlNTD2h6BoAAAAASUVORK5CYII=") repeat-x 0 0;}
.vote_result.width_1:after {width: 20%;}
.vote_result.width_2:after {width: 40%;}
.vote_result.width_3:after {width: 60%;}
.vote_result.width_4:after {width: 80%;}
.vote_result.width_5:after {width: 100%;}
.mdl_callmeback .btn {width: 100%;}
#products {margin-bottom: 30px;}
.mdl_tabs_main ul.nav-tabs {font-size: 14px;}
.mdl_tabs_main ul.nav-tabs li {margin-right: 20px;border-bottom: 1px dotted #c70000;}
.mdl_tabs_main ul.nav-tabs li.active {border-color: transparent;}
.mdl_tabs_main ul.nav-tabs li.active a {color: #676767 !important;}
.mdl_tabs_main ul.nav-tabs a {padding: 0;color: #c70000 !important;background: none !important;}
.mdl_tabs_main ul.nav-tabs span {border: none;}
.articles_list .items_block {margin-bottom: 20px;}
.articles_list .items_block .items_link {display: block;padding: 15px 0 5px;text-decoration: none;color: #464646;}
.articles_list .items_block .items_link:hover {color: #c70000;}
.articles_list .items_block .items_prvw {margin-bottom: 10px;}
.articles_list .items_block .items_title {display: block;font-size: 15px;font-weight: 500;margin-bottom: 2px;}
.articles_list .items_block .items_description {font-size: 13.8px;}
.mdl_news .page-header a {margin-left: 20px;vertical-align: middle;font-size: 13.8px;}
.mdl_news .items_block {margin-bottom: 15px;}
.mdl_news .items_block .items_prvw {display: block;margin-bottom: 10px;}
.mdl_news_promo .page-header a {margin-left: 20px;vertical-align: middle;font-size: 13.8px;}
.mdl_news_promo .items_block:hover .items_link {background: #ffc600;}
.mdl_news_promo .items_block .items_link {display: block;color: #fff;text-decoration: none;padding: 15px;background: #464646;-webkit-transition: all .2s ease-out;-o-transition: all .2s ease-out;transition: all .2s ease-out;}
.mdl_consult {color: #646464;}
.mdl_consult .items_phones {font-size: 21px;color: #464646;}
.mdl_promo .items_block {position: relative;margin-bottom: 10px;}
.mdl_promo .items_prvw img {border-radius: 5px;}
.mdl_promo .items_link {color: #464646;text-decoration: none;}
.mdl_promo .items_title {font-weight: 500;text-transform: uppercase;}
.mdl_promo .items_title a {color: #fff;text-decoration: none;}
.mdl_question {background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9Ijc3cHgiIGhlaWdodD0iNzdweCIgdmlld0JveD0iMCAwIDc3IDc3LjAxMyI+DQo8cGF0aCBmaWxsPSIjNDY0NjQ2IiBkPSJNMjMuMTkxLDUyLjY1NWMtMC4zOTYsMC0wLjc4NCwwLjE2MS0xLjA2NCwwLjQ0MWMtMC4yOCwwLjI4LTAuNDQxLDAuNjY3LTAuNDQxLDEuMDYzDQogIGMwLDAuMzk2LDAuMTYxLDAuNzg0LDAuNDQxLDEuMDYzYzAuMjgsMC4yNzksMC42NjgsMC40NCwxLjA2NCwwLjQ0YzAuMzk1LDAsMC43ODMtMC4xNjEsMS4wNjMtMC40NA0KICBjMC4yOC0wLjI4LDAuNDQtMC42NjcsMC40NC0xLjA2M2MwLTAuMzk2LTAuMTYxLTAuNzgzLTAuNDQtMS4wNjNTMjMuNTg2LDUyLjY1NSwyMy4xOTEsNTIuNjU1eiBNNjMuNjA5LDQzLjg4NQ0KICBjLTEuNjIzLTEuNjI0LTMuNzgxLTIuNTE3LTYuMDc2LTIuNTE3cy00LjQ1MywwLjg5NC02LjA3NSwyLjUxN2wtMy43OTMsMy43OTJjMCwwLjAwMSwwLDAuMDAxLDAsMC4wMDFsLTEuNTE2LDEuNTE1DQogIGwtMTguMzUtMTguMzUxbDUuMzA3LTUuMzA3YzMuMzUxLTMuMzUsMy4zNTEtOC44MDEsMC0xMi4xNTJMMjIuMjQyLDIuNTE3Yy0zLjM1MS0zLjM1LTguODAyLTMuMzUtMTIuMTUyLDBMNy4yMjQsNS4zODMNCiAgYy05LjYzMiw5LjYzMi05LjYzMiwyNS4zMDUsMCwzNC45MzhsMTAuNTY2LDEwLjU2NmMwLjU4NywwLjU4NywxLjU0LDAuNTg3LDIuMTI3LDBjMC41ODctMC41ODcsMC41ODctMS41NCwwLTIuMTI3TDkuMzUyLDM4LjE5Mw0KICBDMS41NjYsMzAuNDA3LDAuOTQ2LDE4LjEzLDcuNDksOS42MjlsMTEuNDIzLDExLjQyMmMwLjI5MywwLjI5MywwLjY3OCwwLjQ0LDEuMDYzLDAuNDRjMC4zODUsMCwwLjc3LTAuMTQ3LDEuMDYzLTAuNDQNCiAgYzAuNTg3LTAuNTg3LDAuNTg3LTEuNTM5LDAtMi4xMjdMOS40ODgsNy4zNzNsMi43MjktMi43MjljMi4xNzctMi4xNzgsNS43Mi0yLjE3OCw3Ljg5NywwbDEwLjg2NSwxMC44NjQNCiAgYzIuMTc3LDIuMTc4LDIuMTc3LDUuNzIsMCw3Ljg5N2wtNi4zNzIsNi4zNzJjLTAuMjgyLDAuMjgxLTAuNDQsMC42NjQtMC40NCwxLjA2M3MwLjE1OSwwLjc4MiwwLjQ0LDEuMDY0bDIwLjQ3OSwyMC40NzgNCiAgYzAuNTg3LDAuNTg4LDEuNTM5LDAuNTg3LDIuMTI2LDBsMS41MTYtMS41MTRsMTguNjQ0LDE4LjY0NGMtMy43NzMsMi45MTMtOC4zNzcsNC40OTItMTMuMjIzLDQuNDkyDQogIGMtNS43OTUsMC0xMS4yNDMtMi4yNTYtMTUuMzQxLTYuMzU0TDI4LjA5LDU2LjkzMmMtMC41ODctMC41ODctMS41NC0wLjU4Ny0yLjEyNywwYy0wLjU4OCwwLjU4Ny0wLjU4OCwxLjU0MSwwLDIuMTI3DQogIGwxMC43MTcsMTAuNzE3YzQuNjY3LDQuNjY3LDEwLjg2OSw3LjIzNiwxNy40NjgsNy4yMzZzMTIuODAyLTIuNTcsMTcuNDY5LTcuMjM2bDIuODY1LTIuODY1Qzc2LjEwNiw2NS4yODgsNzcsNjMuMTI5LDc3LDYwLjgzNA0KICBzLTAuODk0LTQuNDUyLTIuNTE3LTYuMDc2TDYzLjYwOSw0My44ODV6IE03Mi4zNTYsNjQuNzgzbC0yLjcyOSwyLjcyOUw1MC44NTYsNDguNzQxbDIuNzI4LTIuNzI5DQogIGMxLjA1Ni0xLjA1NSwyLjQ1OC0xLjYzNiwzLjk0OS0xLjYzNmMxLjQ5MiwwLDIuODk1LDAuNTgxLDMuOTQ5LDEuNjM2bDEwLjg3NCwxMC44NzRjMS4wNTUsMS4wNTQsMS42MzYsMi40NTcsMS42MzYsMy45NDgNCiAgUzczLjQxMSw2My43MjksNzIuMzU2LDY0Ljc4M3ogTTIzLjYyOCwyNS4xNDVjMC4zOTYsMCwwLjc4NC0wLjE2MSwxLjA2My0wLjQ0czAuNDQxLTAuNjY4LDAuNDQxLTEuMDY0DQogIGMwLTAuMzk2LTAuMTYxLTAuNzg0LTAuNDQxLTEuMDYzYy0wLjI4LTAuMjgxLTAuNjY3LTAuNDQtMS4wNjMtMC40NGMtMC4zOTYsMC0wLjc4MywwLjE2LTEuMDYzLDAuNDQNCiAgYy0wLjI4LDAuMjgtMC40NDEsMC42NjctMC40NDEsMS4wNjNjMCwwLjM5NiwwLjE2MSwwLjc4NCwwLjQ0MSwxLjA2NFMyMy4yMzMsMjUuMTQ1LDIzLjYyOCwyNS4xNDV6IE01OC41NjQsNi4wMjkNCiAgYy0xLjQ2Mi0wLjA5OS0yLjg1NSwwLjM5My0zLjkyMywxLjM5Yy0xLjA1NCwwLjk4Mi0xLjY1OCwyLjM3My0xLjY1OCwzLjgxM2MwLDAuODMxLDAuNjc0LDEuNTA1LDEuNTA0LDEuNTA1DQogIGMwLjgzMSwwLDEuNTA1LTAuNjc0LDEuNTA1LTEuNTA1YzAtMC42MTksMC4yNDktMS4xOTIsMC43MDEtMS42MTNjMC40NTEtMC40MjIsMS4wNDItMC42MywxLjY2NS0wLjU4OA0KICBjMS4wODksMC4wNzYsMS45NjYsMC45NTMsMi4wNDEsMi4wNDJjMC4wNzUsMS4xMDEtMC42NDYsMi4wNzQtMS43MTYsMi4zMTRjLTEuMTcxLDAuMjYxLTEuOTg5LDEuMjc5LTEuOTg5LDIuNDc3djIuNzA4DQogIGMwLDAuODMxLDAuNjc0LDEuNTA1LDEuNTA0LDEuNTA1YzAuODMxLDAsMS41MDQtMC42NzQsMS41MDQtMS41MDV2LTIuMzQ0YzIuMzMxLTAuNjk1LDMuODY5LTIuODkyLDMuNjk4LTUuMzYyDQogIEM2My4yMjMsOC4yODcsNjEuMTQ0LDYuMjA4LDU4LjU2NCw2LjAyOXogTTU4LjE5OSwyMi40MmMtMC4zOTYsMC0wLjc4NSwwLjE2LTEuMDY0LDAuNDM5Yy0wLjI3OSwwLjI4Mi0wLjQ0LDAuNjY4LTAuNDQsMS4wNjUNCiAgYzAsMC4zOTYsMC4xNjEsMC43ODMsMC40NCwxLjA2M3MwLjY2OCwwLjQ0MSwxLjA2NCwwLjQ0MWMwLjM5NiwwLDAuNzgzLTAuMTYyLDEuMDYzLTAuNDQxYzAuMjgtMC4yOCwwLjQ0LTAuNjY3LDAuNDQtMS4wNjMNCiAgYzAtMC4zOTctMC4xNi0wLjc4NC0wLjQ0LTEuMDY1QzU4Ljk4MiwyMi41OCw1OC41OTQsMjIuNDIsNTguMTk5LDIyLjQyeiBNNjkuNDc5LDBINDYuOTE3Yy00LjE0NiwwLTcuNTIsMy4zNzQtNy41Miw3LjUyMXYxNy4xNDMNCiAgYzAsNC4xNDYsMy4zNzMsNy41MjEsNy41Miw3LjUyMWg1LjcwNWw0LjQwMyw1LjczNGMwLjI4NCwwLjM3MSwwLjcyNiwwLjU4OCwxLjE5MiwwLjU4OGMwLjAwMSwwLDAuMDAyLDAsMC4wMDMsMA0KICBjMC40NjktMC4wMDEsMC45MDktMC4yMiwxLjE5My0wLjU5Mmw0LjM2Ny01LjcyOWg1LjY5OGM0LjE0NiwwLDcuNTIxLTMuMzc0LDcuNTIxLTcuNTIxVjcuNTIxQzc3LDMuMzc0LDczLjYyNSwwLDY5LjQ3OSwweg0KICAgTTczLjk5MiwyNC42NjRjMCwyLjQ4OC0yLjAyNCw0LjUxMy00LjUxMyw0LjUxM2gtNi40NDNjLTAuNDY5LDAtMC45MTEsMC4yMTktMS4xOTYsMC41OTJsLTMuNjI2LDQuNzU5bC0zLjY1OC00Ljc2Mw0KICBjLTAuMjgzLTAuMzcxLTAuNzI1LTAuNTg4LTEuMTkxLTAuNTg4aC02LjQ0N2MtMi40ODcsMC00LjUxMi0yLjAyNC00LjUxMi00LjUxM1Y3LjUyMWMwLTIuNDg4LDIuMDI0LTQuNTEzLDQuNTEyLTQuNTEzSDY5LjQ4DQogIGMyLjQ4NywwLDQuNTEyLDIuMDI0LDQuNTEyLDQuNTEzVjI0LjY2NHoiLz4NCjwvc3ZnPg==") no-repeat 20px 50%;border: 1px solid #e1dfdf;border-top: 3px solid #464646;padding: 25px 20px 25px 120px;}
.mdl_question .item_title {font-size: 25px;}
.mdl_question span.phones {white-space: normal;font-size: 15px;font-weight: 500;}
.mdl_question span.phones i {font-style: normal;}
.mdl_question span.phones i+i:before {content: ", ";}
.mdl_question .btn {margin-top: 7px;text-transform: uppercase;}
.mdl_info h1 {margin: 0;line-height: 1.5;background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjU5cHgiIGhlaWdodD0iNTlweCIgdmlld0JveD0iMCAwIDU5IDU5Ij4NCjxwYXRoIGZpbGw9IiM0NjQ2NDYiIGQ9Ik00OC42MjgsMTQuNTE5Yy0wLjYzNiwwLTEuMTUyLDAuNTE3LTEuMTUyLDEuMTUzYzAsMC42MzYsMC41MTcsMS4xNTIsMS4xNTIsMS4xNTINCiAgYzAuNjM3LDAsMS4xNTMtMC41MTcsMS4xNTMtMS4xNTJDNDkuNzgyLDE1LjAzNiw0OS4yNjUsMTQuNTE5LDQ4LjYyOCwxNC41MTl6IE01Mi4wNTIsMTkuMTIyDQogIGMtMC4yNzUtMC41NzUtMC45NjMtMC44MTgtMS41MzctMC41NDVzLTAuODE4LDAuOTYxLTAuNTQ1LDEuNTM3YzEuNDAzLDIuOTQ1LDIuMTE1LDYuMTA0LDIuMTE1LDkuMzg2DQogIGMwLDEuNDc3LTAuMTQ3LDIuOTQ5LTAuNDM4LDQuMzc5Yy0wLjEyOCwwLjYyMywwLjI3NCwxLjIzMiwwLjg5NywxLjM1OWMwLjA3OCwwLjAxNywwLjE1NCwwLjAyNCwwLjIzMSwwLjAyNA0KICBjMC41MzcsMCwxLjAxOC0wLjM3NywxLjEyOC0wLjkyM2MwLjMyMy0xLjU4MSwwLjQ4Ny0zLjIwOSwwLjQ4Ny00Ljg0QzU0LjM5MSwyNS44NzIsNTMuNjA0LDIyLjM4LDUyLjA1MiwxOS4xMjJ6IE0zNS4yNjEsMzkuODcxDQogIGgtMS4xNTJ2LTE0Ljk4YzAtMC42MzYtMC41MTYtMS4xNTItMS4xNTEtMS4xNTJoLTkuMjE5Yy0wLjYzNywwLTEuMTUyLDAuNTE2LTEuMTUyLDEuMTUyVjI5LjVjMCwwLjYzNywwLjUxNiwxLjE1MywxLjE1MiwxLjE1Mw0KICBoMS4xNTJ2OS4yMTloLTEuMTUyYy0wLjYzNywwLTEuMTUyLDAuNTE2LTEuMTUyLDEuMTUydjQuNjFjMCwwLjYzNywwLjUxNiwxLjE1MiwxLjE1MiwxLjE1MmgxMS41MjMNCiAgYzAuNjM3LDAsMS4xNTMtMC41MTUsMS4xNTMtMS4xNTJ2LTQuNjFDMzYuNDE1LDQwLjM4NywzNS44OTgsMzkuODcxLDM1LjI2MSwzOS44NzF6IE0zNC4xMDksNDQuNDhoLTkuMjE4di0yLjMwNGgxLjE1Mg0KICBjMC42MzcsMCwxLjE1My0wLjUxNiwxLjE1My0xLjE1M1YyOS41YzAtMC42MzctMC41MTYtMS4xNTItMS4xNTMtMS4xNTJoLTEuMTUydi0yLjMwNWg2LjkxNHYxNC45OA0KICBjMCwwLjYzNywwLjUxNywxLjE1MywxLjE1MywxLjE1M2gxLjE1MVY0NC40OHogTTI5LjUsMjEuNDM0YzIuNTQxLDAsNC42MDgtMi4wNjcsNC42MDgtNC42MDljMC0yLjU0MS0yLjA2Ny00LjYwOS00LjYwOC00LjYwOQ0KICBjLTIuNTQyLDAtNC42MSwyLjA2OC00LjYxLDQuNjA5QzI0Ljg5MSwxOS4zNjYsMjYuOTU4LDIxLjQzNCwyOS41LDIxLjQzNHogTTI5LjUsMTQuNTE5YzEuMjcsMCwyLjMwNCwxLjAzNSwyLjMwNCwyLjMwNQ0KICBjMCwxLjI3MS0xLjAzNCwyLjMwNS0yLjMwNCwyLjMwNWMtMS4yNzEsMC0yLjMwNS0xLjAzNC0yLjMwNS0yLjMwNUMyNy4xOTUsMTUuNTU0LDI4LjIyOSwxNC41MTksMjkuNSwxNC41MTl6IE0yOS41LDANCiAgQzEzLjYsMCwwLDEzLjU3NSwwLDI5LjVjMCw1LjQ0LDEuNTU5LDExLjIyNiw0LjE4NywxNS42MDFMMC4wNTksNTcuNDgzYy0wLjEzOCwwLjQxNC0wLjAzMSwwLjg3MSwwLjI3OCwxLjE4DQogIGMwLjMxMSwwLjMxLDAuNzY4LDAuNDE2LDEuMTgsMC4yNzdMMTMuOSw1NC44MTNDMTguMjc1LDU3LjQ0MiwyNC4wNiw1OSwyOS41LDU5QzQ1LjQwNCw1OSw1OSw0NS40MjMsNTksMjkuNQ0KICBDNTksMTMuNTk2LDQ1LjQyMywwLDI5LjUsMHogTTI5LjUsNTYuNjk1Yy01LjIxOSwwLTEwLjc2Ni0xLjU0LTE0LjgzOC00LjExOWMtMC4yODktMC4xODMtMC42NDgtMC4yMzEtMC45ODEtMC4xMkwyLjk3NSw1Ni4wMjUNCiAgbDMuNTY5LTEwLjcwN2MwLjExLTAuMzI4LDAuMDY2LTAuNjg4LTAuMTItMC45OGMtMi41NzktNC4wNzItNC4xMi05LjYxOS00LjEyLTE0LjgzOGMwLTE0Ljc0MSwxMi40NTUtMjcuMTk0LDI3LjE5Ni0yNy4xOTQNCiAgYzE0Ljc0LDAsMjcuMTk0LDEyLjQ1MywyNy4xOTQsMjcuMTk0UzQ0LjI0MSw1Ni42OTUsMjkuNSw1Ni42OTV6Ii8+DQo8L3N2Zz4=") no-repeat 0 50%;padding: 15px 0 15px 75px;min-height: 60px;font-size: 17px;}
.mdl_poll .items_title {font-size: 14.8px;margin-bottom: 10px;}
.mdl_poll .items_value {margin-bottom: 5px;}
.mdl_poll ul.items_list {list-style: none;margin: 0;padding: 0;}
.mdl_poll ul.items_list.list_options {margin-bottom: 20px;}
.mdl_poll ul.items_list li {margin-bottom: 10px;}
.mdl_poll label {position: relative;padding-left: 22px;}
.mdl_poll input[type=radio] {position: absolute;opacity: 0;visibility: hidden;}
.mdl_poll input[type=radio]+span:before {content: "";font: 17px FontAwesome;color: #464646;position: absolute;left: 0;top: 50%;line-height: 1;margin-top: -8px;}
.mdl_poll input[type=radio]:checked+span:before {content: "";}
.mdl_poll .btn {padding-left: 25px;padding-right: 25px;}
.mdl_poll .progress {height: 20px;overflow: hidden;background-color: #f5f5f5;border-radius: 4px;-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);box-shadow: inset 0 1px 2px rgba(0,0,0,.1);}
.mdl_poll .progress-bar {float: left;width: 0;font-weight: 300;height: 100%;font-size: 12px;line-height: 20px;color: #fff;text-align: center;background-color: #464646;-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition: width .6s ease;-o-transition: width .6s ease;transition: width .6s ease;}
.list_n {margin: 0 0 20px;padding: 0;list-style: none;}
.list_icns {margin: 0 0 10px;padding: 0;list-style: none;}
.list_icns li {display: block;padding-left: 15px;position: relative;}
.list_icns li:before {position: absolute;top: 0;left: 0;display: block;width: 10px;height: 20px;text-align: left;vertical-align: middle;font: normal normal normal 14px/20px FontAwesome;color: #555;}
.list_icns.angle_right li:before {content: "";}
.list_icns.chevron_right li:before {content: "";}
.table-zebra tr th {padding: 6px 16px;border: none;}
.table-zebra tr td {border: none;padding: 10px 16px;background: #efefef;}
.table-zebra tr:nth-child(2n) td {background: #fcfcfc;}
.table-tiny tr th, .table-tiny tr td {padding: 4px;}
@media (min-width:1024px) and (max-width:1279px) {header .mdl_phones {padding: 0;display: block;}
	.mdl_shedule {padding: 5px 0;display: block;}
	.mdl_personal {padding: 0;display: block;}
	.mdl_cities {display: block;padding: 5px 0;padding-left: 12px;}
	.topmenu {margin-top: 5px;}
	.topmenu ul.menu>li>a {padding-left: 10px;padding-right: 10px;}
	#ftr_ndr {height: 220px;}}
@media (max-width:600px) {header #hdr_bottom .mdl_search.search_form.sf_side {padding-right: 9px;padding-left: 9px;}
	header #hdr_bottom .mdl_social.tac {padding-right: 9px;}}
@media (min-width:600px) and (max-width:767.98px) {.modal-sm {max-width: 300px;margin-right: auto;margin-left: auto;}
	.hdr_mob_phone {text-align: center;font-weight: bold;margin-bottom: 15px;}
	.hdr_mob_phone a {display: block;text-decoration: none;font-size: 22px;width: 100%;text-align: center;}
	.hdr_mob_phone a span {display: flex;align-items: center;justify-content: center;}
	.hdr_fix_elem {display: flex;align-items: center;justify-content: space-around;}
	.fix_elem {position: relative;}
	.hdr_fix_elem a {display: block;}
	.hdr_fix_elem img {width: 50px;}
	header .header_fix .mdl_phones a {color: #fff;font-size: 13.8px;line-height: 35px;text-decoration: none;}
	#hdr_bottom a.link-sun {margin-right: 18px;}
	.header_fix .mdl_cities {margin-right: 10px;}
	.header_fix .mdl_cities a {color: #fff;}
	header.hdr_teslum #hdr_top.hdr_top_teslum {display: block;height: 125px;}
	.header_fix .mdl_phone a {line-height: 35px;text-decoration: none;color: #fff;margin-left: 10px;}
	.header_fix .topmenu ul.menu {position: fixed;top: 66px;right: 0;bottom: 0;left: 0;background: #fff;box-shadow: 0 0 5px rgba(0,0,0,.3);padding: 0;width: 100%;overflow: auto;}
	.header_fix .topmenu {border-radius: 0;height: 35px;display: flex;align-items: center;justify-content: space-between;}
	div.contact_info_mobile {display: inline-flex;cursor: pointer;position: absolute;top: 16px;right: 55px;font-size: 40px;align-items: center;justify-content: center;}
	.header_fix .topmenu .menu_switcher a {position: absolute;top: 12px;color: #464646;right: 0;}
	.header_fix div.logo {text-align: left;margin: 0;}
	.header_fix div.logo a {display: inline-block;}
	header .header_fix {display: block;position: fixed;top: 0;z-index: 9999;padding: 0;}
	#hdr_top.hdr_top_teslum > .d-flex {position: relative;}
	header .hdr_top_teslum .logo img {width: 150px;}
	.mdl_cities {display: block;padding: 3px 0;}
	.hdr_contact.hdr_contact_teslum {position: absolute;right: 9px;bottom: 0;}}
@media (min-width:768px) and (max-width:1023px) {#hdr_top.hdr_top_teslum > .d-flex {position: relative;}
	header .hdr_top_teslum .logo img {width: 220px;}
	.mdl_cities {display: block;padding: 3px 0;}
	.hdr_contact.hdr_contact_teslum {position: absolute;right: 0;bottom: 0;}
	.topmenu ul.menu > li.menu_item.first a {padding-left: 0;}
	aside .mdl {margin-bottom: 20px;}
	aside .mdl-header {border-radius: 10px;}
	#hdr_top {padding: 5px 25px 20px;visibility: visible !important;}
	.logo {text-align: center;margin-bottom: 10px;}
	.mdl_site_desc {text-align: center;}
	.mdl_search {margin: 10px 0;}
	#hdr_bottom {background: none;}
	.topmenu ul.menu {text-align: center;display: block;}
	.mdl_leftmenu {border: none;}
	.mdl_leftmenu .menu_switcher a {display: block;}
	.mdl_leftmenu ul.menu li.parent:hover>ul {display: none;}
	.mdl_leftmenu ul.menu li ul {position: static;padding: 5px 0;}
	.mdl_leftmenu ul.menu li ul li a {color: #444;padding: 6px 20px 6px 60px;}
	.mdl_leftmenu ul.menu li ul li ul li a {padding-left: 75px;}
	.pagination {text-align: left;}
	.mdl_products .items_block .items_price {font-size: 17px;}
	.mdl_products .items_block .items_price.old_price {margin-top: 0;}
	.slick-slider .slick-prev, .slick-slider .slick-next {opacity: 1;}
	#ftr_ndr {height: 228px;}
	#ftr_top {padding-left: 25px;padding-right: 25px;}}
.catalog_tags.active .items_block {display: inline-flex;}
@media (max-width:767px) {aside .mdl-header:before {display: none;}
	aside .mdl-header a:before {content: "";width: 22px;height: 22px;margin-right: 15px;background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUEzQ0I3N0REMTQwMTFFOEE2MTlBQ0UzRTg3RDA1RjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUEzQ0I3N0VEMTQwMTFFOEE2MTlBQ0UzRTg3RDA1RjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQTNDQjc3QkQxNDAxMUU4QTYxOUFDRTNFODdEMDVGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQTNDQjc3Q0QxNDAxMUU4QTYxOUFDRTNFODdEMDVGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsMoDLEAAABISURBVHjaYvwPBAzYASOUJkueiYFGYNRg2hvMghS7DARinyR5mrp46KZjRiLCk1BYM9IljBkIhCWx4P9oOh5Nx6PpmEgAEGAA+S8QPOYuLQ8AAAAASUVORK5CYII=") no-repeat 0 0;}
	#hdr_bottom .mdl_search.search_form.sf_side {padding-right: 18px;padding-left: 18px;}
	#hdr_bottom .logo {display: none;}
	header #hdr_bottom {padding-top: 113px;}
	header.hdr_teslum .topmenu {display: flex;align-items: center;justify-content: space-between;}
	aside .mdl {margin-bottom: 20px;}
	aside .mdl-header {border-radius: 10px;}
	#hdr_top {padding: 10px 30px 20px;display: none;}
	#hdr_bottom {padding-bottom: 5px;}
	.logo {text-align: center;margin-bottom: 10px;}
	.mdl_social {text-align: center;}
	.mdl_search {margin: 10px 0;}
	header .mdl_phones {padding: 0;display: block;}
	footer .mdl_phones {margin-bottom: 15px;}
	.mdl_shedule {padding: 5px 0;display: block;}
	.mdl_personal {padding: 0;display: block;}
	.mdl_cities {display: block;padding: 5px 0;}
	.topmenu {background: #464646;border-radius: 15px;}
	.topmenu .menu_switcher a {overflow: hidden;display: block;width: 26px;height: 40px;cursor: pointer;position: relative;z-index: 2;line-height: 1;flex-shrink: 0;margin-right: 10px;}
	.menu-toggler__bar:first-child {margin-top: 0;top: 30%;}
	.menu-toggler__bar:last-child {margin-top: 0;margin-bottom: -1px;top: auto;bottom: 30%;}
	.menu-toggler__bar {display: block;position: absolute;top: 50%;left: 0;right: 0;background: #464646;height: 3px;margin-top: -1px;transition: all .3s ease;border-radius: 3px;}
	.topmenu .menu_switcher a.active .menu-toggler__bar:first-child {opacity: 1;top: 50%;transform: rotate(135deg);}
	.topmenu .menu_switcher a.active .menu-toggler__bar:last-child {opacity: 1;top: 50%;transform: rotate(-135deg);}
	.topmenu .menu_switcher a.active .menu-toggler__bar {opacity: 0;}
	.topmenu .menu_switcher .switcher_icon {float: right;display: block;padding-top: 16px;margin-right: 5px;font-size: 19px;}
	.topmenu ul.menu {text-align: left;padding: 0 20px;}
	.topmenu ul.menu>li {display: block;padding: 0;}
	.topmenu ul.menu>li>a {display: block;padding: 2px 10px;margin: 0 0 1px;font-size: 13.8px;height: auto;line-height: 37px;border-top: 1px solid rgba(255,255,255,.2);}
	.topmenu ul.menu>li>a[data-icon=catalog] {margin-right: 0;}
	.topmenu ul.menu>li ul {padding: 5px 0;border-top: none;position: static;width: 100%;border-radius: 0;box-shadow: 0 0 0 transparent;}
	.topmenu ul.menu>li ul li:hover>a, .topmenu ul.menu>li ul li.active>a {color: #c70000;}
	.topmenu ul.menu>li ul li a {color: #000;display: block;padding: 0;height: auto;border: 0;}
	.topmenu ul.menu>li ul li a span {display: flex;align-items: center;line-height: 30px;}
	.topmenu ul.menu>li ul li a span:before {content: "";width: 5px;height: 5px;border-radius: 5px;margin-right: 10px;background: #000;}
	.topmenu ul.menu>li ul ul {background: #1a1a1a;padding: 5px 10px;}
	.topmenu ul.menu>li ul ul li a {color: #999;}
	.topmenu ul.menu>li ul ul li a:hover {color: #c70000;}
	.mdl_leftmenu {border: none;}
	.mdl_leftmenu .menu_switcher a {display: block;}
	.mdl_leftmenu ul.menu li.parent:hover>ul {display: none;}
	.mdl_leftmenu ul.menu li ul {position: static;padding: 5px 0;}
	.mdl_leftmenu ul.menu li ul li a {color: #444;padding: 6px 20px 6px 60px;}
	.mdl_leftmenu ul.menu li ul li ul li a {padding-left: 75px;}
	.pagination {text-align: left;}
	.mdl_products .items_block .items_price {font-size: 17px;}
	.mdl_products .items_block .items_price.old_price {margin-top: 0;}
	.mdl_products .items_block .items_compare .add_to_compare {width: 100%;}
	#ftr_ndr {display: none;}
	#ftr {position: static;}
	.mdl_footmenu {margin-bottom: 15px;}
	.mdl_footmenu ul.menu li+li {margin-top: 2px;}
	.slick-slider .slick-prev, .slick-slider .slick-next {opacity: 1;}
	.mdl_promo .items_title {font-size: 15px;}
	#left .mdl-header a {position: relative;display: flex;}}
@media (max-width:480px) {.hidden-sxs {display: none;}
	.col-sxs-12 {width: 100%;}
	.header-right {text-align: center;}
	#hdr_top {text-align: center;}
	.articles_grid .items_prvw {float: none;text-align: center;}}
.items_label, .prdt_label {position: absolute;z-index: 9;left: 10px;top: 10px;line-height: 1;text-decoration: none;color: #fff;text-transform: uppercase;display: block;font: 500 11px Ubuntu,Tahoma,Arial,sans-serif;}
.prdt_dtl .items_label, .prdt_dtl .prdt_label {left: auto;right: 10px;z-index: 9;}
.items_label>span, .prdt_label>span {line-height: 1;background: #c70000;display: inline-block;vertical-align: middle;margin-left: 2px;margin-bottom: 3px;border-radius: 0;padding: 4px 10px;text-align: center;}
.items_label .percent_label, .prdt_label .percent_label {background: #359fd6;}
.items_label .new_label, .prdt_label .new_label {width: 39px;height: 39px;background: url("/artmebius/img/label_new.png") no-repeat;}
.items_label .hit_label, .prdt_label .hit_label {width: 28px;height: 42px;background: url("/artmebius/img/label_hit.png") no-repeat;}
.items_label .sale_label, .prdt_label .sale_label {width: 38px;height: 38px;background: url("/artmebius/img/label_sale.png") no-repeat;}
.checkout_separator {margin: 20px 0;}
.separator {margin: 10px 0 20px;}
.quick_order {font-size: 14px;}
.prdt_buy .item_compare, .prdt_buy .items_compare {display: inline-block;vertical-align: middle;}
.order_history_block .o_h_header {font: 18px/1.3 Ubuntu,Tahoma,Arial,sans-serif;margin-bottom: 10px;color: #464646;}
.order_history_block .o_h_info {list-style: none;padding: 0;}
.order_history_block table {border-color: #fff;background: #f3f3f3;}
.order_history_block table th {background: #464646;color: #fff;border-color: #fff !important;}
.order_history_block table td {border-color: #fff !important;}
.order_history_block table td a {color: #464646;}
.sort_panel {margin-bottom: 20px;}
.sort_panel select {padding: 5px 10px;}
.sort_panel .sort_title {margin-right: 5px;}
#products_sort {white-space: nowrap;}
#products_sort .link_sort {margin: 0 5px;cursor: pointer;}
#products_sort .link_sort .icon {margin-right: 3px;}
.page_show {text-align: right;}
.page_show ul {display: inline-block;list-style: none;margin: 0;padding: 0;}
.page_show ul li {display: inline-block;cursor: pointer;padding: 0 6px;}
.page_show ul li:hover, .page_show ul li.active {color: #c70000;}
#shk_Loading, .shk_loading {width: 32px;height: 32px;border-radius: 10px;display: none;position: absolute;background: transparent url("/artmebius/img/ajax-loader3.gif") no-repeat scroll center center;background-size: contain;z-index: 501;}
#shk_prodHelper {display: none;position: absolute;border: 1px solid #c70000;border-radius: 4px;padding: 5px;width: 200px;background-color: #f4f3f3;box-shadow: 2px 2px 3px rgba(178,178,178,.5);z-index: 100;}
#shk_prodHelper div {padding: 2px 0;text-align: center;}
#shk_prodHelper input[type="text"] {border-radius: 0;margin: 0 7px;width: 50px;text-align: center;}
#shk_prodHelper .field-arr-up {margin: 0 0 18px 1px !important;}
#shk_prodHelper #shk_confirmButton {display: inline-block;margin-bottom: 0;font-weight: 400;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;border: 2px solid #000;white-space: nowrap;padding: 3px 7px;padding: 13px 30px;font-size: 13.8px;line-height: 1.5;line-height: 1;border-radius: 0;border-radius: 30px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;text-decoration: none;color: #464646;background: #fff;-webkit-transition: all .1s ease-out;-o-transition: all .1s ease-out;transition: all .1s ease-out;width: 40%;text-align: center;}
#shk_prodHelper #shk_confirmButton:focus, #shk_prodHelper #shk_confirmButton:active:focus, #shk_prodHelper #shk_confirmButton.active:focus {outline: none;}
#shk_prodHelper #shk_confirmButton:hover, #shk_prodHelper #shk_confirmButton:focus {color: #fff;text-decoration: none;}
#shk_prodHelper #shk_confirmButton:active, #shk_prodHelper #shk_confirmButton.active {outline: 0;background-image: none;-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);box-shadow: inset 0 3px 5px rgba(0,0,0,.125);}
#shk_prodHelper #shk_confirmButton.disabled, #shk_prodHelper #shk_confirmButton[disabled], fieldset[disabled] #shk_prodHelper #shk_confirmButton {cursor: not-allowed;pointer-events: none;opacity: .65;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;}
#shk_prodHelper #shk_confirmButton:hover {color: #fff;background: #000;}
#shk_prodHelper #shk_confirmButton.btn-reverse {background: #464646;color: #fff;}
#shk_prodHelper #shk_confirmButton.btn-reverse:hover {background: #fff;color: #464646;}
#shk_prodHelper #shk_confirmButton.btn-brd {color: #464646;background: #fff;border: 1px solid #d7d7d7;}
#shk_prodHelper #shk_confirmButton.btn-brd:hover {color: #fff;background-image: -webkit-linear-gradient(left,#c70000 0%,#c70000 100%);background-image: -o-linear-gradient(left,#c70000 0%,#c70000 100%);background-image: linear-gradient(to right,#c70000 0%,#c70000 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc70000",endColorstr="#ffc70000",GradientType=1);}
#shk_prodHelper #shk_confirmButton.btn-brd-reverse {background: none;color: #fff !important;border: 2px solid #fff;}
#shk_prodHelper #shk_confirmButton.btn-brd-reverse:hover {background: #464646;border-color: #464646;}
#shk_prodHelper #shk_confirmButton.reset {background: #e4e4e4;color: #464646;}
#shk_prodHelper #shk_confirmButton.reset:hover {background: #464646;color: #fff;}
#shk_prodHelper #shk_cancelButton {display: inline-block;margin-bottom: 0;font-weight: 400;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;border: 2px solid #000;white-space: nowrap;padding: 3px 7px;padding: 13px 30px;font-size: 13.8px;line-height: 1.5;line-height: 1;border-radius: 0;border-radius: 30px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;text-decoration: none;color: #464646;background: #fff;-webkit-transition: all .1s ease-out;-o-transition: all .1s ease-out;transition: all .1s ease-out;width: 40%;text-align: center;padding-left: 10px;padding-right: 10px;}
#shk_prodHelper #shk_cancelButton:focus, #shk_prodHelper #shk_cancelButton:active:focus, #shk_prodHelper #shk_cancelButton.active:focus {outline: none;}
#shk_prodHelper #shk_cancelButton:hover, #shk_prodHelper #shk_cancelButton:focus {color: #fff;text-decoration: none;}
#shk_prodHelper #shk_cancelButton:active, #shk_prodHelper #shk_cancelButton.active {outline: 0;background-image: none;-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);box-shadow: inset 0 3px 5px rgba(0,0,0,.125);}
#shk_prodHelper #shk_cancelButton.disabled, #shk_prodHelper #shk_cancelButton[disabled], fieldset[disabled] #shk_prodHelper #shk_cancelButton {cursor: not-allowed;pointer-events: none;opacity: .65;filter: alpha(opacity=65);-webkit-box-shadow: none;box-shadow: none;}
#shk_prodHelper #shk_cancelButton:hover {color: #fff;background: #000;}
#shk_prodHelper #shk_cancelButton.btn-reverse {background: #464646;color: #fff;}
#shk_prodHelper #shk_cancelButton.btn-reverse:hover {background: #fff;color: #464646;}
#shk_prodHelper #shk_cancelButton.btn-brd {color: #464646;background: #fff;border: 1px solid #d7d7d7;}
#shk_prodHelper #shk_cancelButton.btn-brd:hover {color: #fff;background-image: -webkit-linear-gradient(left,#c70000 0%,#c70000 100%);background-image: -o-linear-gradient(left,#c70000 0%,#c70000 100%);background-image: linear-gradient(to right,#c70000 0%,#c70000 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc70000",endColorstr="#ffc70000",GradientType=1);}
#shk_prodHelper #shk_cancelButton.btn-brd-reverse {background: none;color: #fff !important;border: 2px solid #fff;}
#shk_prodHelper #shk_cancelButton.btn-brd-reverse:hover {background: #464646;border-color: #464646;}
#shk_prodHelper #shk_cancelButton.reset {background: #e4e4e4;color: #464646;}
#shk_prodHelper #shk_cancelButton.reset:hover {background: #464646;color: #fff;}
.mdl_cart {position: relative;}
.mdl_cart .cart_info {position: relative;top: -5px;width: 70px;height: 52px;display: block;background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjU3cHgiIGhlaWdodD0iNTNweCIgdmlld0JveD0iMCAwIDU3IDUyLjc0MyI+DQo8cGF0aCBmaWxsPSIjNDY0NjQ2IiBkPSJNMjMuOTAxLDQyLjcxOWMtMi43NjUsMC01LjAxMywyLjI0OC01LjAxMyw1LjAxM2MwLDIuNzY0LDIuMjQ5LDUuMDEyLDUuMDEzLDUuMDEyDQogIGMyLjc2NCwwLDUuMDEyLTIuMjQ4LDUuMDEyLTUuMDEyQzI4LjkxMyw0NC45NjcsMjYuNjY1LDQyLjcxOSwyMy45MDEsNDIuNzE5eiBNMjMuOTAxLDQ5Ljk0NGMtMS4yMjEsMC0yLjIxNS0wLjk5My0yLjIxNS0yLjIxNA0KICBzMC45OTQtMi4yMTQsMi4yMTUtMi4yMTRjMS4yMiwwLDIuMjE0LDAuOTkzLDIuMjE0LDIuMjE0UzI1LjEyMSw0OS45NDQsMjMuOTAxLDQ5Ljk0NHogTTQxLjQ4NCw0Mi43MTkNCiAgYy0yLjc2NCwwLTUuMDEyLDIuMjQ4LTUuMDEyLDUuMDEzYzAsMi43NjQsMi4yNDgsNS4wMTIsNS4wMTIsNS4wMTJjMi43NjUsMCw1LjAxMy0yLjI0OCw1LjAxMy01LjAxMg0KICBDNDYuNDk3LDQ0Ljk2Nyw0NC4yNDksNDIuNzE5LDQxLjQ4NCw0Mi43MTl6IE00MS40ODQsNDkuOTQ0Yy0xLjIyLDAtMi4yMTQtMC45OTMtMi4yMTQtMi4yMTRzMC45OTQtMi4yMTQsMi4yMTQtMi4yMTQNCiAgYzEuMjIxLDAsMi4yMTUsMC45OTMsMi4yMTUsMi4yMTRTNDIuNzA1LDQ5Ljk0NCw0MS40ODQsNDkuOTQ0eiBNMjIuNjYzLDE5LjEyNWgyMC4wNTVjMC43NzMsMCwxLjQtMC42MjcsMS40LTEuNA0KICBzLTAuNjI3LTEuMzk5LTEuNC0xLjM5OUgyMi42NjNjLTAuNzc0LDAtMS4zOTksMC42MjYtMS4zOTksMS4zOTlTMjEuODksMTkuMTI1LDIyLjY2MywxOS4xMjV6IE00MS42MjcsMjMuNTkzSDIzLjc1NQ0KICBjLTAuNzczLDAtMS40LDAuNjI2LTEuNCwxLjM5OXMwLjYyNywxLjM5OSwxLjQsMS4zOTloMTcuODczYzAuNzcyLDAsMS4zOTktMC42MjYsMS4zOTktMS4zOTlTNDIuNCwyMy41OTMsNDEuNjI3LDIzLjU5M3oNCiAgIE01Ni4zNzEsMTAuMDg5Yy0wLjUzNC0wLjY1NS0xLjMyNS0xLjAzMS0yLjE3LTEuMDMxSDEwLjYwN2wtMC44OC00LjI3NEM5LjU0MywzLjg5NCw4LjkzNSwzLjE0NSw4LjEsMi43ODJMMS45NTcsMC4xMTYNCiAgQzEuMjQ4LTAuMTkyLDAuNDIzLDAuMTM0LDAuMTE2LDAuODQyYy0wLjMwOCwwLjcwOSwwLjAxNywxLjUzMywwLjcyNywxLjg0MUw2Ljk4NSw1LjM1bDYuNzcyLDMyLjg3MQ0KICBjMC4yNjcsMS4yOTUsMS40MTksMi4yMzQsMi43NDEsMi4yMzRoMzMuNTI5YzAuNzcyLDAsMS4zOTktMC42MjcsMS4zOTktMS4zOTljMC0wLjc3My0wLjYyNy0xLjM5OS0xLjM5OS0xLjM5OUgxNi40OTgNCiAgbC0wLjgyMy0zLjk5OWgzNC42MTJjMS4zMjEsMCwyLjQ3NC0wLjkzOSwyLjc0LTIuMjMzbDMuOTE1LTE5LjAwMUM1Ny4xMTMsMTEuNTk1LDU2LjkwNSwxMC43NDUsNTYuMzcxLDEwLjA4OXogTTUwLjI4NywzMC44NTgNCiAgSDE1LjA5OWwtMy45MTUtMTlINTQuMkw1MC4yODcsMzAuODU4eiIvPg0KPC9zdmc+") no-repeat 50%;}
.mdl_cart .full_summ {display: block;color: #c70000;}
.mdl_cart a {color: #464646;text-decoration: none;}
.mdl_cart .cart_qty {position: absolute;top: 0;left: 50px;border-radius: 100%;display: block;font-weight: 700;font-size: 11px;width: 24px;height: 24px;line-height: 24px;text-align: center;color: #fff;background: #c70000;}
.mdl_cart .cart_qty:hover {background: #c70000;}
.shop-cart-head {padding: 5px 0 15px;text-align: center;}
.shop-cart-body {padding: 15px 0;text-align: center;}
.shop-cart table {border-collapse: collapse;margin: 5px 0;}
.shop-cart td {border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;padding: 3px;}
.shop-cart table small {color: #595959;font-size: 11px;}
.shop-cart-empty {height: 50px;line-height: 50px;text-align: center;}
.cart-order {margin: 5px 0;text-align: center;}
.cart-order td {text-align: left;}
.shop-cart .shk-count {width: 30px;}
.relative {position: relative;width: 100%;}
.catalog_main .shop_desc {margin-bottom: 30px;}
.catalog_main .prdt_dtl .prdt_row {margin-bottom: 25px;}
.catalog_main .prdt_dtl .prdt_ean {margin-bottom: 15px;}
.catalog_main .prdt_dtl .prdt_same_products .page-header {font-size: 21px;margin-top: 25px;}
.catalog_main .prdt_dtl .prdt_imgs {position: relative;overflow: hidden;}
.catalog_main .prdt_dtl .prdt_imgs img:focus {outline: 0;}
.catalog_main .prdt_dtl .prdt_full_imgs {margin-bottom: 10px;border-radius: 10px;overflow: hidden;border: 1px solid #000;}
.catalog_main .prdt_dtl .prdt_full_imgs .slick-slide .full_img {overflow: hidden;display: block;text-align: center;vertical-align: middle;position: relative;}
.catalog_main .prdt_dtl .prdt_full_imgs .slick-slide .full_img:focus {outline: 0;}
.catalog_main .prdt_dtl .prdt_full_imgs .slick-slide .full_img:after {content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUZGQTI1ODdEMzc2MTFFODg4MTZFOTJFNTk2OTJEN0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUZGQTI1ODhEMzc2MTFFODg4MTZFOTJFNTk2OTJEN0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFRkZBMjU4NUQzNzYxMUU4ODgxNkU5MkU1OTY5MkQ3QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFRkZBMjU4NkQzNzYxMUU4ODgxNkU5MkU1OTY5MkQ3QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiFuPckAAAF0SURBVHjazJbPasJAEMZjUTw05CJ6qZBDoYcc9dCLxIfovY/QJ+grKJ58DS+99CIUci6IL2CrvSqUUg9V0i/lGxiWbNM/SnbgB8nO7MxkZ7K7Fe/vUgNnfH4BH96RpQ6uwAQswR6kZM+xCW3qhwycfekt2KiAwjsxxzecU/tv8EswV46fwADEoKnsWqAPhrQR+zl9/FpOwUgt8xrcgKqy8ZlIzGeRKm3Xqjwj+vyRdMCCk3dgDBpKH4EkpwcS6kQanLujzYK+C5dcar0CXUN/DbYq8DOR9y1ttHTpS3rDWpIeeKXhDLQNfaSC34FQ6UKOSRKRMbdNnylj9MzgWQO90eAeBDkJJiq4TSSJJEcX0HfKWH1RXKhln1r+YV/VPPwmgVD1hG/ZS6aqsc+zwQcOPFq+3GOnS82LRHoitugDxvpa7RPPASm9BKU3oRO/oRMbkRNbsROHUdFxPGQDtZRdk4kMDnUcO3MhOfqVrFL2pfRTgAEA0mPU+Up3WH4AAAAASUVORK5CYII=");position: absolute;left: 15px;top: 15px;color: #464646;}
.catalog_main .prdt_dtl .prdt_thumb_imgs {height: 125px;overflow: hidden;}
.catalog_main .prdt_dtl .prdt_thumb_imgs .slick-list {padding: 0 !important;}
.catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb {display: block;text-align: center;width: 125px;float: left;}
.catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb .img_thumb_wrapper {display: inline-block;margin: 6px;overflow: hidden;border: 1px solid #000;border-radius: 10px;}
.catalog_main .prdt_dtl .prdt_thumb_imgs .active .img_thumb_wrapper {border-color: #c70000;}
.catalog_main .prdt_dtl .prdt_description {margin-bottom: 15px;}
.catalog_main .prdt_dtl .prdt_garanty {float: right;background: url("/artmebius/img/garanty.png") no-repeat 0 50%;padding-left: 50px;min-height: 37px;line-height: 34px;font-size: 15px;margin-top: 10px;}
.catalog_main .prdt_dtl .prdt_price {margin-bottom: 10px;font-size: 28px;min-height: 50px;line-height: 50px;font-weight: 600;color: #464646;padding-left: 65px;background: url("/artmebius/img/pouch.png") no-repeat 0 50%;}
.catalog_main .prdt_dtl .prdt_price .shk-price {display: inline-block;margin-right: 10px;}
.catalog_main .prdt_dtl .prdt_price .old_price {display: block;color: #bbb;font-size: 25px;font-weight: 500;line-height: 1;margin-bottom: 5px;text-decoration-line: line-through;text-decoration-color: red;}
.catalog_main .prdt_dtl .prdt_avail {margin-top: 20px;margin-bottom: 15px;font-size: 14.8px;color: #111;}
.catalog_main .prdt_dtl .prdt_avail .icon {margin-right: 5px;font-size: 25px;vertical-align: middle;}
.catalog_main .prdt_dtl .prdt_avail .icon.color-no {color: #c10000;}
.catalog_main .prdt_dtl .prdt_avail .icon.color-yes {color: #464646;}
.catalog_main .prdt_dtl .prdt_buy {margin-bottom: 10px;}
.catalog_main .prdt_dtl .prdt_buy .prdt_qty {display: inline-block;padding: 0 30px;position: relative;line-height: 1;margin-right: 15px;margin-bottom: 15px;vertical-align: top;border-radius: 0;background: #fff;border: 2px solid #464646;}
.catalog_main .prdt_dtl .prdt_buy .prdt_qty .shk-qty {text-align: center;padding-left: 10px;padding-right: 10px;}
.catalog_main .prdt_dtl .prdt_buy .prdt_qty .shk_count_button {border: none;width: 30px;height: 23px;text-align: center;right: 0;right: 0;position: absolute;background: none;font-size: 17px;top: 50%;margin-top: -12px;outline: none !important;}
.catalog_main .prdt_dtl .prdt_buy .prdt_qty .shk_count_button:first-child {left: 0;right: auto;border-top: 0;}
.catalog_main .prdt_dtl .prdt_buy input[type=text] {width: 45px;height: 38px;border: none;text-align: center;border-left: 2px solid #464646;border-right: 2px solid #464646;}
.catalog_main .prdt_dtl .prdt_buy .btn {padding: 13px 45px;text-transform: uppercase;}
.catalog_main .prdt_dtl .prdt_buy .add_to_order {text-decoration: none;border-bottom: 1px dotted;color: #464646;cursor: pointer;}
.catalog_main .prdt_dtl .prdt_buy .add_to_order:hover {border-color: transparent;}
.catalog_main .prdt_dtl .prdt_rating {margin-bottom: 15px;}
.catalog_main .prdt_dtl .prdt_rating a {margin-left: 5px;color: #464646;}
.catalog_main .prdt_dtl .attr_field {margin-bottom: 15px;}
.catalog_main .prdt_dtl .attr_field .attr_caption {text-transform: capitalize;display: inline-block;margin-right: 15px;}
.catalog_main .prdt_dtl .attr_field select {min-width: 70px;}
.catalog_main .prdt_dtl .attr_field .attr_label {display: block;margin-right: 5px;margin-bottom: 10px;}
.catalog_main .prdt_dtl .attr_field .attr_option img {max-width: 65px;margin: 10px 10px 0 0;}
.catalog_main .prdt_dtl .attr_field label {font-weight: 400;display: inline-block;padding: 0 2px;margin: 0 2px;}
.catalog_main .prdt_dtl .attr_field label:first-letter {text-transform: uppercase;}
.catalog_main .prdt_dtl .attr_field label.attr_active {border-bottom: 3px solid #c70000;}
.catalog_main .prdt_dtl .attr_field label input {position: absolute;visibility: hidden;opacity: 0;}
.catalog_main .prdt_dtl .prdt_props {padding: 0;margin: 0 0 20px;list-style: none;}
.catalog_main .prdt_dtl .prdt_props .pp_row {margin: 0;padding-top: 10px;padding-bottom: 10px;border-bottom: 1px solid #e1dfdf;}
.catalog_main .prdt_dtl .prdt_props .pp_row span {display: block;}
.catalog_main .prdt_dtl .prdt_props .show_props {text-transform: uppercase;border-bottom: 1px dotted;cursor: pointer;display: inline-block;margin: 20px 10px 15px;}
.catalog_main .prdt_dtl .prdt_props .show_props:hover {border-color: transparent;}
.catalog_main .prdt_dtl .show_reviews:hover {color: #c70000;cursor: pointer;}
.catalog_main .prdt_dtl .add-review {margin-bottom: 20px;}
.catalog_main .prdt_dtl .nav-tabs {padding-left: 10px;border-bottom: 2px solid #464646;}
.catalog_main .prdt_dtl .tab-content {padding: 20px 10px;}
.catalog_main .prdt_dtl .nav-tabs>li a {padding: 0;margin: 0 0 0 1px;color: #eee;background: none;}
.catalog_main .prdt_dtl .nav-tabs>li>a>span {border: none;background: url("/artmebius/img/button-carbon.jpg") no-repeat center center #464646;border-radius: 5px 5px 0 0;text-transform: uppercase;padding: 12px 15px 9px;display: inline-block;border-bottom: 2px solid transparent;}
.catalog_main .prdt_dtl .nav-tabs>li>a>span .icon {margin-right: 3px;}
.catalog_main .prdt_dtl .nav-tabs>li.active>a>span {background: #fff;color: #464646;margin-bottom: -2px;border: 2px solid #464646;border-bottom-color: #fff;}
.catalog_main .prdt_dtl .nav-tabs>li.active>a>span .icon {color: #c70000;}
.catalog_main .cart_full {margin-bottom: 20px;}
.catalog_main .table_cart_full .cart_ths th {background: #000;}
.catalog_main .table_cart_full td {padding-top: 6px;padding-bottom: 6px;vertical-align: middle;}
.catalog_main .table_cart_full .cart_title {text-align: left;width: 70%;padding-left: 20px;}
.catalog_main .table_cart_full .cart_title a {color: #464646;}
.catalog_main .table_cart_full .cart_price, .catalog_main .table_cart_full .cart_price_count {width: 10%;white-space: nowrap;text-align: center;}
.catalog_main .table_cart_full .cart_qty {width: 15%;text-align: center;white-space: nowrap;}
.catalog_main .table_cart_full .cart_qty input {text-align: center;padding: 8px 5px;}
.catalog_main .table_cart_full .cart_qty button {background: none;font-size: 21px;border: none;}
.catalog_main .table_cart_full .shk-qty {vertical-align: top;}
.catalog_main .table_cart_full .cart_del {width: 15%;text-align: center;}
.catalog_main .cart_totals {font-size: 18px;}
.catalog_main .cart_totals span {font-size: 21px;}
.catalog_main .shop_checkout .shop_checkout_form {background: #fff;border: 1px solid #ededed;padding: 15px 25px;}
.catalog_main .shop_checkout form .btn {margin-bottom: 10px;}
@media (min-width:1024px) and (max-width:1279px) {.mdl_shop_hit .itms_order, .mdl_shop_special .itms_order {margin-top: 10px;}
	.catalog_main .prdt_dtl .prdt_imgs {position: relative;}
	.catalog_main .prdt_dtl .prdt_imgs img:focus {outline: 0;}
	.catalog_main .prdt_dtl .prdt_thumb_imgs .btn-slider {position: absolute;top: 50%;width: 5px;height: 10px;line-height: 10px;margin-top: -5px;font-size: 12px;color: #555;cursor: pointer;}
	.catalog_main .prdt_dtl .prdt_thumb_imgs .btn-prev {left: 0;}
	.catalog_main .prdt_dtl .prdt_thumb_imgs .btn-next {right: 0;}
	.catalog_main .prdt_dtl .prdt_garanty {float: none;margin-bottom: 10px;}
	.catalog_main .prdt_dtl .nav-tabs>li>a>span {padding-left: 10px;padding-right: 10px;font-size: 13px;}
	.catalog_main .prdt_dtl .nav-tabs>li>a>span .icon {display: none;}}
@media (min-width:768px) and (max-width:1023px) {.mdl_cart {display: inline-block;text-align: left;margin: 10px 0;}
	.sort_products .sort_show {display: block;margin: 10px 0;}
	.catalog_main .prdt_dtl .prdt_thumb_imgs {height: auto;overflow: inherit;}
	.catalog_main .prdt_dtl .prdt_chars {width: 100%;}
	.catalog_main .prdt_dtl .nav-tabs>li>a>span {padding-left: 10px;padding-right: 10px;font-size: 13px;}
	.catalog_main .prdt_dtl .nav-tabs>li>a>span .icon {display: none;}}
@media (max-width:767px) {.mdl_cart .cart_info {position: relative;margin-left: auto;margin-right: auto;}
	.sort_products .sort_show {display: block;margin: 10px 0;}
	.page_show {text-align: left;margin-top: 5px;}
	.catalog_main .prdt_dtl h5 {font-size: 24px;margin-bottom: 10px;}
	.catalog_main .prdt_dtl .prdt_imgs {margin-bottom: 20px;}
	.catalog_main .prdt_dtl .prdt_full_imgs {height: auto;}
	.catalog_main .prdt_dtl .prdt_thumb_imgs {height: auto;overflow: inherit;}
	.catalog_main .prdt_dtl .prdt_chars {width: 100%;}
	.catalog_main .prdt_dtl .tab-content {padding: 0;}
	.catalog_main .prdt_dtl .tab-content .tab-pane {display: block !important;margin-bottom: 20px;}}
.checkout_step {display: none;}
.checkout_step.step_1 {display: block;}
.checkout_step .steps_btn {margin-top: 20px;}
.checkout_step .step-header {color: #fff;background: #c70000;padding: 15px 25px;margin: 0 0 15px;font: 21px/1 Ubuntu,Tahoma,Arial,sans-serif;}
.checkout_step .delivery_desc {display: none;}
#filters label {font-weight: 400;}
#filters input[type=text] {width: 95px !important;}
#filters input[type=text]+input[type=text] {margin-left: 5px;}
#filters input[type=checkbox] {vertical-align: middle;margin-top: 2px;}
#filters label {vertical-align: middle;}
#filters .filter_block {position: relative;padding: 10px;}
#filters .filter_block+.filter_block {border-top: 1px solid #d6d6d6;}
#filters .filter_block.filter_numeric .filter_value {margin-bottom: 15px;}
#filters .filter_row {display: block;position: relative;margin-bottom: 4px;margin-right: 4px;}
#filters .filter_row input {margin-right: 5px;}
#filters .filter_row.filter_numeric {background: none;display: block;}
#filters .filter_row sup {top: 0;font-size: 13px;}
#filters .filter_row sup:after {content: ")";}
#filters .filter_row sup:before {content: "(";}
#filters .filter_head {padding: 7px 0 7px 30px;font-weight: 500;cursor: pointer;position: relative;}
#filters .filter_head .icon {color: #464646;width: 20px;height: 20px;line-height: 18px;text-align: center;border: 1.5px solid #000;border-radius: 100%;margin-top: -10px;position: absolute;left: 0;top: 50%;font-size: 13px;}
#filters .filter_head:hover .icon {color: #fff;background-color: #c70000;border-color: #c70000;}
#filters .filter_value {top: 100%;left: 0;right: 0;z-index: 8;}
#filters .filter_value .price_field {padding: 7px 10px;color: #464646;}
#filters .filter_expand_rows {text-align: right;}
#filters .filter_expand_rows span {position: relative;text-decoration: underline;}
#filters .filter_expand_rows span:before {content: "+ ";position: absolute;left: -10px;}
#filters .filter_slider {margin-bottom: 15px;}
#filters .filter_btns {text-align: center;padding-top: 15px;border-top: 3px solid #000;}
#filters .btn {padding-top: 10px;padding-bottom: 10px;text-transform: uppercase;}
#filters .btn.reset {padding-left: 20px;padding-right: 20px;background: #fff;}
#filters .btn.reset:hover {background: #999;border-color: #999;}
#filters #active_filters {overflow: hidden;clear: both;padding-top: 10px;}
#filters #active_filters>span {font-size: 12px;display: inline-block;margin-right: 3px;margin-bottom: 3px;padding: 5px 25px 5px 8px;background: #c70000;border-radius: 5px;color: #fff;position: relative;}
#filters #active_filters>span .icon {font-size: 15px;position: absolute;top: 50%;margin-top: -7px;right: 8px;z-index: 1;cursor: pointer;color: #fff;}
#filters #active_filters>span .icon:hover {color: #464646;}
#filters #scroll-button {font-size: 12px;border: 3px double #000;border-radius: 5px;display: block;padding: 3px 10px;white-space: nowrap;}
#filters #scroll-button a {text-decoration: none;}
#filters #scroll-button:hover {background: #000;}
#filters #scroll-button:hover a {color: #fff;}
@media (max-width:767px) {#filters #scroll-button {left: auto !important;right: 0;}}
#ajax_loader {position: absolute;left: 0;top: 0;z-index: 500;}
.ui-helper-hidden {display: none;}
.ui-helper-hidden-accessible {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.ui-helper-reset {margin: 0;padding: 0;border: 0;outline: 0;line-height: 1.3;text-decoration: none;font-size: 100%;list-style: none;}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {content: "";display: table;border-collapse: collapse;}
.ui-helper-clearfix:after {clear: both;}
.ui-helper-clearfix {min-height: 0;}
.ui-helper-zfix {width: 100%;height: 100%;top: 0;left: 0;position: absolute;opacity: 0;filter: alpha(opacity=0);}
.ui-front {z-index: 100;}
.ui-state-disabled {cursor: default !important;}
.ui-icon {display: block;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;}
.ui-widget-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;}
.ui-slider {margin: 10px 5px;position: relative;text-align: left;}
.ui-slider .ui-slider-handle {position: absolute;z-index: 2;width: .8em;height: .8em;cursor: default;border-radius: 0;box-shadow: 0 0 0 1px #fff;}
.ui-slider .ui-slider-range {position: absolute;z-index: 1;font-size: .7em;display: block;border: 0;background-position: 0 0;}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {filter: inherit;}
.ui-slider-horizontal {height: .5em;}
.ui-slider-horizontal .ui-slider-handle {top: -.2em;margin-left: -.4em;}
.ui-slider-horizontal .ui-slider-range {top: 0;height: 100%;}
.ui-slider-horizontal .ui-slider-range-min {left: 0;}
.ui-slider-horizontal .ui-slider-range-max {right: 0;}
.ui-slider-vertical {width: .8em;height: 100px;}
.ui-slider-vertical .ui-slider-handle {left: -.3em;margin-left: 0;margin-bottom: -.6em;}
.ui-slider-vertical .ui-slider-range {left: 0;width: 100%;}
.ui-slider-vertical .ui-slider-range-min {bottom: 0;}
.ui-slider-vertical .ui-slider-range-max {top: 0;}
.ui-widget {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size: 1.2em;}
.ui-widget .ui-widget {font-size: 1em;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size: 1em;}
.ui-widget-content {border: 1px solid #ddd;background: #bbb;color: #333;}
.ui-widget-content a {color: #333;}
.ui-widget-header {background: #464646;color: #fff;font-weight: 700;}
.ui-widget-header a {color: #fff;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {background: #fff;border: 2px solid #000;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {color: #1c94c4;text-decoration: none;}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {color: #c77405;text-decoration: none;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color: #eb8f00;text-decoration: none;}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fed22f;background: #ffe45c;color: #363636;}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {color: #363636;}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a;background: #b81900;color: #fff;}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {color: #fff;}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {color: #fff;}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {font-weight: 700;}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {opacity: .7;filter: alpha(opacity=70);font-weight: 400;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {opacity: .35;filter: alpha(opacity=35);background-image: none;}
.ui-state-disabled .ui-icon {filter: alpha(opacity=35);}
.ui-icon {width: 16px;height: 16px;}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {border-top-left-radius: 4px;}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {border-top-right-radius: 4px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {border-bottom-left-radius: 4px;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {border-bottom-right-radius: 4px;}
.ui-widget-overlay {background: #666;opacity: .5;filter: alpha(opacity=50);}
.ui-widget-shadow {margin: -5px 0 0 -5px;padding: 5px;background: #464646;opacity: .2;filter: alpha(opacity=20);border-radius: 5px;}
@media (min-width:768px) and (max-width:1023px) {#filters .btn {width: 48%;}
	#filters .filter_value {display: none;}}
@media (max-width:767px) {#filters .filter_block {width: 100%;margin-bottom: 10px;}
	#filters .filter_value {display: none;}
	#filters .btn {width: 48%;}}
.lt-ie9 div.table-responsive {margin-bottom: 20px;overflow: visible;width: 100%;}
.lt-ie9 div.table-responsive table, .lt-ie9 div.table-responsive .table {margin-bottom: 0 !important;}
.lt-ie8 .main_slider .smpl_nav li {position: relative;top: 10px;}
.modal-dialog.modal-wide {width: 90%;margin-top: 20px;}
.active-city-list {overflow: hidden;padding: 0 20px;}
.active-city-list #btn-cls-cities {display: block;}
.active-city-list ul {list-style: none;text-align: left;padding: 0;font-size: 13.8px;}
.active-city-list ul li {color: #464646;}
.active-city-list ul li span.cities_letter {display: block;margin-top: 18px;margin-bottom: 3px;font-weight: 700;color: #e32118;border: none;}
.active-city-list ul li:first-child span.cities_letter {margin-top: 0;}
.active-city-list ul span {font-size: 13.8px;color: #464646;text-decoration: none;cursor: pointer;}
.active-city-list ul span b {font-size: 13.5px;-webkit-transition: color .2s ease-out;-o-transition: color .2s ease-out;transition: color .2s ease-out;}
.active-city-list ul span:hover {color: #e32118;border-color: #e32118;}
.active-city-list ul span:hover b {color: #e32118;}
#btn-cls-cities {position: absolute;right: 3%;top: 2%;text-decoration: none;display: none;}
@media (min-width:1024px) and (max-width:1279px) {.active-city-list {overflow: hidden;padding: 0;}
	.active-city-list ul {}}
@media (min-width:768px) and (max-width:1023px) {.active-city-list {overflow: hidden;padding: 0;}
	.active-city-list ul {}}
@media (max-width:767px) {.active-city-list {overflow: hidden;padding: 0 5px;}
	.active-city-list ul {}}
@media (max-width:480px) {.active-city-list {overflow: hidden;padding: 0;}
	.active-city-list ul {}}
@media (max-width:479px) {.active-city-list {overflow: hidden;padding: 0;}
	.active-city-list ul {}}
.slick-slider {position: relative;display: block;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: 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: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-loading .slick-list {background: #fff url("/artmebius/img/ajax-loader.gif") center center no-repeat;}
.slick-track {white-space: nowrap;position: relative;left: 0;top: 0;display: block;}
.slick-track:before, .slick-track:after {content: " ";display: table;}
.slick-track:after {clear: both;}
.slick-track:before, .slick-track:after {content: " ";display: table;}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);-o-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.slick-slide {float: left;height: 100%;min-height: 1px;display: none;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
[dir="rtl"] .slick-slide {float: right;}
.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-slider:hover .slick-prev, .slick-slider:hover .slick-next {opacity: .5;}
.slick-prev, .slick-next {position: absolute;top: 50%;margin-top: -20px;text-align: center;padding: 0;display: block;border: none;height: 40px;line-height: 40px;width: 40px;background: #464646;cursor: pointer;outline: none;border-radius: 100%;-webkit-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;opacity: 0;z-index: 1;}
.slick-prev span, .slick-next span {font-size: 12px;line-height: 1;color: #fff;}
.slick-prev span:before, .slick-next span:before {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {outline: none;opacity: 1 !important;background: #c70000;}
.slick-prev.slick-disabled span, .slick-next.slick-disabled span, .slick-prev.slick-disabled span, .slick-next.slick-disabled span {opacity: .25;}
.slick-prev {left: 15px;}
[dir="rtl"] .slick-prev {left: auto;right: 15px;}
.slick-next {right: 15px;}
[dir="rtl"] .slick-next {left: 15px;right: auto;}
.slick-dots {position: absolute;bottom: 10px;left: 0;right: 0;text-align: center;height: 14px;padding: 0;}
.slick-dots li {position: relative;vertical-align: top;display: inline-block;margin: 0 1px;padding: 0;width: 14px;height: 14px;line-height: 1;}
.slick-dots li button {display: block;border: none;padding: 0;width: 12px;height: 12px;text-align: center;font-size: 0;outline: none;color: #fff;background: #fff;cursor: pointer;border-radius: 20px;-webkit-transition: height .2s ease-out;-o-transition: height .2s ease-out;transition: height .2s ease-out;}
.slick-dots li button:hover, .slick-dots li button:focus {outline: none;}
.slick-dots li.slick-active button {background: #c70000;color: #c70000;}
.slider_main {position: relative;}
.slider_main [class^="col-"] {position: static;}
.slider_main .slider_items {height: 320px;overflow: hidden;}
.slider_main .slide_bg {background-position: 50% 50%;background-repeat: no-repeat;background-color: transparent;position: relative;height: 345px;-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;background-size: contain;display: flex;align-items: center;}
.slider_main .slide_img {padding-top: 25px;padding-bottom: 25px;text-align: center;}
.slider_main .slide_info {width: 65%;padding: 0 50px;white-space: normal;color: #fff;}
.slider_main .slide_title {display: block;margin-bottom: 8px;font: 500 32px/1.3 Ubuntu,Tahoma,Arial,sans-serif;}
.slider_main .slide_desc {font-size: 15px;}
.slider_main .slide_price {background: #c70000;line-height: 1.4;padding: 8px 15px;margin-bottom: 5px;display: inline-block;text-transform: uppercase;}
.slider_main .slide_url {display: block;margin-top: 10px;}
.slider_reviews .slick-dots {margin-top: 10px;bottom: -20px;}
@media (min-width:1024px) and (max-width:1279px) {.slider_main .slider_items {height: 350px;}
	.slider_main .slide_info {width: auto;}
	.slider_main .slide_bg {height: 350px;}}
@media (min-width:768px) and (max-width:1023px) {.slider_main .slider_items {height: 350px;}
	.slider_main .slide_info {width: auto;}
	.slider_main .slide_bg {height: 350px;}
	.slider_main .slide_title {font-size: 28px;}}
@media (max-width:767px) {.slider_main .slider_items {height: 350px;}
	.slider_main .slide_title {line-height: 1;}
	.slider_main .slide_desc {font-size: 13.8px;}
	.slider_main .slide_info {width: auto;}
	.slider_main .slide_bg {height: 350px;}}
.fancybox-enabled {overflow: hidden;}
.fancybox-enabled body {overflow: visible;height: 100%;}
.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: 100000;-webkit-tap-highlight-color: transparent;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translateZ(0);transform: translateZ(0);box-sizing: content-box;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;}
.fancybox-container * {box-sizing: content-box;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;}
.fancybox-container~.fancybox-container {z-index: 99992;}
.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;transition-duration: inherit;transition-property: opacity;transition-timing-function: cubic-bezier(.47,0,.74,.71);}
.fancybox-is-open .fancybox-bg {opacity: .87;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;transition: opacity .25s,visibility 0 linear .25s;box-sizing: border-box;}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {opacity: 1;visibility: visible;transition: opacity .25s,visibility 0;}
.fancybox-infobar {top: 0;left: 50%;margin-left: -79px;}
.fancybox-infobar__body {display: inline-block;width: 70px;line-height: 44px;font-size: 13px;font-family: Helvetica Neue,Helvetica,Arial,sans-serif;text-align: center;color: #ddd;background-color: rgba(30,30,30,.7);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;}
.fancybox-toolbar {top: 0;right: 0;}
.fancybox-stage {overflow: hidden;direction: ltr;z-index: 99994;-webkit-transform: translateZ(0);}
.fancybox-slide {position: absolute;top: 0;left: 0;width: 100%;height: 100%;margin: 0;padding: 0;overflow: auto;outline: none;white-space: normal;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;transition-property: transform,opacity;transition-property: transform,opacity,-webkit-transform;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.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;border-width: 0;vertical-align: middle;text-align: left;background-color: #fff;overflow: auto;box-sizing: border-box;}
.fancybox-slide .fancybox-image-wrap {position: absolute;top: 0;left: 0;margin: 0;padding: 0;border: 0;z-index: 99995;background: transparent;cursor: default;overflow: visible;-webkit-transform-origin: top left;transform-origin: top left;background-size: 100% 100%;background-repeat: no-repeat;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.fancybox-can-zoomOut .fancybox-image-wrap {cursor: zoom-out;}
.fancybox-can-zoomIn .fancybox-image-wrap {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;}
.fancybox-spaceball {z-index: 1;}
.fancybox-slide--iframe .fancybox-content {padding: 0;width: 80%;height: 80%;max-width: calc(0%);max-height: calc(12%);overflow: visible;background: #fff;}
.fancybox-iframe {display: block;padding: 0;border: 0;height: 100%;}
.fancybox-error, .fancybox-iframe {margin: 0;width: 100%;background: #fff;}
.fancybox-error {padding: 40px;max-width: 380px;cursor: default;}
.fancybox-error p {margin: 0;padding: 0;color: #444;font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;}
.fancybox-close-small {position: absolute;top: 0;right: 0;width: 44px;height: 44px;padding: 0;margin: 0;border: 0;border-radius: 0;outline: none;background: transparent;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: #fff;transition: background .25s;box-sizing: border-box;z-index: 2;}
.fancybox-close-small:focus:after {outline: 1px dotted #888;}
.fancybox-close-small:hover:after {color: #555;background: #eee;}
.fancybox-slide--iframe .fancybox-close-small {top: 0;right: -44px;}
.fancybox-slide--iframe .fancybox-close-small:after {background: transparent;font-size: 35px;color: #aaa;}
.fancybox-slide--iframe .fancybox-close-small:hover:after {color: #fff;}
.fancybox-caption-wrap {bottom: 0;left: 0;right: 0;padding: 60px 30px 0;background: linear-gradient(180deg,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));pointer-events: none;}
.fancybox-caption {padding: 30px 0;border-top: 1px solid rgba(255,255,255,.4);font-size: 14px;font-family: Helvetica Neue,Helvetica,Arial,sans-serif;color: #fff;line-height: 20px;-webkit-text-size-adjust: none;}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {pointer-events: all;}
.fancybox-caption a {color: #fff;text-decoration: underline;}
.fancybox-button {display: inline-block;position: relative;margin: 0;padding: 0;border: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;background: transparent;color: #ddd;border-radius: 0;cursor: pointer;vertical-align: top;outline: none;}
.fancybox-button[disabled] {cursor: default;pointer-events: none;}
.fancybox-button, .fancybox-infobar__body {background: rgba(30,30,30,.6);}
.fancybox-button:hover:not([disabled]) {color: #fff;background: rgba(0,0,0,.8);}
.fancybox-button:after, .fancybox-button:before {content: "";pointer-events: none;position: absolute;background-color: currentColor;color: currentColor;opacity: .9;box-sizing: border-box;display: inline-block;}
.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {opacity: .3;}
.fancybox-button--left:after, .fancybox-button--right:after {top: 18px;width: 6px;height: 6px;background: transparent;border-top: 2px solid currentColor;border-right: 2px solid currentColor;}
.fancybox-button--left:after {left: 20px;-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
.fancybox-button--right:after {right: 20px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.fancybox-button--left {border-bottom-left-radius: 5px;}
.fancybox-button--right {border-bottom-right-radius: 5px;}
.fancybox-button--close:after, .fancybox-button--close:before {content: "";display: inline-block;position: absolute;height: 2px;width: 16px;top: calc(49%);left: calc(42%);}
.fancybox-button--close:before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.fancybox-button--close:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.fancybox-arrow, .fancybox-arrow:hover, .fancybox-arrow:focus {position: absolute;top: 50%;margin: -50px 0 0;height: 100px;width: 54px;padding: 0;border: 0;outline: none;background: none;cursor: pointer;z-index: 99995;opacity: 0;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;transition: opacity .25s;}
.fancybox-arrow:after {content: "";position: absolute;top: 28px;width: 44px;height: 44px;background-color: rgba(30,30,30,.8);background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=");background-repeat: no-repeat;background-position: 50%;background-size: 24px 24px;}
.fancybox-arrow--right {right: 0;}
.fancybox-arrow--left {left: 0;-webkit-transform: scaleX(-1);transform: scaleX(-1);}
.fancybox-arrow--left:after, .fancybox-arrow--right:after {left: 0;}
.fancybox-show-nav .fancybox-arrow {opacity: .6;}
.fancybox-show-nav .fancybox-arrow[disabled] {opacity: .3;}
.fancybox-loading {border: 6px solid rgba(99,99,99,.4);border-top: 6px solid rgba(255,255,255,.6);border-radius: 100%;height: 50px;width: 50px;-webkit-animation: a .8s infinite linear;animation: a .8s infinite linear;background: transparent;position: absolute;top: 50%;left: 50%;margin-top: -25px;margin-left: -25px;z-index: 99999;}
@-webkit-keyframes a {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
@keyframes a {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.fancybox-animated {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: translateZ(0);transform: translateZ(0);opacity: 1;}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {opacity: 0;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: scaleX(1);transform: scaleX(1);opacity: 1;}
.fancybox-fx-rotate.fancybox-slide--previous {-webkit-transform: rotate(-1 turn);transform: rotate(-1 turn);opacity: 0;}
.fancybox-fx-rotate.fancybox-slide--next {-webkit-transform: rotate(1 turn);transform: rotate(1 turn);opacity: 0;}
.fancybox-fx-rotate.fancybox-slide--current {-webkit-transform: rotate(0deg);transform: rotate(0deg);opacity: 1;}
.fancybox-fx-circular.fancybox-slide--previous {-webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);transform: scale3d(0,0,0) translate3d(-100%,0,0);opacity: 0;}
.fancybox-fx-circular.fancybox-slide--next {-webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);transform: scale3d(0,0,0) translate3d(100%,0,0);opacity: 0;}
.fancybox-fx-circular.fancybox-slide--current {-webkit-transform: scaleX(1) translateZ(0);transform: scaleX(1) translateZ(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: translateZ(0) scale(1);transform: translateZ(0) scale(1);}
@media (max-width:800px) {.fancybox-infobar {left: 0;margin-left: 0;}
	.fancybox-button--left, .fancybox-button--right {display: none !important;}
	.fancybox-caption {padding: 20px 0;margin: 0;}}
.fancybox-button--fullscreen:before {width: 15px;height: 11px;left: calc(43%);top: calc(44%);border: 2px solid;background: none;}
.fancybox-button--pause:before, .fancybox-button--play:before {top: calc(44%);left: calc(46%);background: transparent;}
.fancybox-button--play:before {width: 0;height: 0;border-top: 6px inset transparent;border-bottom: 6px inset transparent;border-left: 10px solid;border-radius: 1px;}
.fancybox-button--pause:before {width: 7px;height: 11px;border-style: solid;border-width: 0 2px;}
.fancybox-button--thumbs, .fancybox-thumbs {display: none;}
@media (min-width:800px) {.fancybox-button--thumbs {display: inline-block;}
	.fancybox-button--thumbs span {font-size: 23px;}
	.fancybox-button--thumbs:before {width: 3px;height: 3px;top: calc(48%);left: calc(48%);box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;}
	.fancybox-thumbs {position: absolute;top: 0;right: 0;bottom: 0;left: auto;width: 220px;margin: 0;padding: 5px 5px 0 0;background: #fff;word-break: normal;-webkit-tap-highlight-color: transparent;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;box-sizing: border-box;z-index: 99995;}
	.fancybox-show-thumbs .fancybox-thumbs {display: block;}
	.fancybox-show-thumbs .fancybox-inner {right: 220px;}
	.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;}
	.fancybox-thumbs>ul>li {float: left;overflow: hidden;max-width: 50%;padding: 0;margin: 0;width: 105px;height: 75px;position: relative;cursor: pointer;outline: none;border: 5px solid transparent;border-top-width: 0;border-right-width: 0;-webkit-tap-highlight-color: transparent;-webkit-backface-visibility: hidden;backface-visibility: hidden;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;min-width: 100%;min-height: 100%;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-radius: 2px;border: 4px solid #4ea7f9;z-index: 99991;opacity: 0;transition: all .2s cubic-bezier(.25,.46,.45,.94);}
	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {opacity: 1;}}
#filters .btn.reset {border: none;font-size: 13px;}
#search_city {position: relative;margin-bottom: 15px;}
#search_city input {border-radius: 20px;padding-left: 20px;padding-right: 50px;}
#search_city .icon {position: absolute;top: 50%;right: 20px;margin-top: -7px;}
#search_city ul#sc_result {position: absolute;top: 100%;column-count: initial;left: 10px;right: 10px;background: #fff;max-height: 300px;overflow: auto;}
#search_city ul#sc_result li.error {color: #888;}
#search_city ul#sc_result li {padding: 7px 10px;margin: 0 10px;}
#search_city ul#sc_result li+li {border-top: 1px solid #ddd;}
.checkout_btns .btn {width: 100%;padding: 15px 5px;margin-bottom: 5px;}
#city_apply_popup {display: none;background: #fff;position: absolute;top: 100%;right: 0;padding: 15px;color: #464646;border-radius: 5px;min-width: 250px;z-index: 11;box-shadow: 0 7px 28px -8px #555;text-align: center;}
#city_apply_popup:after {content: "";position: absolute;top: -10px;margin-right: -10px;right: 50%;display: block;width: 0;height: 0;border-style: solid;border-width: 0 10px 10px;border-color: transparent transparent #fff;}
#city_apply_popup .city_apply_title {font-weight: 500;font-size: 13.7px;}
#city_apply_popup span {color: #333;cursor: pointer;border-bottom: 1px dotted;}
#city_apply_popup span:hover {color: #c70000;}
.mdl_products .items_block .items_title {padding: 0 15px;}
.dellin_loader {text-align: center;margin: 10px 0;}
#dellin_prices_block {margin: 15px 0;padding: 10px 15px;background: #fff;border: 1px solid #ccc;color: #464646;}
#dellin_prices_block h3 {margin-bottom: 8px;margin-left: 20px;}
#dellin_prices_block label {color: #464646;}
#dellin_prices_block .dellin_price {padding: 10px;}
#dellin_prices_block .dellin_price+.dellin_price {margin-top: 10px;border-top: 1px dashed #999;}
#dellin_prices_block .dellin_price_value {color: #900b0b;}
#dellin_prices_block .dellin_terminals_title {margin: 10px 0 8px 20px;text-decoration: underline;}
#dellin_prices_block input[type=radio] {vertical-align: middle;margin: 0 2px 0 0;}
ul#dellin_terminals_list {list-style: none;margin: 0;padding: 5px 15px;max-height: 300px;overflow: auto;background: #eee;color: #464646;}
#dellin_prices_block ul#dellin_terminals_list li {padding: 5px 0;}
ul#dellin_terminals_list li+li {border-top: 1px dotted #aaa;}
ul#dellin_terminals_list li span {color: #888;margin-left: 10px;}
.shop_checkout_form .form-group {position: relative;}
ul.list-select {list-style: none;margin: 0;padding: 0;max-height: 250px;overflow: auto;background: #fff;color: #464646;position: absolute;left: 0;right: 0;z-index: 1;box-shadow: 0 6px 10px rgba(0,0,0,.4);}
ul.list-select li {padding: 5px 15px;cursor: pointer;}
ul.list-select li:hover {background: #c70000;color: #fff;}
ul.list-select li+li {border-top: 1px dotted #aaa;}
.not_offer {font-size: 12px;color: #636363;margin: 20px 0 10px;}
.mdl_promo .items_link {color: #fff;}
.mdl_promo .items_title {position: absolute;bottom: 15px;left: 15px;right: 15px;color: #fff;font-size: 20px;font-weight: 700;text-align: center;text-shadow: 0 0 7px #000,0 0 7px #000;}
.category_intro {margin-bottom: 20px;}
.tac {text-align: center;}
@media (max-width:767px) {.mdl_cart .cart_info {background: url("/artmebius/img/shopping-cart-white.png");background-size: contain;background-repeat: no-repeat;background-position: center;}}
@media (min-width:1279px) {.col-lg-push-2-5 {left: 20.833333333%;}
	.col-lg-pull-8-5 {right: 79.166666667%;}}
@media (max-width:1023px) {.cnt_row {display: flex;flex-direction: column;}
	#cnt_wrap {order: 2;}
	.first_asside {order: 1;}
	.second_asside {order: 3;}}
.tooltip {position: relative;display: inline-block;}
.tooltip .tooltiptext {visibility: hidden;width: 120px;background-color: #464646;color: #fff;text-align: center;border-radius: 6px;padding: 5px 0;margin-left: 3px;position: absolute;z-index: 1;transition: visibility .3s;}
.tooltip:hover .tooltiptext {visibility: visible;}
.icon-post:before {content: "";font-size: 25px;}
.price-table .tbody tr:first-child {background: #464646;color: #fff;}
.slider_main .slick-prev span, .slider_main .slick-next span {font-size: 35px;}
.slider_main .slick-prev, .slider_main .slick-next {height: 55px;line-height: 70px;width: 55px;}
.prdt_opt {margin: 15px 0;}
.prdt_opt a {text-decoration: none;}
.prdt_opt a img {margin-right: 5px;}
#xPoller2 .btn {margin: 5px 0;}
.blur-up {-webkit-filter: blur(5px);filter: blur(5px);transition: filter 400ms,-webkit-filter 400ms;}
.blur-up.lazyloaded {-webkit-filter: blur(0);filter: blur(0);}
@font-face {font-family: "fa5b";font-style: normal;font-weight: 400;font-display: swap;src: url("/artmebius/fonts/fa-brands-400.eot");src: url("/artmebius/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("/artmebius/fonts/fa-brands-400.woff2") format("woff2"),url("/artmebius/fonts/fa-brands-400.woff") format("woff"),url("/artmebius/fonts/fa-brands-400.ttf") format("truetype"),url("/artmebius/fonts/fa-brands-400.svg#fontawesome") format("svg");}
i.fab {font-family: "fa5b";font-weight: 400;font-style: normal;}
#prdt_dop h2 {display: inline-block;font-size: inherit;margin: 0;}
.krym_show {}
body.krym .krym_show {display: inherit !important;}
body.krym .krym_hide {display: none;}
a[href*=tel].active {cursor: pointer;}
.mdl_social .icon {font-size: 25px;margin-right: 7px;color: #464646;}
@media (min-width: 1279px) {.mdl_social .icon {font-size: 28px;}}
.mdl_social {padding: 8px 0 0;}
#cnt .ready_main.preloading, #cnt .new_main.preloading, #cnt .hit_main.preloading {position: relative;}
#cnt .ready_main.preloading:before, #cnt .new_main.preloading:before, #cnt .hit_main.preloading:before {content: url("/images/preloader.gif");display: block;width: 80px;height: 80px;position: absolute;top: 50%;left: 50%;margin-left: -40px;margin-top: -40px;}
.catalog_tags .items_block {display: inline-block;vertical-align: middle;margin-bottom: 18px;margin-right: 18px;}
.catalog_tags .items_link {display: inline-block;vertical-align: middle;border-radius: 10px;padding: 6px 18px;text-decoration: none;color: #fff;background: #464646;transition: color .2s ease-out,background .2s ease-out;}
.catalog_tags .items_link:hover {background: #c70000;}
.icon-file:before {content: "";}
.icon-youtube:before {content: "";}
.mdl_our_works .mdl_content:after {content: "";visibility: hidden;display: block;clear: both;}
.mdl_our_works .mdl_content .our_works_img {float: left;display: block;margin-right: 20px;margin-bottom: 20px;}
.auto_text {margin-bottom: 25px;}
.mdl_devby {text-align: right;}
.ftr_btm {margin-top: 10px;}
@media (max-width: 767px) {.topmenu ul.menu>li>a {color: #464646;}
	jdiv, #rc-phone {display: none !important;}
	#ftr {position: relative;z-index: 99;}
	#hdr {z-index: 100;}
	.mdl_our_works .mdl_content .our_works_img {margin-right: 0;float: none;}
	.mdl_our_works .mdl_content .our_works_description {padding: 0 9px;}}
.ftr-fixed {display: none;width: 100%;padding-top: 10px;padding-bottom: 7px;background: #464646;color: #fff;z-index: 1001;}
.ftr-fixed .go2top {font-size: 25px;font-weight: 700;height: 25px;line-height: 25px;color: #fff;background: inherit;}
.ftr-fixed .ftr_fix_link {font-size: 25px;line-height: 25px;color: #fff;text-decoration: none;}
.ftr-fixed .fix_title {font-size: 11px;margin-top: 3px;}
.ftr-fixed {text-align: center;}
.fa-viber:before {content: "";}
.fa-whatsapp:before {content: "";}
.icon-chevron-up:before {content: "";}
.icon-share-square-o:before {content: "";}
.header_fix {display: none;width: 100%;left: 0;padding-top: 10px;padding-bottom: 5px;background: #fff;}
.mdl_question {overflow: auto;}
.header_fix .mdl_phones {float: left;margin-left: 20px;}
.header_fix .mdl_phones a {color: #fff;font-size: 20px;line-height: 45px;}
#ftr_ndr {position: relative;}
.cnt_row:after {content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;margin: 0;padding: 0;}
.video_item .item_video_title {color: #464646;text-align: center;}
.video_item a {text-decoration: none;}
.video_item {margin-bottom: 1em;}
body.nn .krym_show {display: inherit !important;}
body.nn .krym_hide {display: none;}
.mdl_social {display: flex;justify-content: space-around;}
.mdl_social a {text-decoration: none;}
.snowcollect {margin: 0;padding: 0;overflow: hidden;}
#canvas_collect {position: fixed;right: 0;left: 0;width: 100%;height: 100%;top: 0;}
.catalog_main .prdt_dtl .tab-content {background: #fff;}
.contacts_form {margin-bottom: 30px;}
.contacts_form .page-header {border-bottom: none;}
.youtube-content {color: #fff;font-size: 28px;background: red;margin-right: 15px;margin-left: 10px;padding: 3px;border-radius: 5px;}
.youtube-content span {font-size: 0;}
.gallery_page .tiles_col {text-align: center;}
.recaptcha_generate_box {overflow: hidden;}
@media (max-width: 600px) {.hdr_contact_teslum .hdr_phone {display: none;}
	.topmenu ul.menu {margin-top: 5px;}
	#choose-city {color: #fff;padding-left: 15px;}
	#hdr_bottom .row {margin: 0;}
	#hdr_bottom .mdl_social, #hdr_bottom a.link-sun {margin-top: 65px;}
	.ftr-fixed {display: flex;justify-content: space-around;align-items: end;position: fixed;right: 0;bottom: 0;left: 0;}
	#hdr_top {display: none;}
	.header_fix {display: block;position: fixed;top: 0;}
	.mdl_question .item_title {font-size: 18px;}
	.mdl_question .btn {padding: 13px;}
	.fix_elem {position: relative;}
	.mdl_cart .cart_info {position: relative;top: 0;width: 37px;height: 25px;}
	.mdl_cart .cart_qty {top: -10px;left: 22px;}
	.ftr-fixed .mdl_personal .icon-lock {margin-right: 0;font-size: 25px;}
	#rc-phone.rc-mobile {top: auto !important;bottom: 100px !important;right: 17px !important;left: auto !important;}
	.__jivoMobileButton {bottom: 60px !important;}
	.topmenu {border-radius: 0;min-height: 35px;}
	.logo {margin-bottom: 0;}
	.header_fix {padding-top: 0;}
	.header_fix .mdl_phones a {font-size: 13.8px;}}
header.hdr_teslum {background: url("/artmebius/img/teslum_bg.jpg") no-repeat center center;background-size: cover;padding-bottom: 25px;position: relative;}
header.hdr_teslum:before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: -moz-linear-gradient(top,rgba(255,255,255,.55) 0%,rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top,rgba(255,255,255,.55) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom,rgba(255,255,255,.55) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8cffffff",endColorstr="#ffffff",GradientType=0);}
#hdr_top.hdr_top_teslum {position: relative;z-index: 9999;background: transparent;padding: 25px 0;color: #464646;border-radius: 0;}
.mdl_feedback_teslum {position: relative;z-index: 9;}
#hdr_top.hdr_top_teslum a {color: #464646;}
#hdr_top.hdr_top_teslum>.d-flex {display: flex;align-items: center;justify-content: space-between;}
.hdr_top_teslum .topmenu {background: transparent;}
#hdr_top.hdr_top_teslum .topmenu a {color: #464646;}
#hdr_top.hdr_top_teslum .topmenu a:hover {color: #8c8c8c;text-decoration: none !important;}
.hdr_contact {display: flex;align-items: flex-end;flex-direction: column;justify-content: space-between;}
.hdr_contact .hdr_phone {font-size: 18px;font-weight: 700;}
.hdr_contact .hdr_phone a {cursor: pointer;}
#hdr_top .hdr_contact .hdr_phone a:hover, #hdr_top .hdr_mail a:hover {text-decoration: underline;}
.hdr_mail {font-size: 18px;}
.hdr_adress {font-size: 12px;font-weight: 700;}
.mdl_feedback_teslum .ajax_form select {width: 100%;}
form#feedbackteslumForm {background-color: rgba(255,255,255,.81);padding: 30px;border-radius: 15px;border: 1px solid transparent;box-shadow: 0 0 20px rgba(0,0,0,.4);}
form#feedbackteslumForm .page-header {border: 0;}
form#feedbackteslumForm .page-header span {text-transform: uppercase;}
form#feedbackteslumForm .page-header span:after {display: none;}
form#feedbackteslumForm .fbt_accept {text-align: center;}
form#feedbackteslumForm .recaptcha_generate>div, form#feedbackteslumForm button.btn.btn-submit {margin-right: auto;margin-left: auto;}
form#feedbackteslumForm button.btn.btn-submit {display: block;}
form#feedbackteslumForm .description {text-transform: uppercase;margin-bottom: 25px;}
form#feedbackteslumForm textarea {resize: none;height: 70px;}
form#feedbackteslumForm input[type="text"], form#feedbackteslumForm select, form#feedbackteslumForm textarea {border-radius: 10px;}
.flex-header-form {display: flex;align-items: center;justify-content: space-between;}
.teslum-page-header {font-size: 26px;color: #464646;font-weight: 700;text-transform: uppercase;margin-bottom: 25px;}
.teslum-description {color: #fff;font-size: 16px;line-height: 120%;padding: 20px;position: relative;}
.teslum-description:before {content: "";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: url("/artmebius/img/carbon.jpg") no-repeat center center #464646;background-size: cover;border-radius: 15px;}
.advantages_teslum {position: relative;z-index: 9;margin-top: 25px;}
.advantages_teslum .d-flex, .adv_block {display: flex;align-items: center;justify-content: space-between;}
.adv_block {flex-direction: column;}
.adv_block .image {background: rgba(0,0,0,.17);border-radius: 10px;padding: 10px;}
.adv_block .item_title {text-align: center;text-transform: uppercase;font-weight: 700;color: #464646;margin-top: 10px;line-height: 110%;}
.adv_block .item_title span {display: block;}
body#page_teslum {overflow-x: hidden;}
#hdr_top.hdr_top_teslum .logo {margin-bottom: 0;}
#hdr_top.hdr_top_teslum .logo a {display: block;}
.topmenu_teslum .topmenu .menu_switcher a {height: auto;line-height: auto;padding: 0;border-radius: 0;}
.topmenu_teslum .topmenu .menu_switcher .switcher_icon {float: none;padding-top: 0;margin-right: 0;}
.gray-block {padding-top: 50px;padding-bottom: 50px;margin-bottom: 50px;background-color: #ededed;}
.gray-block .d-flex {display: flex;align-items: center;justify-content: space-between;margin-right: -9px;margin-left: -9px;}
.gray-block .d-flex>div {padding-right: 9px;padding-left: 9px;color: #707070;}
.gray-block .d-flex div.title {font-weight: 700;text-transform: uppercase;}
.gray-block .d-flex div.description {line-height: 120%;}
.page-header-teslum {background: url("/artmebius/img/carbon.jpg") no-repeat center center #464646;background-size: cover;color: #fff;font-size: 24px;line-height: 120%;text-transform: uppercase;font-weight: 700;padding: 15px 25px;border-radius: 10px;position: relative;display: flex;align-items: center;justify-content: space-between;margin-bottom: 25px;}
.page-header-teslum:after {content: "";background: url("/artmebius/img/page-header-teslum.svg") no-repeat 0 0;width: 130px;height: 23px;}
.teslum-grid .items_block {border-radius: 15px;box-shadow: 0 0 25px rgba(0,0,0,.4);display: flex;align-items: flex-start;flex-direction: column;justify-content: space-between;}
.teslum-grid .items_block a.link_img {order: 2;margin-bottom: 25px;}
.teslum-grid .items_block .items_info {order: 1;width: 100%;padding: 25px;}
.teslum-grid .items_block .items_info a.items_link {display: flex;align-items: center;}
.teslum-grid .items_block .items_info span.items_description {display: block;}
.teslum-grid .items_block .items_info a.items_link {text-transform: uppercase;text-decoration: none;color: #464646;line-height: 110%;font-weight: 700;font-size: 17px;}
.teslum-grid .items_block .items_info span.items_description {margin-top: 10px;font-size: 16px;}
.teslum-grid .items_block a.link_img, .teslum-grid .items_block a.link_img span, .teslum-grid .items_block a.link_img span img {display: block;margin-right: auto;margin-left: auto;}
#ftr.footer-teslum {position: relative;background: url("/artmebius/img/teslum-oline.jpg") no-repeat center top;background-size: cover;border-radius: 0;}
.relative-box {position: relative;}
.panel {background: url("/artmebius/img/footer-teslum.jpg") no-repeat center center;background-size: cover;position: relative;color: #fff;margin-top: 90px;margin-bottom: 90px;padding-top: 50px;padding-bottom: 50px;}
.panel .d-flex {display: flex;align-items: center;justify-content: space-between;margin-right: -9px;margin-left: -9px;}
.panel-title {font-size: 42px;line-height: 120%;text-transform: uppercase;font-weight: 700;margin-bottom: 25px;}
.panel .tit {text-transform: uppercase;font-weight: 700;font-size: 18px;margin-bottom: 5px;}
.panel .desc {font-size: 16px;line-height: 110%;}
.panel .mar {margin-bottom: 50px;}
.panel .object {position: absolute;top: -150px;right: 0;z-index: 9999;}
.gut-box {display: flex;align-items: center;margin-top: 25px;position: relative;z-index: 999;color: #fff;text-transform: uppercase;font-weight: 700;font-size: 18px;line-height: 120%;padding: 20px 50px;}
.gut-box:before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: linear-gradient(15deg,#909090,#000);border-radius: 15px 0 0 15px;z-index: -1;}
.gut-box img.gut {position: absolute;left: 25px;}
.gut-box .gut-desc {margin-left: 80px;}
.ss-box {display: flex;align-items: flex-start;justify-content: space-between;}
.ss-box .mdl_social a {margin: 0 10px;}
.ss-box .mdl_social a:first-child {margin-left: 0;}
.ss-box .mdl_social a:last-child {margin-right: 0;}
a.link-sun {text-decoration: none;color: #fff;background: url("/artmebius/img/button-carbon.jpg") no-repeat center center #464646;border-radius: 30px;line-height: 45px;text-align: center;padding-right: 15px;padding-left: 15px;}
a.link-sun img {width: 20px;}
a.link-sun:hover img {filter: brightness(0) invert(1);}
.flex {display: flex;}
.mdl_cart {margin-left: auto;}
.topmenu ul.menu>li.adress-mob {padding: 15px;border-top: 1px solid #000;line-height: 100%;}
.form-group-checkout {display: flex;align-items: center;justify-content: space-between;}
.catalog_tags .items_block {margin-bottom: 10px;margin-right: 15px;}
.zen__icon {transform: scale(.8);}
@media (max-width:480px) {.form-group-checkout {flex-direction: column;}
	.form-group-checkout>* {flex: 0 0 100%;max-width: 100%;width: 100%;}
	.form-group-checkout>*+* {margin-top: 5px;}}
@media (max-width:600px) {#hdr_bottom .logo {display: none;}
	body.nn .krym_show {display: inline-block !important;}
	.logo {text-align: left;}
	.header_fix .mdl_phone a {line-height: 35px;text-decoration: none;color: #fff;margin-left: 10px;}
	.header_fix .mdl_phones a {line-height: 30px;text-decoration: none;}
	.mdl_cities {padding: 5px 10px;text-align: right;}
	.topmenu .menu_switcher a {position: absolute;top: 12px;color: #464646;right: 0;}
	header #hdr_bottom {padding-top: 50px;}
	.ss-box .mdl_social {order: 2;}
	.ss-box a.link-sun {order: 1;}
	textarea#check_message {height: 45px;resize: none;overflow: hidden;}
	header#hdr.hdr_teslum {z-index: 1000;}
	.topmenu ul.menu {width: 250px;}
	header.hdr_teslum .topmenu {overflow: hidden;}
	header.hdr_teslum .mdl_feedback_teslum {margin-top: 0;}
	header.hdr_teslum .teslum-page-header {margin-top: 30px;margin-bottom: 15px;}
	header.hdr_teslum .header_fix {z-index: 99999;padding-bottom: 0;}}
@media (max-width:767px) {#filters .filter_block {padding: 0 10px;margin-bottom: 0;}
	.topmenu.no-mobile-top-menu ul.menu {position: relative;right: 0;left: 0;background: transparent;box-shadow: none;padding: 0;border-radius: 0;display: flex;align-items: center;justify-content: center;}
	.topmenu.no-mobile-top-menu ul.menu li a {border: 0;line-height: 100%;}
	footer, footer .mdl_devby {text-align: center;}
	.cart_full table tr, .cart_full table tfoot {display: flex;flex-wrap: wrap;width: 100%;}
	.catalog_main .table_cart_full .cart_ths .cart_del {font-size: 0;}
	.catalog_main .table_cart_full .cart_title {width: 100%;}
	.catalog_main .table_cart_full .cart_price, .catalog_main .table_cart_full .cart_price_count, .catalog_main .table_cart_full .cart_qty {width: 30%;}
	.catalog_main .table_cart_full .cart_del {width: 10%;}
	.teslum-page-header, .teslum-description {text-align: center;}
	.gray-block .d-flex {flex-direction: column;text-align: center;}
	.gray-block .d-flex div.title {margin-top: 15px;margin-bottom: 15px;}
	.ftr-fixed .go2top {display: block !important;opacity: 1 !important;}
	#hdr_top.hdr_top_teslum>.d-flex {padding: 0 9px;}
	#hdr_top.hdr_top_teslum .topmenu a.switcher_link {color: #464646;cursor: pointer;}
	.topmenu ul.menu {position: absolute;right: 9px;background: #fff;box-shadow: 0 0 5px rgba(0,0,0,.3);padding: 0;border-radius: 5px;}
	.hdr_top_teslum .logo img {width: 100px;}
	#hdr_top.hdr_top_teslum .logo {order: 1;}
	#hdr_top.hdr_top_teslum .topmenu_teslum {order: 3;}
	#hdr_top.hdr_top_teslum .hdr_contact {order: 2;}
	.flex-header-form, .advantages_teslum .d-flex {flex-direction: column;}
	.flex-header-form .teslum-description {margin-bottom: 25px;}
	.advantages_teslum .tiles_col {flex: 0 0 100%;max-width: 100%;}
	header.hdr_teslum #hdr_top {display: block;}}
@media (min-width:768px) {.mdl_feedback_teslum .flex-header-form {align-items: flex-start;}
	.mdl_feedback_teslum .teslum-page-header {margin-top: 7%;}
	.gray-block .d-flex div.img {flex: 0 0 15%;max-width: 15%;}
	.gray-block .d-flex div.title {flex: 0 0 35%;max-width: 35%;}
	.gray-block .d-flex div.description {flex: 0 0 50%;max-width: 50%;font-size: 14px;}
	.gray-block .d-flex div.title {font-size: 20px;line-height: 230%;}
	.gray-block .d-flex div.title span {display: block;}
	.hdr_top_teslum .logo img {width: 150px;}
	.hdr_contact {text-align: right;}
	.hdr_adress span {display: block;}
	.teslum-page-header span {}
	.adv_block .item_title {font-size: 12px;}
	.advantages_teslum .tiles_col {flex: 0 0 20%;max-width: 20%;}}
@media (max-width:1023px) {.panel .panel-title {font-size: 32px;}
	.panel .panel-title, .panel .mar {text-align: center;}
	.panel .panel-title span {display: inline-block;}}
@media (min-width:1024px) {.teslum-page-header span {}
	.gray-block .d-flex div.img {flex: 0 0 15%;max-width: 15%;}
	.gray-block .d-flex div.title {flex: 0 0 40%;max-width: 40%;}
	.gray-block .d-flex div.description {flex: 0 0 45%;max-width: 45%;font-size: 16px;}
	.gray-block .d-flex div.title {font-size: 30px;line-height: 150%;}
	.hdr_top_teslum .logo img {width: 200px;}
	.adv_block .item_title {font-size: 16px;}
	.hdr_adress {text-align: right;}
	.hdr_adress span {display: block;}
	.teslum-page-header span {}
	.advantages_teslum .tiles_col {flex: 0 0 20%;max-width: 20%;}}
@media (max-width:1279px) {#panel.panel {margin-top: 2px;margin-bottom: 2px;}
	body#page_teslum #sect_wrap {margin-bottom: 0;}}
@media (min-width:1280px) {.gray-block .d-flex div.img {flex: 0 0 15%;max-width: 15%;}
	.gray-block .d-flex div.title {flex: 0 0 40%;max-width: 40%;}
	.gray-block .d-flex div.description {flex: 0 0 45%;max-width: 45%;}
	.gray-block .d-flex div.title {font-size: 36px;line-height: 120%;}
	.hdr_adress span {display: inline-block;}
	.flex-header-form>div[class*="col-"]:first-child {padding-right: 50px;}
	.teslum-page-header span {}}
.gallery_items .items_prvw {display: block;}
.gallery_items .items_prvw img {object-fit: cover;width: 100%;height: 230px;}
.mdl_phones a {color: #fff;cursor: pointer;}
.gallery_items_container .tiles_row {display: flex;flex-wrap: wrap;}
.gallery_items_container .tiles_row [class*="col-"] {margin-bottom: 18px;}
.gallery_items_container .tiles_row .items_wrap {box-shadow: 0 0 10px rgba(0,0,0,.3);}
@media (min-width:768px) {#xochuForm>center {display: flex;justify-content: space-between;align-items: center;}
	#xochuForm>center .form-group {margin: 0;}}
.tags_btn {display: none;}
.btn.btn-more.ajax-more {margin: 0 auto;display: block;}
@media (max-width:767px) {.menu_horz_multi>li ul li.active {background: #fff;}
	.tags_btn {display: block;color: #fff;text-transform: uppercase;font-weight: 500;padding: 17px 15px;background: #464646;border-radius: 10px;margin-bottom: 15px;}
	#filters .mdl-header:before, .catalog_tags .mdl-header:before {content: "+";position: absolute;right: 25px;color: #fff;font-size: 25px;font-weight: 700;top: 10px;}
	#filters.active .mdl-header:before, .catalog_tags.active .mdl-header:before {content: "-";}
	#filters form, .catalog_tags .items_block {display: none;}
	.mdl_breadcrumbs, .page_show {display: none;}
	.topmenu ul.menu .menu_login {display: flex;padding-left: 10px;align-items: center;line-height: 37px;}
	.topmenu ul.menu .menu_login .icon {margin-right: 10px;}
	.cart_full table tr, .cart_full table tfoot {display: flex;flex-wrap: wrap;width: 100%;}
	.catalog_main .table_cart_full .cart_ths .cart_del {font-size: 0;}
	.catalog_main .table_cart_full .cart_title {width: 100%;}
	.catalog_main .table_cart_full .cart_price, .catalog_main .table_cart_full .cart_price_count, .catalog_main .table_cart_full .cart_qty {width: 30%;}
	.catalog_main .table_cart_full .cart_del {width: 10%;}}
@media (max-width:1279px) {form#feedbackteslumForm.feedbackteslumForm:before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(255,255,255,.9);}
	form#feedbackteslumForm.feedbackteslumForm .page-header, form#feedbackteslumForm.feedbackteslumForm .description, form#feedbackteslumForm.feedbackteslumForm .col-fbt-accept {text-align: center;}
	form#feedbackteslumForm.feedbackteslumForm .col-fbt-accept {margin-bottom: 0;}}
@media (min-width:1280px) {form#feedbackteslumForm.feedbackteslumForm .form-body {padding-right: 430px;padding-left: 50px;}
	form#feedbackteslumForm.feedbackteslumForm .page-header {font-size: 36px;}
	.topmenu_teslum .menu_horz_multi>li {font-size: 16px;}
	.hdr_contact.hdr_contact_teslum .hdr_phone {font-size: 21px;}
	.hdr_contact.hdr_contact_teslum .hdr_mail {font-size: 18px;}
	.hdr_contact.hdr_contact_teslum .hdr_adress {font-size: 16px;line-height: 100%;}
	.hdr_contact.hdr_contact_teslum .hdr_adress span {display: block;}}
@media (min-width:1536px) {form#feedbackteslumForm.feedbackteslumForm .form-body {padding-right: 430px;padding-left: 50px;}
	form#feedbackteslumForm.feedbackteslumForm .page-header {font-size: 36px;}
	.topmenu_teslum .menu_horz_multi>li {font-size: 18px;}
	.hdr_contact.hdr_contact_teslum .hdr_phone {font-size: 24px;}
	.hdr_contact.hdr_contact_teslum .hdr_mail {font-size: 20px;}}
.page-header span a {text-decoration: none;color: #464646;}
form#feedbackteslumForm.feedbackteslumForm {width: 100%;position: relative;}
form#feedbackteslumForm.feedbackteslumForm .form-body {position: relative;z-index: 5;}
form#feedbackteslumForm.feedbackteslumForm, #fbtf_custom_message {background: url("/artmebius/img/teslum_form_bg.jpg") no-repeat right bottom #fff;border: 1px solid #000;box-shadow: none;margin-top: -45px;margin-bottom: 25px;overflow: hidden;font-family: "Open Sans",sans-serif;}
form#feedbackteslumForm.feedbackteslumForm .fb_teslum_form select, form#feedbackteslumForm.feedbackteslumForm .fb_teslum_form textarea, form#feedbackteslumForm.feedbackteslumForm .fb_teslum_form input[type="text"] {width: 100%;padding-top: 0;padding-bottom: 0;border: 1px solid #e1dfdf;border-radius: 5px;background-color: #fff;height: 45px;line-height: 45px;overflow: hidden;}
form#feedbackteslumForm.feedbackteslumForm .page-header {font-weight: 800;margin-bottom: 15px;}
form#feedbackteslumForm.feedbackteslumForm .description {font-weight: 500;font-size: 14px;}
form#feedbackteslumForm.feedbackteslumForm button.btn.btn-submit {border: 1px solid #000;border-radius: 5px;background: #464646;height: 44px;line-height: 44px;width: 100%;padding-top: 0;padding-bottom: 0;color: #fff;font-size: 14px;text-transform: uppercase;}
form#feedbackteslumForm.feedbackteslumForm button.btn.btn-submit:hover {background: transparent;color: #464646;}
form#feedbackteslumForm.feedbackteslumForm .fbt_accept {text-align: left;}
.col-fbt-accept {height: 45px;display: flex;align-items: center;}
.fa-telegram:before {content: "";}
.comment-info-after {font-weight: 700;}
.mdl_feedback_teslum select, .mdl_feedback_teslum input[type="text"] {padding: 15px;}
.brands_page .items_block {border: 1px solid #000;min-height: 162px;}
.brands_page .items_info {position: absolute;top: 45%;left: 0;right: 0;}
.ftr_soc .ftr_fix_link, .hdr_soc .ftr_fix_link {font-size: 22px;text-decoration: none;}
.ftr_soc .fix_elem, .hdr_soc .fix_elem {display: inline-block;margin-right: 5px;}
.hdr_soc {display: inline-block;margin-left: 10px;}
@media (min-width: 1024px) and (max-width: 1279px) {.slider_main .slide_bg {height: 240px;}}
.teslum_box .tiles_row.row.teslum-grid {display: flex;flex-flow: row wrap;}
.teslum_box .teslum-grid .items_block {height: 100%;}
.page-header-sps {margin-top: 50px;}
.red-star {font-style: italic;}
.red-star span {color: red;}
.xochu-box {margin-top: 50px;}
.xochu-takze {padding: 30px;border-radius: 15px;border: 1px solid #000;overflow: hidden;background: rgba(0,0,0,.01);}
.nashi-rabotyi-reviews {margin-top: 25px;margin-bottom: 25px;}
.nashi-rabotyi-reviews .add-review span {display: block;}
.catalog_main.dejstvuyushhie-ses .tiles_row.row {display: flex;flex-flow: row wrap;}
.catalog_main.dejstvuyushhie-ses .items_block {height: 100%;}
.catalog_main.dejstvuyushhie-ses .items_block a {background: rgba(0,0,0,.01);border-radius: 15px;border: 1px solid #000;overflow: hidden;text-align: center;height: 100%;padding: 15px;position: relative;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.catalog_main.dejstvuyushhie-ses .items_block a:before {content: "";filter: blur(10px);position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0,0,0,.5);-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.catalog_main.dejstvuyushhie-ses .items_block a:after {content: "Посмотреть";position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);padding: 5px 15px;border-radius: 5px;background: #fff;color: #464646;text-transform: uppercase;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.catalog_main.dejstvuyushhie-ses .items_block a:hover:before, .catalog_main.dejstvuyushhie-ses .items_block a:hover:after {opacity: 0;}
.catalog_main.dejstvuyushhie-ses .items_block a {display: block;text-decoration: none;}
.catalog_main.dejstvuyushhie-ses a img {display: block;margin: 0 auto 5px;}
a.btn-slide.btn-main {display: block;}
.teslum-gallery {margin-top: 50px;}
.teslum-gallery .items_wrap a {display: flex;justify-content: center;align-items: center;}
.teslum-gallery .items_wrap img {border: 1px solid #000;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,.3);}
.xochu-box {background-color: #eeefef;padding: 30px;border-radius: 15px;border: 1px solid transparent;box-shadow: 0 0 20px rgba(0,0,0,.4);}
@media (max-width: 1279px) {.xochu-box {margin-bottom: 35px;}}
.sert-teslum {margin-bottom: 75px;}
.sert-page .gallery_items .items_prvw img {object-fit: contain;height: auto;}
.teslum-gallery.items_list {margin-top: 0;}
.modal-body form#feedbackteslumForm {background-color: transparent;padding: 0;border-radius: 0;border: none;box-shadow: none;}
.modal-body form#feedbackteslumForm select {width: 100%;}
.sert-page .gallery_items .row {display: flex;flex-flow: row wrap;}
@media (min-width: 768px) {.go2top {display: none;position: fixed;z-index: 99;bottom: 48px;right: 14px;border-radius: 2px;width: 40px;height: 40px;line-height: 40px;text-align: center;text-decoration: none;font-size: 19px;color: #fff;background: #c70000;transition: background .2s ease-out;-webkit-transform: translatez(0);-moz-transform: translatez(0);-ms-transform: translatez(0);-o-transform: translatez(0);transform: translatez(0);}
	.go2top:hover {text-decoration: none;color: #fff;background: #000;}}
.compare_block {margin-bottom: 11px;}
.compare_product {position: absolute;right: 4px;top: 9px;z-index: 2;}
.compare_product .items_add {background: #ccc900;display: block;border-radius: 100%;border: 1px solid #000;}
.compare_product .items_add.active {background: #c70000;}
.compare_product .compare_icon {cursor: pointer;transition: color .2s ease-out;background: #464646;-webkit-mask-image: url("/artmebius/img/compare.svg");mask-image: url("/artmebius/img/compare.svg");width: 40px;height: 40px;display: block;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-position: center;mask-position: center;}
.compare_product .compare_icon.compare_active {background: #fff;}
#hdr_bottom a {display: block;}
#hdr_bottom a .compare_icon {cursor: pointer;transition: color .2s ease-out;background: #464646;-webkit-mask-image: url("/artmebius/img/compare.svg");mask-image: url("/artmebius/img/compare.svg");width: 47px;height: 47px;display: inline-block;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-position: center;mask-position: center;-webkit-mask-size: contain;mask-size: contain;}
.compare_head {display: flex;align-items: center;justify-content: end;}
.compare_head .compare_count {position: absolute;top: 0;right: 0;width: 24px;height: 24px;border-radius: 50%;color: #fff;display: flex;background: #fb1f1f;align-items: center;justify-content: center;font-size: 12px;}
.feedbackteslum {background: red;border-radius: 10px;overflow: hidden;display: inline-block;}
.feedbackteslum_block .page-header {padding: 13px 0;font-size: 28px;font-weight: 700;border: 0;text-transform: uppercase;color: #fff;background: url("/artmebius/img/button-carbon.jpg") no-repeat center center #464646;background-size: cover;}
.feedbackteslum_block .description {font-size: 18px;padding: 0 28px;}
.feedbackteslum_button {display: flex;align-items: center;justify-content: center;margin: 27px 0;}
.feedbackteslum_button_row {background: transparent;color: #464646;padding: 10px 10px 10px 20px;border-radius: 29px;font-size: 18px;font-weight: 700;transition: all .2s ease-out;border: 1px solid #000;}
.feedbackteslum_button_row:hover {background: #c70000;cursor: pointer;color: #fff;}
.feedbackteslum_button_row .icon {font-size: 15px !important;border: 1px solid #000;padding: 8px 10px;border-radius: 100%;background: #464646;color: #fff;}
.feedbackteslum_button_row:hover .icon {border-color: #fff;background: #fff;color: #464646;}
.mdl_feedback_teslum .flex-header-form {align-items: center;}
.gallery_full_imgs {margin-bottom: 30px;}
.tar {text-align: right;}
.neighbors {margin-bottom: 10px;}
.neighbors .prev_page .icon {margin-right: 10px;}
.neighbors .next_page .icon {margin-left: 10px;}
form#feedbackteslumStepForm .page-header {border: 0;font-size: 16px;font-weight: 700;display: flex;align-items: center;padding-bottom: 7px;margin-top: 2rem;border-bottom: 1px solid #000;}
form#feedbackteslumStepForm .section-header {font-size: 22px;font-weight: 700;}
form#feedbackteslumStepForm .control-input .row label {display: inline-block;border: 1px solid #ccc;width: 100%;padding: 11px;margin: 3px 0;border-radius: 3px;}
form#feedbackteslumStepForm .control-input .row label input[type='radio'] {position: relative;height: 13px;width: 13px;-webkit-appearance: none;-moz-appearance: none;appearance: none;outline: none;margin-right: 8px;margin-top: 4px;}
form#feedbackteslumStepForm .control-input .row label input[type='radio']::before {content: "";position: absolute;top: 50%;left: 50%;width: 13px;height: 13px;border-radius: 50%;transform: translate(-50%,-50%);background-color: #e8e8e8;border: 1px solid #ccc;}
form#feedbackteslumStepForm .control-input .row label input[type='radio']:checked::before {border-color: #464646;background-color: #fff;}
form#feedbackteslumStepForm .control-input .row label input[type='radio']:checked::after {content: "";position: absolute;top: 50%;left: 50%;width: 6px;height: 6px;border-radius: 50%;background-color: #464646;transform: translate(-50%,-50%);visibility: visible;}
form#feedbackteslumStepForm .page-header .icon_form {max-width: 68px;line-height: 100%;width: 22px;height: 22px;display: block;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-size: contain;mask-size: contain;-webkit-mask-position: center;mask-position: center;transition: all .2s ease-out;margin-right: 8px;}
form#feedbackteslumStepForm .page-header .icon_form.icon_list {background: #464646;-webkit-mask-image: url("/artmebius/img/list.svg");mask-image: url("/artmebius/img/list.svg");}
form#feedbackteslumStepForm .page-header .icon_form.icon_item {-webkit-mask-image: url("/artmebius/img/item.svg");mask-image: url("/artmebius/img/item.svg");background: #fff;}
form#feedbackteslumStepForm .step_2 .page-header {display: inline-flex;background: #464646;color: #fff;padding: 7px 9px;border-radius: 3px;}
form#feedbackteslumStepForm .step_2 .page-header span {padding-bottom: 0;}
form#feedbackteslumStepForm .step_2 .page-header span:after {content: none;}
.step_block .step_contacts_row {width: 50%;margin-top: 15px;}
.steps_row {margin: 44px 0;flex-wrap: wrap;}
@media (min-width: 1280px) {.modal-xl {width: 1100px;}}
@media (min-width: 1024px) and (max-width: 1279px) {.modal-lg {width: 600px;}}
.step_block {display: none;}
.step_block.step_1 {display: block;}
.step_block .step_flex {display: flex;}
.step_block .step_flex .step_preview {flex: 1 1 100%;max-width: 333px;display: none;}
.step_block .step_flex .step_control {flex-basis: 0;flex-grow: 1;max-width: 100%;padding: 0 3rem;}
.step_block .step_flex .step_control .h100 {height: 100%;}
.step_block .step_flex .step_control .control-label {margin-bottom: 10px;}
#feedback_teslum_steps .modal-dialog .modal-content .modal-body {background: #fff;padding: 0;}
#feedback_teslum_steps .to_step_back .icon_back {max-width: 68px;line-height: 100%;background: #e8e8e8;width: 40px;height: 40px;display: block;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-size: contain;mask-size: contain;-webkit-mask-position: center;mask-position: center;transition: all .2s ease-out;-webkit-mask-image: url("/artmebius/img/arrow2.svg");mask-image: url("/artmebius/img/arrow2.svg");margin-right: 8px;cursor: pointer;}
#feedback_teslum_steps .to_step_next {border-width: 3px;display: flex;justify-content: center;align-items: center;min-height: 40px;padding: 5px 30px;}
#feedbackteslumStepForm {position: relative;}
#feedbackteslumStepForm .steps_row .etapier_button {flex: 1 1 100%;max-width: 200px;}
#feedbackteslumStepForm .steps_row .error_step {flex: 1 1 100%;background: #c40101;padding: 5px 14px;color: #fff;margin-top: 14px;border-radius: 5px;}
#feedback_teslum_steps .custom_success_message {padding: 14px 15px;}
.row-flex {display: flex !important;}
.flex-colmn {flex-direction: column;}
.justify-content-end {justify-content: flex-end;}
.flex-wrpa {flex-wrap: wrap;}
.justify-content-between {justify-content: space-between;}
.step_block .step_flex .step_control .other_message {border: 0;box-shadow: none;padding: 0;width: 100%;}
.step_block .step_flex .step_control .page-header span:after {content: none;}
ol.etapier {display: inline-flex;list-style-type: none;width: 100%;padding-left: 0;flex: 1;}
ol.etapier li {position: relative;color: #464646;text-align: center;border-bottom: 6px solid #e8e8e8;flex: 1;}
ol.etapier li:before {position: absolute;bottom: -13px;right: -2px;margin-left: -7.5px;color: #fff;height: 22px;width: 22px;z-index: 1;line-height: 22px;border-radius: 22px;content: "";}
ol.etapier li.done {color: #464646;border-color: #464646;}
ol.etapier li.done:before {background-color: #464646;display: inline-block;}
ol.etapier li.todo:before {background-color: #e8e8e8;}
@media (min-width: 1280px) {header .mdl_phones a + a {margin-left: 15px;}
	header .hdr_soc {position: absolute;z-index: 9;top: 4px;right: -55px;display: flex;align-items: center;}
	.step_block .step_flex .step_preview {display: block;}
	.step_block .step_flex .step_control {padding: 0 4rem 0 3rem;}
	ol.etapier {padding-right: 65px;}
	.step_block .step_flex .step_control .h100 {margin-top: 0 !important;}}
@media (min-width: 1024px) and (max-width: 1279px) {.mdl_search .sf_submit {padding: 0 20px;}
	header .mdl_phones a + a {margin-left: 15px;}
	header .hdr_soc {position: absolute;z-index: 9;top: 4px;right: -55px;display: flex;align-items: center;}}
@media (min-width:768px) and (max-width:1023px) {header .mdl_phones a + a {margin-left: 15px;}
	header .hdr_soc {position: absolute;z-index: 9;top: 4px;right: -55px;display: flex;align-items: center;}
	.compare_head {margin: 5px 0;}
	.compare_head .compare_count {top: -3px;}
	#hdr_bottom a .compare_icon {width: 33px;height: 28px;}
	.mdl_cart {margin: 13px 0;}
	.mdl_cart .cart_info {width: 46px;height: 41px;background-size: contain;}}
@media (max-width:767px) {.step_block .step_contacts_row {width: 100%;}
	ol.etapier {margin-bottom: 0;}
	.step_block .step_flex .step_control {padding: 0 1rem;}
	ol.etapier li:before {content: none;}
	ol.etapier li.todo {display: none;}
	ol.etapier li {display: flex;border-bottom: 0;flex-direction: column;align-items: flex-start;justify-content: center;}
	#hdr_bottom a .compare_icon {width: 29px;height: 42px;}
	#hdr_bottom .mdl_social, #hdr_bottom a.link-sun {margin-top: 0;}}
.slick-list span.items_prvw.items_block {display: block;}
.slick-list span.items_prvw.items_block img {display: block;margin-right: auto;margin-left: auto;}
@media (max-width:600px) {body.nn .modal-body .hdr_mob_phone .hidden {display: block !important;visibility: visible !important;}
	footer .d-none {display: none;}
	.hdr_mob_phone {text-align: center;font-weight: bold;margin-bottom: 15px;}
	.hdr_mob_phone a {display: block;text-decoration: none;font-size: 22px;width: 100%;text-align: center;}
	.hdr_mob_phone a span {display: flex;align-items: center;justify-content: center;}
	.hdr_fix_elem {display: flex;align-items: center;justify-content: space-around;}
	.hdr_fix_elem a {display: block;}
	.hdr_fix_elem img {width: 50px;}
	.modal-sm {max-width: 300px;margin-right: auto;margin-left: auto;}
	div.contact_info_mobile {display: inline-flex;cursor: pointer;position: absolute;top: 20px;right: 60px;font-size: 28px;align-items: center;justify-content: center;}
	.header_fix div.logo a {display: inline-block;}
	.topmenu ul.menu {position: fixed;top: 90px;right: 0;bottom: 0;left: 0;background: #fff;box-shadow: 0 0 5px rgba(0,0,0,.3);padding: 0;width: 100%;overflow: auto;margin: 0;}
	#recaptcha_badge > div {bottom: 0 !important;opacity: 0;}
	#recaptcha_badge > div:hover {opacity: 1;}
	header #hdr_bottom {padding-top: 113px;}
	#hdr_bottom .ss-box {align-items: stretch;}
	#hdr_bottom a.link-sun {margin-right: 10px;line-height: 19px;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}}
#recaptcha_badge > div {z-index: 1;}
ul.artmebius-city-list {margin: 0;padding: 0;list-style: none;column-gap: 10px;column-count: 2;}
ul.artmebius-city-list li {flex: 0 0 48%;margin-bottom: 5px;}
ul.artmebius-city-list li a, ul.artmebius-city-list li button {text-decoration: none;color: #222;padding: 5px 0;transition: all .3s ease;border: none;line-height: 1;display: inline-block;}
ul.artmebius-city-list li button {color: #444;}
ul.artmebius-city-list li a:hover, ul.artmebius-city-list li button:hover {color: #c70000;}
ul.artmebius-city-list li i {color: #cbcbcb;margin-right: 3px;font-size: 12px;}
.opisanie-uslug-okazyivaemyix-kompaniej-teslum span.items_title {display: block;font-weight: bold;margin-top: 10px;line-height: 120%;font-size: 15px;}
body{overflow-x:hidden}.header_fix .logo img{padding:5px 9px}.hdr_top .logo img{margin-left:5%}div.id-ancor-items{display:inline-block;margin-right:3px;white-space:nowrap;margin-top:12px}div.id-ancor-items a,div.id-ancor-items span{background:#fff;border:2px solid #000;color:#333;border-radius:30px;padding:6px 25px 7px;text-align:center;text-decoration:none;display:block;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.flex_mob_ctg{margin-bottom:20px}.ctgs_id_ancor_title{display:none}.ss-box .mdl_social a{margin:0 5px}.feedbackteslum_button_row{background:#fff;border:2px solid #c70000}a.feedbackteslum_button_row,.feedbackteslum_button_row a{text-decoration:none}.feedbackteslum_button_row:hover a{color:#fff}@media (max-width:480px){.topmenu .mdl_phones a.visible{display:none}}@media (max-width:767px){.topmenu .mdl_phones br{display:none}.topmenu .mdl_phones a.visible{margin-left:15px}.mask-group div.container{top:30px;bottom:auto}div.mask-group img.mask-group-img{object-position:right bottom;margin-top:auto;display:none}div.mask-group{min-height:1200px;display:flex;background:#fff}div.mask-group.bcg{background:url("/artmebius/img/mask-group-mobile.jpg") repeat-y right top #bed4eb}div.mask-group.bcg img.mask-group-img{display:block}div.solar-station-box{background:#000}div.advantage-proschet-box{background:#fff}.feedbackteslum_button_row{background:#c70000;color:#fff;overflow:hidden;position:relative}.feedbackteslum_button_row:after{content:"";position:absolute;display:block;width:120%;height:120%;left:-120%;top:-120%;transform:rotate(-45deg);background-image:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.5) 50%,rgba(255,255,255,0));background-repeat:no-repeat;transition:all .8s;-webkit-animation:animBtn 2s infinite linear;animation:animBtn 2s infinite linear}@keyframes animBtn{0%{left:-120%;top:-120%}50%,100%{left:120%;top:120%}}.feedbackteslum_button_row .icon{border-color:#fff;background:#fff;color:#464646}}.red{color:#c70000}.dotted{border-bottom:1px dotted #c70000}.teslum-grid .items_block a.link_img{margin-bottom:0}.gallery_page .tiles_col .items_block a,.teslum_box .teslum-grid .items_block a{text-decoration:none}.gallery_page .tiles_col .items_block a .items_title,.teslum_box .teslum-grid .items_block .items_title{margin-top:5px;text-decoration:none;color:#fff;background:url("/artmebius/img/button-carbon.jpg") no-repeat center center #464646;background-size:cover;text-align:center;padding-right:15px;padding-left:15px;height:70px;display:flex;align-items:center;justify-content:center;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.gallery_page .tiles_col .items_block a .items_title:hover,.teslum_box .teslum-grid .items_block .items_title:hover{border-radius:15px}.teslum-grid .items_block{background:#d4d4d4}.feedbackteslum{background:#fff;border:1px solid #000}.teslum-grid .items_block{border-radius:0}.sps_products .items_block .items_title{padding:0 5px}@media (max-width:767px){.feedbackteslum{display:block;max-width:360px;margin:0 auto}}.contact_branches{border-bottom:1px dashed #ddd}.contact_branches__item{border-top:1px dashed #ddd;padding:10px 0;display:flex}.contact_branches__main{border-right:1px dashed #ddd;flex:0 0 25%;padding:15px}.contact_branches__caption{font-weight:700;margin-bottom:5px}.contact_branches__jsmap,.contact_branches__rekvizity{display:block;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.contact_branches__jsmap:hover,.contact_branches__rekvizity:hover{text-decoration:none;color:#c70000}.contact_branches__address{flex:0 0 50%;padding:3px 15px}.contact_branches__info{flex-grow:1;flex:0 0 25%;padding:6px 15px;border-left:1px dashed #ddd}.contact_branches__field-caption{font-weight:700}.contact_branches__field{padding-left:25px;position:relative;margin:8px 0}.contact_branches__field i{color:#c00;font-size:15px;position:absolute;top:3px;left:0}@media (max-width:600px){.contact_branches .contact_branches__item{flex-direction:column;border:0}.contact_branches__item .contact_branches__caption{font-weight:600;border-right:0;border-bottom:1px dashed #000;flex:0 0 100%;padding:0 15px 15px}.contact_branches__item .contact_branches__address{flex:0 0 100%;padding:15px}.contact_branches__info{flex:0 0 100%;padding:15px 15px 0;border-top:1px dashed #000;border-left:0}}@media (max-width:360px){.header_fix div.logo img{width:150px;object-fit:contain;height:65px}}@media (min-width:768px){.mdl_leftmenu ul.menu.menu_vert.menu_services li.parent:hover>ul,.mdl_leftmenu ul.menu.menu_vert.menu_services li.parent>a:before{display:none}.topmenu_teslum li.menu_item.first a{padding-left:0}}.mdl-title{font-weight:700;font-size:18px;margin-bottom:15px}.mdl_phones_mobile{font-weight:700;font-size:21px;text-align:center;padding:0 0 20px}.mdl_phones_mobile a{text-decoration:none;color:#000}.mdl_products .items_prop{padding:0 6px 0;font-size:11px;margin-bottom:5px}.mdl_products .items_prop .pp_row{display:flex;justify-content:space-between;position:relative}.mdl_products .items_prop .pp_row:after{content:"";position:absolute;left:0;right:0;bottom:3px;border-bottom:1px dotted #ccc}.mdl_products .items_prop .pp_row span{background:#fff;position:relative;z-index:1}.mdl_products .items_prop .pp_row .pp_name span{padding-right:2px}.mdl_products .items_prop .pp_row .pp_value span{padding-left:2px}.mdl_products .items_prop .pp_row .pp_value{text-align:right}footer a:hover,.mdl_footmenu ul.menu li:hover a,.mdl_footmenu ul.menu li .active a{text-decoration:underline;color:#fff}.mdl_brands.mdl img.items_img{object-fit:contain;width:100%;height:80px}.row-flex{display:flex;flex-flow:row wrap}.mdl_products .tiles_col{margin-bottom:40px}.mdl_products .items_block{height:100%;display:flex;flex-direction:column;margin-bottom:10px}.mdl_products .items_block .items_info{display:flex;flex-direction:column;height:100%}.mdl_products .items_block .items_info .items_link{height:100%}.mdl_products .items_block .items_info .items_link .items_title{margin-bottom:10px;font-weight:700}.mdl_products .items_block .items_info .items_prop{height:100%}.mdl_products .items_block .items_price{font-weight:700}.hdr_top_teslum_white{background:#fff}.hdr_top_teslum_white .hdr_top_teslum .logo img{width:100%}.hdr_top_teslum_white .mdl_cities{padding:0}.hdr_top_teslum_white .hdr_contact.hdr_contact_teslum .hdr_phone{font-size:16px}.hdr_top_teslum_white .hdr_contact.hdr_contact_teslum .hdr_adress{font-size:14px;font-weight:400}.calculator_slogan span{display:block}header.hdr_teslum.hdr_teslum_calculator{background:url("/artmebius/img/calc-bg.jpg") no-repeat center center;padding-bottom:50px;background-size:cover}header.hdr_teslum.hdr_teslum_calculator:before{display:none}.teslum-calc-text{color:#fff;font-weight:500;font-size:20px;text-transform:uppercase}.flex-header-form-calc .teslum-page-header{color:#fff;margin-top:30px;line-height:100%}.flex-header-form.flex-header-form-calc{display:flex;flex-flow:row wrap;margin-top:30px}.flex-header-form-calc .teslum-description{background:0 0;font-weight:500;font-size:20px;line-height:140%;padding:0}.flex-header-form-calc .teslum-description span{display:block}.flex-header-form-calc .teslum-description:before{display:none}.flex-header-form-calc .feedbackteslum_button{display:block;margin-bottom:50px}.flex-header-form-calc .feedbackteslum_button .feedbackteslum_button_row{background:0 0;padding:0;border:0}.flex-header-form-calc .feedbackteslum_button .feedbackteslum_button_row a{background:#ffd645;border:0;line-height:60px;color:#333;display:inline-block;padding:0 30px;border-radius:30px}.calc_btn .row{display:flex;align-items:center;justify-content:space-between;flex-direction:column;margin:0}.calc_btn .row:before,.calc_btn .row:after{display:none}.calc_btn .row .left{background:#fff;border-radius:10px;display:flex;align-items:center;padding:25px 12.5px;font-weight:500}.calc_btn .row .left img{margin-right:15px}.calc_btn p{margin:0;line-height:120%;text-align:left}.calc_btn p span{display:block}.calc_btn .row .left>*{display:flex;align-items:center}.calc_btn .row .right{display:flex;align-items:center;font-weight:700;font-size:24px;line-height:113%;letter-spacing:-.01em;text-transform:uppercase;color:#232323;background:#fff;border-radius:10px;position:relative;padding:25px 25px 25px 180px;width:100%}.calc_btn .row .right img{border:5px solid #ffd645;border-radius:50%;padding:15px;margin-right:25px;position:absolute;top:50%;left:-15px;transform:translateY(-50%);background:#fff}@media (max-width:767px){header.hdr_teslum_calculator .header_fix{padding:25px 0 0}header.hdr_teslum_calculator .header_fix div.logo{position:relative;top:-10px;left:10px}header.hdr_teslum_calculator .mdl_feedback_teslum{margin-top:70px}div.hdr_top_teslum_white{display:none}header.hdr_teslum.hdr_teslum_calculator{background-size:contain;margin-bottom:30px}}.flex-header-form-calc .feedbackteslum_button .feedbackteslum_button_row:after{display:none}@media (max-width:767px){.flex-header-form-calc div.teslum-description{display:block}.flex-header-form-calc div.teslum-description span{display:inline-block}}@media (max-width:1023px){.flex-header-form-calc .teslum-page-header span{display:block}div.teslum-calc-text{margin-top:15px;font-size:20px}.flex-header-form-calc div.feedbackteslum_button{margin-top:15px;margin-bottom:15px}header.hdr_teslum.hdr_teslum_calculator{text-align:center}.flex-header-form-calc div.teslum-page-header{color:#fff;margin-top:15px;margin-bottom:15px;font-size:28px}.flex-header-form-calc div.teslum-page-header span{font-size:28px}.calc_btn .row{flex-direction:column;margin:0;width:100%}.calc_btn.container{width:100%;max-width:480px}.calc_btn .row .left{margin-top:50px}.calc_btn .row .right{font-size:18px;padding:15px 25px 15px 120px}.calc_btn .row div.left{padding:15px;font-weight:400}.calc_btn .row .right img{width:115px;height:115px}}@media (min-width:768px) and (max-width:1279px){div.calculator_slogan{display:none}}@media (max-width:767px){header.hdr_teslum_calculator .header_fix.header_fix_calc{padding:15px 0}header.hdr_teslum_calculator .header_fix.header_fix_calc div.logo{top:0}.header_fix_calc{display:flex !important;align-items:center;justify-content:space-between}.header_fix_calc .mdl_cities{display:none}.header_fix_calc .topmenu{background:0 0}.header_fix_calc .mdl_phone{display:flex;flex-direction:column;margin-right:10px}.header_fix.header_fix_calc .mdl_phone a{color:#000;margin-left:0;line-height:120%;font-size:18px;font-weight:700;text-align:right}.header_fix.header_fix_calc div.logo img{height:100%}.hdr_teslum.hdr_teslum_calculator .flex-header-form-calc div.teslum-page-header{line-height:120%}.hdr_teslum.hdr_teslum_calculator .flex-header-form-calc div.teslum-page-header span{display:inline-block}header.hdr_teslum.hdr_teslum_calculator{background:url("/artmebius/img/calc-bg.jpg") no-repeat center center;background-size:cover}header.hdr_teslum.hdr_teslum_calculator .mdl_feedback_teslum .container{max-width:480px}[class*=client_object_item_] .client_info,[class*=client_object_item_] .client_img{padding-right:inherit !important;padding-left:inherit !important}[class*=client_object_item_] .client_row{margin-right:inherit !important;margin-left:inherit !important}}@media (max-width:480px){.marquiz-widget__container{bottom:65px !important}}.ggl_rev .title{font-weight:700;margin-bottom:5px}.ggl_rev{padding:15px;font-style:16px}.google_review{padding-top:60px}.filial-map{margin:0 0 25px}.filial-map.no-margin{margin:0}.filial-map iframe{border-radius:30px}.filial-map.no-margin iframe{border-radius:0}.left-box .calc_btn .row{display:block;margin:0}.left-box .left [class*=r-]{flex:0 0 33%;max-width:33%;padding-right:12.5px;padding-left:12.5px}.calc-slider{width:100%;max-width:490px}.calc-slider .slide_items{border-radius:20px;position:relative;display:block;overflow:hidden}.calc-slider .slide_desc{background:#fff;border-radius:15px;padding:15px;position:absolute;right:15px;bottom:15px}.calc-slider .slide_desc strong{display:block}.calc-slider{width:100%;display:flex;margin-left:auto}.calc-slider .slick-dots{bottom:-20px;margin:0}.calc-slider .slick-dots li{margin-right:5px;margin-left:5px}.calc-slider .slick-dots li,.calc-slider .slick-dots li button{width:10px;height:10px}.calc-slider .slick-dots li button{background:#878484;color:#878484}.calc-slider .slick-dots li.slick-active button{background:#fff;color:#fff}@media (max-width:479.98px){.topmenu .mdl_phone span{display:none}.topmenu .mdl_phone a{width:25px;height:25px;background:url("/artmebius/img/phone-solid.png") no-repeat 0 0;background-size:contain}}@media (max-width:1023.98px){.calc_btn .row .left img{flex:0 0 41px;max-width:41px;height:41px;object-fit:contain;object-position:50% 50%}.calc-slider .slide_items{height:300px;margin-right:auto;margin-left:auto}.mdl_feedback_teslum>.container{width:100%;max-width:480px}.left-box .calc_btn{display:none}.left-box.height-box{height:auto !important;margin-bottom:15px}.calc-slider{margin-bottom:50px}.calc_btn .left [class*=r-]+[class*=r-]{margin-top:10px}}@media (min-width:1024px){.hdr_online_raschet .teslum-page-header{font-size:50px;line-height:120%}.hdr_online_raschet .teslum-page-header span{display:block}.left-box .left [class*=r-] p{font-size:12px}.calc-slider .slide_items{height:320px}.calc-slider{justify-content:flex-end}.flex-header-form-calc .teslum-page-header{font-size:36px}}@media (min-width:1280px){.hdr_online_raschet .teslum-page-header{font-size:56px}.flex-header-form-calc .teslum-page-header{font-size:40px}}@media (min-width:1536px){.left-box .left [class*=r-] p{font-size:14px}.calc-slider .slide_items{height:365px}.flex-header-form-calc .teslum-page-header{font-size:50px}}.applying_block_item{text-align:center}.page_online_proschet header{background:#fff;border-bottom:1px solid #d9d9d9;padding:0}.page_online_proschet header.hdr_teslum:before{content:"";display:none}.mdl_cities_slogan{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width:768px) and (max-width:1023px){.page_online_proschet .hdr_contact.hdr_contact_teslum{position:absolute;top:-15px;right:0;bottom:auto;z-index:7}}@media (min-width:1280px){.first-screen .icdesc{font-size:15px}div.mdl_online_proschet{padding:40px;margin-top:40px}.mask-group .page-header{padding-right:200px}.mask-group div.desc{margin-bottom:70px}div.first-screen{margin-right:300px;padding:40px}}@media (min-width:768px){.mask-group,.mask-group img.mask-group-img{min-height:950px}body.page_online_proschet .mask-group .page-header{text-align:left}}.type-span{display:flex;align-items:center;justify-content:center}@media (max-width:1023.98px){.sone_station_block div.item_title{font-size:20px}.page_online_proschet div.hdr_phone>span{display:none}div.type-box{margin-top:30px}}@media (min-width:1024px){.mask-group,.mask-group img.mask-group-img{min-height:700px}}@media (min-width:1280px){.mask-group .container{padding-left:230px}.mask-group,.mask-group img.mask-group-img{min-height:870px;object-position:right}}@media (max-width:767.98px){.mask-group,.mask-group img.mask-group-img{min-height:720px}.mask-group .container{max-width:480px}.mask-group div.desc{text-align:center;font-size:16px;margin-bottom:0;line-height:120%}.mdl_online_proschet div.title{font-size:18px;margin-bottom:15px;text-align:center;line-height:120%}button.btn-type,.mdl_online_proschet button.btn{height:40px;line-height:40px}.mask-group div.desc span{display:inline}body.page_online_proschet #sect_wrap .page-header{font-size:24px !important;line-height:120% !important}div.first-screen{display:none}div.mdl_online_proschet input[type=text]{height:40px;line-height:40px}.page_online_proschet header .logo{order:1}.page_online_proschet header #hdr_top.hdr_top_teslum .hdr_contact{order:2;position:initial;display:block}.page_online_proschet header .topmenu_teslum{order:3}.page_online_proschet .topmenu.no-mobile-top-menu ul.menu{background:#f0f0f0;position:absolute;display:none;top:calc(100% + 15px);bottom:auto;padding:15px 0;margin-top:0}.page_online_proschet header.hdr_teslum #hdr_top.hdr_top_teslum{height:auto;padding:15px 0}.page_online_proschet #hdr_top.hdr_top_teslum .topmenu a{line-height:37px}.page_online_proschet .hdr_contact_teslum .hdr_phone{display:block}.page_online_proschet .topmenu .menu_switcher a{position:inherit}.page_online_proschet #hdr_top.hdr_top_teslum>.d-flex{position:relative}}.mask-group{position:relative;border-bottom:1px solid #000;color:#1c1c1c}.mask-group img.mask-group-img{object-fit:cover;height:100%}.mask-group .container{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end}.mask-group .page-header{font-family:"Inter",sans-serif;text-transform:uppercase;line-height:58px;font-weight:700;font-size:43px;color:#1c1c1c;border:0;margin:0}.mask-group .page-header span:after{display:none}.first-screen{background:#fff;padding:30px}.first-screen .row{color:#000}.first-screen [class*=col-]{display:flex;align-items:center}.first-screen img{flex:0 0 50px;max-width:50px;margin-right:15px}.first-screen .icdesc{display:flex;flex-direction:column}.mask-group .desc{font-size:18px;margin-top:30px;margin-top:30px;line-height:30px;margin-bottom:50px;font-family:"Inter",sans-serif}.mask-group .desc span{display:block}.mdl_online_proschet{padding:30px;background:#fff;margin-top:30px;box-shadow:14px 24px 144px 0px rgba(139,183,213,.3)}.mdl_online_proschet .title{font-size:22px;margin-bottom:25px;font-weight:700;font-family:"Inter",sans-serif}@font-face{font-family:"GothaProBla";src:url("/artmebius/fonts/GothaProBla.woff"),url("/artmebius/fonts/GothaProBla.woff2");font-display:swap}@font-face{font-family:"GothaProBol";src:url("/artmebius/fonts/GothaProBol.woff"),url("/artmebius/fonts/GothaProBol.woff2");font-display:swap}@font-face{font-family:"GothaProReg";src:url("/artmebius/fonts/GothaProReg.woff"),url("/artmebius/fonts/GothaProReg.woff2");font-display:swap}@font-face{font-family:"als_rublregular";src:url("/artmebius/fonts/rouble-webfont.woff2") format("woff2"),url("/artmebius/fonts/rouble-webfont.woff") format("woff");font-weight:400;font-style:normal}.font-bold{font-family:"GothaProBol"}.font-reg{font-family:"GothaProReg"}.font-bla{font-family:"GothaProBla"}.font-rub{font-family:"als_rublregular";font-weight:400;text-transform:none}.btn-type,.mdl_online_proschet .btn{width:100%;position:relative;font-size:17px;text-align:center;color:#fff;border:none;cursor:pointer;background-image:linear-gradient(90deg,#ed0787 0%,#fbb337 100%);box-shadow:0px -5px 0px 0px rgba(90,22,57,.2) inset;border-radius:8px;transition:all .3s ease;overflow:hidden;height:65px;line-height:65px;padding:0}.btn-type:hover,.mdl_online_proschet .btn:hover{background-image:linear-gradient(90deg,#f34576 0%,#ffc852 100%)}.btn-type:hover:before,.mdl_online_proschet .btn:hover:before{animation:false}.btn-type:before,.mdl_online_proschet .btn:before{content:"";position:absolute;top:0;height:100%;width:45px;transform:skewX(-45deg);left:-150%;background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,.87));animation:flareAnimation 2s infinite ease-in-out}@-moz-keyframes flareAnimation{0%{left:-150%}100%{left:150%}}@-webkit-keyframes flareAnimation{0%{left:-150%}100%{left:150%}}@-o-keyframes flareAnimation{0%{left:-150%}100%{left:150%}}@keyframes flareAnimation{0%{left:-150%}100%{left:150%}}.page_online_proschet{overflow-x:hidden}.mdl_online_proschet input[type=text]{width:100%;position:relative;font-family:"Inter",sans-serif;font-size:13px;font-style:italic;text-indent:45px;color:#fff;color:#000;border:none;background-color:#efefef;background-repeat:no-repeat;background-position:20px center;border-radius:8px;transition:all .3s ease;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;overflow:hidden;height:65px;line-height:65px;padding:0;display:block;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.mdl_online_proschet input.ico-phone{background-image:url("/artmebius/img/icon-p/4.png")}.mdl_online_proschet input.ico-mail{background-image:url("/artmebius/img/icon-p/5.png")}.mdl_online_proschet input.ico-name{background-image:url("/artmebius/img/icon-p/6.png")}.mdl_online_proschet .ico-accept input{margin-right:10px}.mdl_online_proschet .ico-accept{font-size:11px;font-family:Inter;font-weight:700;line-height:12px;color:#000;text-align:center}.page_online_proschet .hdr_contact.hdr_contact_teslum .hdr_phone{font-size:16px;font-weight:700}.page_online_proschet .hdr_phone>span{font-size:14px;font-weight:400;display:block}@media (min-width:1280px){div.advantage-proschet-box{padding-top:70px}.type-box .title span{display:block}.export-desc{padding-right:100px;padding-left:100px}.export-bg-box .container,.mask-group-ibp .container{width:1125px}.export-bg-box{padding-top:150px;padding-bottom:120px}}.export-bg-box{background:#000;padding-top:100px;padding-bottom:100px;color:#fff}.export-bg-box .page-header{font-family:"Inter",sans-serif;line-height:48px;font-weight:700;font-size:37px;color:#fff;border:0;margin:0 0 50px}.export-bg-box .page-header span{border:0;background:linear-gradient(0deg,#0060c8 0%,#56b5b8 100%);display:inline-block;padding:0 25px}.export-desc{color:#f1f1f1;text-align:center;font-size:20px;font-family:Inter;line-height:28px;margin-bottom:70px}.export-sl{font-size:33px;line-height:42px;margin-bottom:40px;font-family:Inter}.export-row .sone_station_block{background:#fff;color:#000;padding:30px}.sone_station_block .image{margin-bottom:20px}.sone_station_block .item_title{color:#000;font-size:26px;font-family:Inter;line-height:37px;margin-bottom:20px}.sone_station_block .item_desc{line-height:26px;font-family:Inter}.type-box{margin-top:100px;font-family:Inter}.type-box .title{font-size:37px;font-family:Inter;font-weight:700;line-height:48px;margin-bottom:50px}.type-box ul{display:flex;align-items:center;justify-content:space-between;margin:0 0 50px;padding:0;list-style:none;counter-reset:heading}.type-box li{text-align:center;position:relative;font-size:17px;display:flex;flex-direction:column}.type-box li:after{counter-increment:heading;content:counter(heading);width:30px;height:30px;border-radius:30px;background:#4097e1;display:flex;align-items:center;justify-content:center;position:absolute;top:125px;left:50%;transform:translateX(-50%)}.type-box img{display:block;margin-right:auto;margin-left:auto;margin-bottom:25px}.btn-type{max-width:485px;margin-right:auto;margin-left:auto;display:block;font-family:Inter}.page_online_proschet #ftr{border-radius:0}@media (max-width:479.98px){span.btn-type,.mdl_online_proschet .btn{font-size:12px;height:40px;line-height:40px}}@media (max-width:767.98px){.client_info{padding-bottom:30px}div.client-object-box{padding-top:30px}.slider-nav,.steps-nav{opacity:0;overflow:hidden;height:15px}.examples-container{max-width:480px;margin-right:auto;margin-left:auto}div.advantage-proschet-box{padding-bottom:0}.advantage-proschet-container{background:rgba(255,255,255,.7);border-radius:10px;padding:15px;box-shadow:0 0 15px rgba(0,0,0,.5)}.advantage-proschet-container .tiles_col:last-child{margin:0}div.export-bg-box{padding-top:30px;padding-bottom:30px}div.type-box li:after{top:85px}.type-box li+li{margin-top:30px}.export-container{max-width:360px;margin-right:auto;margin-left:auto}.export-bg-box .page-header{margin-bottom:20px}div.export-desc{font-size:16px;line-height:120%;margin-bottom:20px}div.export-sl{font-size:20px;line-height:120%;margin-bottom:20px}div.type-box .title{font-size:24px;line-height:120%}div.type-box ul{flex-direction:column}}@media (min-width:768px) and (max-width:1023.98px){li.type-li{flex:0 0 20%;max-width:20%}div.type-box li:after{top:85px}}@media (max-width:1023.98px){.type-box img{flex:0 0 100px;max-width:100px}.type-span{line-height:120%}}@media (min-width:1280px){.advantage-proschet-box div.desc{margin-bottom:70px}.advantage-proschet-container,.advantage-proschet-box .mdl_online_proschet{margin-right:250px}.advantage-proschet-box .tiles_col{margin-bottom:40px}}.advantage-proschet-box{background:url("/artmebius/img/advantage-proschet/adv-bg.jpg") no-repeat right center #fff;padding-top:40px;padding-bottom:40px;font-family:Inter}.advantage-proschet-box .page-header{color:#000;font-size:36px;margin-bottom:30px;font-family:Inter;line-height:48px;font-weight:700;border:0}.advantage-proschet-box .desc{color:#000;font-size:18px;line-height:28px;margin-bottom:40px}.advantage_proschet_block{padding-left:90px;position:relative}.advantage_proschet_block:before{content:"";position:absolute;top:0;left:0;width:70px;height:70px;background:url("/artmebius/img/advantage-proschet/adv-item.png") no-repeat center center}.advantage_proschet_block .item_title{color:#232323;font-size:18px;font-weight:700;line-height:30px;margin-bottom:10px}.examples-box{position:relative;background:url("/artmebius/img/examples/examples-bg.jpg") no-repeat center center;background-size:cover}.examples-inner{background:url("/artmebius/img/examples/examples-man.png") no-repeat left center;padding-top:70px;padding-bottom:70px}.examples-inner .container{min-height:600px}.examples-inner .page-header{font-size:36px;font-family:Inter;font-weight:700;line-height:48px;border:0}.examples-inner .page-header span:after{display:none}.examples-inner .page-header span,.steps-box .page-header span,.client-object-box .page-header span,.solar-station-box .page-header span{border:0;background:linear-gradient(0deg,#0060c8 0%,#56b5b8 100%);display:inline-block;padding:0 25px;color:#fff}.examples-inner .desc{color:#000;text-align:center;font-size:18px;font-family:Inter;line-height:28px;margin-bottom:50px}.examples-container [class*=col-]{margin-bottom:18px}.examples_name{font-family:Inter;background:linear-gradient(90deg,#0063cd 0%,#6dbbef 100%),#fff;color:#fff;text-align:center;font-size:20px;line-height:24px;padding:15px 35px}.examples_name_in{display:flex;align-items:center;justify-content:center}.examples_text{padding:25px;background:#fff}.examples_value{display:flex;flex-direction:column;align-items:center;font-size:17px;font-family:Inter;line-height:26px}.examples_value b{font-size:16px;line-height:24px}.examples-container .btn-type{margin-top:30px}.examples-container .slick-track{white-space:normal}.slider-nav{margin-bottom:35px}.nav-item{display:flex;align-items:center;justify-content:center;color:#1574d4;text-align:center;font-size:20px;font-family:Inter;font-weight:700;line-height:30px}.nav-item.slick-current{color:#000;font-size:28px;line-height:30px}div.examples-container,div.step-container{position:relative}.slider-arrow,.steps-arrow{position:absolute;display:flex;align-items:center;justify-content:space-between;right:29%;left:29%;top:10px}.page_online_proschet .slick-arrow{margin:0;width:50px;height:50px;display:flex;line-height:50px;align-items:center;opacity:1 !important;justify-content:center;background-color:rgba(0,0,0,.5)}.page_online_proschet .slick-arrow:before{content:"";width:30px;height:30px;margin:0;border-radius:0;display:block}.page_online_proschet .slick-prev:before{background:url("/artmebius/img/slick-prev-new.png") no-repeat center center;background-size:contain}.page_online_proschet .slick-next:before{background:url("/artmebius/img/slick-next-new.png") no-repeat center center;background-size:contain}.video-proschet{padding-top:45px;padding-bottom:45px;background:url("/artmebius/img/video-bg-new.jpg") no-repeat right top #000;color:#fff}.video-proschet .page-header{font-family:Inter;color:#fff;font-size:37px;font-weight:700;line-height:48px;border:0}.video-proschet .desc{color:#e6e6e6;font-size:18px;font-family:Inter;line-height:28px;margin-bottom:25px}.video-proschet iframe{max-width:1070px;min-height:315px;margin-bottom:45px;margin-right:auto;margin-left:auto;display:block}body.page_online_proschet .page-header{text-align:center;font-size:36px !important;font-weight:700 !important;line-height:48px !important;border:0 !important}body.page_online_proschet .page-header span{border:0 !important}body.page_online_proschet #sect_wrap{margin-bottom:0}body.page_online_proschet .page-header span:after{display:none}.grafik-box{padding-top:50px;padding-bottom:50px;background:url("/artmebius/img/grafik-women.jpg") no-repeat left top #f2f8fd;font-family:Inter}.grafik-box img{display:block;margin:20px auto 30px}.grafik-box .desc{color:#000;font-size:18px;line-height:28px;margin-top:25px;margin-bottom:25px}.steps-box{position:relative;background:url("/artmebius/img/step-gradient.jpg") no-repeat center center;background-size:cover;padding-top:50px;padding-bottom:50px}.steps-box:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("/artmebius/img/step-img.png") no-repeat left bottom}.steps-box .container{position:relative;z-index:3;min-height:500px}.steps-box .page-header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:40px}.steps-box{font-family:Inter}.steps-row{max-width:1070px;margin-right:auto;margin-left:auto}.steps-row .step_value{margin-right:-30px;margin-left:-30px}.steps-row .step_value [class*=col-]{padding-right:30px;padding-left:30px}.steps-row .step_value+.step_value{margin-top:50px}.page_online_proschet .slick-track{white-space:normal}.steps_item{color:#000;font-size:18px;line-height:24px;margin-bottom:20px}.steps_item span{font-size:48px;font-weight:400;line-height:56px;margin-bottom:20px}.steps_name{color:#000;font-size:18px;font-weight:700;line-height:24px;margin-bottom:20px}.steps_desc{color:#000;line-height:22px}.steps-nav{margin-bottom:45px}.client-object-box{padding-top:100px}.client-object-box .row{display:flex;flex-flow:row wrap}.client_info{display:flex;flex-direction:column;justify-content:space-between}.client-object-box .row:before,.client-object-box .row:after{display:none}.client-object-box .page-header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:70px}.client_title{color:#111;font-size:28px;font-weight:700;line-height:115%;text-transform:uppercase}.client_desc{color:#2b2b2b;line-height:140%;margin-top:15px;margin-bottom:15px}.client_thumbs{display:flex;align-items:center;justify-content:space-between}[class*=client_object_item_]{padding-bottom:50px;position:relative}[class*=client_object_item_]+[class*=client_object_item_]{padding-top:50px}[class*=client_object_item_] .client_row{margin-right:-30px;margin-left:-30px}[class*=client_object_item_] .client_info,[class*=client_object_item_] .client_img{padding-right:30px;padding-left:30px}[class*=client_object_item_]:nth-child(2),[class*=client_object_item_]:nth-child(5){background:#f8f8f8}[class*=client_object_item_]:nth-child(3),[class*=client_object_item_]:nth-child(6){background:#f2f8fd}.client_task_solution>*{color:#000;line-height:140%;margin-bottom:15px}.client_term,.client_budget{display:flex;align-items:center;font-weight:700;line-height:120%}.client_term:before,.client_budget:before{content:"";width:30px;height:30px;margin-right:10px}.client_term:before{background:url("/artmebius/img/client_term.png") no-repeat 0 0}.client_budget:before{background:url("/artmebius/img/client_budget.png") no-repeat 0 0}span.btn-client-object{max-width:350px;height:60px;border-radius:30px;background:#ffd645;color:#333;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0;border:0;margin-top:15px;letter-spacing:-.8px}.faq-box .container{padding-top:50px;padding-bottom:50px}.faq-box .question_block{border-radius:10px;border:1px solid #e6e6e6;background:#fff;box-shadow:14px 24px 144px 0px rgba(139,183,213,.3);padding:30px;font-family:Play}.faq-box .item_quest{color:#000;font-size:20px;font-style:normal;font-weight:700;line-height:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.faq-box .item_quest:after{content:"";flex:0 0 15px;max-width:15px;height:15px;background:url("/artmebius/img/item_quest.png") no-repeat center center;background-size:contain;margin-left:35px}.faq-box .item_answer{margin-top:30px;display:none;color:#000;font-size:16px;line-height:120%}.faq-box .item_answer ul{padding:0;list-style:none}.faq-box .item_answer li:before{content:"-";margin-right:10px}.faq-box .item_answer>*:last-child{margin-bottom:0 !important}.faq_main .question_block:first-child .item_answer{display:block}.faq_main .question_block+.question_block{margin-top:3px}.solar-station-box{background:url("/artmebius/img/solar-station-new.jpg") no-repeat right center #000;padding-top:50px;padding-bottom:30px}.solar-station-box .page-header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:25px;color:#fff}.solar-station-box .desc{font-size:18px;font-family:Inter;font-style:normal;font-weight:400;line-height:30px;margin-bottom:70px;color:#fff}.solar-station-item{display:flex;align-items:center;color:#fff}.solar-station-item+.solar-station-item{margin-top:35px}.solar-station-item-last{margin-top:auto;margin-bottom:10px}.solar-station-item{font-size:18px;font-family:Inter;line-height:30px}.solar-station-item img{flex:0 0 70px;max-width:70px;margin-right:25px}.solar-station-box .title{color:#000}.mdl_online_proschet.solar-row{margin-top:0}.solar-station-form{margin-top:30px}.solar-row-before{display:flex;flex-flow:row wrap;font-size:18px;font-family:Inter;font-weight:700;line-height:30px}.solar-row-before [class*=col-]{display:flex;align-items:flex-end}.ssf-2{justify-content:flex-end}@media (min-width:768px){.filial-map{margin:0 -17px 25px}.faq-box .container{width:760px}.steps-row .step_value{display:flex}.client_object_item_1 .client_info,.steps-row .step_value:nth-child(even) [class*=col-]:first-child{order:2}.client_object_item_1 .client_img,.steps-row .step_value:nth-child(even) [class*=col-]:last-child{order:1}}@media (min-width:1280px){.solar-station-form{margin-left:35px;margin-right:95px}.solar-station-items{max-width:600px}.faq-box .page-header{margin-bottom:50px}.faq-box .container{width:900px}.faq-box div.question_block{padding-right:40px;padding-left:40px}.faq-box div.container{padding-top:80px;padding-bottom:80px}.client-object-tvs [class*=client_object_item_]{padding-bottom:80px}.client-object-tvs [class*=client_object_item_]+[class*=client_object_item_]{padding-top:80px}.client-object-box div.page-header{margin-bottom:100px}div.client-object-box{padding-top:140px}div.steps-box{padding-top:80px;padding-bottom:90px}.grafik-box .page-header{margin-right:150px;margin-left:150px}div.grafik-box{padding-top:70px}div.video-proschet iframe{min-height:670px}div.video-proschet{padding-top:70px;padding-bottom:60px}div.examples-inner{padding-top:100px;padding-bottom:100px}div.examples-container{margin-left:150px}div.examples-container .btn-type{margin-top:45px}}.client_img{position:relative}.client_img [class*=solar-slider-]{position:relative}.client_img [class*=solar-slider-] .slick-arrow{position:absolute;top:50%;transform:translateY(-50%)}.client_img [class*=solar-nav-] .slick-list{margin:25px -12.5px 0}.client_img [class*=solar-nav-] .slick-slide{padding-right:12.5px;padding-left:12.5px}.add{background:#f2f8fd;padding-bottom:50px;text-align:center;position:relative}.add span{width:200px;height:60px;line-height:100%;text-align:center;border-radius:30px;border:3px solid #000;background:#fff;display:flex;margin:0 auto;text-decoration:none;font-weight:700;font-size:18px;color:#000;text-transform:uppercase;align-items:center;justify-content:center;cursor:pointer}.client-object-tvs .hidden-box{position:absolute;height:0;padding:0 !important;opacity:0;right:0;left:0}.Lhccdd{width:auto !important}.GPCtMd{display:none}.c9QyIf{padding:0 50px !important}.ggl_all{padding:0 16px 0 12px;display:inline-flex;background:#fff;border:1px solid #dadce0;box-shadow:none;border-radius:36px;box-sizing:border-box;height:36px;position:relative;align-items:center;justify-content:center}.ggl_map_title{position:absolute;right:0;top:12px}.ggl_map_title a{font-size:17px;text-decoration:none}.dirrr{max-width:40%;float:left;margin:0 25px 25px 0}.gws-localreviews__google-review{display:none}.gws-localreviews__google-review:nth-child(1),.gws-localreviews__google-review:nth-child(2),.gws-localreviews__google-review:nth-child(3){display:block}.mdl_info h2{margin:0;line-height:1.5;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjU5cHgiIGhlaWdodD0iNTlweCIgdmlld0JveD0iMCAwIDU5IDU5Ij4NCjxwYXRoIGZpbGw9IiM0NjQ2NDYiIGQ9Ik00OC42MjgsMTQuNTE5Yy0wLjYzNiwwLTEuMTUyLDAuNTE3LTEuMTUyLDEuMTUzYzAsMC42MzYsMC41MTcsMS4xNTIsMS4xNTIsMS4xNTINCiAgYzAuNjM3LDAsMS4xNTMtMC41MTcsMS4xNTMtMS4xNTJDNDkuNzgyLDE1LjAzNiw0OS4yNjUsMTQuNTE5LDQ4LjYyOCwxNC41MTl6IE01Mi4wNTIsMTkuMTIyDQogIGMtMC4yNzUtMC41NzUtMC45NjMtMC44MTgtMS41MzctMC41NDVzLTAuODE4LDAuOTYxLTAuNTQ1LDEuNTM3YzEuNDAzLDIuOTQ1LDIuMTE1LDYuMTA0LDIuMTE1LDkuMzg2DQogIGMwLDEuNDc3LTAuMTQ3LDIuOTQ5LTAuNDM4LDQuMzc5Yy0wLjEyOCwwLjYyMywwLjI3NCwxLjIzMiwwLjg5NywxLjM1OWMwLjA3OCwwLjAxNywwLjE1NCwwLjAyNCwwLjIzMSwwLjAyNA0KICBjMC41MzcsMCwxLjAxOC0wLjM3NywxLjEyOC0wLjkyM2MwLjMyMy0xLjU4MSwwLjQ4Ny0zLjIwOSwwLjQ4Ny00Ljg0QzU0LjM5MSwyNS44NzIsNTMuNjA0LDIyLjM4LDUyLjA1MiwxOS4xMjJ6IE0zNS4yNjEsMzkuODcxDQogIGgtMS4xNTJ2LTE0Ljk4YzAtMC42MzYtMC41MTYtMS4xNTItMS4xNTEtMS4xNTJoLTkuMjE5Yy0wLjYzNywwLTEuMTUyLDAuNTE2LTEuMTUyLDEuMTUyVjI5LjVjMCwwLjYzNywwLjUxNiwxLjE1MywxLjE1MiwxLjE1Mw0KICBoMS4xNTJ2OS4yMTloLTEuMTUyYy0wLjYzNywwLTEuMTUyLDAuNTE2LTEuMTUyLDEuMTUydjQuNjFjMCwwLjYzNywwLjUxNiwxLjE1MiwxLjE1MiwxLjE1MmgxMS41MjMNCiAgYzAuNjM3LDAsMS4xNTMtMC41MTUsMS4xNTMtMS4xNTJ2LTQuNjFDMzYuNDE1LDQwLjM4NywzNS44OTgsMzkuODcxLDM1LjI2MSwzOS44NzF6IE0zNC4xMDksNDQuNDhoLTkuMjE4di0yLjMwNGgxLjE1Mg0KICBjMC42MzcsMCwxLjE1My0wLjUxNiwxLjE1My0xLjE1M1YyOS41YzAtMC42MzctMC41MTYtMS4xNTItMS4xNTMtMS4xNTJoLTEuMTUydi0yLjMwNWg2LjkxNHYxNC45OA0KICBjMCwwLjYzNywwLjUxNywxLjE1MywxLjE1MywxLjE1M2gxLjE1MVY0NC40OHogTTI5LjUsMjEuNDM0YzIuNTQxLDAsNC42MDgtMi4wNjcsNC42MDgtNC42MDljMC0yLjU0MS0yLjA2Ny00LjYwOS00LjYwOC00LjYwOQ0KICBjLTIuNTQyLDAtNC42MSwyLjA2OC00LjYxLDQuNjA5QzI0Ljg5MSwxOS4zNjYsMjYuOTU4LDIxLjQzNCwyOS41LDIxLjQzNHogTTI5LjUsMTQuNTE5YzEuMjcsMCwyLjMwNCwxLjAzNSwyLjMwNCwyLjMwNQ0KICBjMCwxLjI3MS0xLjAzNCwyLjMwNS0yLjMwNCwyLjMwNWMtMS4yNzEsMC0yLjMwNS0xLjAzNC0yLjMwNS0yLjMwNUMyNy4xOTUsMTUuNTU0LDI4LjIyOSwxNC41MTksMjkuNSwxNC41MTl6IE0yOS41LDANCiAgQzEzLjYsMCwwLDEzLjU3NSwwLDI5LjVjMCw1LjQ0LDEuNTU5LDExLjIyNiw0LjE4NywxNS42MDFMMC4wNTksNTcuNDgzYy0wLjEzOCwwLjQxNC0wLjAzMSwwLjg3MSwwLjI3OCwxLjE4DQogIGMwLjMxMSwwLjMxLDAuNzY4LDAuNDE2LDEuMTgsMC4yNzdMMTMuOSw1NC44MTNDMTguMjc1LDU3LjQ0MiwyNC4wNiw1OSwyOS41LDU5QzQ1LjQwNCw1OSw1OSw0NS40MjMsNTksMjkuNQ0KICBDNTksMTMuNTk2LDQ1LjQyMywwLDI5LjUsMHogTTI5LjUsNTYuNjk1Yy01LjIxOSwwLTEwLjc2Ni0xLjU0LTE0LjgzOC00LjExOWMtMC4yODktMC4xODMtMC42NDgtMC4yMzEtMC45ODEtMC4xMkwyLjk3NSw1Ni4wMjUNCiAgbDMuNTY5LTEwLjcwN2MwLjExLTAuMzI4LDAuMDY2LTAuNjg4LTAuMTItMC45OGMtMi41NzktNC4wNzItNC4xMi05LjYxOS00LjEyLTE0LjgzOGMwLTE0Ljc0MSwxMi40NTUtMjcuMTk0LDI3LjE5Ni0yNy4xOTQNCiAgYzE0Ljc0LDAsMjcuMTk0LDEyLjQ1MywyNy4xOTQsMjcuMTk0UzQ0LjI0MSw1Ni42OTUsMjkuNSw1Ni42OTV6Ii8+DQo8L3N2Zz4=") no-repeat 0 50%;padding:15px 0 15px 75px;min-height:60px;font-size:17px;margin-bottom:15px}.mdl_filter .filter_row.unactive{display:none !important}@media (min-width:1024px) and (max-width:1399.98px){a.link-sun{line-height:23px;margin:0 3px}}@media (min-width:1280px) and (max-width:1399.98px){.ss-box{width:28%}.nn-box{width:30.33333333%}}.mdl_social{justify-content:center;display:flex;gap:2px;align-items:center;margin-bottom:12px}@media (max-width:767px){.slide_mob_block{display:none}div.id-ancor-items{margin-top:12px}.ctgs_id_ancor_title{color:#fff;border-radius:10px 10px 0 0;text-transform:uppercase;font-weight:500;padding:17px 15px;background:url("/artmebius/img/button-carbon.jpg") no-repeat center center #464646;display:flex;align-items:center;justify-content:flex-start}.catalog_main .prdt_dtl .prdt_garanty{float:none;background-size:contain;height:25px;min-height:inherit;padding-left:30px}.prdt_dtl .item_add_to_compare .icon{font-size:30px}.prdt_dtl .item_add_to_compare .add_to_compare{display:flex;align-items:center;column-gap:7px}.mdl_filter .mdl-header{color:#fff;border-radius:10px 10px 0 0;text-transform:uppercase;font-weight:500;padding:17px 15px;background:url("/artmebius/img/button-carbon.jpg") no-repeat center center #464646;display:flex;align-items:center;justify-content:flex-start}}@media (max-width:600px){.topmenu .mdl_phones a.visible{display:none}header.hdr_teslum #hdr_top{display:none}header.hdr_teslum .teslum-page-header{margin-top:100px}#hdr_bottom .ss-box{flex-wrap:wrap;justify-content:center}header #hdr_bottom .mdl_social.tac{flex:100%}#hdr_bottom a.link-sun{line-height:45px;margin-bottom:5px}}.quiz-checkbox input[type=checkbox],.quiz-radio input[type=radio]{position:absolute;opacity:0;visibility:hidden}.quiz-checkbox input[type=checkbox]+span,.quiz-radio input[type=radio]+span{display:flex;align-items:center;gap:15px}.quiz-checkbox input[type=checkbox]+span:before,.quiz-radio input[type=radio]+span:before{content:"";display:block;width:20px;height:20px;flex-shrink:0;border-radius:4px;background:#e6e6e6;transition:all .1s}.quiz-checkbox--small input[type=checkbox]+span:before,.quiz-radio--small input[type=radio]+span:before{width:16px;height:16px}.quiz-checkbox input[type=checkbox]:checked+span:before{background:var(--quiz-color) url("/artmebius/img/check.svg") no-repeat 50% 40%/70%}.quiz-radio input[type=radio]+span:before{border-radius:100%}.quiz-radio input[type=radio]:checked+span:before{background:var(--quiz-color);border:2px solid var(--quiz-color);box-shadow:inset 0 0 0 3px #e6e6e6,0 2px 6px 0 var(--quiz-color-alpha)}.quiz-button{font-size:16px;color:var(--quiz-color);background:0 0;padding:15px 20px;border:1px solid var(--quiz-color);border-radius:25px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s}.quiz-button--big{width:80%}.quiz-button:hover{background:var(--quiz-color);color:#fff;box-shadow:0 3px 15px 0 var(--quiz-color-alpha) !important}.quiz-button:after{content:"";position:absolute;top:0;bottom:0;height:100%;background:-webkit-gradient(linear,left top,right top,color-stop(10%,hsla(0,0%,100%,.1)),color-stop(20%,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.6)));background:linear-gradient(90deg,hsla(0,0%,100%,.1) 10%,hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.6));width:20px;-webkit-transform:skewX(-45deg);transform:skewX(-45deg);left:-20%;-webkit-transition:all .6s ease;transition:all .6s ease;-webkit-animation-name:blick;animation-name:blick;-webkit-animation-duration:6s;animation-duration:6s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes blick{15%,to{left:110%}}@keyframes blick{15%,to{left:110%}}.quiz{color:#000;line-height:1.2;--quiz-color:#0054dd;--quiz-color-alpha:rgba(0,84,221,.5);--quiz-width:350px;--quiz-background:#fff;--quiz-note-background:rgba(0,84,221,.2)}.quiz svg{background-color:transparent;fill:currentColor;stroke-width:0;stroke:currentColor;pointer-events:none;width:100%;height:100%}.quiz__window{background:var(--quiz-background);border-radius:10px;overflow:hidden}.quiz__window--fixed.active{opacity:1;visibility:visible}.quiz__window--fixed{opacity:0;visibility:hidden;width:var(--quiz-width);height:580px;max-height:85%;position:fixed;bottom:16px;right:16px;z-index:999;box-shadow:0 15px 10px -15px rgba(0,0,0,.1),1px 2px 20px rgba(0,0,0,.1);transition:all .3s}.quiz__window--modal{height:500px}@media (min-width:768px){.quiz__window--modal .quiz__options{display:flex;flex-wrap:wrap;gap:2%}}.quiz__window--modal .quiz__option{flex:0 0 49%}.quiz__window--modal .quiz__caption{max-width:630px;text-align:center;margin-left:auto;margin-right:auto}.quiz__window--modal .quiz__text{max-width:630px;text-align:center;margin-left:auto;margin-right:auto}.quiz__window--modal .quiz__contacts{margin-left:auto;margin-right:auto;max-width:500px;width:100%;border:solid 1.2px #e6e6e6;box-shadow:0 9px 40px 0 #e6e6e6;padding:29px 35px 19px;border-radius:3px}.quiz__window--modal .quiz-button--big{width:100%}.quiz__scroll{width:100%;height:calc(100% - 65px);overflow-y:auto;padding-right:17px;box-sizing:content-box}.quiz__label.active{opacity:1;visibility:visible;right:56px}.quiz__label{display:flex;gap:15px;align-items:center;opacity:0;visibility:hidden;right:-1000px;background:var(--quiz-background);position:fixed;bottom:40px;z-index:999;border-radius:30px 10px 10px;padding:16px 20px;font-size:17px;line-height:1.1;cursor:pointer;box-shadow:0 15px 10px -15px rgba(0,0,0,.1),1px 2px 20px rgba(0,0,0,.1);transition:all .3s}.quiz__emoji{font-size:20px}.quiz__close{height:20px;width:20px;border-radius:100%;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;top:7px;right:6px;cursor:pointer;z-index:1001;transition:all .3s;background-color:rgba(0,0,0,.2);color:hsla(0,0%,100%,.7)}.quiz__close:hover{background-color:#000;color:#fff}.quiz__close:before{content:"✕";font-size:13px;line-height:13px}.quiz__step{padding:20px;opacity:0;visibility:hidden;position:absolute;overflow:hidden}.quiz__step.active{opacity:1;visibility:visible;position:static}.quiz__caption{font-size:19px;padding-right:15px}.quiz__caption--big{font-size:23px}.quiz__note{font-size:11px;line-height:1.1;background:var(--quiz-note-background);border:solid 1px var(--quiz-color);padding:2px 8px;border-radius:4px;display:inline-flex;align-items:center;gap:5px;margin-top:15px}.quiz__note svg{height:16px;color:var(--quiz-color)}.quiz__options{margin-top:15px}.quiz__option{display:flex;gap:10px;align-items:center;font-size:16px;transition:transform .3s ease-out,opacity .8s;margin-bottom:12px;opacity:0}.quiz__value{flex:1 0 100%;padding:15px;border-radius:5px;border:1px solid rgba(217,216,230,.55);transition:all .3s}.quiz__value--text{padding:0 0 0 15px}.quiz__value--text input[type=text]{background:rgba(217,216,230,.55);border:none;padding:12px 10px;font-size:16px;width:100%}input:checked+.quiz__value{border-color:var(--quiz-color)}.quiz__value:hover{box-shadow:0 1px 3px 0 #e6e6e6}.quiz__step.active .quiz__option{transform:translateX(0) !important;opacity:1}.quiz__option:nth-child(1){transform:translateX(50px)}.quiz__option:nth-child(2){transform:translateX(100px)}.quiz__option:nth-child(3){transform:translateX(150px)}.quiz__option:nth-child(4){transform:translateX(200px)}.quiz__option:nth-child(5){transform:translateX(250px)}.quiz__option:nth-child(6){transform:translateX(300px)}.quiz__option:nth-child(7){transform:translateX(350px)}.quiz__option:nth-child(8){transform:translateX(400px)}.quiz__option:nth-child(9){transform:translateX(450px)}.quiz__option:nth-child(10){transform:translateX(500px)}.quiz__counter{opacity:0;position:absolute;color:#999;bottom:5px;right:5px;transition:all .3s}input:focus+.quiz__counter{opacity:1}.quiz__bottom{height:65px;padding:10px 20px;position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;background:#fff;border-top:solid 1px #e6e6e6}.quiz__pages-caption{font-size:12px;margin-bottom:5px;color:#333}.quiz__pages-progress{list-style:none;margin:0;padding:0;display:flex;gap:5px}.quiz__pages-progress li{width:7px;height:7px;border:1px solid var(--quiz-color);border-radius:50%;transition:all .3s}.quiz__pages-progress li.active{background:var(--quiz-color)}.quiz__nav{display:flex;gap:10px}.quiz__nav-btn{border-radius:25px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;gap:5px;cursor:pointer}.quiz__nav-btn.unactive{cursor:not-allowed;opacity:.8}.quiz__nav-btn[data-dir=prev]{width:43px;height:43px;padding:0;color:rgba(0,0,0,.4) !important;border:1px solid rgba(0,0,0,.1) !important}.quiz__nav-btn svg{width:18px;height:18px}.quiz__step.active .quiz__result{opacity:1;transform:translateX(0)}.quiz__result{opacity:0;transform:translateX(100px);transition:all .3s;padding-bottom:40px}.quiz__text{margin-top:20px;font-size:16px;color:rgba(0,0,0,.7);line-height:1.3}.quiz__contacts{margin-top:20px}.quiz__input{display:flex;flex-direction:column;gap:6px;margin-bottom:15px}.quiz__input-text{position:relative}.quiz__input svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:24px;height:24px;color:#dbdbdb}.quiz__input svg+input[type=text]{padding-left:40px}.quiz__input input[type=text]{width:100%;border-radius:5px;padding:16px}.quiz__input-text.has-error:after{content:"";display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%);width:24px;height:24px;background:url("/artmebius/img/danger.svg") no-repeat 50%}.quiz__input-text.has-error input[type=text],.quiz__input-text.has-error textarea{background:#fff;border-color:#d10a34}.quiz__input-caption{text-transform:uppercase;font-weight:700;color:#555;font-size:13px}.quiz__input--accept{flex-direction:row;align-items:center;font-size:12px;margin-top:20px}.quiz__input--accept a{color:var(--quiz-color)}.quiz__input--accept input[type=checkbox]+span{gap:5px}.quiz__input--accept.has-error input[type=checkbox]+span:before{box-shadow:0 0 5px #c00}.quiz__success{padding:50px;text-align:center}.quiz .iti{display:block}.quiz .iti__search-input{display:none}.quiz .iti__country-list{font-size:12px}.advantage-proschet-box-ibp{background:0 0}.advantage-proschet-container-ibp .row{display:flex;flex-wrap:wrap}.advantage-proschet-container-ibp .advantage_proschet_block:before{background:url("/images/icons/red-o.png") no-repeat center center}.advantage-proschet-container-ibp .proschet_block_1:before{background:url("/images/icons/1.png") no-repeat center center;background-size:contain}.advantage-proschet-container-ibp .proschet_block_2:before{background:url("/images/icons/2.png") no-repeat center center;background-size:contain}.advantage-proschet-container-ibp .proschet_block_3:before{background:url("/images/icons/3.png") no-repeat center center;background-size:contain}.advantage-proschet-container-ibp .proschet_block_4:before{background:url("/images/icons/4.png") no-repeat center center;background-size:contain}.advantage-proschet-container-ibp .proschet_block_5:before{background:url("/images/icons/5.png") no-repeat center center;background-size:contain}.advantage-proschet-container-ibp .proschet_block_6:before{background:url("/images/icons/6.png") no-repeat center center;background-size:contain}.mask-group-ibp .container{padding-left:0}@media (max-width:767px){.quiz__label{display:none}header.hdr_teslum #hdr_top.hdr_top_teslum{display:block}}@media (min-width:768px){#hdr_top .row{display:flex;align-items:center}.no-mobile-top-menu{position:relative;display:flex;justify-content:flex-end;flex-wrap:wrap}.no-mobile-top-menu>a+a{margin-left:15px}#hdr_top .no-mobile-top-menu>a.menu_service{text-decoration:underline;text-decoration-color:#ff0}#hdr_top .no-mobile-top-menu>a.menu_service:hover{text-decoration:none}.no-mobile-top-menu .menu_block{position:absolute;right:0;top:calc(100% + 5px);z-index:1;background:url("/artmebius/img/carbon.jpg") no-repeat center center #464646;box-shadow:0 0 10px rgba(255,255,255,.3);padding:25px;border-radius:15px}.no-mobile-top-menu .menu_block ul.menu{text-align:left;white-space:normal}.no-mobile-top-menu .menu_block ul.menu>li{display:block}.no-mobile-top-menu .menu_block ul.menu>li>a{padding:0}.catalog_main .prdt_dtl .nav-tabs>li>a>span{font-size:11px}}@media (min-width:1024px){.catalog_main .prdt_dtl .nav-tabs>li>a>span{font-size:11px}}@media (min-width:1280px){.catalog_main .prdt_dtl .nav-tabs>li>a>span{font-size:12px}}@media (min-width:1536px){.catalog_main .prdt_dtl .nav-tabs>li>a>span{font-size:13px}}.header-wrap{display:flex;align-items:center;gap:10px;padding-right:100px}.mobile-quiz-btn{padding:9px 10px;font-size:13px;border-width:1px}.pb_descr{font-style:normal;font-weight:400;color:#303030;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;max-width:100%;line-height:1}.pb_descr span{max-width:70%;font-style:normal;font-weight:500}.pb_descr span+strong{flex-grow:1;text-align:right;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;white-space:nowrap;color:#303030}.pb_descr span+strong:before{content:"";display:block;width:100%;height:1px;border-bottom:1px dashed #b8b8b8;margin-left:10px;margin-right:10px}#ftr .mdl_phones .phone_link{display:block}@media (min-width:1536px){.col-compare{width:6.33333333%}.col-center{width:35.33333333%}#hdr_bottom>.row{display:flex;align-items:center;justify-content:space-between}}.mask-group div.desc,.mask-group h1.page-header{text-shadow:0 0 5px #fff}#overlay{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0,0,0,.65);z-index:999;-webkit-animation:fade .6s;-moz-animation:fade .6s;animation:fade .6s;overflow:auto}.popupz{top:25%;left:0;right:0;margin:auto;width:85%;min-width:320px;max-width:480px;position:absolute;border:1px solid #383838;background:#fefefe;z-index:1000;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;font:14px/18px "Tahoma",Arial,sans-serif;-webkit-box-shadow:0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);-moz-box-shadow:0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);-ms-box-shadow:0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);box-shadow:0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);-webkit-animation:fade .6s;-moz-animation:fade .6s;animation:fade .6s}@-moz-keyframes fade{from{opacity:0}to{opacity:1}}@-webkit-keyframes fade{from{opacity:0}to{opacity:1}}@keyframes fade{from{opacity:0}to{opacity:1}}.overlay-hdr{display:flex;align-items:center;justify-content:space-between;background:#464646;color:#fff;text-transform:uppercase;font-weight:600;font-size:16px;padding-left:15px}.overlay-hdr button.icon-times-circle.close{padding:0;background:0 0;border:0}.popupz .modal-body{text-align:center;font-size:18px}.popupz .modal-body>*:last-child{margin-bottom:0}.block-type-1 .items_block{display:flex;gap:15px;align-items:center;line-height:1.3;margin:10px 0}.block-type-1 .items_prvw{flex:0 0 50px;text-align:center}.block-type-1 .items_title{font-size:16px}.block-type-1 .items_title br{display:none}@media (min-width:768px){.block-type-1 .items_title br{display:block}.block-type-1 .items_block{margin:25px 0}}@media (min-width:1200px){.block-type-1 .items_block{margin:35px 0}.block-type-1 .items_title{font-size:18px}}.advantages-sun{margin-top:30px}.advantages-sun__title{margin-bottom:15px}.advantages-sun__intro{font-size:16px;margin-bottom:5px}.advantages-sun .items_block{display:flex;gap:15px;margin:10px 0}.advantages-sun .items_prvw{margin-top:10px}.advantages-sun .items_title{font-size:15px}.advantages-sun .items_desc{margin-top:5px;font-size:12.5px;line-height:1.5}@media (min-width:1200px){.advantages-sun__intro{font-size:18px}.advantages-sun .items_title{font-size:18px}.advantages-sun .items_desc{margin-top:10px;font-size:13.5px}}.ordering-steps{counter-reset:num;margin-top:30px}.ordering-steps .ordering-steps__item{counter-increment:num}.ordering-steps .items_block{display:flex;gap:12px;line-height:1.3;margin:10px 0}.ordering-steps .items_prvw{flex:0 0 40px;width:40px;height:40px;text-align:center;background:#ccc900;display:flex;align-items:center;justify-content:center;position:relative}.ordering-steps .items_prvw:before{content:counter(num);position:absolute;right:0;top:0;transform:translate(50%,-50%);background:#000;color:#fff;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:100%}.ordering-steps .items_title{font-size:15px}.ordering-steps .items_desc{font-size:13.5px;line-height:1.5}@media (min-width:1200px){.ordering-steps .items_block{margin:20px 0}.ordering-steps .items_prvw{flex:0 0 50px;width:50px;height:50px}.ordering-steps .items_prvw:before{width:24px;height:24px}.ordering-steps .items_title{font-size:18px}}.get-count-block{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:15px;border:1px solid #000;border-left-width:3px;font-size:16px;padding:20px;margin-top:30px;line-height:1.3}.get-count-block__btn{text-transform:uppercase;background:#000 url("/artmebius/img/teslum-oline.jpg") no-repeat 50%/cover;color:#fff}.stars_rev{margin-bottom:5px;width:125px;height:22px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAxUlEQVR42rXUUQuEIAwH8GAQCIcQCIFPcUchCH3/b+f18D+MUdzmUhg9KPttag7K8fm3oJTCQwX4I3Z8uyERSOyJJCCpF+IA/ML1QAJDQg9kY8j2NEJIzIM0iD8iswSmQD5fkVrt+wkAeYh3wg84G6oP0jMZtV1h/dhy8EEIBMvtIiFCFmQSIpMFWYTIYkGyEMmtiL9ItmJr1os534JElmRm8zObjy1IqtXfPuvu1FXSIu5UHQkeT3St+Bmxv69BMbDe3SFf/+tYufyUsgoAAAAASUVORK5CYII=")}.stars_rev span{height:22px;display:block;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAYAAAA1vze2AAAAqUlEQVR4AWLwySwkGv/YzgworgwwAIphGHqJXWgX6nl6q55o/GHxCX4bUx9hMK9JYwucFSmAubW2ZifED8Q7IXEgcmRqVNDsgBhBrAMSBJEiqwAGAaBRhiDvBk1A3mkRyb2CXSYLlmWFnbArffoMIrjS6qy3Sm/Z/068CPEbyKpKhfCDyA0yNE95MKtRGe9LiSz9O3hKclv6Y76ictQzqbmjyhIkyVi+8wCta5MKDP5AeAAAAABJRU5ErkJggg==")}.star_5 span{width:125px}.star_4 span{width:97px}.star_3 span{width:74px}.star_2 span{width:47px}.star_1 span{width:21px}@media (min-width:992px){.get-count-block{flex-direction:row;font-size:18px}}.page-header--smaller{font-size:21.3px}.ftr_pre{font-size:12px;border-bottom:1px solid #777;padding:0 0 10px;margin-bottom:10px}.ftr_pre--main{padding:15px 25px;margin:0}@media (min-width:992px){.ftr_pre--main{padding:15px 50px}}.ftr_offer{font-size:12px;border-top:1px solid #777;padding:10px 0 50px;margin-top:10px}.ftr_offer--main{padding:15px 25px 50px;margin:0}@media (min-width:992px){.ftr_offer{padding:10px 0 0}.ftr_offer--main{padding:15px 50px}}.cookie_popup{display:none}.cookie_popup_wrap{display:flex;align-items:center;justify-content:space-between;gap:10px;max-width:928px;background-color:#000;padding:12px 16px;border-radius:4px;position:fixed;bottom:40px;color:#fff;left:5px;right:5px;margin:auto;z-index:9999;border:1px solid #fb1f1f;font-size:clamp(11px,2.5vw,13px);box-shadow:0 0 10px #fb1f1f;text-align:center}.cookie_popup a{color:#fff}.mdl_products_action.mdl_products .items_block .items_price.old_price{text-decoration-line:line-through;text-decoration-color:red}.mdl_products_action .page-header{display:flex;align-items:center;justify-content:space-between}.mdl_products_action .page-header a{font-size:16px}@media (max-width:768px){.mdl_products_action .row-flex{display:block !important}.mdl_products_action .row-flex:before,.mdl_products_action .row-flex:after{display:none}.mdl_products_action.mdl_products .slick-prev,.mdl_products_action.mdl_products .slick-next{top:50%;color:transparent}.mdl_products_action.mdl_products .slick-prev{left:25px}.mdl_products_action.mdl_products .slick-next{right:25px}.mdl_products_action.mdl_products .slick-prev:before,.mdl_products_action.mdl_products .slick-next:after{font:normal normal normal 14px/1 FontAwesome;font-size:14px;font-size:inherit;line-height:1;text-rendering:auto;color:#000;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%)}.mdl_products_action.mdl_products .slick-prev:before{content:""}.mdl_products_action.mdl_products .slick-next:after{content:""}.mdl_products_action.mdl_products .slick-prev:hover:before,.mdl_products_action.mdl_products .slick-prev:focus:before,.mdl_products_action.mdl_products .slick-next:hover:after,.mdl_products_action.mdl_products .slick-next:focus:after{color:#fff}.full_slide_items .row{flex-direction:column}.slider_main .full_slide_items.slide_bg{height:auto}.cookie_popup_wrap{flex-direction:column}.full_txt{padding-top:30px}.cookie_popup .btn.btn-small{padding:2px 15px;font-size:12px}}.slider_main .full_slide_img.slide_img{padding-top:0;padding-bottom:0;text-align:center}.slider_main .full_slide_info.slide_info{width:100%;padding:0 50px;white-space:normal;color:#fff}.full_slide_items .row{display:flex;align-items:center}.mdl_full_slider{border-radius:30px;overflow:hidden}.full_txt{order:1}.full_img{order:2}.video_block .item_preview img{object-fit:cover;width:100%;height:206px}.video_block .item_link_wrap a{text-decoration:none;display:block;position:relative}.video_block .item_title{position:absolute;right:0;bottom:0;left:0;text-align:center;text-align:center;display:flex;align-items:center;justify-content:center;padding:10px 5px;color:#fff;background:#000;-webkit-transition:background .2s ease-out;-o-transition:background .2s ease-out;transition:background .2s ease-out;line-height:1}.mdl_products_action .items_block{margin-bottom:30px}