@charset "UTF-8";
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Roboto","Roboto";
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Roboto","Roboto";
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), color-stop(50%, #343434), color-stop(50%, #292929), to(#333333));
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  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;
  -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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto";
  font-size: 17px;
  line-height: 1.42857;
  color: #020202;
  background-color: #fff;
}

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

a {
  color: #5F4B8D;
  text-decoration: none;
}

a:hover, a:focus {
  color: #3d305b;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 30px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 44px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 29px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 88%;
}

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;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #5F4B8D;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #49396c;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #5F4B8D;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #49396c;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 21.25px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Roboto", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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, .move-to-top, .page_start__slider__wrapper, .page_start__slider__items, .carousel-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .move-to-top:before, .page_start__slider__wrapper:before, .page_start__slider__items:before, .carousel-inner:before, .container:after, .move-to-top:after, .page_start__slider__wrapper:after, .page_start__slider__items:after, .carousel-inner:after {
  content: " ";
  display: table;
}

.container:after, .move-to-top:after, .page_start__slider__wrapper:after, .page_start__slider__items:after, .carousel-inner:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left;
}

.col-xs-1 {
  width: 4.16667%;
}

.col-xs-2 {
  width: 8.33333%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-4 {
  width: 16.66667%;
}

.col-xs-5 {
  width: 20.83333%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-7 {
  width: 29.16667%;
}

.col-xs-8 {
  width: 33.33333%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-10 {
  width: 41.66667%;
}

.col-xs-11 {
  width: 45.83333%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-13 {
  width: 54.16667%;
}

.col-xs-14 {
  width: 58.33333%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-16 {
  width: 66.66667%;
}

.col-xs-17 {
  width: 70.83333%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-19 {
  width: 79.16667%;
}

.col-xs-20 {
  width: 83.33333%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-22 {
  width: 91.66667%;
}

.col-xs-23 {
  width: 95.83333%;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 4.16667%;
}

.col-xs-pull-2 {
  right: 8.33333%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-4 {
  right: 16.66667%;
}

.col-xs-pull-5 {
  right: 20.83333%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-7 {
  right: 29.16667%;
}

.col-xs-pull-8 {
  right: 33.33333%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-10 {
  right: 41.66667%;
}

.col-xs-pull-11 {
  right: 45.83333%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-13 {
  right: 54.16667%;
}

.col-xs-pull-14 {
  right: 58.33333%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-16 {
  right: 66.66667%;
}

.col-xs-pull-17 {
  right: 70.83333%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-19 {
  right: 79.16667%;
}

.col-xs-pull-20 {
  right: 83.33333%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-22 {
  right: 91.66667%;
}

.col-xs-pull-23 {
  right: 95.83333%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 4.16667%;
}

.col-xs-push-2 {
  left: 8.33333%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-4 {
  left: 16.66667%;
}

.col-xs-push-5 {
  left: 20.83333%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-7 {
  left: 29.16667%;
}

.col-xs-push-8 {
  left: 33.33333%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-10 {
  left: 41.66667%;
}

.col-xs-push-11 {
  left: 45.83333%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-13 {
  left: 54.16667%;
}

.col-xs-push-14 {
  left: 58.33333%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-16 {
  left: 66.66667%;
}

.col-xs-push-17 {
  left: 70.83333%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-19 {
  left: 79.16667%;
}

.col-xs-push-20 {
  left: 83.33333%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-22 {
  left: 91.66667%;
}

.col-xs-push-23 {
  left: 95.83333%;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 4.16667%;
}

.col-xs-offset-2 {
  margin-left: 8.33333%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-4 {
  margin-left: 16.66667%;
}

.col-xs-offset-5 {
  margin-left: 20.83333%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-7 {
  margin-left: 29.16667%;
}

.col-xs-offset-8 {
  margin-left: 33.33333%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-10 {
  margin-left: 41.66667%;
}

.col-xs-offset-11 {
  margin-left: 45.83333%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-13 {
  margin-left: 54.16667%;
}

.col-xs-offset-14 {
  margin-left: 58.33333%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-16 {
  margin-left: 66.66667%;
}

.col-xs-offset-17 {
  margin-left: 70.83333%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-19 {
  margin-left: 79.16667%;
}

.col-xs-offset-20 {
  margin-left: 83.33333%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-22 {
  margin-left: 91.66667%;
}

.col-xs-offset-23 {
  margin-left: 95.83333%;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 25.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 17px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 41px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm {
  height: 34px;
  line-height: 34px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 34px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
}

.form-group-sm select.form-control {
  height: 34px;
  line-height: 34px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 34px;
  min-height: 39px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1.5;
}

.input-lg {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33333;
  border-radius: 30px;
}

select.input-lg {
  height: 52px;
  line-height: 52px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 52px;
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33333;
  border-radius: 30px;
}

.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 52px;
  min-height: 46px;
  padding: 11px 16px;
  font-size: 22px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 34px;
  height: 34px;
  line-height: 34px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #676767;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #5F4B8D;
  border-color: #54427c;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #49396c;
  border-color: #1c1629;
}

.btn-primary:hover {
  color: #fff;
  background-color: #49396c;
  border-color: #392d54;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #49396c;
  border-color: #392d54;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #392d54;
  border-color: #1c1629;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #5F4B8D;
  border-color: #54427c;
}

.btn-primary .badge {
  color: #5F4B8D;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: green;
  border-color: #006700;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #004d00;
  border-color: black;
}

.btn-success:hover {
  color: #fff;
  background-color: #004d00;
  border-color: #002900;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #004d00;
  border-color: #002900;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #002900;
  border-color: black;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: green;
  border-color: #006700;
}

.btn-success .badge {
  color: green;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #272727;
  border-color: #1a1a1a;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0e0e0e;
  border-color: black;
}

.btn-info:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: black;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0e0e0e;
  border-color: black;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #272727;
  border-color: #1a1a1a;
}

.btn-info .badge {
  color: #272727;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: yellow;
  border-color: #e6e600;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #cccc00;
  border-color: #666600;
}

.btn-warning:hover {
  color: #fff;
  background-color: #cccc00;
  border-color: #a8a800;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cccc00;
  border-color: #a8a800;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a8a800;
  border-color: #666600;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: yellow;
  border-color: #e6e600;
}

.btn-warning .badge {
  color: yellow;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: red;
  border-color: #e60000;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #660000;
}

.btn-danger:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #a80000;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #a80000;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #a80000;
  border-color: #660000;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: red;
  border-color: #e60000;
}

.btn-danger .badge {
  color: red;
  background-color: #fff;
}

.btn-link {
  color: #5F4B8D;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .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, .btn-link:focus {
  color: #3d305b;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33333;
  border-radius: 30px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 0px;
}

.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%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #5F4B8D;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #3d305b;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #5F4B8D;
  border-color: #5F4B8D;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #272727;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5F4B8D;
}

.close {
  float: right;
  font-size: 25.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.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: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 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: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.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;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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;
}

.visible-print {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

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

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

.icon-envelope {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAoCAMAAAAi2JHqAAAAA3NCSVQICAjb4U/gAAAAV1BMVEX///////8mJU3///8mJU3///8mJU3///8mJU3///8mJU3///8mJU3///8mJU3///8mJU3///8mJU3///8mJU3///8mJU3///8mJU3///8mJU3///8mJU2GeWY5AAAAHXRSTlMAEREiIjMzRERVVWZmd3eIiKqqu7vMzN3d7u7//xaZ+V4AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMTkvMTgSQCmeAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAPFJREFUKJGVkdsagiAQhEdTwSNoZYG+/3O2KxBEdtHcCP+3zIwAoJS5SpAGu+eyAyC/KKtDqU+wZqdmzegq4TSlEXYiUkJ39KmWN75VtO+euIWVGw5TxHer+aQOeYcrc5/UTDK2cNxPIrYO3Dn7lJRTExlbpfxDf3KL5ZQvP+5Zpt2iy3D8TJO/o7vlQuQqGPdmy2V6QHxRVotCnWDFTvU9o3fh33dMI8zIXaBa+lzmN75eaN8+cA0rNxymiG9G8UkV8g5X5j6pHkVs4bifRGwduHP2KSmnJiK2SvmH/uQG8ymff9yzSLtFl/74mTp/R2IvAFxIxit1gawAAAAASUVORK5CYII=") no-repeat top center;
  width: 23px;
  height: 20px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-viber {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUBAMAAACdextHAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///8uLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUxO3RAmAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMS8yOC8xONy0LrYAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAx0lEQVQImWNgYGDu/f+3mQEEWPf/u3vv/xYQc/5RBQYG1fMTgILfwXJsXxkYeDcwGrCVMjDsZWCId5D9wlzRwOAfwLBfwP4fY3sZg9wGhrcMvL8YIsoZeB8w/GVg/czAHK7A+wHIZDjDwMAkAGS+ZWCQWyihwMB3gWGdAAPT+/tPGeQnMPg7MDBI/v8JNJSB5wDQLs2JDHeA7volALJY6guQiH/CoGRS/T8ByGRaxvL//98msKNMrV2cwIoYGCwmMsAAnwGEBgBX4jjEtNXAHgAAAABJRU5ErkJggg==") no-repeat top center;
  width: 19px;
  height: 20px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-velcom {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMTcvMTjyn16tAAABhUlEQVQokZ2SS0sbURiGn7kkk2SSkJrUSyNMGivYXKbaePkBLppCV10UEQShqKAbV6Gb/qZS6E6LFPoHWqoxKliNqIEYuxCTmmE+F16wHUshL5zN+70P5+U7RwGEDqR2AnnAvt4QiYTpCeUzBs+Hgx5fAOnpNuR9aUJKy2MSjQbkxh9I+eSwOiL12qjkM8atrwIkH5m8nbHRdY1I2MfcbBZNM3hs6ax9ztKXDBDv0lldyTFeuLpZ0XVV5mdtLCtCo9FCVUFR/LjOGUsLQv+QCacOuALxAF/X6ky+qKA6jsuHT9s0TlqEgjrnTZVw6IJ3ixr9XT7cehsU4IHO7s4ZC4s/uWgLynVnentMpt9ksZIaU6+axKJw3gRNhUgqQLX6m+LLMhuV1lVV7rzjw4TJl49PeJrz8evYQVEgGtPYr7Upvt5ic7vl3erNGRr0y953W9zjgkitILvfbElbfvk75wEBGUwbclR+JgfrtqRT90LyR9W7sjNBXIEf5eZ9Y/4J/k8d/9VLg0qQnsDLGroAAAAASUVORK5CYII=") no-repeat top center;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-search {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXBAMAAAD9xqKtAAAAA3NCSVQICAjb4U/gAAAALVBMVEX///////////////////////////////////////////////////////////+g0jAFAAAAD3RSTlMAESIzRFVmd5mqu8zd7v8tOr1yAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMS8yOC8xONy0LrYAAACPSURBVBiVY2BgiL73disDBFi/A4JFYCbzvleBYvteK4DY3G8CGBhY7y0AseOegsg8MLlvA1j2FYi8lwAi2d6CyHcCIJLpHTobooYdrGYd2DRpsN64Z2Azn4BIrrdAReL3JoB17XudpA51A4MW0GlvVzlAHBp17+0Uli0MCODlgGCzTEGS8EWWaMElgazDBQDGjDLsTlcHtAAAAABJRU5ErkJggg==") no-repeat top center;
  width: 22px;
  height: 23px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-search-footer {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARBAMAAAAidOHKAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///+cnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJwmsXXAAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMjgvMTjctC62AAAAZUlEQVQImWNgkPx3/woDCDCeUmCoSwCxuBcyMLA8ArHsFIDEShCrGkTEgYgqEKEPImpAhB+cWAXWuwCo9wuIxfxKgTFvIdho7bfnnnaBWQxqKQySExlgoAvO4kQIdiIEJ8BYjO0AST4ViMVXk7QAAAAASUVORK5CYII=") no-repeat top center;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-facebook {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbBAMAAAB/+ulmAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///8uLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUxO3RAmAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMjgvMTjctC62AAAAq0lEQVQYlWNgAAKxOf//TBNggALJ/yDwE8pnew/m/n8G4c7/DwUTQDxOEOtmOVDwJ4ib/x/M8AdSCQwMjCCdDyDch1C1GxhU6iGK5CHc/WDDBMBa4dwEsDXfAxhM6iFWnQeSHxggRv0/wPAfmfsBzP2RwJCxHsGFG/UBrBfOPQDxAIw7Ad1eNFdxInF/Qn0E5T6E+hfKTYCGxo2O+/+hoYEWVughiRbOyLEAAAM5+Atq3N0fAAAAAElFTkSuQmCC") no-repeat top center;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-youtube {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAcBAMAAACJyGLdAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///8uLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUwuLUxO3RAmAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMjgvMTjctC62AAAAz0lEQVQYlWNgQAX5Cj8QHP2UzwgOz4wHHgksQgZgDvvtSX++83tsAHOY/4d82A3jMNxnQeLsR+bsQebsZvl0ir8KxmE8/5Xv9QaYVSIKTAIQhouLi1sKkAByOf7DANCF9XDO/wSGHQwM/v9/g+U3MLx0ZKmHci4w/P/Cf/zHarbef+X3P4A4DR+8GZg+M8jBOQwXGLgRnA0oHBEfJI53LYTTAOQccAcq2w/kMHgzMAJNO8Cw/lf/ixvrunr+ddxfAHQLHBgwMK9+D2GeXsIAADyokrbBhExUAAAAAElFTkSuQmCC") no-repeat top center;
  width: 24px;
  height: 28px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-backlink {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQAQMAAAAs1s1YAAAAA3NCSVQICAjb4U/gAAAABlBMVEX///8AAABVwtN+AAAAAnRSTlMA/1uRIrUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAFnRFWHRDcmVhdGlvbiBUaW1lADExLzI5LzE4ZAhJ0wAAACtJREFUCJljYACBBgYGRiDFBMQsQMwBxAJArADE9f8/gGkBqDgLVB0jRB8AdfUD7Rp5WrwAAAAASUVORK5CYII=") no-repeat top center;
  width: 20px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-list-style {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAA3NCSVQICAjb4U/gAAAAIVBMVEX/////0wDzygXatxDCpBu2myGFdjZ5bTxhWkdIR1I8PlfMu92/AAAAC3RSTlMA/////////////312fdUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAFnRFWHRDcmVhdGlvbiBUaW1lADExLzI5LzE4ZAhJ0wAAACdJREFUCJljEIQABtLoQAgtshBCW0JooVkQWmMVhK6C0GKroHwgAAAn5g3BuouQ8gAAAABJRU5ErkJggg==") no-repeat top center;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-download {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAMAAADHso01AAAAA3NCSVQICAjb4U/gAAAA+VBMVEX///9fb59TYYwpMEUTFiALDRIJCg8GBwoAAABXZpJTYYwLDRIJCg8DAwUAAABkc6JTYYxPXIQGBwoAAABTYYwGBwoEBQcAAABaaZYAAABaaZZTYYwDAwUAAABcbJpTYYxPXIQDAwUAAABTYYxPXIQDAwUAAABPXIROW4MDAwUAAABaaZZXZpJPXIQDAwVPXIQDAwUAAABPXIQDAwVPXIQAAABPXIQAAAD////5+vzw8fXl5+/e4evY3OfV2ebJzt66wda7wtawuM+nsMqWoMCPmruCj7R/jLJ5h690gqtxf6lreqZkc6JaaZZXZpJTYYxPXIROW4MAAACsrVX/AAAAU3RSTlMAEREREREREREiIiIiIiIzMzMzM0RERERVVWZmZmZ3d3d3d4iIiIiZmZmZqqqqqru7u8zM3d3u7v///////////////////////////////////1BuJ5IAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAFnRFWHRDcmVhdGlvbiBUaW1lADExLzI5LzE4ZAhJ0wAAAU9JREFUKJHFkulSwjAURiMCapVqBRfcoLQIRS0gqwngroC0veb9H8Y0SRfaGf56Zjq505ObJl+KEOfkOgSlOOjQgNHITukBrctWnc3oJOwp1cOadnSa6C/Ts6DM0i6qJ/yaZksnfKFVCMoc/3LMK1XTuDFM02CPWdlmizOs0DfAdQBcF8BzHE8ZjLLCW0I3V3j6vMCTF5hOZqutK9o7zu/uIFv65g92x+/EGc/JN4DC+kQ8lO4L/TSdfGEgHzPyBhpLwer6DEK99JbYGS/Ip+NrST3QGH6XmLwCmUNM31J+2obnb9rfuesBHIW6RVV/2JPn5lSjrIq1oFJb6lrImYd2u31/V0lnLoIETn+zfvwPndmkFa0ktaYpaS0ln8BDjP+pjMPA9jPiRY/atYjyubBDRc7P2TSOfsFtdD0oX1AjiqgC8ctLYwxLGyxCl2L4A9WHXw5N49omAAAAAElFTkSuQmCC") no-repeat top center;
  width: 30px;
  height: 31px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

body {
  padding: 0px;
  margin: 0;
  line-height: 140%;
  color: #111;
}

img {
  border: 0px;
}

/* GLOBAL */
.str {
  font-weight: bold;
}

.block-container {
  background-color: #FFF;
}

.primary_menu-menuigation {
  background: #FFF;
  width: 100%;
}

#header {
  height: 120px;
}

#header .logo {
  margin: 35px 0 0 35px;
}

.slogan {
  font: 21px Calibri, "Roboto";
  margin: 0px;
  border-left: 1px solid #CCC;
  padding-left: 20px;
  color: #999;
}

.phones {
  font: bold 19px Calibri, "Roboto";
  padding: 4px 0 10px 40px;
  background: url("/static/images/ico-phone.gif") no-repeat;
  margin: 0;
  display: inline-block;
}

.phones span {
  font: 17px Calibri, "Roboto";
  color: #999;
}

.order-now-top {
  font: bold 15px Calibri, "Roboto";
  padding: 4px 0 10px 40px;
  margin: 0px;
  display: inline;
}

.order-now-top a {
  color: #FFF;
  text-decoration: none;
  text-shadow: -1px -1px #D57A00;
  padding: 4px 16px 5px;
  overflow: hidden;
  display: block;
  height: 28px;
  background: #FF9400;
  border-radius: 15px;
  display: inline;
}

.order-now-top a:hover {
  color: #FFF;
  text-shadow: none;
  background: #1B3582;
  text-decoration: none;
}

#main {
  clear: both;
}

#content .container, #content .move-to-top, #content .page_start__slider__wrapper, #content .page_start__slider__items, #content .carousel-inner {
  padding: 30px 40px 30px 40px;
}

#content-inner .container, #content-inner .move-to-top, #content-inner .page_start__slider__wrapper, #content-inner .page_start__slider__items, #content-inner .carousel-inner {
  padding: 10px 36px 30px 36px;
}

#content-inner {
  min-height: 640px;
}

#content-inner .title {
  clear: both;
}

#sidebar-2 .sd {
  padding: 15px 0px 20px 0px;
}

/* MENU */
.primary-menu {
  background-color: #202020;
  height: 39px;
}

.elem-primary_menu {
  padding-left: 25px;
}

ul.primary_menu-menu li.last {
  background: none;
}

input.tbutton {
  border: 0;
  margin-top: -1px;
  margin-left: 5px;
  position: absolute;
}

.block-searh {
  float: right;
  padding-right: 42px;
  margin-top: 10px;
}

.tsearch {
  background-color: #E2B1CC;
  border: 1px solid #A43D75;
  height: 22px;
}

.primary_menu-menu {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.primary_menu-menu > ul li {
  background: none;
  text-transform: uppercase;
}

.primary_menu-menu > ul > li {
  height: 39px;
  background-color: #202020;
}

.primary_menu-menu > ul > li > a {
  text-align: center;
  white-space: nowrap;
}

.primary_menu-menu > ul > li {
  float: left;
  background-color: #202020;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  display: block;
}

.primary_menu-menu > ul > li > ul > li ul {
  margin: 0;
  padding: 0;
}

.primary_menu-menu > ul > li > ul > li li {
  padding: 0 0 0 10px;
}

.primary_menu-menu > ul > li > ul > li li {
  padding: 0 0 0 10px;
}

.primary_menu-menu > ul > li ul > li {
  padding: 1px 0 0 0;
  background-color: #202020;
  margin: 0;
  border-top: solid 1px white;
}

.primary_menu-menu > ul > li.last a {
  border-right: 0;
}

.primary_menu-menu > ul > li {
  border-right: 1px solid #676767;
}

.primary_menu-menu > ul > li:last-child {
  border-right: none;
}

.primary_menu-menu > ul > li a {
  font: normal 16px Calibri;
  color: #FFF;
  padding: 10px 5px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  height: 39px;
}

.primary_menu-menu > ul > li > ul > li a {
  padding: 5px 15px;
  text-transform: none;
  text-decoration: none;
  display: block;
  height: auto;
  border-right: none;
}

.primary_menu-menu li:hover {
  color: #43406F;
  text-shadow: none;
}

.primary_menu-menu li.active > a {
  background-color: #3C3C3C;
}

.primary_menu-menu li.active > a, .primary_menu-menu li.active > a:hover {
  color: #FFFFFF;
}

.primary_menu-menu li a:hover {
  color: #FFFFFF;
}

/* Submenu */
.primary_menu-menu > ul > li > ul {
  position: absolute;
  padding: 0;
  margin: 0;
}

.primary_menu-menu li:hover > ul {
  display: block;
}

.primary_menu-menu li ul li, .primary_menu-menu li ul li a {
  float: none;
}

.primary_menu-menu li ul li {
  background-color: #EFEFF0;
  _display: inline;
  /* for IE6 */
}

.primary_menu-menu li ul li a {
  width: 250px;
  display: block;
  font: 14px "Roboto";
}

/* SUBSUB Menu */
.primary_menu-menu li ul li ul {
  display: none;
}

.primary_menu-menu li ul li:hover ul {
  left: 100%;
  top: 0;
}

.primary_menu-menu li ul li:hover ul {
  left: 100%;
  top: 0;
}

.head {
  padding-top: 20px;
}

.head {
  padding: 20px 15px;
}

.head > .row > div:last-child > div {
  float: right;
}

.head .slogan {
  margin-top: 30px;
}

.head .logo {
  margin-top: 15px;
}

.head .phones {
  width: 305px;
}

.order-now-top {
  width: 305px;
  margin-top: 10px;
}

.primary-menu {
  background: none;
}

.primary_menu-menu > ul > li {
  z-index: 1000;
  padding: auto;
}

.primary_menu-menu > ul > li > ul {
  z-index: 1000;
}

.primary_menu-menu > ul > li > ul ul {
  display: block !important;
}

.slides_container img {
  width: 100%;
}

.carousel-control {
  width: 35px;
  vertical-align: middle;
}

.carousel-control img {
  display: inline-block;
  vertical-align: middle;
}

.carousel-control.left {
  background: url("/static/images//media/images/arrow-prev.png") no-repeat center;
}

.carousel-control.right {
  background: url("/static/images//media/images/arrow-next.png") no-repeat center;
}

.carousel-indicators {
  width: 100;
  left: auto;
  width: auto;
  right: 50px;
  bottom: 0px;
}

.carousel-indicators li {
  list-style-type: none;
  list-style: none;
  display: block;
  width: 5px;
  height: 5px;
  background: url("/static/images/pagination.png") no-repeat 0 0;
  float: left;
  overflow: hidden;
  padding: 12px 12px 0 0;
  border: none;
  margin: 0 0 0 10px;
}

.carousel-indicators li.active {
  background: url("/static/images/pagination.png") no-repeat -1px -12px;
  border: none;
  margin: 0 0 0 10px;
}

.primary-menu {
  background: #202020;
}

.content {
  padding: 0;
}

.content > div:nth-child(2) {
  padding: 0px 0 0 15px;
  margin: 0;
}

.content > div:nth-child(2) > div:last-child {
  padding: 0px 0 0 0px;
  margin: 0;
}

.block-catalog-menu > ul > li {
  background: none;
  font: 14px "Roboto";
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #FFF;
}

.block-catalog-menu > ul > li > a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.block-catalog-menu > ul > li ul {
  list-style: none;
  background: #F0F0F0;
}

.block-catalog-menu > ul > li li {
  background: none;
  padding: 0;
  margin: 0;
}

.block-catalog-menu > ul > li a {
  background: #F0F0F0;
  padding: 11px 12px 11px 14px;
  display: block;
  text-decoration: none;
  position: relative;
}

.block-catalog-menu > ul > li a:hover {
  background: #FE9500;
  color: #FFF;
  display: block;
}

.block-catalog-menu > ul > li.last {
  border-bottom: 0;
}

.block-catalog-menu > ul > li li.active > a, .block-catalog-menu > ul > li li.active > a:hover {
  background: #233e8c !important;
  display: block;
  color: #FFF;
}

.block-catalog-menu > ul > li.active > a, .block-catalog-menu > ul > li.active > a:hover {
  background: #1B3582;
  display: block;
  color: #FFF;
}

.block-catalog-menu > ul > li li > a {
  padding-left: 35px;
}

.block-catalog-menu > ul > li li > a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #202020;
  position: absolute;
  left: 14px;
  top: 15px;
}

.block-catalog-menu > ul > li li > a:hover:before {
  background-color: #fff;
}

.block-catalog-menu > ul > li li.active > a:before, .block-catalog-menu > ul > li li.active > a:hover:before {
  background-color: #fff !important;
}

.elem-primary_menu li.first {
  padding-left: 0px;
}

.elem-primary_menu li.last {
  border-right: 0;
}

.elem-primary_menu li {
  font: bold 15px Trebuchet MS, Tahoma;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #CCC;
}

li.active a, li.active a:hover {
  color: #333;
  text-decoration: none;
}

.title {
  font: 20px Trebuchet MS, Tahoma;
  color: #999;
  padding: 0 0 13px 0px;
}

.pager li {
  font: bold 12px Tahoma;
  float: left;
  background: none;
  margin: 0 10px 0 0;
}

.pager li.active a, .pager li.active a:hover {
  color: #FA551F;
}

.banner-right {
  padding-top: 20px;
}

.elem-breadcrumbs {
  margin: 0px auto 0 auto;
}

.elem-breadcrumbs ul {
  padding: 0;
  margin: 0;
}

ul.breadcrumbs-menu li {
  font: 10px "Roboto";
  background: none;
  padding: 0;
  margin: 0;
  display: inline;
}

.block-news {
  padding-top: 20px;
}

.block-news .title {
  font: 20px Trebuchet MS, Tahoma;
}

.block-news ul {
  margin: 0px;
  padding: 0;
}

.block-news li {
  display: block;
  background: none;
  padding: 0 0 0 0px;
  margin: 0 0px 20px 0px;
  float: left;
}

.block-news li > div {
  font: 12px "Roboto";
}

.block-news li > div > div, .block-news li > div > span {
  margin-left: 110px;
}

.block-news li img {
  float: left;
  margin-right: 10px;
}

.date {
  color: #777;
  padding: 5px 0 16px 0;
  display: block;
}

.block-news .read_more {
  clear: both;
  margin: 0;
}

#footer {
  background: #FFF;
}

.copyright {
  font: 11px "Roboto";
  padding: 11px 0 20px 15px;
  text-shadow: 1px 1px #FFF;
  color: #999;
}

.copyright p {
  font: 11px "Roboto";
  padding: 0;
  margin: 0 0 5px 0;
  color: #333;
}

.copyright div {
  font: 10px "Roboto";
}

.counters div {
  padding: 15px 20px;
}

.block-search {
  margin: 0px 0 0 20px;
}

.block-search div {
  padding-right: 20px;
}

.block-search input.line {
  width: 160px;
}

.block-search input.poisk-but {
  border: 0;
  margin-left: 10px;
  height: 18px;
  width: 16px;
}

.prize {
  padding: 0 20px;
}

.prize div {
  font: 11px "Roboto";
  color: #777;
  border: 1px dashed #E2E2E2;
  padding: 6px;
  text-align: center;
}

.prize img {
  margin-bottom: 4px;
}

.elem-article-teasers a {
  font: 15px "Roboto";
  display: block;
  padding-bottom: 3px;
}

.elem-article-teasers li {
  font: 11px/1.3 "Roboto";
  color: #666;
  margin: 0;
  background: url("/static/images/li-articles-big.gif") no-repeat;
  padding-left: 29px;
  padding-bottom: 23px;
}

.elem-news-teasers a {
  font: bold 13px "Roboto";
  display: block;
  padding-bottom: 3px;
}

.elem-news-teasers li {
  font: 11px/1.3 "Roboto";
  color: #666;
  background: url("/static/images/li-news.gif") no-repeat;
  padding-left: 22px;
  padding-bottom: 13px;
}

.elem-news-teasers ul, .elem-article-teasers ul {
  margin-left: 0px;
  padding-left: 0;
}

.elem-contact-view label {
  font: bold 12px "Roboto";
}

.form-required_legend {
  font: 12px "Roboto";
}

.elem-children, .elem-files-teasers {
  margin: 0 0 15px 0;
}

.elem-children li {
  font-weight: bold;
  padding: 0px 0 12px 29px;
  margin: 0;
  background: url("/static/images/li-catalog.gif") no-repeat;
}

.elem-files-teasers li .teaser {
  font: 11px "Roboto";
}

.elem-contact-view {
  clear: both;
  padding-bottom: 12px;
}

.form-item input {
  width: 320px;
}

.form-item textarea {
  width: 400px;
}

input#id_captcha_1 {
  font: 17px "Roboto" !important;
  width: 70px;
}

.form-label-name {
  padding: 10px 0 5px 0;
}

span.required_symbol {
  color: #C4023E;
  padding-right: 5px;
}

.form-item-submit {
  padding-top: 20px;
}

.errorlist {
  color: #F30;
}

.block-files {
  padding-top: 20px;
}

.block-files li {
  font-size: 85%;
  line-height: 140%;
  background: url("/static/images/li-files.gif") no-repeat;
  padding-left: 25px;
  margin: 0 0 10px 0;
  color: #666;
}

.read_more {
  font-size: 85%;
  font-weight: bold;
}

.elem-files-files a {
  font: bold 13px "Roboto";
  display: block;
  padding-bottom: 3px;
}

.elem-files-files li {
  font: 11px/1.3 "Roboto";
  color: #666;
  background: url("/static/images/li-files-big.gif") no-repeat;
  padding: 3px 0 23px 29px;
  margin: 0;
}

.block-articles {
  padding: 20px 0 0 0;
}

.block-articles ul, .block-files ul {
  margin: 0 0 20px 0;
  padding: 0;
}

.block-articles li {
  font-size: 90%;
  line-height: 140%;
  background: url("/static/images/li-articles.gif") no-repeat;
  padding-left: 25px;
  padding-bottom: 4px;
  margin: 0 0 10px 0;
  color: #666;
}

.elem-backlink {
  font: 10px "Roboto";
  padding-top: 10px;
  clear: both;
}

.elem-backlink a {
  background: url("/static/images/ico-back.gif") no-repeat;
  display: block;
  padding-left: 10px;
}

.description {
  clear: both;
  padding-top: 20px;
}

.elem-catalog-teasers li div.image {
  width: 100px;
  height: 100px;
}

.elem-catalog-teasers .description {
  margin-top: -100px;
  margin-left: 115px;
}

.elem-catalog-teasers .description a {
  font: bold 17px/1.0 Trebuchet Ms, "Roboto";
  padding: 0;
}

.elem-catalog-teasers .description .info {
  color: #666;
  margin-top: 5px;
}

.elem-catalog-teasers ul li {
  border-bottom: 1px solid #DDD;
  padding: 10px 0 0px 0;
  background: none;
}

.main__content__wrapper .elem-catalog-teasers ul li::before {
  background: none;
  padding: 0;
  margin: 0;
}

.main__content__wrapper .elem-catalog-teasers ul li {
  padding: 15px 0 15px 0;
  margin: 0;
  min-height: 130px;
}

div.place {
  background-color: #EBEBEA;
  padding: 10px;
  border: 1px solid #CCC;
}

div.place h2 {
  padding: 0px 0 6px 0;
  margin: 0;
}

div.place p {
  font: 12px "Roboto";
}

div.banners {
  padding: 30px 0 0 20px;
}

.elem-page-catitem {
  margin: 0;
}

.elem-page-catitem .image {
  font-size: 70%;
  line-height: 110%;
  color: #666666;
  display: block;
  float: left;
  height: 150px;
  width: 150px;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #CCC;
  text-align: center;
}

.elem-page-catitem {
  clear: both;
}

.order-now {
  padding: 10px 0 10px 20px;
}

.elem-gallery-teasers ul, .elem-gallery-images ul {
  margin: 0;
  padding: 0;
}

.elem-gallery-teasers li {
  float: left;
  list-style: none;
  width: 145px;
  margin-right: 22px;
  height: 310px;
  overflow: hidden;
}

.elem-gallery-images li {
  background: none;
  padding-left: 0;
}

.info {
  font-size: 12px;
  line-height: 1.1;
  padding: 4px 0 10px 0;
}

.elem-gallery-teasers li {
  padding-left: 0;
}

.elem-gallery-teasers li div.header {
  font: bold 12px Tahoma;
  width: 160px;
}

.elem-gallery-teasers li div.header a {
  display: block;
  padding: 5px 0;
}

.elem-gallery-teasers li div.header a:hover {
  text-decoration: none;
}

.elem-gallery-images li {
  float: left;
  list-style: none;
  width: 168px;
  height: 140px;
}

.elem-gallery-teasers li .image {
  margin-bottom: -3px;
}

.elem-gallery-teasers div.description {
  font: 11px "Roboto";
  padding: 0 10px 0 0;
  color: #666;
}

.elem-catalog-teasers {
  padding-bottom: 30px;
}

.elem-catalog-teasers li {
  background: url("/static/images/li-catalog.gif") no-repeat;
}

.info {
  color: #666;
}

.item_request {
  margin: 30px 0 40px 0;
  font: bold 13px Tahoma;
}

.elem-message-error {
  color: #F30;
}

.form-item input[type="submit"] {
  width: 200px;
}

.item_request a, input[type="submit"] {
  background-color: #CD0E0E;
  color: #FFF;
  font: 20px/1.3 Trebuchet MS,Tahoma;
  padding: 6px 24px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.item_request a:hover,
input[type="submit"]:hover {
  background-color: #020202;
  text-decoration: none;
  -webkit-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  cursor: pointer;
  color: #fff;
}

.item_request span {
  padding-top: 5px;
  display: block;
}

.elem-gallery-images li {
  float: left;
  background: none;
  padding: 0;
  margin: 0 30px 30px 0;
  height: 310px;
  width: 145px;
}

.elem-gallery-images li .description {
  font: 11px Tahoma;
  color: #666;
  padding-top: 3px;
}

.image-border a img {
  display: block;
}

.image-border img {
  display: none;
}

.shadow-block {
  height: 6px;
  margin: 10px auto;
  z-index: 101;
  border-top: 1px solid #EAEAEA;
}

/** CMS ON SITE **/
.elem-scms_control {
  background: #F3F3F3;
  border: 1px solid #AAA;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 2px;
}

.elem-scms_control ul {
  margin: 0;
  padding: 0;
}

.elem-scms_control ul li {
  background: #F3F3F3;
  border: 1px solid #AAA;
  border-bottom-color: #999;
  color: #333;
  cursor: pointer;
  float: left;
  font-weight: bold;
  list-style: none;
  margin: 2px;
  padding: 0;
  text-align: center;
}

.elem-scms_control ul li a {
  color: #333;
  display: block;
  float: left;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0px 6px;
  text-decoration: none;
  white-space: nowrap;
}

.elem-scms_control ul li a:hover {
  background-color: #555;
  color: #FFF;
}

.elem-scms_control ul li:active {
  background: #E3E3E3;
}

.elem-scms_control ul li:active * {
  color: #333;
}

/** Slider **/
#slides {
  z-index: 100;
  background-color: #F0F0F0;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div.slide {
  width: 100%;
  height: 360px;
  background-color: #F0F0F0;
  display: block;
}

/*
	Next/prev buttons
*/
#slides .next, #slides .prev {
  position: absolute;
  margin-top: -230px;
  display: block;
  z-index: 101;
}

#slides .next {
  margin-left: 1150px;
}

#slides .prev {
  margin-left: 0px;
}

/*
	Pagination
*/
.pagination {
  margin: -30px auto 0 1050px;
  width: 200px;
  z-index: 10000;
  position: absolute;
}

.pagination li {
  float: left;
  margin: 0 1px;
  padding: 0 5px;
  list-style: none;
  background: none;
}

.pagination li a, .pagination li a:hover {
  display: block;
  width: 5px;
  height: 5px;
  background: url("/static/images/pagination.png") no-repeat 0 0;
  float: left;
  overflow: hidden;
  padding: 12px 12px 0 0;
  border: none;
}

.pagination li.current a {
  background: url("/static/images/pagination.png") no-repeat 0 -12px;
  border: none;
}

/*
	Banner-video
*/
.banner-video {
  font: 13px/1.3 "Roboto";
}

/* debug */
div {
  border: solid 0px magenta;
}

/*.main > div:nth-child(2) { margin-right: -25px;}*/
.primary-menu-catalog {
  background: #F0F0F0;
}

button.cookies {
  width: 16px;
  height: 15px;
  background: #fff;
  border: solid 2px #1D3783;
  margin: 5px 3px 3px 0;
  border-radius: 4px;
  padding: 0;
}

button.cookies span {
  background: #1D3783;
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 0 3px 0;
}

button.cookies span:last-child {
  background: #1D3783;
  display: block;
  width: 70%;
  height: 2px;
  margin: 0;
}

div.cookies {
  position: relative;
}

div.cookies > div {
  display: inline;
  font: normal 20px "Roboto";
  margin-top: 5px;
  position: absolute;
  color: #fff;
}

div.primary-menu-catalog > div {
  color: #1D3783;
}

img {
  border: 0px;
}

table {
  border-collapse: collapse;
}

a {
  color: #020202;
  text-decoration: underline;
}

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

td,
th {
  vertical-align: top;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Calibri, "Roboto";
  line-height: 130%;
}

h1, .head-1 {
  font-size: 230%;
  font-weight: normal;
  padding: 0;
  margin: 0 0 30px 0px;
  color: #413E6D;
  text-transform: uppercase;
}

h2, .head-2 {
  font-size: 180%;
  font-weight: normal;
  padding: 0;
  margin: 33px 0 13px 0;
}

h3, .head-3 {
  font-size: 140%;
  font-weight: normal;
  padding: 0;
  margin: 28px 0 13px 0;
}

h4, .head-4 {
  font-size: 120%;
  font-weight: normal;
  padding: 0;
  margin: 24px 0 13px 0;
  color: #413E6D;
}

p {
  margin: 0 0 13px 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0 0 15px 0;
}

li p {
  font-size: 85%;
  margin: 0 0 9px 0;
}

/* decor style */
.str {
  font-weight: bold;
}

/* decor table */
.tab th {
  background: #CCC;
  color: #000;
  font: bold 16px/1.3 Trebuchet MS,"Roboto";
  padding: 7px 15px;
  text-shadow: 1px 1px #FFF;
  border-right: 1px solid #FFF;
  text-align: left;
}

.tab td {
  background-color: #EAEAEA;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #FFF;
  border-top: 1px solid #EEE;
  padding: 7px 15px;
}

.tab td p {
  font: 12px/1.3 "Roboto";
  padding: 0;
  margin: 0;
}

.tab td li {
  font: 12px/1.3 "Roboto";
}

.tab tbody > tr:nth-child(2n+1) > td {
  background-color: #F5F5F5 !important;
}

.review {
  padding: 0 0 38px 0;
}

.review p.name {
  font: bold 14px "Roboto";
  padding: 0 0 20px 50px;
  background: url("/static/images/bg-review.gif") no-repeat;
}

.review p {
  font: italic 12px/1.3 "Roboto";
  padding: 0 0 9px 0;
}

.review p.review-client {
  font: italic 12px/1.3 "Roboto";
  padding-top: 4px;
  text-align: right;
  color: #999;
}

/* decor ul */
ul.download li.pdf {
  background: url("/static/images/icon-download-pdf.png") no-repeat;
  padding: 5px 0 10px 36px;
}

.section-brand-logo {
  text-align: center;
  margin-bottom: 40px;
}

body {
  min-width: 320px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Roboto";
  line-height: 1.2;
  text-transform: none;
  color: #020202;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

h1 a::hover, .h1 a::hover, h2 a::hover, .h2 a::hover, h3 a::hover, .h3 a::hover, h4 a::hover, .h4 a::hover, h5 a::hover, .h5 a::hover, h6 a::hover, .h6 a::hover {
  color: #CD0E0E;
}

h1, .head-1, .h1 {
  font-size: 35px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 30px 0px;
  text-transform: uppercase;
}

h2, .head-2, .h2 {
  font-size: 30px;
  font-weight: normal;
  padding: 0;
  margin: 60px 0 40px 0;
}

h3, .head-3, .h3 {
  font-size: 27px;
  font-weight: normal;
  padding: 0;
  margin: 50px 0 40px 0;
}

h4, .head-4, .h4 {
  font-size: 24px;
  font-weight: normal;
  padding: 0;
  margin: 50px 0 40px 0;
}

.elem-message {
  margin: 50px 0;
}

.move-to-top {
  text-align: right;
  position: relative;
}

.move-to-top.visible .move-to-top-link {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}

.move-to-top-wrapper {
  position: absolute;
  right: 0;
}

.move-to-top-link {
  content: "";
  display: inline-block;
  background: url("../images/ico-arrow-top.svg") no-repeat top center;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  display: block;
  opacity: 0;
  position: fixed;
  bottom: 80px;
  margin-left: -59px;
  z-index: 99990;
  -webkit-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}

.form-item {
  margin-bottom: 15px;
}

.form-item input, .form-item textarea {
  border: solid 1px #666666;
  font-size: 15px;
  padding: 2px 10px;
}

.form-item input::-webkit-input-placeholder, .form-item textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-item input::-ms-input-placeholder, .form-item textarea::-ms-input-placeholder {
  color: transparent;
}

.form-item input::-moz-placeholder, .form-item textarea::-moz-placeholder {
  color: transparent;
}

.form-item input:-ms-input-placeholder, .form-item textarea:-ms-input-placeholder {
  color: transparent;
}

.form-item input::placeholder, .form-item textarea::placeholder {
  color: transparent;
}

.form-item input {
  width: 100%;
}

.form-item textarea {
  width: 100%;
  height: 170px;
}

.form-item [type='submit'] {
  background: #CD0E0E;
  font: normal 15px "Roboto";
  text-transform: uppercase;
  text-shadow: none;
  color: #FFFFFF;
  border: none;
  padding: 13px 20px;
  width: 165px;
}

.form-label {
  padding: 0 0 0px;
}

.form-label label {
  font-size: 15px;
  font-weight: normal;
  color: #333333;
}

.form .form-row:last-of-type .form-item {
  margin-bottom: 0;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  background: #CD0E0E;
  color: #26254D;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 15px;
}

.button:hover {
  color: inherit;
  text-decoration: none;
  text-shadow: none;
  background: #CD0E0E;
}

.head {
  padding: 29px 0;
  background: #eee;
  text-align: justify;
  line-height: 0;
  font-size: 0;
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.head:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

.head__wrapper {
  padding: 0 37px;
}

.head__logo {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
}

.head__slogan {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
  position: relative;
  color: #060021;
  font: normal 23px "Roboto";
  vertical-align: middle;
  line-height: 1;
  text-align: left;
}

.head__request {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
  position: relative;
}

.head__request__button a {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  vertical-align: bottom;
  background: #CD0E0E;
  padding: 10px 10px 7px 10px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

.head__request__button a:hover {
  background: #020202;
  color: #fff;
  -webkit-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}

.head__request__button a:hover::before {
  background-position: bottom;
}

.head__contacts {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  vertical-align: middle;
  position: relative;
  padding: 0 0 0 60px;
  font-size: 19px;
  line-height: 1.2;
}

.head__contacts::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -58px;
  content: "";
  height: 116px;
  border-left: solid 1px #B8B9C0;
}

.head__contacts span {
  color: #666666;
}

.head__contacts a {
  text-decoration: none;
  color: #020202;
}

.head__contacts a:hover {
  color: #CD0E0E;
}

.head__contacts__phone {
  position: relative;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.head__contacts__phone svg, .head__contacts__phone img {
  display: inline-block;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
  margin-right: 3px;
}

/*
.head__contacts__phone:nth-of-type(2) {
  padding-right: 30px;
}

.head__contacts__phone:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  background: url("../images/ico-ph-megaf.svg") no-repeat;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  right: 0;
  top: 2px;
}
*/
.head__contacts__email {
  margin-top: 5px;
  padding: 0 0 0 30px;
  font-size: 15px;
  position: relative;
}

.head__contacts__email a {
  text-decoration: underline;
  color: #202020;
  display: inline-block;
  position: relative;
}

.head__contacts__email a::before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 14px;
  background: url("../images/ico-head-email.svg") no-repeat center;
  left: 0;
  top: 4px;
  -webkit-transform: translate(-28px, 0);
  -ms-transform: translate(-28px, 0);
  transform: translate(-28px, 0);
}

.menu {
  background: #EEEEEE;
}

.menu:before, .menu:after {
  content: " ";
  display: table;
  clear: both;
}

.menu:after {
  content: " ";
  display: table;
  clear: both;
}

.menu__wrapper {
  background: #202020;
  position: relative;
  padding-right: 37px;
}

.menu__wrapper::before {
  display: block;
  content: "";
  position: absolute;
  border-top: solid 7px transparent;
  border-left: solid 7px transparent;
  border-right: solid 8px #CD0E0E;
  border-bottom: solid 8px #CD0E0E;
  bottom: 0;
  margin-left: -15px;
}

.menu__search {
  display: inline-block;
  vertical-align: middle;
}

.menu__search .search-element {
  line-height: 1.2;
}

.menu__search .search-element-input {
  border: none;
  font: normal 16px 'Roboto';
  vertical-align: middle;
  margin-right: 10px;
  padding: 0 5px;
  width: 160px;
}

.menu__search .search-element-button {
  content: "";
  display: inline-block;
  background: url("../images/ico-nav-search.svg") no-repeat top center;
  width: 22px;
  height: 23px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  vertical-align: middle;
  padding: 0;
}

.menu__search .search-element-button:hover {
  background-color: transparent;
}

.menu .primary-menu {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.menu .primary_menu-menu {
  display: inline-block;
}

.menu .primary_menu-menu a {
  cursor: hand;
  c\ursor: pointer;
}

.menu .primary_menu-menu::after {
  display: block;
  content: "";
  position: absolute;
  border-top: solid 7px transparent;
  border-left: solid 7px transparent;
  border-right: solid 8px #CD0E0E;
  border-bottom: solid 8px #CD0E0E;
  bottom: 0;
  right: 0;
  margin-right: -15px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.menu .primary_menu-menu > ul {
  display: block;
}

.menu .primary_menu-menu > ul > li:first-child > a {
  padding: 10px 37px;
}

.menu .primary_menu-menu > ul > li > a {
  padding: 10px 26px;
  font: 500 14px "Roboto";
  position: relative;
}

.menu .primary_menu-menu > ul > li > a:hover {
  background: #CD0E0E;
  color: #FFFFFF;
}

.menu .primary_menu-menu > ul > li > ul {
  min-width: 340px;
}

.menu .primary_menu-menu > ul > li > ul > li {
  border-top: solid 1px #070124;
  padding: 0;
}

.menu .primary_menu-menu > ul > li > ul > li:first-child, .menu .primary_menu-menu > ul > li > ul > li.active, .menu .primary_menu-menu > ul > li > ul > li.active + li {
  border-top: none;
}

.menu .primary_menu-menu > ul > li > ul > li.active:first-child {
  margin-top: 1px;
}

.menu .primary_menu-menu > ul > li > ul > li > ul {
  display: none !important;
}

.menu .primary_menu-menu > ul > li > ul > li a {
  position: relative;
  padding: 10px 10px 10px 70px;
  min-height: 55px;
  font: normal 16px "Roboto";
  min-width: 100%;
}

.menu .primary_menu-menu > ul > li > ul > li a:hover {
  background: #CD0E0E;
  color: #FFFFFF;
}

.menu .primary_menu-menu > ul > li > ul > li a:hover svg {
  color: #FFFFFF !important;
}

.menu .primary_menu-menu > ul > li > ul > li a:hover img {
  opacity: 0.5;
}

.menu .primary_menu-menu > ul > li > ul > li a img {
  left: 25px;
  top: 10px;
  width: 26px;
  height: 26px;
}

.menu .primary_menu-menu > ul > li > ul > li.active .catalog_menu__item__link__icon svg {
  color: #E32127;
}

.menu .primary_menu-menu > ul > li > ul > li.active .catalog_menu__item__link__icon.active {
  display: block;
}

.menu__navbar {
  text-align: justify;
  line-height: 0;
  font-size: 0;
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding: 7px 15px;
  background: #202020;
}

.menu__navbar:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

.menu__navbar__button {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  vertical-align: middle;
  color: #CD0E0E;
  font: 500 16px "Roboto";
  text-transform: uppercase;
}

.menu__navbar__button::before {
  content: "";
  display: inline-block;
  background: url("../images/ico-mob-menu.svg") no-repeat top center;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  margin-right: 10px;
  margin-top: -1px;
  background-position: bottom;
}

.menu__navbar__button.collapsed {
  color: #fff;
}

.menu__navbar__button.collapsed::before {
  background-position: top;
}

.menu__navbar .menu__search {
  display: inline-block;
  vertical-align: middle;
}

.menu__navbar .menu__search .search-element-input {
  border: none;
  padding: 3px 10px;
}

.front-page .menu {
  margin-bottom: 0;
}

.catalog_menu__item {
  position: relative;
  padding: 0px 20px 15px 15px;
}

.catalog_menu__item.active {
  background: #eee;
}

.catalog_menu__item.active > a {
  color: #020202;
  color: #CD0E0E;
}

.catalog_menu__item.active .catalog_menu__item__link__icon svg {
  color: #202020;
}

.block-catalog-menu .catalog_menu__item__link__icon svg {
  color: #202020;
}

.catalog_menu__item.active .catalog_menu__item__link__icon {
  display: block;
}

.catalog_menu__item.active .catalog_menu__item__link__icon svg {
  color: #E32127 !important;
}

.catalog_menu__item .catalog_menu__item__item.active {
  background: #eee;
}

.catalog_menu__item__link {
  position: relative;
}

.catalog_menu__item__link__icon {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #fff;
  width: 26px;
}

.catalog_menu__item__link img, .catalog_menu__item__link svg {
  display: block;
  max-width: 100%;
}

.catalog_menu__item__link__icon.default {
  display: block;
}

.catalog_menu__item__link:hover .catalog_menu__item__link__icon svg {
  color: #777777;
}

.catalog_menu__item > a {
  display: block;
  text-decoration: none;
  color: #060021;
  font-size: 16px;
  line-height: 1;
  min-height: 46px;
  padding: 16px 5px 5px 50px;
}

.catalog_menu__item a:hover {
  color: #CD0E0E;
}

.catalog_menu__item ul {
  list-style: none;
  margin: 0;
  padding: 20px 15px 0px 42px;
}

.catalog_menu__item ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}

.catalog_menu__item ul li.active a {
  background: #020202;
  color: #fff;
}

.catalog_menu__item ul a {
  display: block;
  line-height: 1;
  text-decoration: none;
  font-size: 15px;
  color: #020202;
  padding: 5px 8px;
}

.catalog_menu__navbar {
  cursor: hand;
  c\ursor: pointer;
  background: #eee;
}

.catalog_menu__navbar__wrapper {
  padding: 15px;
  color: #202020;
  font: bold 16px "Roboto";
  opacity: 0.5;
  text-transform: uppercase;
}

.catalog_menu__navbar__wrapper::before {
  content: "";
  display: inline-block;
  background: url("../images/ico-mob-menu2.svg") no-repeat top center;
  width: 16px;
  height: 15px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  margin-right: 10px;
  margin-top: -1px;
}

.breadcrumbs {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: right;
  font-size: 11px;
  color: #CD0E0E;
  padding-bottom: 5px;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs li.active a {
  color: #CD0E0E;
  font-size: 11px;
}

.brandsect__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font: normal 13px "Roboto";
}

.brandsect__items__item {
  width: calc(33.33% - 40px);
  margin: 0 20px 80px;
  text-align: center;
}

.brandsect__items__item:hover a {
  color: #CD0E0E;
}

.brandsect__items__item__title {
  margin-bottom: 20px;
}

.brandsect__items__item__title a {
  color: #020202;
  font: inherit;
}

.brandsect__items__item__description {
  color: #999;
}

.main__left {
  padding-right: 30px;
}

.main__right {
  padding-right: 37px;
}

.main__right img {
  max-width: 100%;
}

.main__content {
  padding-bottom: 50px;
}

.main__content__wrapper ul {
  list-style: none !important;
  list-style-type: none !important;
}

.main__content__wrapper ul li {
  padding: 0 0 20px 34px;
}

.main__content__wrapper ul li::before {
  content: "";
  display: inline-block;
  background: url("../images/ico-li.svg") no-repeat top center;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}

.main__content__wrapper li {
  position: relative;
  font-size: 17px;
  color: #666;
}

.main__content__wrapper li > ul {
  margin-top: 20px;
}

.main__content__wrapper ol li {
  margin: 0 0 30px 30px;
}

.main__content p {
  margin-bottom: 25px;
  color: #333333;
}

.backlink {
  margin: 150px 0 140px;
}

.backlink a {
  display: block;
  text-decoration: underline;
  color: #202020;
}

.backlink a:hover {
  color: #CD0E0E;
}

.backlink a::before {
  content: "";
  display: inline-block;
  background: url("../images/ico-back-arrow.svg") no-repeat top center;
  width: 20px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  margin-right: 10px;
}

.catsect__attachments {
  margin-top: 40px;
  margin-bottom: 50px;
}

.catsect__attachment {
  margin-bottom: 20px;
}

.catsect__attachment a {
  font-weight: bold;
  color: #202020;
}

.catsect__attachment a:hover {
  color: #CD0E0E;
}

.catsect__attachment a:hover::before {
  opacity: 0.7;
}

.catsect__attachment {
  background: url("../images/ico-docs-download.svg") no-repeat top left;
  padding: 0 0 9px 36px;
}

.catsect__children {
  margin: 100px 0;
}

.catsect__children__item a {
  display: block;
}

.catsect__children__item:hover .catsect__children__item__link a {
  color: #CD0E0E;
}

.catsect__children__item__image {
  text-align: center;
  height: 136px;
  margin-bottom: 10px;
}

.catsect__children__item__image img {
  max-width: 100%;
}

.catsect__children__item__link {
  text-align: center;
  min-height: 70px;
  line-height: 1.2;
  font-size: 15px;
}

.catsect__request {
  margin-top: 30px;
  margin-bottom: 50px;
}

.catsect__request a {
  color: #FFFFFF;
}

.catsect__request a:hover {
  background: #020202;
  color: #fff;
  -webkit-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  text-decoration: none;
}

.front_page__categories__item {
  vertical-align: top;
}

.front_page__categories__item a {
  display: inline-block;
  text-decoration: none;
  padding: 30px 5px;
  font: bold 17px "Roboto";
}

.front_page__categories__item img:last-child {
  display: none;
}

.front_page__categories__item img:first-child {
  display: inline-block;
}

.front_page__categories__item__icon {
  height: 110px;
  margin-bottom: 10px;
}

.front_page__categories__item__icon img {
  height: 105px;
  height: 105px;
}

.front_page__categories__item__link {
  height: 50px;
}

.front_page__categories__item:hover img:first-child {
  display: none;
}

.front_page__categories__item:hover img:last-child {
  display: inline-block;
}

.front_page__categories__item:hover a {
  color: #CD0E0E;
}

.front_page__content {
  background: #EEE;
}

.front_page__content {
  /* background: #EEE url("../images/front-content-background.jpg") no-repeat; */
  background-size: cover;
}

.front_page__content__wrapper {
  padding-top: 363px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front_page__content__wrapper:before, .front_page__content__wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.front_page__content__wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.front_page__content__image {
  float: left;
  width: 36%;
  text-align: center;
  background: url("../images/bg-mens.png") no-repeat bottom;
  background-size: 60%;
}

.front_page__content__image img {
  width: 280px;
}

.front_page__content__body {
  float: left;
  width: 64%;
}

.front_page__content__body::after {
  display: block;
  content: "";
  border-bottom: solid 4px #020202;
  width: 64%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.front_page__content__title {
  margin-top: 40px;
  margin-bottom: 40px;
}

.front_page__content__text {
  padding-right: 37px;
}

.front_page__content__text p, .front_page__content__text li {
  font-size: 15px;
}

.front_page__articles {
  margin-bottom: 30px;
}

.front_page__articles__title {
  margin: 50px 0 30px;
}

.front_page__articles__wrapper {
  margin: 0 37px;
}

.front_page__articles__wrapper:before, .front_page__articles__wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.front_page__articles__wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.articles__wrapper {
  margin: 0 37px;
  margin-left: 37px;
  margin-right: 37px;
}

.articles__wrapper:before, .articles__wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.articles__wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.articles__objects > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articles__item {
  position: relative;
  margin-bottom: 54px;
  margin-right: 25px;
  padding-bottom: 10px;
  height: calc(100% - 54px);
}

.articles__item:before, .articles__item:after {
  content: " ";
  display: table;
  clear: both;
}

.articles__item:after {
  content: " ";
  display: table;
  clear: both;
}

.articles__item__image {
  margin-bottom: 10px;
  float: left;
  margin-right: 30px;
  width: 150px;
  max-width: 100%;
}

.articles__item__title {
  margin-left: 180px;
  line-height: 1.2;
}

.articles__item__title a {
  display: block;
  color: #333;
  font-size: 17px;
}

.articles__item__title a::after {
  display: block;
  content: "";
  position: absolute;
  border-top: solid 7px transparent;
  border-left: solid 7px transparent;
  border-right: solid 7px #CD0E0E;
  border-bottom: solid 7px #CD0E0E;
  right: 0;
  bottom: 0;
}

.articles__item__title a:hover {
  color: #CD0E0E;
}

.articles__item__title a:hover::after {
  border-right: solid 7px #202020;
  border-bottom: solid 7px #202020;
}

.page-search-message {
  margin-bottom: 30px;
}

.page-search-result-list-item-image {
  margin: 5px 10px 10px 0;
  min-width: 130px;
}

.page-search-result-list-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

.search-hightligtht-word {
  border: 2px solid #CD0E0E;
}

.search-element-results {
  display: none;
  position: absolute;
  border: solid 1px #3E3F57;
  padding: 27px 20px 33px;
  background: #EDEDED;
  z-index: 17;
  width: 273px;
  margin-top: 15px;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
  margin-left: -50px;
}

.search-element-results::before {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAALCAMAAADho5XlAAAAA3NCSVQICAjb4U/gAAAAclBMVEX///+TlKCNjZuNjZuCg5GCg5F8fY1yc4Rub4BpanxbXHBaW2/t7e3q6uvk5OXf3+HW1tnNztLMzMzGxsu/v8avr7emprCdnqmZmaWUlaGNjZt8fY1yc4RvcIFiY3ZeX3NbXHBaW29TU2lKS2JCSlpBQloLOZuJAAAAJnRSTlMAIkRViJmqzN3u7u7//////////////////////////////////1i/39wAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMTgvMTiq/E77AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAIRJREFUKJGNkOkOgyAQBrFqvRat9cCWniDv/4pVNNG4q2X+8mWWDGMkXphmIf1E4sf6LW5KRyen+aDX8soBeP3sk8BF/xEFzFzuSp29f/oK1uTNy8T+vv4rckCUUqdEBasvOd7bQx2qMMZpC3pu4fXDLBWmOAfzTYXx94d6VME46BeGCj8fIRH1sTsLdQAAAABJRU5ErkJggg==") no-repeat top center;
  width: 49px;
  height: 11px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  display: block;
  position: absolute;
  content: "";
  margin-top: -38px;
  left: calc(50% - 25px);
}

.search-element-results-list-item {
  line-height: 1;
  margin-bottom: 15px;
}

.search-element-results-list-item:last-child {
  margin-bottom: 0;
}

.search-element-results-list-item-title a {
  text-decoration: underline;
  color: #020202;
  font: normal 15px/1.1 "Roboto";
}

.search-element-results-list-item-title a:hover {
  color: #CD0E0E;
}

.page_start__slider {
  background: #3C3C3C;
  min-height: 596px;
}

.page_start__slider__wrapper {
  padding: 0;
  position: relative;
}

.page_start__slider__items {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.page_start__slider__item {
  position: absolute;
  left: 15px;
  opacity: 0;
  width: calc(100% - 30px);
  z-index: 1;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.page_start__slider__item.active {
  position: relative;
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: 2;
}

.page_start__slider__item img {
  max-width: 100%;
}

.page_start__slider__item__text {
  position: absolute;
  background: #CD0E0E;
  font: 500 26px "Roboto";
  color: #FFFFFF;
  padding: 25px 40px;
  width: 418px;
  line-height: 1.1;
  top: 120px;
  right: 128px;
}

.page_start__slider__controls {
  height: 100;
}

.page_start__slider__control {
  z-index: 3;
  position: absolute;
  bottom: 50%;
  content: "";
  display: inline-block;
  background: url("../images/arrow-sliders.svg") no-repeat top center;
  width: 23px;
  height: 106px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.page_start__slider__control:hover {
  background-position: bottom;
}

.page_start__slider__control.left {
  left: 0;
}

.page_start__slider__control.right {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.footer {
  font-size: 12px;
  color: #020202;
}

.footer .row > div {
  position: relative;
}

.footer__wrapper {
  border-top: solid 1px #EEEEEE;
  padding: 41px 37px 45px;
  padding-left: 37px;
  padding-right: 37px;
}

.footer__wrapper:before, .footer__wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.footer__wrapper:after {
  content: " ";
  display: table;
  clear: both;
}

.footer__social__links {
  word-spacing: 30px;
}

.footer__info {
  position: relative;
  padding-left: 90px;
  padding-top: 10px;
}

.footer__logo {
  position: absolute;
  left: 26px;
  top: 10px;
}

.footer__logo img {
  width: 52px;
}

.footer__copyright {
  line-height: 1;
}

.footer__address {
  color: #999;
}

.footer__all_right {
  color: #999;
  font-size: 11px;
}

.footer__developer {
  text-align: right;
  vertical-align: bottom;
  position: relative;
  padding: 10px 65px 0 0;
  font-size: 11px;
}

.footer__developer__wrapper {
  text-align: right;
}

.footer__search {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
  text-align: right;
}

.footer__search__input {
  vertical-align: middle;
  border: solid 1px #DCDCDC;
}

.footer__search__button {
  content: "";
  display: inline-block;
  background: url("../images/ico-bottom-search.svg") no-repeat top center;
  width: 19px;
  height: 18px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  vertical-align: middle;
  background-color: transparent !important;
  padding: 0 0 0 20px !important;
}

.footer__menu__wrapper {
  text-align: justify;
  line-height: 0;
  font-size: 0;
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
  padding: 25px 0;
}

.footer__menu__wrapper:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

.footer__menu__list {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
}

.footer__menu__element a {
  color: #020202;
  text-transform: uppercase;
  text-decoration: none;
}

.footer__menu__element a:hover {
  color: #CD0E0E;
}

.footer__menu__element a.active {
  color: #999999;
}

.footer__menu__element a::after {
  content: "";
  display: inline-block;
  height: 10px;
  border-right: solid 1px #9B9B9B;
  padding-left: 26px;
  margin-right: 29px;
}

.footer__menu__element a:last-child::after {
  display: none;
}

.catsect__image {
  padding: 0 0 20px 0;
}

.carousel {
  background: #D1D0DC;
  position: relative;
}

.carousel-inner {
  min-height: 596px;
}

.carousel-inner > .item {
  background-size: 100% auto;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}

.carousel-control {
  width: 22px;
}

.carousel-control.left, .carousel-control.right {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABqBAMAAACluNeMAAAAMFBMVEX///////////////////////////////////////////////////////////////9Or7hAAAAAD3RSTlMAESIzRFVmd4iZqrvM3e5GKvWZAAAA90lEQVQ4y72STQ7BYBCGP6VRrYoTNE4gvYEr9AbcgJ0lN+AGvYK9BTfACYoDaKhE6qevFTOT+KREdNU3k2me550q9XiKff/5ruxdj0ITQwoDBBSiW532kdKggoRCDXMKbbAvz0D7BVxoUMaRQhVrCi0OE6JB+9GVBiZOFBxsuczkHzJxTpkxl/H/InOg4GHJZTpMJqN9QyvjYvW7y3hamZA1q0asJlmgoBGcRnxWr91Ul1sLBJvDlTi2EBKqsgSX1yuBwIEWEijQAu01QCr+CijhQKm+IR2Qg01OIF8LpD9Z+nlD4n8y35wsy9WQlftkzM/LWLCm/h35xsJpz+u8CQAAAABJRU5ErkJggg==") no-repeat center;
  opacity: 1;
}

.carousel-control.left:hover, .carousel-control.right:hover {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABqBAMAAACluNeMAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///8+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1cwFyTjAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAAK6wAACusBgosNWgAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi8xOC8xOKr8TvsAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAABAklEQVQ4jb2SyREBURCGn31fIlAiQAZCIAMhcHMkAzKYFNwdyAARWAIwB1vZ5ncy/beqN6VQ5tRfvaqe7+9uY55fclzza1PyCNogmHlFvw7jIg9J7AVymAvU0RdwvLJfh9ybPMRwFEhjQzIYsUzTIuOerTILmwwnY5koTgIZrL+SSbw5GZRtMjQZJVMIkJFarekDmdBSrYkm89Ga3ryZocCA1+RQM9Pj3ygBNSd1WyqOPoEq/zXLHRI4UAf3Sh0mLNRARyDPiVLYCYRB92GW3KEdEImmrfYQEKmuI60E4jz8l0ggoZaONBVQkSIq0sy6pcrfIuHHke72SH2B9JZ6R7q1B0W/wjdH7FtXAAAAAElFTkSuQmCC") no-repeat center;
}

.carousel-control.left {
  left: calc(50% - 635px);
  margin-left: 0px;
}

.carousel-control.right {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  right: calc(50% - 635px);
}

.partners_slider {
  background: #EEEEEE;
  padding: 45px 0;
}

.partners_slider .owl-stage-outer {
  margin: 0 30px;
}

.partners_slider__item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.partners_slider__item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 10px;
  padding: 20px;
  color: transparent;
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAB+CAMAAADIg2shAAAAA3NCSVQICAjb4U/gAAAAZlBMVEX/////0gAuLUz/0gCZgiUuLUz/0gAuLUz/0gAuLUz/0gCliyEuLUz/0gCliyEuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUz/0gAuLUxPfEAPAAAAInRSTlMAEREiIiIzM0REVVVVZmZmd3eIiJmZqqq7u8zM3d3u7v//R0qEVQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMjkvMThkCEnTAAABSklEQVQ4jY2S3bKCQAyDWTgoooiIfyjstu//ku5dkzI4h7vMZNsvKUVhX0ogelVQH51M1KoHU4Pis0XvJvaqe1N3XUyUiw6mTppqUxMuK5P2SJVKpHpuUY26gDEh1UEVlj2JKiEVLyOqOunJ1OCo/ldB7mrcpvqAkSoolNREzjwFSAqK44byQoZxoByCb+yazsXAFfhCrtCSOuR+8x/hgnBmR1eTdTvzKghmHnlqIisd1R18lRmD9KT+zkdQnbxAvVFVURpTF4kBjTcTuyg7U1eZYeIsVzAKGh/yBmOUCxkrUy+aGKUz0YoENAJ+iNKa6hz+wwTnzPhgnCkn4d+2czaE/yNn4/DRKJiTU7uRvI5RHCZH4DO6E1fUH3fr6gwUKtPhSkcXaSW3XQlegq+0XomFMF0rEVaGmeh+FjL7QkCt6LgQAVVEfJi/LyJdJnL9J5+eAAAAAElFTkSuQmCC") no-repeat top center;
  width: 13px;
  height: 63px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.owl-prev:hover, .owl-next:hover {
  background-position: bottom;
}

.owl-prev {
  margin-left: -10px;
}

.owl-next {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: -10px;
}

.paginator {
  font: normal 25px "Roboto";
  word-spacing: 10px;
  color: #020202;
  margin-top: 30px;
  margin-bottom: 90px;
}

.paginator a {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  color: inherit;
  text-decoration: none;
  padding: 0px 10px;
}

.paginator a:hover {
  color: #CD0E0E;
}

.paginator__title {
  display: inline-block;
  vertical-align: middle;
}

.paginator__item {
  display: inline-block;
  vertical-align: middle;
}

.paginator__item.active a {
  background: #CD0E0E;
  color: #FFFFFF;
}

.modal .h1 {
  font-size: 30px;
}

.modal-content {
  border-radius: 0;
  position: relative;
}

.modal-close {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  right: 30px;
  top: 35px;
  text-transform: uppercase;
  font: bold 15px "Roboto";
  color: #020202;
}

.modal-body {
  padding: 30px 50px;
}

.modal-body textarea {
  max-width: 100%;
}

.modal-body .elem-message {
  margin: 30px 0 0;
  font-size: 17px;
  font-family: "Roboto";
}

.modal-body .errorlist {
  list-style: none;
  font-size: 17px;
  font-family: "Roboto";
  color: red;
  padding-bottom: 0;
}

.modal-body .elem-contact-view {
  padding-bottom: 0;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

/*# sourceMappingURL=main.css.map */
h2 {
  padding: 0;
  margin: 12px 0 23px 0;
}

h3 {
  padding: 0;
  margin: 7px 0 17px 0;
}

/* Captcha */
.form__group.checkbox_field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
}

.form__group.checkbox_field .form__item {
  /* width: 0;  */
  /* display: flex; */
}

.form__group.checkbox_field label {
  /* display: inline; */
  /* color: #000; */
  visibility: visible;
  font-weight: normal;
  font-size: 15px;
  font-weight: normal;
  color: #020202;
  display: inline;
  position: relative;
}

.form__group.checkbox_field .required_symbol {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  /* margin-left: 5px; */
}

.form__group.checkbox_field .form__label::after {
  margin-left: 5px;
}

.form__group.checkbox_field input {
  position: absolute;
  left: 0;
  top: 0;
}

.form__group.checkbox_field input[type='checkbox'] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.form__group.checkbox_field input[type='checkbox'] ~ label.error {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.form__group.checkbox_field input[type='checkbox'] ~ label:not(.error) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  padding-left: 50px;
  display: block;
}

.form__group.checkbox_field input[type='checkbox'] ~ label:not(.error)::before {
  content: "";
  background: #fff;
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  height: 17px;
  width: 37px;
  border: solid 1px #ACACAC;
  border-radius: 9px;
  position: relative;
  line-height: 0;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  transform: translate(0, 1px);
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 2px;
}

.form__group.checkbox_field input[type='checkbox'] ~ label:not(.error)::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0px;
  top: 8px;
  -webkit-transform: translate(3px, -1px);
  -ms-transform: translate(3px, -1px);
  transform: translate(3px, -1px);
  background: #ACACAC;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

.form__group.checkbox_field.required label a::after {
  content: "*";
  display: inline-block;
  color: #C4023E;
  text-decoration: none;
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.form__group.checkbox_field input[type='checkbox']:checked ~ label::before {
  border-color: #020202;
}

.form__group.checkbox_field input[type='checkbox']:checked ~ label::after {
  background: #020202;
  -webkit-transform: translate(25px, -1px);
  -ms-transform: translate(25px, -1px);
  transform: translate(25px, -1px);
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

label[for] {
  cursor: hand;
  c\ursor: pointer;
}

.footer__social__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer__social__links a {
  text-decoration: none;
  cursor: hand;
  font-size: 20px;
  display: block;
  margin-right: 10px;
}

.icon-instagramm {
  content: "";
  display: inline-block;
  background: url("../images/ico-soc-instagramm.svg") no-repeat;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-youtube {
  content: "";
  display: inline-block;
  background: url("../images/ico-soc-youtube.svg") no-repeat;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.head__contacts__phone:nth-of-type(1)::after {
  background: none;
  width: 17px;
  height: 17px;
}

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

.main__advantages li {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0;
  text-align: center;
  color: #666666;
  line-height: 1.1;
  font-size: 80%;
}

.main__advantages li img {
  margin-bottom: 10px;
}

.front_page__content__text ol, .main__content__wrapper ol {
  list-style: none !important;
  counter-reset: num;
  margin: 0 0 0 30px;
  padding: 15px 0 5px 0;
  font-size: 16px;
}

.front_page__content__text ol li, .main__content__wrapper ol li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

.front_page__content__text ol li:before, .main__content__wrapper ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -30px;
  width: 20px;
  color: #CD0E0E;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #CCCCCC;
}

.block__gallery__image__item:hover .block__gallery__image {
  grid-area: block__gallery__image;
}

.block__gallery__image__item:hover .block__gallery__image__item__title {
  color: #fff;
}

.block__gallery__image__item:hover .block__gallery__image__item__image, .block__gallery__image__item:hover .block__gallery__image__item__params, .block__gallery__image__item:hover .block__gallery__image__item__order, .block__gallery__image__item:hover .block__gallery__image__item__price {
  text-decoration: none;
}

.block__gallery__image__item:hover .block__gallery__image__item__order span {
  background: #000;
  color: #fff;
}

.block__gallery__image__item.new {
  position: relative;
}

.block__gallery__image__item.new::before {
  content: "";
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABOCAMAAAC5dNAvAAAAA3NCSVQICAjb4U/gAAAAP1BMVEX////wugDwugD////+++/99t/88s/77r/66a/55Z/44Y/43YD33H/32HD21GD10FD0y0DzxzDywyDxvhDwugDd2F+6AAAAFXRSTlMAZpn////////////////////////Va239AAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMi8xNy8yMBvDhcIAAAIRSURBVFiF7ddbk6sgDADg7kkIokLF8P9/6wFstxXcmW7I4/rgdHz4JjcuvX2lD59/t4+eP+/tYVXPkWZ8DoJivg7vzZcBjx347qPYY8IVY/m1KPQjazGF4jk4pSzzqEbmMLbtkHmh5plDa7WhfnSxDXnuaIaOx7ZoPFvXoiKvDkpEMzvYNLw9x4aUx84bpfp5U4cYlOpn5/IOPSfzZptK/QrKCh7jvPlaP0caXrSAayojOKl4x1MG2jmV+lWNQmKjtH5zbIz+jjr7KdOSiwhT7m+3hkVeSdNsZQBV8o1EFvesdd0QxufzthJg7jVxf0umvIVlUfECGItgDVDLyern1m3P67dbHPJ8H5pTmueIE18fSLL9pQxKf3eReuXMcIClertOvuVmkOsXuuMofcY18dV7C3lYu3Q/5Jr6lZetzdhl3OX6SDwZIdetj/C4sgm5szdXDeLRaQnX3V+IJpoQKMq4dn8m9uS3GqiIO3srp9XWX3eWcW2+B3fc2iRce187okv+6f2Wa/q75qs92P3b/TXXrLcd3DZjvIOUazzIbQhI4ujOXt3+dnru9hLu5EVDy+vsEHHnfAOQdO6uPHavc03I/fT/V8r94Im5a0/OXXoD3JU3wl14Q1zvjXGdN8i13ijXeMPc2RvnTp4C9+5pcG+eCvfydLhvT4l7elrcw1PjDk+Pq54iVzxNLnuq3O3rPzKep71AI2RUAAAAAElFTkSuQmCC") no-repeat top center;
  width: 78px;
  height: 78px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

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

.block__gallery__image__button__link {
  cursor: hand;
  c\ursor: pointer;
  opacity: 0.25;
}

.block__gallery__image__button__link:hover, .block__gallery__image__button__link.active, .block__gallery__image__button__link.filter_selected {
  opacity: 1;
}

.block__gallery__image__items__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px 10px -7px;
}

.block__gallery__image__item {
  width: calc(33% - 14px);
  margin: 0 7px 30px;
}

.block__gallery__image__item__wrapper {
  padding-bottom: 20px;
  background: #fff;
  border: solid 1px #DCDCDC;
  padding: 30px 30px 15px;
  padding-bottom: 15px;
}

.block__gallery__image__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 243px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.block__gallery__image__item__image img {
  max-width: 100%;
}

.block__gallery__image__item__bottom {
  text-align: center;
}

.block__gallery__image__item__order {
  text-align: center;
}

.block__gallery__image__item__order span {
  display: inline-block;
  cursor: hand;
  cursor: pointer;
  vertical-align: bottom;
  background: #CD0E0E;
  padding: 10px 10px 7px 10px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

.block__gallery__image__item__order span:hover {
  text-decoration: none;
  background: #020202;
  color: #fff;
  -webkit-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}

/* Mobile head */

.head__mobile {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
  top: 0;
}

.head__mobile.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.head__mobile__menu_button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.head__mobile__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.head__mobile__search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 10px;
}

.head__mobile__menu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.head__mobile__menu a {
  display: block;
  width: 30px;
  height: 30px;
  border: solid 1px #4175B8;
  background: url("../images/icon-page.png") no-repeat center;
  border-radius: 3px;
}

.head__mobile__menu a:hover {
  background-color: #E9E9E9;
}

.head__mobile__phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.head__mobile__phone a {
  display: block;
  width: 29px;
  height: 29px;
}

.head__mobile__phone a:hover {
  background-color: #E9E9E9;
}

.head__mobile__search {
  position: relative;
  height: 30px;
}

.head__mobile__search input[type="text"],
.modal__mobile__search input[type="text"] {
  border-radius: 3px;
  border: solid 1px #CCCCCC;
  width: 100%;
  height: 30px;
  font-size: 17px;
  padding: 3px 5px;
}

.head__mobile__search input[type="submit"],
.modal__mobile__search input[type="submit"] {
  background: url("../images/icon-search-mobile.png") no-repeat center;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  right: 5px;
}

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

.modal__mobile__search input[type="text"] {
  margin-right: 10px;
}

.modal__mobile__search input[type="submit"] {
  position: static;
}

.head__mobile__search a {
  display: inline-block;
  border: solid 1px #4175B8;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  border: solid 1px #4175B8;
  background: url("../images/icon-search-mobile.png") no-repeat center;
  border-radius: 3px;
}

.head__mobile__shopcart {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.head__mobile__shopcart a {
  display: block;
  height: 29px;
  color: #333333;
  min-width: 59px;
  font-size: 17px;
  padding: 3px 10px 3px 10px;
  position: relative;
  vertical-align: middle;
}

.head__mobile__shopcart svg {
  width: 16px;
  height: 16px;
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

/* .head__mobile__shopcart a::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url("../images/svg/basket.svg") no-repeat;
} */
.head__mobile__shopcart a:hover {
  text-decoration: none;
}

.head__mobile__shopcart a.active {
  border: solid 1px #DF171F;
  background: #DF171F;
  color: #fff;
}

.head__mobile__shopcart a.active::before {
  background-position: bottom;
}

.block__mobile_catalog {
  /* Third level */
  /* ------ */
}

.block__mobile_catalog ul.catalog-navigation-block {
  padding: 0;
  margin-bottom: 40px;
}

.block__mobile_catalog ul.catalog-navigation-block li {
  list-style: none;
  margin-bottom: 10px;
}

.block__mobile_catalog ul.catalog-navigation-block > li {
  padding: 10px 0 10px 40px;
  margin: 0;
}

.block__mobile_catalog ul.catalog-navigation-block li > ul {
  display: none;
}

.block__mobile_catalog ul.catalog-navigation-block li.active > ul {
  display: block;
}

.block__mobile_catalog ul.catalog-navigation-block > li:last-child {
  border: none;
}

.block__mobile_catalog ul.catalog-navigation-block > li > a {
  font: bold 15px 'Noto Sans', sans-serif;
}

.block__mobile_catalog ul.catalog-navigation-block ul {
  padding: 0;
}

.block__mobile_catalog ul.catalog-navigation-block > li {
  position: relative;
}

.block__mobile_catalog ul.catalog-navigation-block > li > ul {
  margin: 20px 0;
}

.block__mobile_catalog ul.catalog-navigation-block > li > ul ul {
  margin: 10px 0 20px 0px;
}

.block__mobile_catalog ul.catalog-navigation-block > li > ul li > a {
  font: normal 15px 'Noto Sans', sans-serif;
}

.block__mobile_catalog ul.catalog-navigation-block > li > ul li > a.bold {
  font-weight: bold;
}

.block__mobile_catalog ul.catalog-navigation-block li.active > a {
  color: #E32127;
}

.block__mobile_catalog ul.catalog-navigation-block > li:nth-child(even) {
  margin: 0 0 0 37px;
  border-bottom: solid 1px #F4F4F4;
  padding: 0;
}

.block__mobile_catalog ul.catalog-navigation-block > li > ul > li > ul {
  margin-left: 0;
}

.block__mobile_catalog ul.catalog-navigation-block > li > ul > li > ul > li {
  margin-bottom: 1px;
}

.block__mobile_catalog ul.catalog-navigation-block > li > ul > li > ul > li a {
  padding-left: 20px;
  position: relative;
}

.block__mobile_catalog ul.catalog-navigation-block > li > ul > li > ul > li a:before {
  content: "\2013";
  position: absolute;
  left: 0;
}

.block__mobile_catalog .content-inner-wrap .content-inner > div:first-child {
  padding-bottom: 56px;
}

.block__mobile_catalog .content-inner-wrap .content-inner ul.products {
  margin-top: 20px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes rotation_back {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes rotation_back {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.main__left .catalog_menu__item__link__icon svg {
  color: #202020;
}

.block__gallery {
  grid-area: block__gallery;
}

.block__gallery__image__item__wrapper {
  height: 100%;
  padding: 30px 10px;
}

.block__gallery__image__item__link {
  text-decoration: none;
}

.block__gallery__image__item__link:hover {
  text-decoration: none;
  color: #BC2B20;
}

.block__gallery__image__item__description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  color: #020202;
  text-decoration: none;
  text-align: center;
}

.block__gallery__image__item__description:hover {
  color: #BC2B20;
}

.block__head__mobile__panel {
  grid-area: block__head__mobile__panel;
}

.block__head__mobile__panel .head__mobile a, .block__head__mobile__panel .head__mobile svg {
  color: #5276B7;
}

.block__head__mobile__panel .head__mobile__menu_button {
  cursor: hand;
  c\ursor: pointer;
  margin-right: 18px;
  width: 29px;
  height: 29px;
  position: relative;
}

.block__head__mobile__panel .head__mobile__menu_button svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block__head__mobile__panel .head__mobile__menu_button svg:last-of-type {
  opacity: 0;
  -webkit-animation: rotation_back 0.3s linear;
  animation: rotation_back 0.3s linear;
}

.block__head__mobile__panel .head__mobile__menu_button svg:first-of-type {
  opacity: 1;
}

.block__head__mobile__panel .head__mobile__menu_button.active svg:first-of-type {
  opacity: 0;
}

.block__head__mobile__panel .head__mobile__menu_button.active svg:last-of-type {
  opacity: 1;
  -webkit-animation: rotation 0.3s linear;
  animation: rotation 0.3s linear;
}

.block__head__mobile__panel .head__mobile__logo {
  margin-right: 15px;
}

.block__head__mobile__panel .head__mobile__logo img {
  max-width: 67px;
  max-height: 29px;
}

.block__head__mobile__panel .head__mobile__social {
  margin-right: 9px;
}

.block__head__mobile__panel .head__mobile__social .head__social__item img {
  display: block;
  height: 29px;
  max-width: 100%;
}

.block__head__mobile__panel .head__mobile__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block__head__mobile__panel .head__mobile__search input {
  margin-right: 5px;
  border-radius: 5px;
}

.block__head__mobile__panel .head__mobile__search button {
  background: none;
  border: none;
  padding: 0;
}

.block__head__mobile__panel .head__mobile__search a {
  color: #5276B7;
  border-color: #5276B7;
}

.block__head__mobile__panel .head__mobile__phone {
  margin-right: 9px;
}

.block__head__mobile__panel .head__mobile__phone a {
  cursor: hand;
  c\ursor: pointer;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block__head__mobile__panel .head__mobile__menu a {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block__head__mobile__panel .head__mobile__request a {
  cursor: hand;
  c\ursor: pointer;
  height: 29px;
  width: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #CD0E0E;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.head {
  grid-area: head;
  padding-bottom: 50px;
}

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

.head__logo, .head__contacts {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.head__slogan_and_social_and_request {
  position: relative;
}

.head__slogan_and_social_and_request::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -58px;
  content: "";
  height: 116px;
  border-left: solid 1px #B8B9C0;
  -webkit-transform: translate(-30px, 0);
  -ms-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}

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

.head__slogan {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  /* identical to box height, or 200% */
  color: #000000;
  margin-bottom: 6px;
}

.head__request {
  margin-right: 20px;
}

.head__request__button a {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 10px 10px 10px;
}

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

.head__social__title {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 40px;
  /* identical to box height, or 333% */
  margin-right: 10px;
  color: #838383;
}

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

.head__social__item {
  margin-left: 5px;
}

.block__mobile_catalog ul.catalog-navigation-block > li ul.level-1 > li {
  margin-bottom: 5px;
}

.block__mobile_catalog ul.catalog-navigation-block > li ul.level-1 > li a {
  display: block;
}

.block__mobile_catalog ul.catalog-navigation-block > li ul.level-1 > li > a::before, .block__mobile_catalog ul.catalog-navigation-block > li ul.level-2 > li > a::before, .block__mobile_catalog ul.catalog-navigation-block > li ul.level-3 > li > a::before, .block__mobile_catalog ul.catalog-navigation-block > li ul.level-4 > li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #E6EEF1;
  -webkit-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  transform: translate(0, 6px);
}

.block__mobile_catalog ul.catalog-navigation-block > li ul.level-1 > li > a.active::before, .block__mobile_catalog ul.catalog-navigation-block > li ul.level-2 > li > a.active::before, .block__mobile_catalog ul.catalog-navigation-block > li ul.level-3 > li > a.active::before, .block__mobile_catalog ul.catalog-navigation-block > li ul.level-4 > li > a.active::before {
  background: #E32127;
}

.block__modal_mobile_menu {
  margin-top: 49px;
}

.block__modal_mobile_menu .modal-dialog {
  margin: 0;
}

.block__modal_mobile_menu .modal-content {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.block__modal_mobile_menu .modal-body {
  padding: 10px 15px;
}

.block__modal_mobile_menu .modal-catalog-extra-menu {
  border-bottom: 3px solid #BBBBBB;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.block__modal_mobile_menu .modal-catalog-extra-menu-title {
  margin-bottom: 10px;
}

.block__modal_mobile_menu .modal-catalog-extra-menu .navbar-nav > li {
  list-style: none;
}

.block__modal_mobile_menu .modal-catalog-extra-menu .navbar-nav > li:last-of-type {
  border: none;
}

.block__modal_mobile_menu .modal-catalog-extra-menu .navbar-nav > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  /* or 222% */
  color: #05011F;
  text-decoration: none;
}

.block__modal_mobile_menu .modal-catalog-extra-menu .navbar-nav > li > a:hover, .block__modal_mobile_menu .modal-catalog-extra-menu .navbar-nav > li > a.active {
  color: #E32127;
}

.block__modal_mobile_menu .modal-catalog-extra-menu .navbar-nav > li > a svg {
  display: inline-block;
  margin-right: 20px;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.block__modal_mobile_menu .modal-catalog-extra-menu .navbar-nav > li.active {
  color: #CD0E0E;
}

.block__modal_mobile_menu .modal-catalog-extra-menu .navbar-nav > li.active > a {
  color: #CD0E0E;
}

.block__modal_mobile_menu .modal-header .close {
  top: 25px;
}

.block__modal_mobile_menu .modal-header h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
}

.block__modal_mobile_menu .modal-title {
  padding: 20px 25px;
  margin-bottom: 0px;
}

.block__modal_mobile_menu .modal-catalog-body {
  padding-top: 30px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block {
  width: 100%;
  border-bottom: 3px solid #BBBBBB;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block a {
  text-decoration: none;
  color: #202020;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block a:hover {
  color: #E32127;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li {
  padding: 0 0 0;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul {
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.active {
  display: block;
  max-height: 1500px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-0 > li {
  padding-left: 0px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-0 > li > a {
  padding-left: 0;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-1 {
  padding: 0 0 0 25px;
  border-bottom: 1px solid #E7E7E7;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-1 > li > a {
  border-bottom: 1px solid #E7E7E7;
  padding: 8px 0px 14px;
  color: #353535;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-1 > li > a:hover {
  color: #E32127;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-1 > li:last-of-type > a {
  border: none;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-1 {
  padding-bottom: 10px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-1 > li {
  padding-left: 0px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-2, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-3, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-4 {
  padding-bottom: 10px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-2 a, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-3 a, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-4 a {
  color: #353535;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-2 a:hover, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-3 a:hover, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-4 a:hover {
  color: #E32127;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-2 > li, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-3 > li, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-4 > li {
  padding-left: 25px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-3 > li {
  padding-left: 25px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-3 > li a {
  padding-top: 15px;
  padding-bottom: 17px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-1, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-2, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-3, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-4 {
  padding-bottom: 10px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-1 > li > a, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-2 > li > a, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-3 > li > a, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-4 > li > a {
  padding-left: 0;
  padding-right: 0;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-1 > li > a::before, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-2 > li > a::before, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-3 > li > a::before, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-4 > li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #E6EEF1;
  -webkit-transform: translate(-25px, 8px);
  -ms-transform: translate(-25px, 8px);
  transform: translate(-25px, 8px);
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-1 > li > a.active::before, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-2 > li > a.active::before, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-3 > li > a.active::before, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li ul.level-4 > li > a.active::before {
  background: #E32127;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li > a svg {
  position: static;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block > li:nth-child(2n) {
  border: none;
  margin: 0;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block li {
  margin-bottom: 0;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block li:last-of-type a {
  border-color: transparent;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 10px 0px 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  border-bottom: 1px solid #E7E7E7;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block a svg, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block a img {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block a.active.has-children {
  border-color: transparent;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block a:hover {
  text-decoration: none;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block .menu-icon {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block .menu-icon svg, .block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block .menu-icon img {
  max-height: 27px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block .menu-title {
  margin-right: auto;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block .menu-expander {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}

.block__modal_mobile_menu .modal-catalog-body ul.catalog-navigation-block .menu-expander.active svg {
  -webkit-transform: rotate(90deg) translate(0, 4px);
  -ms-transform: rotate(90deg) translate(0, 4px);
  transform: rotate(90deg) translate(0, 4px);
}

.block__modal_mobile_menu .modal-catalog-extra-menu .primary-menu {
  margin-bottom: 20px;
}

.block__modal_mobile_menu .modal-catalog-extra-menu .primary-menu > li {
  border: none !important;
}

.block__modal_mobile_menu .modal-catalog-extra-menu .primary-menu > li > a {
  display: block;
  padding: 10px 0px 12px !important;
  border-bottom: 1px solid #BBBBBB;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
}

.block__modal_mobile_menu .modal-catalog-extra-menu .primary-menu > li:last-of-type > a {
  border: none;
}

.block__modal_mobile_menu .modal-search {
  border-bottom: 3px solid #BBBBBB;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.block__modal_mobile_menu .modal-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block__modal_mobile_menu .modal-search form input {
  margin-right: 10px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  color: #202020;
}

.block__modal_mobile_menu .modal-search form button {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}

.block__modal_mobile_menu .modal-search form button svg {
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.block__modal_mobile_menu .modal-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.block__modal_mobile_menu .modal-social-title {
  margin-right: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  /* identical to box height, or 222% */
  color: #989898;
}

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

.block__modal_mobile_menu .modal-social-item {
  margin-left: 10px;
}

.block__modal_mobile_menu .modal-social-item:first-of-type {
  margin-left: 0;
}

.page__catitem {
  grid-area: page__catitem;
}

.page__catitem__new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: lowercase;
  width: 93px;
  height: 27px;
  border: 1px solid #BC2B20;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  color: #BC2B20;
  margin-bottom: 17px;
}

.page__catitem__price {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 27px;
  /* identical to box height */
  color: #000000;
}

.page__catitem__price__title, .page__catitem__price__amount, .page__catitem__price__currency {
  display: inline-block;
}

.page__catitem__price__amount {
  color: #BC2B20;
}

.page__catitem__price__currency {
  color: #666666;
}

.page__photo_gallery__children {
  grid-area: page__photo_gallery__children;
  margin-bottom: 70px;
}

.page__photo_gallery__children__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33% - 15px));
  grid-gap: 20px;
}

.page__photo_gallery__children__item__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #D9D9D9;
  padding: 8px 8px 22px;
  text-decoration: none;
}

.page__photo_gallery__children__item__wrapper:hover {
  text-decoration: none;
}

.page__photo_gallery__children__item__wrapper:hover .page__photo_gallery__children {
  grid-area: page__photo_gallery__children;
}

.page__photo_gallery__children__item__wrapper:hover .page__photo_gallery__children__item__title {
  color: #BC2B20;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page__photo_gallery__children__item__wrapper:hover .page__photo_gallery__children__item__button {
  background: #020202;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page__photo_gallery__children__item__image {
  margin-bottom: 25px;
}

.page__photo_gallery__children__item__image img {
  max-width: 100% !important;
  height: auto !important;
}

.page__photo_gallery__children__item__title {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #020202;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page__photo_gallery__children__item__button {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  cursor: hand;
  cursor: pointer;
  vertical-align: bottom;
  background: #CD0E0E;
  padding: 10px 10px 7px 10px;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page__photo_gallery__images {
  grid-area: page__photo_gallery__images;
  margin-bottom: 70px;
}

.page__photo_gallery__images__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33% - 15px));
  grid-gap: 20px;
}

.page__photo_gallery__images__item__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #D9D9D9;
  padding: 8px;
  text-decoration: none;
}

.page__photo_gallery__images__item__wrapper:hover {
  text-decoration: none;
}

.page__photo_gallery__images__item__wrapper:hover .page__photo_gallery__images {
  grid-area: page__photo_gallery__images;
}

.page__photo_gallery__images__item__wrapper:hover .page__photo_gallery__images__item__title {
  color: #BC2B20;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page__photo_gallery__images__item__image img {
  max-width: 100% !important;
  height: auto !important;
}

.page__photo_gallery__images__item__title {
  margin-top: 16px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #666666;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.elem-catalog-teasers .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elem-catalog-teasers .teaser__title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.elem-catalog-teasers .info {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

.elem-catalog-teasers .page__catitem {
  grid-area: page__catitem;
}

.elem-catalog-teasers .page__catitem__new {
  font-size: 15px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 10px;
}

.elem-catalog-teasers .page__catitem__price {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  font-size: 15px;
  margin-left: auto;
}

.elem-catalog-teasers .page__catitem__price__amount {
  color: #BC2B20;
}

.elem-catalog-teasers .page__catitem__price__currency {
  color: #666666;
}

@media only screen and (min-width: 420px) {
  .form-item input {
    width: 347px;
  }
}

@media only screen and (min-width: 446px) {
  .form-item textarea {
    width: 446px;
  }
}

@media only screen and (min-width: 501px) {
  .block__head__mobile__panel .head__mobile__search a {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #navbar2 {
    display: block;
  }
  .menu__wrapper {
    text-align: justify;
    line-height: 0;
    font-size: 0;
    text-justify: newspaper;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  .menu__wrapper:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
  }
  .menu .primary_menu-menu > ul > li > ul {
    display: none;
  }
  .menu__navbar {
    display: none;
  }
  .front_page__categories {
    position: absolute;
    margin-top: -147px;
    z-index: 2;
  }
  .front_page__categories__item {
    display: inline-block;
    width: calc(20% - 4px);
    height: 235px;
    border-bottom: solid 4px #020202;
    text-align: center;
    background: #FFFFFF;
    z-index: 2;
    margin-bottom: 4px;
    cursor: pointer;
  }
  .front_page__categories__item:hover {
    background: #EEEEEE;
    border-bottom: solid 4px #CD0E0E;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 25.5px;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .container, .move-to-top, .page_start__slider__wrapper, .page_start__slider__items, .carousel-inner {
    width: 100%;
    overflow: hidden;
  }
  .menu > .container {
    overflow: visible;
  }
  .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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left;
  }
  .col-sm-1 {
    width: 4.16667%;
  }
  .col-sm-2 {
    width: 8.33333%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-4 {
    width: 16.66667%;
  }
  .col-sm-5 {
    width: 20.83333%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-7 {
    width: 29.16667%;
  }
  .col-sm-8 {
    width: 33.33333%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-10 {
    width: 41.66667%;
  }
  .col-sm-11 {
    width: 45.83333%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-13 {
    width: 54.16667%;
  }
  .col-sm-14 {
    width: 58.33333%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-16 {
    width: 66.66667%;
  }
  .col-sm-17 {
    width: 70.83333%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-19 {
    width: 79.16667%;
  }
  .col-sm-20 {
    width: 83.33333%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-22 {
    width: 91.66667%;
  }
  .col-sm-23 {
    width: 95.83333%;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 4.16667%;
  }
  .col-sm-pull-2 {
    right: 8.33333%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-4 {
    right: 16.66667%;
  }
  .col-sm-pull-5 {
    right: 20.83333%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-7 {
    right: 29.16667%;
  }
  .col-sm-pull-8 {
    right: 33.33333%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-10 {
    right: 41.66667%;
  }
  .col-sm-pull-11 {
    right: 45.83333%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-13 {
    right: 54.16667%;
  }
  .col-sm-pull-14 {
    right: 58.33333%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-16 {
    right: 66.66667%;
  }
  .col-sm-pull-17 {
    right: 70.83333%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-19 {
    right: 79.16667%;
  }
  .col-sm-pull-20 {
    right: 83.33333%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-22 {
    right: 91.66667%;
  }
  .col-sm-pull-23 {
    right: 95.83333%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 4.16667%;
  }
  .col-sm-push-2 {
    left: 8.33333%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-4 {
    left: 16.66667%;
  }
  .col-sm-push-5 {
    left: 20.83333%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-7 {
    left: 29.16667%;
  }
  .col-sm-push-8 {
    left: 33.33333%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-10 {
    left: 41.66667%;
  }
  .col-sm-push-11 {
    left: 45.83333%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-13 {
    left: 54.16667%;
  }
  .col-sm-push-14 {
    left: 58.33333%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-16 {
    left: 66.66667%;
  }
  .col-sm-push-17 {
    left: 70.83333%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-19 {
    left: 79.16667%;
  }
  .col-sm-push-20 {
    left: 83.33333%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-22 {
    left: 91.66667%;
  }
  .col-sm-push-23 {
    left: 95.83333%;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16667%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16667%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16667%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16667%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333%;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 22px;
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 15px;
  }
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media only screen and (min-width: 768pxpx) {
  .front_page__categories {
    width: 750px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

@media (min-width: 769px) {
  .head__mobile {
    display: none;
  }
}

@media only screen and (min-width: 992pxpx) {
  .front_page__categories {
    width: 970px;
  }
}

@media only screen and (min-width: 992px) {
  .menu {
    margin-bottom: 20px;
  }
  .catalog_menu__item {
    margin-bottom: 18px;
    border: solid 1px #eee;
    padding: 25px 20px 20px 25px;
  }
  .catalog_menu__item::after {
    position: absolute;
    content: "";
    border: solid 6px #EEEEEE;
    right: 0;
    bottom: 0;
  }
  .catalog_menu div.active::after {
    border: solid 6px #CD0E0E;
  }
  .catalog_menu__item > a {
    padding: 8px 5px 5px 50px;
  }
  .catalog_menu__navbar {
    display: none;
  }
  .main__left {
    padding-top: 60px;
  }
  .owl-prev {
    margin-left: -28px;
  }
  .owl-next {
    margin-right: -28px;
  }
}

@media (min-width: 992px) {
  .container, .move-to-top, .page_start__slider__wrapper, .page_start__slider__items, .carousel-inner {
    width: 970px;
  }
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left;
  }
  .col-md-1 {
    width: 4.16667%;
  }
  .col-md-2 {
    width: 8.33333%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-4 {
    width: 16.66667%;
  }
  .col-md-5 {
    width: 20.83333%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-7 {
    width: 29.16667%;
  }
  .col-md-8 {
    width: 33.33333%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-10 {
    width: 41.66667%;
  }
  .col-md-11 {
    width: 45.83333%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-13 {
    width: 54.16667%;
  }
  .col-md-14 {
    width: 58.33333%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-16 {
    width: 66.66667%;
  }
  .col-md-17 {
    width: 70.83333%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-19 {
    width: 79.16667%;
  }
  .col-md-20 {
    width: 83.33333%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-22 {
    width: 91.66667%;
  }
  .col-md-23 {
    width: 95.83333%;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 4.16667%;
  }
  .col-md-pull-2 {
    right: 8.33333%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-4 {
    right: 16.66667%;
  }
  .col-md-pull-5 {
    right: 20.83333%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-7 {
    right: 29.16667%;
  }
  .col-md-pull-8 {
    right: 33.33333%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-10 {
    right: 41.66667%;
  }
  .col-md-pull-11 {
    right: 45.83333%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-13 {
    right: 54.16667%;
  }
  .col-md-pull-14 {
    right: 58.33333%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-16 {
    right: 66.66667%;
  }
  .col-md-pull-17 {
    right: 70.83333%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-19 {
    right: 79.16667%;
  }
  .col-md-pull-20 {
    right: 83.33333%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-22 {
    right: 91.66667%;
  }
  .col-md-pull-23 {
    right: 95.83333%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 4.16667%;
  }
  .col-md-push-2 {
    left: 8.33333%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-4 {
    left: 16.66667%;
  }
  .col-md-push-5 {
    left: 20.83333%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-7 {
    left: 29.16667%;
  }
  .col-md-push-8 {
    left: 33.33333%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-10 {
    left: 41.66667%;
  }
  .col-md-push-11 {
    left: 45.83333%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-13 {
    left: 54.16667%;
  }
  .col-md-push-14 {
    left: 58.33333%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-16 {
    left: 66.66667%;
  }
  .col-md-push-17 {
    left: 70.83333%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-19 {
    left: 79.16667%;
  }
  .col-md-push-20 {
    left: 83.33333%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-22 {
    left: 91.66667%;
  }
  .col-md-push-23 {
    left: 95.83333%;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 4.16667%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-4 {
    margin-left: 16.66667%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-7 {
    margin-left: 29.16667%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-10 {
    margin-left: 41.66667%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-13 {
    margin-left: 54.16667%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-16 {
    margin-left: 66.66667%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-19 {
    margin-left: 79.16667%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-22 {
    margin-left: 91.66667%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333%;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .modal-lg {
    width: 900px;
  }
}

@media only screen and (min-width: 993px) {
  .carousel-inner > .item {
    background: none !important;
  }
}

@media (min-width: 1300px) {
  .container, .move-to-top, .page_start__slider__wrapper, .page_start__slider__items, .carousel-inner {
    width: 1270px;
  }
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left;
  }
  .col-lg-1 {
    width: 4.16667%;
  }
  .col-lg-2 {
    width: 8.33333%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-4 {
    width: 16.66667%;
  }
  .col-lg-5 {
    width: 20.83333%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-7 {
    width: 29.16667%;
  }
  .col-lg-8 {
    width: 33.33333%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-10 {
    width: 41.66667%;
  }
  .col-lg-11 {
    width: 45.83333%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-13 {
    width: 54.16667%;
  }
  .col-lg-14 {
    width: 58.33333%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-16 {
    width: 66.66667%;
  }
  .col-lg-17 {
    width: 70.83333%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-19 {
    width: 79.16667%;
  }
  .col-lg-20 {
    width: 83.33333%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-22 {
    width: 91.66667%;
  }
  .col-lg-23 {
    width: 95.83333%;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 4.16667%;
  }
  .col-lg-pull-2 {
    right: 8.33333%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-4 {
    right: 16.66667%;
  }
  .col-lg-pull-5 {
    right: 20.83333%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-7 {
    right: 29.16667%;
  }
  .col-lg-pull-8 {
    right: 33.33333%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-10 {
    right: 41.66667%;
  }
  .col-lg-pull-11 {
    right: 45.83333%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-13 {
    right: 54.16667%;
  }
  .col-lg-pull-14 {
    right: 58.33333%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-16 {
    right: 66.66667%;
  }
  .col-lg-pull-17 {
    right: 70.83333%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-19 {
    right: 79.16667%;
  }
  .col-lg-pull-20 {
    right: 83.33333%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-22 {
    right: 91.66667%;
  }
  .col-lg-pull-23 {
    right: 95.83333%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 4.16667%;
  }
  .col-lg-push-2 {
    left: 8.33333%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-4 {
    left: 16.66667%;
  }
  .col-lg-push-5 {
    left: 20.83333%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-7 {
    left: 29.16667%;
  }
  .col-lg-push-8 {
    left: 33.33333%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-10 {
    left: 41.66667%;
  }
  .col-lg-push-11 {
    left: 45.83333%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-13 {
    left: 54.16667%;
  }
  .col-lg-push-14 {
    left: 58.33333%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-16 {
    left: 66.66667%;
  }
  .col-lg-push-17 {
    left: 70.83333%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-19 {
    left: 79.16667%;
  }
  .col-lg-push-20 {
    left: 83.33333%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-22 {
    left: 91.66667%;
  }
  .col-lg-push-23 {
    left: 95.83333%;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16667%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16667%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16667%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16667%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333%;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 1300px) {
  .front_page__categories {
    width: 1240px;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  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;
  }
  .hidden-md {
    display: none !important;
  }
}

@media only screen and (max-width: 1300px) and (max-width: 768px) {
  .head__request::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  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;
  }
  .hidden-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 1300px) {
  .head__wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .head__slogan {
    display: none;
  }
  .menu__wrapper {
    padding-right: 37px;
  }
  .menu .primary_menu-menu > ul > li > a {
    padding: 10px 10px;
  }
  .main__right {
    padding-right: 37px;
  }
  .front_page__categories {
    width: 940px;
    margin-top: -100px;
    word-spacing: 8px;
  }
  .front_page__categories__item {
    width: calc(25% - 10px);
    margin-bottom: 10px;
  }
  .front_page__content__wrapper {
    padding-top: 656px;
  }
  .front_page__content__image {
    min-height: 1px;
  }
  .front_page__content__image img {
    position: absolute;
    bottom: 0;
    left: 200px;
    width: 130px;
  }
  .front_page__content__text {
    padding-right: 37px;
  }
  .front_page__articles__wrapper {
    margin: 0;
  }
  .articles__wrapper {
    margin-left: 37px;
    margin-right: 37px;
  }
  .page_start__slider {
    min-height: 452px;
  }
  .page_start__slider__item__text {
    width: 260px;
    top: 64px;
    right: 40px;
  }
  .footer__wrapper {
    padding-left: 37px;
    padding-right: 37px;
  }
  .footer__menu__element a::after {
    padding-left: 14px;
    margin-right: 13px;
  }
  .carousel-inner {
    min-height: 466px;
  }
  .carousel-control.left {
    left: calc(50% - 485px);
  }
  .carousel-control.right {
    right: calc(50% - 485px);
  }
  .head__social_and_request {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .head__slogan {
    display: none;
  }
  .head__request {
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .head__social__title span {
    display: none;
  }
}

@media (max-width: 1300px) {
  .articles__item__image {
    width: 110px;
    margin-right: 20px;
  }
  .articles__item__title {
    margin-left: 166px;
  }
}

@media only screen and (max-width: 1299px) {
  .page__photo_gallery__children__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 15px));
  }
  .page__photo_gallery__images__items {
    grid-template-columns: repeat(auto-fill, calc(50% - 15px));
  }
}

@media only screen and (max-width: 1270pxpx) {
  .menu .primary_menu-menu > ul > li > a {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 992px) {
  .move-to-top-link {
    margin-left: -44px;
  }
  #navbar2 {
    background: #eee;
  }
  .head__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .head__logo img {
    width: 237px;
  }
  .head__contacts {
    padding-left: 30px;
  }
  .head__contacts__email {
    padding-left: 30px;
  }
  .menu__wrapper {
    padding-right: 0px;
  }
  .menu__search {
    display: none;
  }
  .menu .primary_menu-menu > ul > li:first-child > a {
    padding: 10px 15px;
  }
  .menu .primary_menu-menu > ul > li > a {
    padding: 10px 15px;
  }
  .catalog_menu {
    background: #eee;
    padding-bottom: 30px;
  }
  .catalog_menu__item {
    background: #eee;
  }
  .catalog_menu__item ul {
    padding: 17px 0px 0px 42px;
  }
  .catalog_menu__item ul a {
    padding: 8px 8px;
  }
  .catalog_menu__navbar__wrapper {
    max-width: calc(768px - 20px);
    margin: auto;
    display: block;
  }
  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .brandsect__items__item {
    width: 100%;
    margin: 0 0 40px;
  }
  .main__left {
    padding-right: 0;
  }
  .main__right {
    padding-left: 15px;
    padding-right: 15px;
  }
  .front_page__categories {
    width: 725px;
    margin-top: -100px;
    word-spacing: 8px;
  }
  .front_page__categories .row {
    margin: 0;
  }
  .front_page__categories__item {
    width: calc(33.3% - 10px);
    margin-bottom: 10px;
  }
  .front_page__content {
    background: #EAEAEA url("../images/front-content-background.jpg") no-repeat right bottom;
    background-size: auto 70%;
  }
  .front_page__content .container, .front_page__content .move-to-top, .front_page__content .page_start__slider__wrapper, .front_page__content .page_start__slider__items, .front_page__content .carousel-inner {
    padding: 0;
  }
  .front_page__content__wrapper {
    padding-top: 850px;
    background: none;
  }
  .front_page__content__image {
    float: none;
    min-height: 0;
    width: auto;
    position: relative;
  }
  .front_page__content__image img {
    left: auto;
    right: 36px;
    bottom: 0;
    width: 153px;
  }
  .front_page__content__body {
    width: auto;
    float: none;
    padding: 40px 8px 74px;
  }
  .front_page__content__body::after {
    width: 100%;
  }
  .front_page__content__text {
    padding-right: 0px;
  }
  .front_page__articles .container, .front_page__articles .move-to-top, .front_page__articles .page_start__slider__wrapper, .front_page__articles .page_start__slider__items, .front_page__articles .carousel-inner {
    padding: 0;
  }
  .articles__wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page_start__slider {
    min-height: 346px;
  }
  .page_start__slider__item__text {
    font-size: 22px;
  }
  .footer__wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer__menu__list {
    margin-bottom: 20px;
  }
  .footer__menu__element a::after {
    padding-left: 19px;
    margin-right: 18px;
  }
  .carousel-inner {
    min-height: 360px;
  }
  .carousel-inner > .item {
    background-size: auto 100% !important;
  }
  .carousel-control.left {
    margin-left: 0;
    left: calc(50% - 365px);
  }
  .carousel-control.right {
    right: calc(50% - 365px);
    margin-right: 0;
  }
  .partners_slider .container, .partners_slider .move-to-top, .partners_slider .page_start__slider__wrapper, .partners_slider .page_start__slider__items, .partners_slider .carousel-inner {
    padding: 0;
  }
}

@media (max-width: 990px) {
  .page_start__slider__control.left {
    margin-left: 15px;
  }
  .page_start__slider__control.right {
    margin-right: 15px;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 22px;
  }
  .primary_menu-menu > ul > li > a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 880px) {
  .head__social__item img {
    max-width: 22px;
  }
}

@media only screen and (max-width: 807px) {
  .carousel-control.left {
    left: 0;
    margin-left: 15px;
  }
  .carousel-control.right {
    right: 0;
    margin-right: 15px;
  }
}

@media (max-width: 800px) {
  .primary_menu-menu > ul > li > a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .head {
    display: none;
  }
  #request-modal .modal-dialog {
    padding-top: 37px;
  }
}

@media (max-width: 768px) {
  .form-item textarea {
    height: 120px;
  }
  body {
    padding-top: 49px;
  }
  .menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .page_start__slider__control.left {
    margin-left: 0;
  }
  .page_start__slider__control.right {
    margin-right: 0;
  }
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .articles__item {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
  }
  .move-to-top-link {
    margin-left: 0;
    right: 15px;
  }
  #navbar2 {
    min-height: 0;
  }
  #navbar2.collapse.in {
    display: block;
  }
  .head > .container, .head > .move-to-top, .head > .page_start__slider__wrapper, .head > .page_start__slider__items, .head > .carousel-inner {
    padding: 0;
  }
  .head__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .head__slogan::before {
    display: none;
  }
  .head__request::before {
    display: none;
  }
  .catalog_menu__item {
    padding: 0px 0px 10px 0px;
  }
  .main__right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .catsect__children__item {
    border-bottom: solid 1px #eee;
  }
  .front_page__categories {
    width: auto;
    position: static;
    margin-top: 0;
    word-spacing: normal;
    padding-top: 20px;
  }
  .front_page__categories__wrapper {
    border-bottom: solid 4px #020202;
  }
  .front_page__categories__item {
    width: auto;
    min-height: 0;
    margin-bottom: 20px;
  }
  .front_page__categories__item a {
    display: block;
    padding: 11px 0 10px 70px;
    position: relative;
    color: #060021;
    line-height: 1;
  }
  .front_page__categories__item__icon {
    width: 40px;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .front_page__categories__item__icon img {
    width: 40px;
    height: 40px;
    margin-top: -10px;
  }
  .front_page__categories__item__link {
    height: auto;
  }
  .front_page__content {
    background-position: center bottom;
    background-size: auto 70%;
  }
  .front_page__content__wrapper {
    padding: 0 15px;
  }
  .front_page__content__image {
    display: none;
  }
  .front_page__content__text {
    padding-right: 0px;
  }
  .front_page__articles__item {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .front_page__articles .container, .front_page__articles .move-to-top, .front_page__articles .page_start__slider__wrapper, .front_page__articles .page_start__slider__items, .front_page__articles .carousel-inner {
    padding: 0 15px;
  }
  .articles__wrapper {
    margin-left: 37px;
    margin-right: 37px;
  }
  .articles__item__title a {
    font-size: 15px;
  }
  .page_start__slider {
    min-height: 0;
  }
  .page_start__slider__item__text {
    font-size: 20px;
  }
  .page_start__slider__control {
    content: "";
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABWCAMAAADBoPcDAAAAA3NCSVQICAjb4U/gAAAAXVBMVEX///////8+P1f///8+P1f///8+P1f///8+P1f///8+P1f///8+P1f///8+P1f///8+P1f///8+P1f///8+P1f///8+P1f///8+P1f///8+P1f///8+P1f///8+P1c6SfX/AAAAH3RSTlMAEREiIjMzRERVVWZmd3eIiJmZqqq7u8zM3d3u7v//6qauNwAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAADlSURBVCiRlZHJDsMgEEMne7PvCQlM/v8zi1RmkcolPVkFP9sE4Per7B4U7HgGlVhsg2zRJkGeuAaVIRZBjniR/8KRoGjpfH0DrYKc8aJzq6CYvW4KiPV/P91abdG+Xmg+gxk78nPViHQDpIW/wehCGqsdel1hebMPnyPhWTzcjyW0r9cLmlPAdaS6h/80G6nUlSSnm8/viVTpUpKbEWhDqhFTFLqISUEfhhojJoYOLgItXR6BHgfLTqqkN7N0bTUGzMJSxaVPKTfiRpmhX0xNhoM7++dRxiFmzN1HEsXYqU7yCWG7v1b8Emy53b1aAAAAAElFTkSuQmCC") no-repeat top center;
    width: 10px;
    height: 43px;
    vertical-align: middle;
    vertical-align-background-size: 100%;
    margin-bottom: -23px;
  }
  .page_start__slider__control.left {
    left: 15px;
  }
  .page_start__slider__control.right {
    right: 15px;
  }
  .footer .container, .footer .move-to-top, .footer .page_start__slider__wrapper, .footer .page_start__slider__items, .footer .carousel-inner {
    padding: 0 15px;
  }
  .footer__wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    border: none;
  }
  .footer__social__links {
    word-spacing: 9px;
  }
  .footer__info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #EEEEEE;
    padding-top: 5px;
    padding-left: 70px;
  }
  .footer__logo {
    left: 0;
  }
  .footer__menu {
    display: none;
  }
  .carousel-inner {
    min-height: 100%;
  }
  .carousel-control {
    width: 22px;
  }
  .carousel-control.left, .carousel-control.right {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAArBAMAAACz7AQdAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///////////////////////////////////////////////////////////////9Or7hAAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAACUSURBVBiVY2BgYGB5DSQYuP+ASLlvIDL/IYg8vwBIMP03AJIcf0ECvD9ApP9jELn+AJBgfJ8AJNn+CQBJnl8gYf0vIHL+RRD5vgFk+H8F3IYz/A8AkfdBChn6L4AN+MwAN4wdbDDje7Ci/RtAZPxHEMkHNogb7ChmsAUQy6AW24EdwfMTYQYTshn5j8CO+Q4iOX8AAOJYM8jMMa0gAAAAAElFTkSuQmCC") no-repeat center;
  }
  .carousel-control.left:hover, .carousel-control.right:hover {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAsBAMAAACu6TSlAAAAA3NCSVQICAjb4U/gAAAAMFBMVEX///8+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1c+P1cwFyTjAAAAEHRSTlMAESIzRFVmd4iZqrvM3e7/dpUBFQAAAAlwSFlzAAAK6wAACusBgosNWgAAABZ0RVh0Q3JlYXRpb24gVGltZQAxMi8xOC8xOKr8TvsAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAAiElEQVQYlWNgAIJnIILtA4jkWQAi5QxAZC+IYLgBIpgfgkiuAyCSLwBExoIlT4EIxscgkhMsydsAIu0FQOQZsORTEMn+AGG4nQKInAPWvxtM5oJJ2QCEHRD7GE6CyTowKQ92Ew+yNNhpUGdCnMwNtoH1IljoOpK0ngPCAWxgxzCCfc2wFkwKAgBAJhz9UJwfegAAAABJRU5ErkJggg==") no-repeat center;
  }
  .partners_slider {
    margin-bottom: 20px;
  }
  .partners_slider .container, .partners_slider .move-to-top, .partners_slider .page_start__slider__wrapper, .partners_slider .page_start__slider__items, .partners_slider .carousel-inner {
    padding: 0 15px;
  }
  .block__gallery__image__items__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block__gallery__image__item {
    min-width: 299px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 700px) {
  .head__logo {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 40px;
  }
  .head__logo img {
    max-width: 100%;
  }
  .head__contacts {
    padding-left: 20px;
  }
  .head__slogan_and_social_and_request::before {
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  .head__social_and_request {
    margin-right: 18px;
  }
  .head__request__button span {
    display: none;
  }
  .head__social__title {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .head__contacts > div:nth-child(2) {
    display: none;
  }
  .head__contacts__phone:nth-child(1) {
    display: none;
  }
}

@media (max-width: 600px) {
  h1, .h1 {
    font-size: 23px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .head .logo {
    margin-top: 25px;
  }
  .head__logo img {
    width: 120px;
  }
  /*.head .logo img { max-width: 120px; }*/
  .primary_menu-menu li a {
    padding: 10px 3px;
  }
}

@media only screen and (max-width: 550px) {
  .page_start__slider__item__text {
    width: 250px;
    font-size: 18px;
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 500px) {
  .block__head__mobile__panel .head__mobile__search form {
    display: none;
  }
  .block__head__mobile__panel .head__mobile__search a {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .modal-body {
    padding: 30px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .page__photo_gallery__children__items {
    grid-template-columns: repeat(auto-fill, calc(100%));
  }
  .page__photo_gallery__images__items {
    grid-template-columns: repeat(auto-fill, calc(100%));
  }
  .elem-catalog-teasers .info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .elem-catalog-teasers .page__catitem__new {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 5px;
  }
  .elem-catalog-teasers .page__catitem__price {
    margin-left: 0;
  }
}

@media only screen and (max-width: 460px) {
  .head__contacts {
    padding: 5px 0px 10px;
  }
  .head__contacts__phone:nth-of-type(2) {
    padding-right: 0px;
  }
  .page_start__slider__item__text {
    font-size: 16px;
    top: 34px;
    padding: 20px 20px;
    right: 30px;
    width: 180px;
  }
}

@media only screen and (max-width: 440px) {
  .head__logo img {
    width: 100px;
  }
  .head {
    padding: 10px 0 7px 0;
  }
}

@media only screen and (max-width: 420px) {
  .head__contacts {
    font-size: 15px;
  }
  .head__contacts__phone:nth-of-type(2)::after {
    margin-top: -2px;
  }
}

@media (max-width: 400px) {
  .search-element-results {
    width: 250px;
  }
}

@media only screen and (max-width: 380px) {
  .page_start__slider__item__text {
    right: 20px;
    padding: 10px 25px;
    top: 40px;
    width: 183px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 374px) {
  .block__head__mobile__panel .head__mobile__social {
    margin-right: 0;
  }
  .block__head__mobile__panel .head__mobile__request {
    display: none;
  }
}

@media (max-width: 360px) {
  .search-element-results {
    margin-left: 0;
    right: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .menu__navbar .menu__search .search-element-input {
    width: 142px;
  }
  .page-search-result-list-item-wrapper {
    display: block;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .visible-print-block {
    display: block !important;
  }
  .visible-print-inline {
    display: inline !important;
  }
  .visible-print-inline-block {
    display: inline-block !important;
  }
  .hidden-print {
    display: none !important;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

@media only screen and (max-width: 350px) {
  .head__request {
    padding-left: 0;
  }
  .head__contacts {
    letter-spacing: -0.5px;
  }
  .articles__item__image {
    width: 70px;
    margin-right: 10px;
  }
  .articles__item__image img {
    width: 70px;
  }
  .articles__item__title {
    margin-left: 80px;
  }
  .main__content__wrapper, .main__content__wrapper li {
    font-size: 16px;
  }
  .main__content__wrapper ul li {
    padding-left: 24px;
  }
  .front_page__content__body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main__advantages {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-column-gap: 16px;
    grid-row-gap: 5px;
  }
  .main__advantages li {
    list-style-type: none;
    padding: 0 0 20px 0;
    margin: 0;
    text-align: center;
    color: #666666;
    line-height: 1.1;
    font-size: 80%;
  }
  .main__advantages li img {
    margin-bottom: 10px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 330px) {
  .block__gallery__image__item {
    min-width: 260px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
input[type="month"] {
    line-height: 52px;
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/*# sourceMappingURL=main.css.map */
