

/* Start:/local/templates/union/css/lightslider.css?159257173610695*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lSSlideOuter.outer-pager {
    overflow: visible;
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    position: absolute;
    right: 12px;
    bottom: 10px;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    z-index: 0;
}
.lSSlideOuter.outer-pager .lSPager.lSpg {
    position: relative;
    left: 0;
    right: 0;
    bottom: auto;
    margin-top: 40px !important;
    margin-bottom: -30px;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: rgba(0,0,0,0.4);
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 0;
    /*text-indent: -999em;*/
    box-shadow: inset 0 0 0 1px white;
    z-index: 99;
    transition: border 0.3s, background 0.3s;
    overflow: hidden;
}
.lSSlideOuter.outer-pager .lSPager.lSpg > li a {
    border-width: 2px;
    width: 14px;
    height: 14px;
    border-color: #aaa;
    background-color: transparent;
}
.lSSlideOuter.outer-pager .lSPager.lSpg > li:hover a {
    /*border-width: 3px;*/
    /*border-color: #e74c3c;*/
    border-color: #777;
    background: transparent;
}
.lSSlideOuter.outer-pager .lSPager.lSpg > li.active a {
    /*border-color: #e74c3c;*/
    border-color: #555;
}
.lSSlideOuter.outer-pager .lSPager.lSpg > li.active a:after {
    width: 4px;
    height: 4px;
    /*background: #e74c3c;*/
    background: #555;
}
.lSSlideOuter .lSPager.lSpg > li:hover a:after,
.lSSlideOuter .lSPager.lSpg > li.active a:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    background: white;
    content: '';
}
.lSSlideOuter .lSPager.lSpg > li:hover a:after {
    width: 4px;
    height: 4px;
}
.lSSlideOuter .lSPager.lSpg > li.active a:after {
    width: 6px;
    height: 6px;
}
.lSSlideOuter .lSPager.lSpg a::-moz-focus-inner,
.lSSlideOuter .lSPager.lSpg a:focus {
    outline: none;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li > a {
    display: block;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}
.lSSlideOuter .lSPager.lSGallery li.active {
    position: relative;
}
.lSSlideOuter .lSPager.lSGallery li.active:after {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 2px solid rgba(255,255,255,0.8);
    content: '';
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 40px;
    display: block;
    top: 0;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    opacity: 0.5;
    border-radius: 2px;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.04);
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-image: url('/img/icon-angle-left.svg');
    left: 10px;
}
.lSAction > .lSNext {
    background-image: url('/img/icon-angle-right.svg');
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
    overflow: hidden;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

@media screen and (max-width: 767px) {
    .lSSlideOuter.outer-pager .lSPager.lSpg {
        margin-top: 20px !important;
        margin-bottom: 18px
    }
}

.vertical-slider-objects .lslide > a {
    display: block;
    height: 100%;
}
.vertical-slider-objects .lslide .slide-bgimg {
    display: block;
    height: 100%;
    background: #eee center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .vertical-slider-objects .lslide {
        position: relative;
        padding-bottom: 9%;
    }
    .vertical-slider-objects .lslide .slide-bgimg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
/* End */


/* Start:/local/templates/union/css/bootstrap.css?1592571736104009*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=70cf4fd37a4236dda4afcacbf2a6bdf5)
 * Config saved to config.json and https://gist.github.com/70cf4fd37a4236dda4afcacbf2a6bdf5
 */
/*!
 * 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;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-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;
     -moz-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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #222;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-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: 20px;
  margin-bottom: 20px;
  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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #aaa;
}
.text-primary {
  color: #ffdd00;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.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;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  /*border-top: 1px solid #dddddd;*/
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  padding-left: 0;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-default {
  margin-bottom: 0;
}
.table-default > tbody > tr > th {
  color: #aaa;
  font-weight: normal;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 14px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #222;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ddd;
  border-top-color: #d1d1d1;
  border-bottom-color: #eee;
  border-radius: 2px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 100;
  /*-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 .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #aaa;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.08);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.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 {
  padding-top: 11px;
  padding-bottom: 11px;
  height: auto;
  resize: vertical;
}
input[type="search"] {
  -webkit-appearance: none;
}
@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: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.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 2px #ce8483;*/
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px #ce8483;*/
  box-shadow: 0 0 0 2px rgba(206,132,131,0.2);
}
.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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .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 .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: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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 #ccc;
  /*white-space: nowrap;*/
  padding: 9px 20px 9px;
  font-size: 10.1pt;
  text-transform: uppercase;
  line-height: 18px;
  border-radius: 2px;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0.4s, color 0.4s, box-shadow 0.3s linear, border-color 0.3s linear;
}
.btn[class*="icon-"]:not(:empty):before {
  /*margin-right: 10px;*/
  float: left;
  margin: 2px 14px 0 0;
  font-size: 14px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  /*outline: 5px auto -webkit-focus-ring-color;*/
  /*outline-offset: -2px;*/
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  outline: none;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 4px 10px rgba(0,0,0,0.15);
  border-color: transparent !important;
}
.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 1px 2px rgba(0, 0, 0, 0.125);*/
  box-shadow: none;
  border-color: transparent !important;
}
.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: #f5f5f5;
  border-color: #e8e8e8;
  /*box-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
}
.btn-default:hover {
  color: #333333;
  background-color: #f5f5f5;
  /*border-color: #adadad;*/
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #f5f5f5;
  /*border-color: #8c8c8c;*/
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e9e9e9;
  /*border-color: #adadad;*/
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #e5e5e5;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-secondary {
  color: #eee;
  background-color: #222;
  border-color: black;
}
.btn-secondary:hover {
  color: white;
  background-color: #464646;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: white;
  background-color: black;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 1px 1px rgba(255,255,255,0.4), 0 5px 10px rgba(0,0,0,0.3);
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: white;
  background-color: black;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: white;
  background-color: black;
}
.btn-primary {
  color: #3d3d3d;
  /*background-color: #ffdd00;*/
  background-color: #e5e5e5;
  /*border-color: #e9ca00;*/
  border-color: #c8c8c8;
  /*box-shadow: 0 1px 1px rgba(191,168,20,0.8);*/
}
.btn-primary:hover {
  /*color: #111;*/
  color: #111;
  /*background-color: #ffe53d;*/
  background-color: #e9e9e9;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #111;
  background-color: #e1e1e1;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #111;
  background-color: #e1e1e1;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #111;
  background-color: #e1e1e1;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  /*background-color: #337ab7;*/
  /*border-color: #2e6da4;*/
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #0097e6;
  border-color: #0177b4;
  /*box-shadow: 0 1px 1px rgba(0,52,80,0.8);*/
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  /*border-color: #1b6d85;*/
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  /*border-color: #269abc;*/
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  /*border-color: #269abc;*/
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  /*border-color: #1b6d85;*/
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  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: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 12px;
  font-size: 10.1pt;
  line-height: 1.5;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 7px 0;
  font-size: 10.1pt;
  line-height: 1.5;
}
.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;
  -o-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;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  /*border: 1px solid #cccccc;*/
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  border-radius: 2px;
  /*-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
  /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);*/
  box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 4px 10px rgba(0,0,0,0.15);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 8px 15px;
  clear: both;
  font-size: 10.1pt;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #262626;
  text-decoration: none;
  outline: 0;
  background-color: #ededed;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.tab-content-primary {
  padding: 15px;
  background: #f5f5f5;
}
.nav-tabs {
  margin-bottom: 2px;
  /*border-bottom: 1px solid #dddddd;*/
}
.nav-tabs > li {
  float: left;
  /*margin-bottom: -1px;*/
}
.nav-tabs > li > a {
  padding: 8px 15px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid none;
  background-color: #f8f8f8;
  border-radius: 2px;
  font-size: 1.05em;
  font-family: Lora, Arial, Helvetica, sans-serif;
  text-decoration: none !important;
}
.nav-tabs > li > a:hover {
  /*border-color: #eeeeee #eeeeee #dddddd;*/
  background-color: #f5f5f5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffdd00;
  /*border: 1px solid #dddddd;*/
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  /*margin: 0 -10px;*/
  margin: 0;
  /*padding: 5px 10px;*/
  /*border-top: 1px solid #f5f5f5;*/
  padding: 10px 0 0 0;
  font-size: 14px;
  /*font-weight: 100;*/
  list-style: none;
  /*background: #f8f8f8;*/
}
.breadcrumb > li {
  display: inline-block;
  font-size: 0.95em;
}
.breadcrumb > li > a {
  color: #222;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  margin: 40px 0 0;
  padding-left: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 20px;
  font-size: 17px;
  font-weight: 100;
  line-height: 1.42857143;
  text-decoration: none;
  color: #222;
  background-color: #ffffff;
  /*border: 1px solid #dddddd;*/
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  /*color: #23527c;*/
  background-color: #f5f5f5;
  /*border-color: #dddddd;*/
}
.pagination li.prev > a,
.pagination li.next > a,
.pagination li.last > a,
.pagination li.first > a {
  padding-left: 14px;
  padding-right: 14px;
}
.pagination .icon-right-open-big + .icon-right-open-big {
  margin-left: -16px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: black;
  background-color: #eee;
  font-weight: bold;
  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: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
}
.panel-body {
  /*padding: 15px;*/
  padding: 10px 0 0 0;
}
.panel-heading {
  /*padding: 10px 15px;*/
  padding: 0;
  /*border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;*/
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-title > a {
  display: inline-block;
  transition: all 0.4s;
  vertical-align: top;
  /*border-bottom: 1px dashed transparent;*/
  }
  .panel-title > a:hover {
    color: black;
    /*border-bottom-color: #333;*/
    text-decoration: none;
  }
  .panel-title > a:focus {
    text-decoration: none;
    color: #111;
  }
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  /*border-radius: 4px;*/
}
.panel-group .panel-heading {
  border-bottom: 0;
  padding-left: 30px;
  }
.panel-group .panel-title > [data-toggle]:before {
  float: left;
  width: 16px;
  height: 18px;
  margin-left: -30px;
  background: url('/img/icon-angle-down.svg') no-repeat center;
  background-size: 14px;
  transform: rotate(180deg) translateY(2px);
  transition: transform 0.5s;
  content: '';
}
.panel-group .panel-title > .collapsed:before {
  transform: rotate(0deg);
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  /*border-top: 1px solid #dddddd;*/
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  /*border-color: #dddddd;*/
  border: none;
  padding-bottom: 20px;
  border-radius: 0;
}
.panel-default > .panel-heading {
  color: #333333;
  /*background-color: #f5f5f5;
  border-color: #dddddd;*/
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-map {
  padding-bottom: 40%;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in {
  display: block !important;
  /*display: flex !important;*/
  align-items: center;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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: #ffffff;
  /*border: 1px solid #999999;*/
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  /*border-radius: 6px;*/
  /*-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
  /*box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);*/
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-header {
  /*padding: 15px 25px;*/
  padding: 25px 40px;
  /*border-bottom: 1px solid #e5e5e5;*/
  }
  .modal-header + .modal-body {
    padding-top: 0;
  }
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  font: normal 22px/28px Lora, Arial, Helvetica, sans-serif;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  /*padding: 15px 25px;*/
  padding: 25px 40px;
  font-size: 15px;
}
.modal-footer {
  /*padding: 15px 25px;*/
  padding: 25px 40px;
  text-align: right;
  background-color: #f9f9f9;
  /*border-top: 1px solid #e5e5e5;*/
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /*.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }*/
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .breadcrumb {
    border-top: none;
  }
  .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;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb {
    border-top: none;
  }
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@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: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/union/css/jquery.fancybox.css?160183162717380*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

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

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

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

.is-rtl .fancybox-infobar,
.is-rtl .fancybox-toolbar,
.is-rtl .fancybox-caption-wrap {
  direction: rtl;
}

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

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

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

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

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

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

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

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

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

.fancybox-slide--image::before {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
  z-index: 1; }

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

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

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

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

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

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


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

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

.fancybox-close-small:hover:after {
  color: #222;
  background: #f5f5f5; }

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

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

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

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  /*padding: 30px 0;*/
  padding: 25px 0;
  /*border-top: 1px solid rgba(255, 255, 255, 0.4);*/
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /*font-size: 14px;*/
  /*line-height: 20px;*/
  font: normal 18px/22px Lora, Arial, Helvetica, sans-serif;
  color: #fff;
  -webkit-text-size-adjust: none; }

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

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

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

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%; }

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

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

.fancybox-share p:first-of-type {
  margin-right: -10px; }

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom; }

.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/* End */


/* Start:/local/templates/union/css/main.min.css?1608024255115603*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700&subset=cyrillic");
.title-primary{margin:0;font:100 35px/44px Lora,Arial,Helvetica,sans-serif}.title-secondary{margin:0 0 30px;font-family:Lora,Arial,Helvetica,sans-serif;font-size:41px;font-weight:100;letter-spacing:4px;line-height:50px;text-transform:uppercase;}.title-secondary.size-sm{font-size:22px;line-height:32px;margin-bottom:20px}.title-section{margin:0 0 15px 0;font:700 21px/30px Lora,Arial,Helvetica,sans-serif}.text-content{font-size:1.2em;font-weight:lighter;line-height:1.6em}.text-slogan{font-size:1.15em;font-weight:400;line-height:1.6em;padding:15px 25px;background:linear-gradient(to right,rgba(255,221,0,0.2),rgba(255,221,0,0.15));border:1px solid rgba(255,221,0,0.2);border-radius:2px;margin-bottom:20px}@media screen and (max-width:991px){.title-secondary{font-size:31px;line-height:38px}}@media screen and (max-width:767px){.title-secondary{font-size:22px;line-height:28px;margin-bottom:20px}.title-primary{font-size:18px;line-height:24px}.text-slogan{font-size:1em;line-height:1.5em}}.as-justify{display:block;font-size:0;text-align:justify;}.as-justify:after{display:inline-block;width:100%;content:''}.as-justify > *{display:inline-block;font-size:14px;vertical-align:top}.space-1{margin-top:5px}.space-2{margin-top:10px}.space-3{margin-top:20px}.space-4{margin-top:35px}.space-5{margin-top:50px}.space-6{margin-top:70px}.space-7{margin-top:90px}.text-inside-wrapper{position:relative}.text-ltr{direction:ltr}.text-rtl{direction:rtl}.option-selected{color:#e6c700;font-weight:bold}.app-modal{display:none}.is-rtl .app-modal{text-align:right}.modal .app-modal{display:block}.page-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);z-index:99;opacity:0;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-animation:.5s opacity-in;-moz-animation:.5s opacity-in;-o-animation:.5s opacity-in;animation:.5s opacity-in}.app-loading{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.8);z-index:9;overflow:hidden;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-animation:.5s opacity-in;-moz-animation:.5s opacity-in;-o-animation:.5s opacity-in;animation:.5s opacity-in;}.app-loading:before{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:1px solid transparent;border-top-color:#000;border-left-color:#000;border-radius:16px;-webkit-animation:spinner 400ms linear infinite;-moz-animation:spinner 400ms linear infinite;-o-animation:spinner 400ms linear infinite;animation:spinner 400ms linear infinite;content:''}body > .app-loading{position:fixed}.app-loading-wrapper{position:relative}.fancybox-pdf-viewer .fancybox-slide--iframe .fancybox-content{width:100%;height:100%;max-width:none;max-height:calc(100% - 44px);margin-bottom:0}.fancybox-pdf-viewer .fancybox-navigation{display:block !important}@media screen and (max-width:1199px){.space-md-0{margin-top:0}.space-md-1{margin-top:5px}.space-md-2{margin-top:10px}.space-md-3{margin-top:20px}.space-md-4{margin-top:35px}.space-md-5{margin-top:50px}.space-md-6{margin-top:70px}.space-md-7{margin-top:90px}}@media screen and (max-width:991px){.space-sm-0{margin-top:0}.space-sm-1{margin-top:5px}.space-sm-2{margin-top:10px}.space-sm-3{margin-top:20px}.space-sm-4{margin-top:35px}.space-sm-5{margin-top:50px}.space-sm-6{margin-top:70px}.space-sm-7{margin-top:90px}}@media screen and (max-width:767px){.space-xs-0{margin-top:0}.space-xs-1{margin-top:5px}.space-xs-2{margin-top:10px}.space-xs-3{margin-top:20px}.space-xs-4{margin-top:35px}.space-xs-5{margin-top:50px}.space-xs-6{margin-top:70px}.space-xs-7{margin-top:90px}}@-moz-keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes opacity-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes opacity-in{from{opacity:0}to{opacity:1}}@-o-keyframes opacity-in{from{opacity:0}to{opacity:1}}@keyframes opacity-in{from{opacity:0}to{opacity:1}}.placeholder{color:#aaa}.input-radio,.input-checkbox{position:relative;display:inline-block;margin:0;padding-left:16px;font-weight:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top;z-index:0;}.input-radio > input,.input-checkbox > input{position:absolute;top:0;left:0;margin:0;opacity:0;cursor:pointer;-moz-opacity:0;z-index:-1;}.input-radio > input[disabled],.input-checkbox > input[disabled]{cursor:default;}.input-radio > input[disabled] ~ span,.input-checkbox > input[disabled] ~ span{color:#aaa;cursor:default !important;}.input-radio > input[disabled] ~ span:before,.input-checkbox > input[disabled] ~ span:before{background:#ddd}.input-radio > input:focus ~ span:before,.input-checkbox > input:focus ~ span:before{border-color:#999}.input-radio > input:checked ~ span:after{position:absolute;top:7px;left:4px;width:6px;height:6px;margin-top:0;background:#222;border-radius:50%;z-index:1;content:''}.input-radio > span:before{border-radius:50%}.input-checkbox > input:checked ~ span:after{position:absolute;top:2px;left:1px;width:16px;height:16px;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNXB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxOCAxNSIgd2lkdGg9IjE4cHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzAwMDAwMCIgaWQ9IkNvcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00MjMuMDAwMDAwLCAtNDcuMDAwMDAwKSI+PGcgaWQ9ImNoZWNrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0MjMuMDAwMDAwLCA0Ny41MDAwMDApIj48cGF0aCBkPSJNNiwxMC4yIEwxLjgsNiBMMC40LDcuNCBMNiwxMyBMMTgsMSBMMTYuNiwtMC40IEw2LDEwLjIgWiIgaWQ9IlNoYXBlIi8+PC9nPjwvZz48L2c+PC9zdmc+") center no-repeat;-webkit-background-size:14px;-moz-background-size:14px;-o-background-size:14px;background-size:14px;z-index:1;content:''}.input-radio > span,.input-checkbox > span{display:inline-block;margin:0 0 0 10px;cursor:pointer;vertical-align:top}.input-radio > span:empty,.input-checkbox > span:empty{margin-left:0;margin-right:0}.input-radio:hover > span,.input-checkbox:hover > span{color:#555}.input-radio:hover > span:before,.input-checkbox:hover > span:before{border-color:#999}.input-radio > span:before,.input-checkbox > span:before{position:absolute;top:3px;left:0;width:14px;height:14px;background:#fff;border:1px solid #ddd;vertical-align:top;-webkit-transition:border-color .3s;-moz-transition:border-color .3s;-ms-transition:border-color .3s;-o-transition:border-color .3s;transition:border-color .3s;content:''}.is-rtl .input-radio,.is-rtl .input-checkbox{padding-left:0;padding-right:16px;}.is-rtl .input-radio > span,.is-rtl .input-checkbox > span{margin:0 10px 0 0;}.is-rtl .input-radio > span:before,.is-rtl .input-checkbox > span:before{left:auto;right:0}.is-rtl .input-radio > input:checked ~ span:after{left:auto;right:4px}.is-rtl .input-checkbox > input:checked ~ span:after{left:auto;right:0}.file-choose{position:relative;display:inline-block;overflow:hidden;}.file-choose input[type=file]{position:absolute;top:0;right:0;font-size:200px;opacity:0;cursor:pointer;z-index:2}.file-choose-name{margin-top:7px;max-width:100%;text-overflow:ellipsis;color:#999;overflow:hidden;white-space:nowrap}textarea.form-control{overflow-x:hidden}.error-tip{display:block;margin-bottom:2px;font:400 12px/12px Roboto,Arial,Helvetica,sans-serif;color:#be0000;pointer-events:none;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:1}.form-field.has-error .select2-selection.select2-selection--single,.form-group.has-error .select2-selection.select2-selection--single{border-color:#a94442;box-shadow:0 0 0 1px rgba(206,132,131,0.3)}.form-tiny .control-label,.form-tiny .error-tip{font-size:.9em;line-height:1.4em;text-align:left}.form-tiny .control-label{color:#222;padding-right:10px}.form-tiny .form-labels{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-box-pack:space-between}.form-captcha-group{position:relative;min-height:142px;}.form-captcha-group .captcha-container{position:absolute;top:0;right:0}.form-captcha-group .inputs-container{margin-right:179px}@media screen and (max-width:767px){.btn.btn-sm{font-size:12px;padding-top:6px;padding-bottom:6px}.form-captcha-group{min-height:none;}.form-captcha-group .captcha-container{width:155px;height:134px;-webkit-transform:scale(.8);-moz-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:top right;-moz-transform-origin:top right;-ms-transform-origin:top right;-o-transform-origin:top right;transform-origin:top right;border-radius:2px;overflow:hidden}.form-captcha-group .inputs-container{margin-right:136px}}@font-face{font-family:'fontello';src:url("/local/templates/union/css/../font/fontello.eot?38655459");src:url("/local/templates/union/css/../font/fontello.eot?38655459#iefix") format('embedded-opentype'),url("/local/templates/union/css/../font/fontello.woff2?38655459") format('woff2'),url("/local/templates/union/css/../font/fontello.woff?38655459") format('woff'),url("/local/templates/union/css/../font/fontello.ttf?38655459") format('truetype'),url("/local/templates/union/css/../font/fontello.svg?38655459#fontello") format('svg');font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:'fontello';font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-mobile:before{content:'\e800'}.icon-user:before{content:'\e801'}.icon-clock:before{content:'\e802'}.icon-star:before{content:'\e803'}.icon-cart:before{content:'\e804'}.icon-location:before{content:'\e805'}.icon-location-1:before{content:'\e806'}.icon-search-1:before{content:'\e807'}.icon-mail:before{content:'\e808'}.icon-vk:before{content:'\e809'}.icon-facebook:before{content:'\e80a'}.icon-twitter:before{content:'\e80b'}.icon-instagram:before{content:'\e80c'}.icon-at:before{content:'\e80d'}.icon-phone:before{content:'\e80e'}.icon-down-open-big:before{content:'\e80f'}.icon-left-open-big:before{content:'\e810'}.icon-right-open-big:before{content:'\e811'}.icon-up-open-big:before{content:'\e812'}.icon-arrows-cw:before{content:'\e813'}.icon-params:before{content:'\e814'}.icon-filter:before{content:'\e815'}.icon-pinterest:before{content:'\e816'}.icon-email:before{content:'\e817'}.icon-youtube-1:before{content:'\e818'}.icon-clock-1:before{content:'\e819'}.icon-map:before{content:'\e81a'}.icon-cog:before{content:'\e81b'}.icon-credit-card:before{content:'\e81c'}.icon-credit-card-1:before{content:'\e81d'}.icon-download-alt:before{content:'\e81e'}.icon-doc:before{content:'\e81f'}.icon-plane:before{content:'\e820'}.icon-rocket:before{content:'\e821'}.icon-call:before{content:'\e822'}.icon-flag-empty:before{content:'\f11d'}.icon-file-pdf:before{content:'\f1c1'}.icon-copyright:before{content:'\f1f9'}.icon-whatsapp:before{content:'\f232'}.icon-map-o:before{content:'\f278'}.icon-user-o:before{content:'\f2c0'}.icon-youtube:before{content:'\f315'}.icn-close:before,.icn-close:after{display:block;width:20px;height:1px;margin-left:auto;margin-right:auto;background:#111;content:''}.icn-close:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.icn-close:after{margin-top:-1px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.default-socials{margin:-4px;}.default-socials .social-icon{margin:4px}.default-socials .ya-share2__list{margin:0;padding:0;list-style:none}.default-socials .ya-share2__item{margin:4px !important;padding:0;min-width:40px;}.default-socials .ya-share2__item .ya-share2__link{display:block}.default-socials .ya-share2__item .ya-share2__badge{display:block;height:36px;line-height:34px;text-align:center;border-radius:2px}.default-socials .ya-share2__item .ya-share2__icon{vertical-align:middle;-webkit-background-size:28px;-moz-background-size:28px;-o-background-size:28px;background-size:28px;background-position:center}.social-icon{display:inline-block;min-width:40px;height:30px;color:#fff;padding-right:15px;font-size:.85em;line-height:30px;text-decoration:none;background:#333;}.social-icon:empty{padding:0;text-align:center;}.social-icon:empty:before{padding:0}.social-icon:before{margin:0;padding:0 15px;font-size:14px;line-height:30px;vertical-align:middle;width:auto}.social-icon.icon-facebook{background-color:#3b5999;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}.social-icon.icon-facebook:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}a.social-icon.icon-facebook:hover,a.social-icon.icon-facebook:focus{text-decoration:none}.default-socials a.social-icon.icon-facebook:hover,.default-socials a.social-icon.icon-facebook:focus{color:#fff;background-color:#2f477a;}.default-socials a.social-icon.icon-facebook:hover:before,.default-socials a.social-icon.icon-facebook:focus:before{text-shadow:0 0 30px rgba(0,0,0,0.4)}.social-icon.icon-vk{background-color:#4c75a3;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}.social-icon.icon-vk:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}a.social-icon.icon-vk:hover,a.social-icon.icon-vk:focus{text-decoration:none}.default-socials a.social-icon.icon-vk:hover,.default-socials a.social-icon.icon-vk:focus{color:#fff;background-color:#3d5e82;}.default-socials a.social-icon.icon-vk:hover:before,.default-socials a.social-icon.icon-vk:focus:before{text-shadow:0 0 30px rgba(0,0,0,0.4)}.social-icon.icon-twitter{background-color:#55acee;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}.social-icon.icon-twitter:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}a.social-icon.icon-twitter:hover,a.social-icon.icon-twitter:focus{text-decoration:none}.default-socials a.social-icon.icon-twitter:hover,.default-socials a.social-icon.icon-twitter:focus{color:#fff;background-color:#1a8fe8;}.default-socials a.social-icon.icon-twitter:hover:before,.default-socials a.social-icon.icon-twitter:focus:before{text-shadow:0 0 30px rgba(0,0,0,0.4)}.social-icon.icon-instagram{background-color:#e4405f;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}.social-icon.icon-instagram:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}a.social-icon.icon-instagram:hover,a.social-icon.icon-instagram:focus{text-decoration:none}.default-socials a.social-icon.icon-instagram:hover,.default-socials a.social-icon.icon-instagram:focus{color:#fff;background-color:#cd1d3e;}.default-socials a.social-icon.icon-instagram:hover:before,.default-socials a.social-icon.icon-instagram:focus:before{text-shadow:0 0 30px rgba(0,0,0,0.4)}.social-icon.icon-pinterest{background-color:#ca2027;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}.social-icon.icon-pinterest:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}a.social-icon.icon-pinterest:hover,a.social-icon.icon-pinterest:focus{text-decoration:none}.default-socials a.social-icon.icon-pinterest:hover,.default-socials a.social-icon.icon-pinterest:focus{color:#fff;background-color:#a21a1f;}.default-socials a.social-icon.icon-pinterest:hover:before,.default-socials a.social-icon.icon-pinterest:focus:before{text-shadow:0 0 30px rgba(0,0,0,0.4)}.social-icon.icon-whatsapp{background-color:#25d366;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}.social-icon.icon-whatsapp:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}a.social-icon.icon-whatsapp:hover,a.social-icon.icon-whatsapp:focus{text-decoration:none}.default-socials a.social-icon.icon-whatsapp:hover,.default-socials a.social-icon.icon-whatsapp:focus{color:#fff;background-color:#1ea952;}.default-socials a.social-icon.icon-whatsapp:hover:before,.default-socials a.social-icon.icon-whatsapp:focus:before{text-shadow:0 0 30px rgba(0,0,0,0.4)}.social-icon.icon-whatsapp:before{font-size:20px}.social-icon.icon-youtube,.social-icon.icon-youtube-1{background-color:#e32525;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}.social-icon.icon-youtube:before,.social-icon.icon-youtube-1:before{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}a.social-icon.icon-youtube:hover,a.social-icon.icon-youtube-1:hover,a.social-icon.icon-youtube:focus,a.social-icon.icon-youtube-1:focus{text-decoration:none}.default-socials a.social-icon.icon-youtube:hover,.default-socials a.social-icon.icon-youtube-1:hover,.default-socials a.social-icon.icon-youtube:focus,.default-socials a.social-icon.icon-youtube-1:focus{color:#fff;background-color:#bb1818;}.default-socials a.social-icon.icon-youtube:hover:before,.default-socials a.social-icon.icon-youtube-1:hover:before,.default-socials a.social-icon.icon-youtube:focus:before,.default-socials a.social-icon.icon-youtube-1:focus:before{text-shadow:0 0 30px rgba(0,0,0,0.4)}.social-icon.icon-youtube:before,.social-icon.icon-youtube-1:before{font-size:20px}.social-icons-inverse{font-size:0;}.social-icons-inverse .social-icon:hover{color:#555}.footer-main a.social-icon:hover,.footer-main a.social-icon:focus,.footer-main .social-icons-inverse a.social-icon{text-decoration:none;color:#222;background-color:#fff}.footer-main a.social-icon.icon-facebook:hover,.footer-main a.social-icon.icon-facebook:focus{color:#3b5999;background-color:#fff}.footer-main a.social-icon.icon-vk:hover,.footer-main a.social-icon.icon-vk:focus{color:#4c75a3;background-color:#fff}.footer-main a.social-icon.icon-twitter:hover,.footer-main a.social-icon.icon-twitter:focus{color:#55acee;background-color:#fff}.footer-main a.social-icon.icon-instagram:hover,.footer-main a.social-icon.icon-instagram:focus{color:#e4405f;background-color:#fff}.footer-main a.social-icon.icon-pinterest:hover,.footer-main a.social-icon.icon-pinterest:focus{color:#ca2027;background-color:#fff}.footer-main a.social-icon.icon-whatsapp:hover,.footer-main a.social-icon.icon-whatsapp:focus{color:#25d366;background-color:#fff}.footer-main a.social-icon.icon-youtube:hover,.footer-main a.social-icon.icon-youtube:focus,.footer-main a.social-icon.icon-youtube-1:hover,.footer-main a.social-icon.icon-youtube-1:focus{color:#e32525;background-color:#fff}.scroll-up-btn{position:fixed;right:60px;bottom:60px;width:44px;color:#fff;height:44px;font-size:18px;line-height:42px;text-align:center;background:#222;box-shadow:0 0 0 1px rgba(255,255,255,0.4);-webkit-transform:translateY(120px) rotate(360deg);-moz-transform:translateY(120px) rotate(360deg);-ms-transform:translateY(120px) rotate(360deg);-o-transform:translateY(120px) rotate(360deg);transform:translateY(120px) rotate(360deg);-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;border-radius:50%;cursor:pointer;z-index:99;}.scroll-up-btn:hover{color:#fff;background:#444;box-shadow:0 0 0 1px rgba(255,255,255,0.4),0 1px 1px rgba(0,0,0,0.1),0 4px 10px rgba(0,0,0,0.15)}.upper-visible-state .scroll-up-btn{opacity:1;-webkit-transform:translateY(0) rotate(0);-moz-transform:translateY(0) rotate(0);-ms-transform:translateY(0) rotate(0);-o-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)}@media screen and (max-width:1199px){.scroll-up-btn{right:30px;bottom:30px}}@media screen and (max-width:767px){.scroll-up-btn{display:none}}.slider-once-item{margin:0;padding:0;list-style:none;background:#f5f5f5;text-align:center;}.slider-once-item:not(.lightSlider) > li + li{display:none}.slider-main{margin-top:20px;}.slider-main .lightSlider > li{position:relative}.slider-main .lSSlideWrapper{background:#f9f9f9}.slider-product{height:100%;overflow:hidden;}.slider-product .slide-image{position:relative;height:100%;}.slider-product .slide-image + .slide-image{display:none}.slider-product .slide-iframe{padding-bottom:70px;}.slider-product .slide-iframe iframe{background-color:#000}.slider-product-pager-wrap{position:absolute;top:0;left:0;width:70px;height:100%;overflow:hidden;}.slider-product-pager-wrap + .slider-product-wrap{margin-left:110px}.slider-product-pager-wrap .jspVerticalBar{opacity:0;width:10px;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;background:rgba(0,0,0,0.35)}.slider-product-pager-wrap .jspHorizontalBar{display:none}.slider-product-pager-wrap .jspDrag{border:none;border-radius:1px;background:#000;}.slider-product-pager-wrap .jspDrag.jspHover,.slider-product-pager-wrap .jspDrag.jspActive{background:#000}.slider-product-pager-wrap .jspTrack:before{display:none}.slider-product-pager-wrap:hover .jspVerticalBar{opacity:1}.slider-product-pager{margin:0;padding:0;list-style:none;}.slider-product-pager .slide-page-item{display:block;width:70px;height:70px;}.slider-product-pager .slide-page-item > a{display:block;height:100%;background-color:#f5f5f5;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.slider-product-pager .slide-page-item + .slide-page-item{margin-top:10px}.slider-product-pager .slide-page-item.active > a{position:relative;}.slider-product-pager .slide-page-item.active > a:after{position:absolute;top:0;left:0;right:0;bottom:0;border:3px solid rgba(231,76,60,0.95);content:''}.slider-abs-control{position:absolute;left:-999px;width:64px;height:64px;background:center no-repeat;-webkit-background-size:50px;-moz-background-size:50px;-o-background-size:50px;background-size:50px;-webkit-filter:drop-shadow(2px 0 0 #fff);filter:drop-shadow(2px 0 0 #fff);opacity:.62;z-index:6;}.slider-abs-control[data-pos="up"]{margin-left:-15px;background-image:url("/img/icon-angle2-right.svg")}.slider-abs-control[data-pos="down"]{margin-left:15px;background-image:url("/img/icon-angle2-left.svg")}.slider-abs-control:hover{opacity:1}.slider-abs-control:focus{outline:none}.slider-product-wrap{position:relative;height:100%;}.slider-product-wrap .app-loading{-webkit-animation:none;-moz-animation:none;-o-animation:none;animation:none}.slider-product-wrap .slide-image-one{display:block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-box-pack:center;height:100%;outline:none;text-decoration:none;}.slider-product-wrap .slide-image-one:hover{text-decoration:none}.slider-product-wrap .slide-image-self-wrap{position:relative;height:100%;}.slider-product-wrap .slide-image-self-wrap .lSSlideOuter{position:absolute;top:0;left:0;width:100%;height:100%}.slider-product-wrap .slide-image-link{position:relative;display:inline-block;height:100%;vertical-align:top;min-width:50px;min-height:50px;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;display:-webkit-inline-box;display:-moz-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-box-pack:center;}.slider-product-wrap .slide-image-link > img{max-height:100%}.slider-product-wrap .slide-image-link .app-loading{top:0;left:0;right:0;bottom:0;width:50px;height:50px;margin:auto}.slider-product-wrap .slide-image-self{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-height:100%}.slider-product-wrap .slide-image-row{display:table;width:100%;height:100%;}.slider-product-wrap .slide-image-row > div{display:table-row}.slider-product-wrap .col-image{height:100%}.slider-product-wrap .col-caption{font:normal 16px/22px Lora,Arial,Helvetica,sans-serif;color:#777;text-align:center;}.slider-product-wrap .col-caption.text-right{text-align:right}.slider-product-wrap .lSAction > .lSPrev,.slider-product-wrap .lSAction > .lSNext{width:42px;height:42px;margin:auto 0;background-color:transparent;-webkit-filter:drop-shadow(2px 0 0 #fff);filter:drop-shadow(2px 0 0 #fff)}.slider-product-wrap .lSAction > .lSPrev{background-image:url("/img/icon-angle2-left.svg")}.slider-product-wrap .lSAction > .lSNext{background-image:url("/img/icon-angle2-right.svg")}.slider-product-wrap .col-caption-abs{position:absolute;right:0;bottom:0;font:normal 16px/22px Lora,Arial,Helvetica,sans-serif;color:#fff;padding:5px 10px;background:rgba(34,34,34,0.75);text-align:center;-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translateX(100px);opacity:0;-webkit-transition:all 1.2s .2s;-moz-transition:all 1.2s .2s;-ms-transition:all 1.2s .2s;-o-transition:all 1.2s .2s;transition:all 1.2s .2s;vertical-align:top;z-index:1}.slider-product-wrap .lslide.active .col-caption-abs{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.slider-product-wrap.controls-view-corner .lSPager.lSpg{left:104px;right:auto;bottom:20px;padding:6px 4px;line-height:8px;background-color:rgba(0,0,0,0.48);border-radius:2px;}.slider-product-wrap.controls-view-corner .lSPager.lSpg > li{vertical-align:top;}.slider-product-wrap.controls-view-corner .lSPager.lSpg > li > a{width:8px;height:8px;background:rgba(0,0,0,0.8);background:none;border-width:1px;border-color:rgba(255,255,255,0.7);vertical-align:top;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.slider-product-wrap.controls-view-corner .lSPager.lSpg > li:hover > a{border-width:1px;border-color:#fd0}.slider-product-wrap.controls-view-corner .lSPager.lSpg > li.active > a{background:#fd0;border-color:#fd0}.slider-product-wrap.controls-view-corner .col-caption-abs{right:20px;bottom:20px;opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;border-radius:2px}.slider-product-wrap:not(.auto-height) .lSSlideOuter,.slider-product-wrap:not(.auto-height) .lSSlideWrapper,.slider-product-wrap:not(.auto-height) .lightSlider,.slider-product-wrap:not(.auto-height) .lightSlider .lslide{height:100% !important}.slider-product-wrap .lSGallery{left:0;right:auto !important;margin-left:0 !important;margin-right:5px !important}.slider-pager-outer{margin:0;padding:0;font-size:0;line-height:0;list-style:none;}.slider-pager-outer > li{display:inline-block;width:18px;height:18px;margin:0;background:#aaa;border:6px solid #fff;border-radius:50%;vertical-align:top;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s;cursor:pointer;}.slider-pager-outer > li:hover{background:#777}.slider-pager-outer > li.active{border-width:6px;background:#222}.slider-pager{position:absolute;left:5px;bottom:5px;padding:0 2px;opacity:.9;background:#fff;border-radius:2px;z-index:2;}.slider-pager .slider-pager-outer > li,.slider-pager .slider-pager-outer > li.active{width:14px;height:14px;border-width:4px}.slider-pager ~ .slider-controls-outer > .lSPrev,.slider-pager ~ .slider-controls-outer > .lSNext{bottom:24px}.slider-pager ~ .slider-controls-outer > .lSPrev{left:5px}.slider-pager ~ .slider-controls-outer > .lSNext{left:46px}.slider-controls-outer > .lSPrev,.slider-product-wrap.controls-view-corner .lSAction > .lSPrev,.slider-controls-outer > .lSNext,.slider-product-wrap.controls-view-corner .lSAction > .lSNext{position:absolute;top:auto;bottom:20px;width:36px;height:36px;opacity:1;-webkit-filter:none;filter:none;background-color:rgba(0,0,0,0.48);background-position:center;background-repeat:no-repeat;-webkit-background-size:55%;-moz-background-size:55%;-o-background-size:55%;background-size:55%;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;border-radius:2px;cursor:pointer;}.slider-controls-outer > .lSPrev:hover,.slider-product-wrap.controls-view-corner .lSAction > .lSPrev:hover,.slider-controls-outer > .lSNext:hover,.slider-product-wrap.controls-view-corner .lSAction > .lSNext:hover{background-color:rgba(0,0,0,0.95)}.slider-controls-outer > .lSPrev,.slider-product-wrap.controls-view-corner .lSAction > .lSPrev{left:20px;background-image:url("data:image/svg+xml,%3Csvg height='256' width='256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M179.199 38.399a6.378 6.378 0 0 1-1.875 4.524l-85.076 85.075 85.076 85.075c2.5 2.5 2.5 6.55 0 9.05s-6.55 2.5-9.05 0l-89.601-89.6a6.399 6.399 0 0 1 0-9.051l89.601-89.6a6.398 6.398 0 0 1 10.925 4.527z' fill='%23fff'/%3E%3C/svg%3E")}.slider-controls-outer > .lSNext,.slider-product-wrap.controls-view-corner .lSAction > .lSNext{left:62px;background-image:url("data:image/svg+xml,%3Csvg height='256' width='256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76.8 217.6c0-1.637.625-3.274 1.875-4.524L163.75 128 78.675 42.925c-2.5-2.5-2.5-6.55 0-9.05s6.55-2.5 9.05 0l89.601 89.6c2.5 2.5 2.5 6.551 0 9.051l-89.601 89.6A6.398 6.398 0 0 1 76.8 217.6z' fill='%23fff'/%3E%3C/svg%3E")}.slider-product-plugin{position:sticky;height:100%;top:25px;min-height:280px}.slider-product-plugin-v3{position:relative;position:sticky;top:15px;height:100%;max-height:640px;}.slider-product-plugin-v3 .col-caption{font:1em/1.4em Roboto,Arial,Helvetica,sans-serif;color:#222;text-align:left}.slider-product-plugin-v2 .slider-product-wrap,.slider-product-plugin-v3 .slider-product-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.slider-product-plugin-v2{position:relative;height:auto;padding-bottom:58%;}.slider-product-plugin-v2 .row-caption{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%}.slider-product-plugin-v2 .col-caption{-webkit-flex:1;-ms-flex:1;flex:1}.slider--inited .slider-product .slide-image + .slide-image{display:block}.slider--inited > .app-loading{opacity:0;visibility:hidden}.slide-image-backimg{top:-10px;left:-10px;right:-10px;bottom:-10px;-webkit-filter:blur(2px);filter:blur(2px);opacity:.4;}.slide-image-backimg,.slide-image-backimg > span{position:absolute;background:#eee center no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.slide-image-backimg > span{top:0;left:0;right:0;bottom:0;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}@media screen and (max-width:991px){.slider-product-pager-wrap{width:50px}.slider-product-pager .slide-page-item{width:50px;height:50px}}@media screen and (max-width:767px){.slider-product-plugin-v2{padding-bottom:0;height:50vh}.slider-product-plugin-v3{position:relative;height:50vh;top:auto;}.slider-product-plugin-v3 .col-caption{font-size:11px;line-height:14px;color:#777}.slider-product-plugin-v2,.slider-product-plugin-v3{margin-left:-15px;margin-right:-15px;}.slider-product-plugin-v2 .slider-product-wrap,.slider-product-plugin-v3 .slider-product-wrap{padding-left:15px;padding-right:15px}.slider-product-plugin-v2 .slide-image-self-wrap,.slider-product-plugin-v3 .slide-image-self-wrap{margin-left:-15px;margin-right:-15px}.slider-controls-outer > .lSPrev,.slider-pager ~ .slider-controls-outer > .lSPrev,.slider-product-wrap.controls-view-corner .lSAction > .lSPrev,.slider-controls-outer > .lSNext,.slider-pager ~ .slider-controls-outer > .lSNext,.slider-product-wrap.controls-view-corner .lSAction > .lSNext{bottom:10px;width:30px;height:30px}.slider-controls-outer > .lSPrev,.slider-pager ~ .slider-controls-outer > .lSPrev,.slider-product-wrap.controls-view-corner .lSAction > .lSPrev{left:15px}.slider-controls-outer > .lSNext,.slider-pager ~ .slider-controls-outer > .lSNext,.slider-product-wrap.controls-view-corner .lSAction > .lSNext{left:51px}.slider-main{margin:0 -15px}.slider-product-pager-wrap{display:none;}.slider-product-pager-wrap + .slider-product-wrap{margin-left:0}.slider-product-wrap.controls-view-corner .lSAction > .lSPrev,.slider-product-wrap.controls-view-corner .lSAction > .lSNext{bottom:10px}.slider-product-wrap.controls-view-corner .lSAction > .lSPrev{left:15px}.slider-product-wrap.controls-view-corner .lSAction > .lSNext{left:57px}.slider-product-wrap.controls-view-corner .lSPager.lSpg{display:none}.slider-product-wrap.controls-view-corner .col-caption{font-size:10px;line-height:12px}.slider-product-wrap.controls-view-corner .col-caption-abs{right:0;bottom:0;max-width:none !important;padding:2px 4px;font-size:12px;line-height:16px;}.slider-product-wrap.controls-view-corner .col-caption-abs ~ .slider-refresher .lSAction .lSPrev,.slider-product-wrap.controls-view-corner .col-caption-abs ~ .slider-refresher .lSAction .lSNext{top:10px;bottom:auto}.slider-pager{display:none}.slider-product-plugin{position:relative;top:0;height:280px !important}}.slider-main .black-friday{font-size:10.1pt;padding-bottom:43%;padding-bottom:42.9%;background:#333 url("/img/slides/black-friday-sale.jpg") center no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;color:#fff;}.slider-main .black-friday .inner-content{position:absolute;top:30px;left:20px;right:20px;bottom:30px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-box-pack:space-between;-webkit-align-items:center;-ms-align-items:center;align-items:center}.slider-main .form-request-section{position:relative;margin-left:auto;margin-right:auto;width:100%;max-width:600px;text-align:left;z-index:2;}.slider-main .form-request-section .form-field.has-error{position:relative}.slider-main .form-request-section .error-tip{position:absolute;top:2px;right:2px;padding:0 1px;font-size:11px;text-transform:none;letter-spacing:1px}.slider-main .form-request-section .row{margin-left:-5px;margin-right:-5px;}.slider-main .form-request-section .row > div{padding:0 5px}.slider-main .form-request-section .form-control{height:32px;padding:0 15px;font-size:10.1pt;font-weight:400;border:none;box-shadow:inset 0 2px 5px rgba(0,0,0,0.4);background-color:#f1f1f1;border-radius:5px;}.slider-main .form-request-section .form-control:focus{box-shadow:inset 0 2px 5px rgba(0,0,0,0.4);background-color:#fff}.slider-main .form-request-section .btn{border:none}.slider-main .form-request-section .btn-sale-submit{color:#000;background:#fd0;font-size:45px;line-height:24px;padding:10px 10px;font-weight:500;height:74px;border-radius:5px;border:none !important}.slider-main .sale-text{position:absolute;bottom:40px;left:88px;right:88px;text-align:left;color:#fff;}.slider-main .sale-text big{font-size:90px;font-weight:bold}.slider-main .timer-caption{display:block;position:absolute;top:-15px;left:10px;right:10px;color:#fff;text-align:left;content:''}.slider-main .timer-wrapper{position:absolute;top:155px;left:0;right:0;max-width:620px;margin:auto}.slider-main .timer-outer{position:relative;display:inline-block;vertical-align:top}.slider-main .flip-clock-label{top:auto;bottom:-20px;color:#fff}@media screen and (max-width:1199px){.slider-main .timeTo{height:36px;overflow:hidden;}.slider-main .timeTo div{width:32px !important}.slider-main .timeTo div,.slider-main .timeTo span{font-size:30px}}@media screen and (max-width:767px){.slider-main .black-friday{background-position:top left;height:340px}.slider-main .form-request-section .btn-sale-submit{font-size:24px}.slider-main .timer-item .timeTo div,.slider-main .timer-item .timeTo span{font-size:30px}}.jspScrollable{outline:none}.jspContainer{position:relative;overflow:hidden}.jspPane{position:absolute}.jspVerticalBar{position:absolute;top:0;right:0;width:10px;height:100%;}.jspVerticalBar .jspArrow{height:16px;}.jspVerticalBar .jspArrow:focus{outline:none}.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;}.jspHorizontalBar .jspCap{float:left}.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}.jspCap{display:none}.jspTrack{position:relative;}.jspTrack:before{position:absolute;top:5px;left:50%;bottom:5px;margin-left:-1px;border-left:2px solid #e5e5e5;content:''}.jspDrag{position:relative;top:0;left:0;border-left:1px solid #fff;border-right:1px solid #fff;cursor:default;background-color:#e5e5e5;-webkit-transition:background-color .5s;-moz-transition:background-color .5s;-ms-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s;border-radius:4px}.jspDrag.jspHover,.jspDrag.jspActive{background-color:#cecece}.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0;}.jspArrow.jspDisabled{cursor:default;background:#80808d}.jspCorner{background:#eeeef4;float:left;height:100%}.is-rtl .jspVerticalBar{left:0;right:auto}.products-count{color:#aaa;font-size:15px;font-weight:100;line-height:36px}.price-old{color:#aaa !important;text-decoration:line-through}.price-new{color:#be0000 !important}.title-price-header .part-price{float:right;margin-left:60px}.title-price-header .part-title{word-wrap:break-word;overflow:hidden}.product-item{position:relative;display:block;background:#fff;cursor:default;}.product-item .cover{position:relative;height:0;margin-bottom:0;padding-bottom:120%;overflow:hidden;}.product-item .cover > img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-item .about{margin:0;padding:30px;text-align:center}.product-item .title{display:block;font-weight:100;font-size:1.35em;}.product-item .title > a{color:#222;text-decoration:none}.product-item .price{display:inline-block;margin-top:10px;padding:2px 7px 1px;font-size:18px;font-weight:500}.product-item .price-economy{position:absolute;top:15px;right:15px;color:#222;padding:2px 5px;font-size:.95em;background:#ddd;font-weight:bold;text-transform:uppercase}.product-item p:last-child{margin-bottom:0}.product-item .colors{position:absolute;top:2px;right:2px;font-size:0;}.product-item .colors > li{display:inline-block;width:30px;height:30px;font-size:11px;color:#aaa;line-height:30px;text-align:center;vertical-align:top;margin-right:2px;}.product-item .colors > li:last-child{margin-right:0}.product-item .company{font-weight:500;font-size:.95em}.product-item .descr{color:#999}.product-item .link-local.text-danger{padding-bottom:1px;border-bottom-color:rgba(190,0,0,0.5);}.product-item .link-local.text-danger:hover,.product-item .link-local.text-danger:focus,.product-item .link-local.text-danger:active{color:#fff;padding:1px 4px;background-color:rgba(190,0,0,0.8);border-bottom-color:transparent}.product-item .link-local.text-danger:active{background-color:rgba(190,0,0,0.7)}a.product-item{color:#222;-webkit-transition:box-shadow .3s;-moz-transition:box-shadow .3s;-ms-transition:box-shadow .3s;-o-transition:box-shadow .3s;transition:box-shadow .3s;cursor:pointer}a.product-item:focus,a.product-item:hover{text-decoration:none}.product-item-hover .txt-value{-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}.product-item-hover .product-image-link{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.product-item-hover:hover .product-image-link{box-shadow:0 5px 10px rgba(0,0,0,0.25),0 8px 35px rgba(0,0,0,0.15);-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02)}.product-item-hover:hover .txt-value{background-color:#e9e9e9}.product-item-hover:hover .product-image-link:after,.product-item-hover:hover .product-image-link:before{opacity:1;visibility:visible}.product-item-hover:hover .product-image-link:before{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.products-catalog .product-item p:not(:last-child){margin-bottom:5px}.products-catalog .product-item .about{padding:0;margin-top:15px;font-size:.95em}.products-catalog .product-item .price{margin:0;padding:0;font-size:10.1pt}.products-catalog .product-item .as-justify{padding:5px 25px}.products-catalog .product-image-link{position:relative;display:block;height:428px;background-repeat:no-repeat;background-position:center;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;overflow:hidden;}.products-catalog .product-image-link.all-loaded:hover .image-first{opacity:0}.products-catalog .product-image-link.all-loaded:hover .image-last{opacity:1}.products-catalog.prod-sm .product-image-link{height:360px}.products-catalog.prod-sq .product-image-link{height:220px}.products-catalog.cat-rychki{position:relative;}.products-catalog.cat-rychki .product-image-link{height:100px}.products-catalog.cat-rychki .product-image{padding:0 15px}.products-catalog.cat-rychki > div{border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.products-catalog.cat-rychki:after,.products-catalog.cat-rychki:before{position:absolute;display:block !important;right:0;bottom:0;z-index:1;content:''}.products-catalog.cat-rychki:after{left:0;border-bottom:1px solid #fff}.products-catalog.cat-rychki:before{top:0;border-right:1px solid #fff}.products-catalog .btn-product-more{position:absolute;display:block;top:-14px;left:-14px;right:-15px;bottom:-94px;text-align:center;font-size:17px;background:#f8f8f8;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-box-pack:center;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;z-index:2;}.products-catalog .btn-product-more:hover,.products-catalog .btn-product-more:focus{color:#000;background:#f1f1f1;text-decoration:none;box-shadow:0 1px 1px rgba(0,0,0,0.1),0 4px 10px rgba(0,0,0,0.15)}.products-catalog .image-first > img:not(.loaded){height:100%}.products-catalog .product-image{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;background:#fff;-webkit-transition:opacity .8s;-moz-transition:opacity .8s;-ms-transition:opacity .8s;-o-transition:opacity .8s;transition:opacity .8s;z-index:0;}.products-catalog .product-image > img{position:relative;max-height:100%;margin:0 auto}.products-catalog .product-image.image-first{z-index:1}.products-catalog .product-image.image-last{opacity:0;background-position:center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.products-catalog .product-link{display:block;color:#111;text-decoration:none;}.products-catalog .product-link .txt-value{vertical-align:top}.products-catalog .product-link:hover .txt-value{background-color:#e9e9e9}.additional-blocks-nav{margin:0;padding:0;list-style:none;font-size:15px;}.additional-blocks-nav > li{padding-left:15px !important;}.additional-blocks-nav > li:before{margin-left:-10px !important}.additional-blocks-nav > li > a{font-size:.9em;line-height:16px;padding:5px 10px;-webkit-transition:background .3s;-moz-transition:background .3s;-ms-transition:background .3s;-o-transition:background .3s;transition:background .3s;}.additional-blocks-nav > li > a:hover,.additional-blocks-nav > li > a:focus{background:#f5f5f5;text-decoration:none}.group-mixin{padding:2px;max-height:640px;overflow-y:auto;overflow-x:hidden;}.group-mixin .panel{display:none}.group-mixin .first-of-type{display:block}.group-mixin.active .panel{display:block}.group-mixin .jspVerticalBar{opacity:0;width:10px;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;background:rgba(0,0,0,0.35)}.group-mixin .jspHorizontalBar{display:none}.group-mixin .jspDrag{border:none;border-radius:1px;background:#000;}.group-mixin .jspDrag.jspHover,.group-mixin .jspDrag.jspActive{background:#000}.group-mixin .jspTrack:before{display:none}.group-mixin:hover .jspVerticalBar{opacity:1}.product-info-col{position:relative;width:320px;margin-left:auto;min-height:580px;}.product-info-col > div:first-child{margin-top:0}.product-slider-col{position:absolute;top:0;left:0;right:360px;bottom:0}.product-view-alternate .product-info-col{width:240px}.product-view-alternate .product-slider-col{right:280px}.products-navigation{position:relative;top:-10px;margin:0 -10px;padding:0;list-style:none;}.products-navigation .link-caption{-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}.products-navigation > li{display:inline-block;padding:10px;width:33.3%;text-align:center;vertical-align:top;}.products-navigation > li.active > a > img{border-color:#555;border-radius:2px}.product-nav-link{display:inline-block;font-size:.95em;text-decoration:none;vertical-align:top;text-align:center;}.product-nav-link > img{padding:2px;border:2px solid transparent}.product-nav-link .txt-value{vertical-align:top}.product-nav-link:hover,.product-nav-link:focus{color:#222;text-decoration:none;outline:none;}.product-nav-link:hover > img,.product-nav-link:focus > img{border-color:#ccc}.product-nav-link:hover:hover .txt-value,.product-nav-link:focus:hover .txt-value{background-color:#e9e9e9}.collection-product-chooser .item-viewer{position:absolute;top:0;left:0;width:300px;height:100%;text-align:center}.collection-product-chooser .item-viewer-one{position:sticky;top:20px;bottom:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;max-height:100%}.collection-product-chooser .item-viewer-image{position:relative;width:100%;max-height:80vh;padding-bottom:50px;}.collection-product-chooser .item-viewer-image > img{margin:0 auto;max-height:100%}.collection-product-chooser .item-viewer-caption{position:absolute;left:0;right:0;bottom:0;padding-top:12px;color:#777;font:16px/20px Lora,Arial,Helvetica,sans-serif}.collection-product-chooser .items-chooser{margin-left:360px;margin-right:30px}.collection-product-chooser .item-viewer-control{position:absolute;top:0;bottom:0;width:38px;height:38px;margin:auto;border:none;background:transparent no-repeat center;-webkit-background-size:84%;-moz-background-size:84%;-o-background-size:84%;background-size:84%;opacity:.62;z-index:2;}.collection-product-chooser .item-viewer-control:hover,.collection-product-chooser .item-viewer-control:focus{opacity:1;outline:none}.collection-product-chooser .item-viewer-control[data-pos="next"]{left:100%;background-image:url("/img/icon-angle2-right.svg")}.collection-product-chooser .item-viewer-control[data-pos="prev"]{right:100%;background-image:url("/img/icon-angle2-left.svg")}.is-version-2 .options-grid .image-wrap{height:auto;padding-bottom:100%}.product-view{font-size:10.1pt;line-height:1.42em;}.product-view .btn-outline-prim{color:#e74c3c}.product-view .list-item-simple,.product-view .content-simple ul > li{padding-left:20px;}.product-view .list-item-simple:before,.product-view .content-simple ul > li:before{display:inline-block;float:left;margin:7px 0 0 -20px;width:5px;height:5px;background:#aaa;content:''}.product-view .content-simple > br:first-child{display:none}.product-view .content-simple p:not(:last-child){margin-bottom:5px}.product-view .content-simple ul{padding:0;list-style:none;}.product-view .content-simple ul:last-child{margin-bottom:0}.product-view .content-simple ul > li + li{margin-top:3px}.product-view .content-simple a{position:relative;text-decoration:none;}.product-view .content-simple a:hover,.product-view .content-simple a:focus{color:#e74c3c;text-decoration:underline;text-decoration-color:rgba(231,76,60,0.7);}.product-view .content-simple a:hover[href^='#'],.product-view .content-simple a:focus[href^='#']{text-decoration-style:dashed}.product-view .title-slogan{display:inline-block;font:normal 25px/32px 'TatianaCTT',Arial,Helvetica,sans-serif;vertical-align:top}.product-view .price.price-label{position:relative;display:inline-block;color:#222 !important;font-size:34px;line-height:36px;vertical-align:top;}.product-view .price.price-label .txt-from{font-size:21px}.product-view .price.price-label:hover,.product-view .price.price-label:focus{text-decoration:none}.product-view a.price.price-label:hover{color:#e74c3c !important}.product-view .title-var{font:normal 22px/30px Lora,Arial,Helvetica,sans-serif;margin:0 0 15px}.product-view .table{font-size:10.1pt;margin-bottom:0;}.product-view .table > thead > tr > th,.product-view .table > tbody > tr > th,.product-view .table > tfoot > tr > th,.product-view .table > thead > tr > td,.product-view .table > tbody > tr > td,.product-view .table > tfoot > tr > td{padding:4px 8px;}.product-view .table > thead > tr > th:first-child,.product-view .table > tbody > tr > th:first-child,.product-view .table > tfoot > tr > th:first-child,.product-view .table > thead > tr > td:first-child,.product-view .table > tbody > tr > td:first-child,.product-view .table > tfoot > tr > td:first-child{padding-left:0}.product-view .panel-group{margin-bottom:0;}.product-view .panel-group > .panel:last-child{padding-bottom:0}.product-view .buttons-row{margin-left:-7px;margin-right:-7px;}.product-view .buttons-row > div{padding:0 7px}.product-view .default-socials .ya-share2__item{min-width:36px;}.product-view .default-socials .ya-share2__item .ya-share2__badge{height:32px;line-height:30px;background-color:#fff}.product-view .default-socials .ya-share2__item .ya-share2__icon{-webkit-background-size:32px;-moz-background-size:32px;-o-background-size:32px;background-size:32px}.product-view .default-socials .ya-share2__item .ya-share2__link{opacity:.64;}.product-view .default-socials .ya-share2__item .ya-share2__link:hover,.product-view .default-socials .ya-share2__item .ya-share2__link:focus{opacity:1}.product-view .default-socials .ya-share2__item_service_vkontakte .ya-share2__icon{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.785 16.241s.288-.032.436-.194c.136-.148.132-.427.132-.427s-.02-1.304.576-1.496c.588-.19 1.341 1.26 2.14 1.818.605.422 1.064.33 1.064.33l2.137-.03s1.117-.071.587-.964c-.043-.073-.308-.661-1.588-1.87-1.34-1.264-1.16-1.059.453-3.246.983-1.332 1.376-2.145 1.253-2.493-.117-.332-.84-.244-.84-.244l-2.406.015s-.178-.025-.31.056c-.13.079-.212.262-.212.262s-.382 1.03-.89 1.907c-1.07 1.85-1.499 1.948-1.674 1.832-.407-.267-.305-1.075-.305-1.648 0-1.793.267-2.54-.521-2.733-.262-.065-.454-.107-1.123-.114-.858-.009-1.585.003-1.996.208-.274.136-.485.44-.356.457.159.022.519.099.71.363.246.341.237 1.107.237 1.107s.142 2.11-.33 2.371c-.325.18-.77-.187-1.725-1.865-.489-.859-.859-1.81-.859-1.81s-.07-.176-.198-.272c-.154-.115-.37-.151-.37-.151l-2.286.015s-.343.01-.469.161C3.94 7.721 4.043 8 4.043 8s1.79 4.258 3.817 6.403c1.858 1.967 3.968 1.838 3.968 1.838h.957z' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E")}.product-view .default-socials .ya-share2__item_service_facebook .ya-share2__icon{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E")}.product-view .default-socials .ya-share2__item_service_whatsapp .ya-share2__icon{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 0 1-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 0 1-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553 0 1.434.467 2.762 1.258 3.842l-.825 2.433 2.537-.806a6.6 6.6 0 0 0 3.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 0 1-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 0 1-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 0 0-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E")}.product-view .default-socials .ya-share2__item_service_gplus .ya-share2__icon{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.09 11.364v1.745h2.888c-.116.75-.873 2.196-2.887 2.196-1.738 0-3.156-1.44-3.156-3.214 0-1.775 1.418-3.215 3.156-3.215.989 0 1.65.422 2.029.786l1.382-1.331C11.615 7.5 10.465 7 9.09 7A5.087 5.087 0 0 0 4 12.09a5.087 5.087 0 0 0 5.09 5.092c2.94 0 4.888-2.066 4.888-4.975 0-.334-.036-.589-.08-.843H9.091zm10.91 0h-1.455V9.909h-1.454v1.455h-1.455v1.454h1.455v1.455h1.454v-1.455H20' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E")}.product-view .default-socials .ya-share2__item_service_pinterest .ya-share2__icon{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E")}.product-view .btn.icon-cart:before{margin-top:0;font-size:18px}.product-view .title-primary{font-size:22px;text-indent:-1px;line-height:1.42em;margin-bottom:30px;font-weight:bold}.product-view .company-name{font-size:.9em}.product-view .description{font-size:15px;line-height:1.4em}.product-view .favorite-btn{margin-top:10px;width:32px;height:32px;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB3aWR0aD0iMTc5MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcyOCA2NDdxMCAyMi0yNiA0OGwtMzYzIDM1NCA4NiA1MDBxMSA3IDEgMjAgMCAyMS0xMC41IDM1LjV0LTMwLjUgMTQuNXEtMTkgMC00MC0xMmwtNDQ5LTIzNi00NDkgMjM2cS0yMiAxMi00MCAxMi0yMSAwLTMxLjUtMTQuNXQtMTAuNS0zNS41cTAtNiAyLTIwbDg2LTUwMC0zNjQtMzU0cS0yNS0yNy0yNS00OCAwLTM3IDU2LTQ2bDUwMi03MyAyMjUtNDU1cTE5LTQxIDQ5LTQxdDQ5IDQxbDIyNSA0NTUgNTAyIDczcTU2IDkgNTYgNDZ6Ii8+PC9zdmc+") center no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer;}.product-view .favorite-btn:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.product-view .group.row > div:first-child{padding-right:50px}.product-view .group + .group{margin-top:25px}.product-view .group:empty{display:none}.product-view .group .panel{margin-bottom:0;padding-bottom:0;}.product-view .group .panel + .panel{margin-top:20px}.product-view .group-name{margin-bottom:5px;color:#aaa}.product-view .price{font-weight:bold;font-size:24px}.product-view .colors{margin:0;padding:0;font-size:0;list-style:none;}.product-view .colors > li{display:inline-block;min-width:24px;height:24px;font-size:14px;line-height:24px;border-radius:20px;text-align:center;margin-right:8px;vertical-align:top;overflow:hidden;}.product-view .colors > li > a{display:block;padding:0 12px;min-height:26px;font-size:.95em;color:#555;font-weight:500;font-weight:100;text-decoration:none}.product-view .colors .more{border-radius:20px 0 20px 20px;}.product-view .colors .more > a{background-color:#eee;outline:none;}.product-view .colors .more > a:hover{background-color:#f5f5f5}.product-view .socials{font-size:0}.product-view .social-icon{border-radius:50%;height:40px;min-width:40px;line-height:40px;margin-right:5px;}.product-view .social-icon:before{font-size:16px}.product-view .social-icon.icon-whatsapp:before,.product-view .social-icon.icon-youtube:before,.product-view .social-icon.icon-youtube-1:before{font-size:20px}.product-view .price-button-section{text-align:right}.product-view .price-button-section-body{display:inline-block;min-width:200px;vertical-align:top}.product-view-wrap{position:relative;min-height:560px}.product-under-line{margin:25px 0 20px 85px;border-color:#e2e2e2}.product-under-details{margin:0 0 0 85px;}.product-under-details .title-primary{margin:-10px 0 15px;font-size:15px;font-weight:500;font-family:Roboto,Arial,Helvetica,sans-serif}.product-opt-buttons{margin:-5px;}.product-opt-buttons > .btn{margin:5px}.collection-header{font-size:15px;text-align:center;}.collection-header .title-primary{font-size:1.55em;line-height:1.2em}.collection-details{position:relative;margin:0;z-index:0;}.collection-details .title-primary{display:inline}.collection-details .options-list{margin-bottom:-10px}.collection-details .active-block{color:#fff;padding:2px;border-radius:2px;background-color:#555;}.collection-details .active-block a{color:#fff}.options-block + .options-block{margin-top:20px}.options-list,.options-grid,.options-grid-fluid{margin-bottom:0;padding:0;font-size:0;line-height:0;list-style:none;}.options-list > li,.options-grid > li,.options-grid-fluid > li{display:inline-block;vertical-align:top;font-size:15px;line-height:22px;}.options-list > li > a,.options-grid > li > a,.options-grid-fluid > li > a{display:inline-block;vertical-align:top;-webkit-transition:box-shadow .3s;-moz-transition:box-shadow .3s;-ms-transition:box-shadow .3s;-o-transition:box-shadow .3s;transition:box-shadow .3s;color:#333;}.options-list > li > a::-moz-focus-inner,.options-grid > li > a::-moz-focus-inner,.options-grid-fluid > li > a::-moz-focus-inner{border:0}.options-list > li > a:hover,.options-grid > li > a:hover,.options-grid-fluid > li > a:hover,.options-list > li > a:focus,.options-grid > li > a:focus,.options-grid-fluid > li > a:focus{color:#222;text-decoration:none}.options-grid-fluid{margin:0 -5px;}.options-grid-fluid .btn-expand{position:relative;padding:0;border:none;padding-bottom:100%;}.options-grid-fluid .btn-expand:after{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSLQodC70L7QuV8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxwb2x5Z29uIGZpbGw9IiMzNzM3MzciIHBvaW50cz0iMTI3LDU5IDY5LDU5IDY5LDEgNTksMSA1OSw1OSAxLDU5IDEsNjkgNTksNjkgNTksMTI3IDY5LDEyNyA2OSw2OSAxMjcsNjkgICAiLz48L2c+PC9zdmc+") no-repeat center;-webkit-background-size:20%;-moz-background-size:20%;-o-background-size:20%;background-size:20%;-webkit-transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;transition:all 1s;content:''}.options-grid-fluid .btn-expand:hover,.options-grid-fluid .btn-expand.active{background-color:#e5e5e5}.options-grid-fluid .btn-expand.active:after{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}.options-grid-fluid.grid-2x2 > li{width:50%}.options-grid-fluid.grid-2x2 .image-wrap,.options-grid-fluid.grid-2x2 .btn-expand{height:auto;padding-bottom:54%}.options-grid-fluid > li{width:12%;width:12.5%;padding:5px;}.options-grid-fluid > li.visible{display:inline-block !important}.options-grid-fluid > li > a{position:relative;}.options-grid-fluid > li > a:hover .image-wrap,.options-grid-fluid > li > a:focus .image-wrap{box-shadow:0 1px 2px rgba(0,0,0,0.1),0 6px 18px rgba(0,0,0,0.35)}.options-grid-fluid .hidden{display:none}.options-grid-fluid .image-wrap{display:block;height:auto;-webkit-transition:all .35s;-moz-transition:all .35s;-ms-transition:all .35s;-o-transition:all .35s;transition:all .35s;padding-bottom:100%;background:#eee center no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;border-radius:2px}.options-grid-fluid .figcaption{margin:5px 0 5px !important;color:#454449;font-size:.87em;line-height:16px;word-wrap:break-word;}.options-grid-fluid .figcaption.expand-hover{position:relative;max-height:32px;overflow:hidden}.options-list > li > a:hover > img,.options-list > li > a:hover > .image-wrap{border-color:#555}.options-list > li > a{line-height:20px}.options-list > li > .only-text{padding:0 2px}.options-list > li > .only-text > span{display:inline-block;padding:0 4px;margin:0 -4px;vertical-align:top}.options-list > li .only-text:hover > span,.options-list > li .only-text:focus > span{color:#111;background-color:rgba(0,0,0,0.05)}.options-list > li > a > img,.options-list > li > a > .image-wrap{border:1px solid #aaa}.options-list > li{margin:0 7px 8px 0}.options-list > li.next-is-text{margin:0}.options-list.delimiter-type-2 > li:not(:last-child){margin:0}.options-list.delimiter-type-2 > li:not(:last-child):after{margin:0 7px 0 -2px;content:', '}.options-grid{margin:0 -2px;padding:1px 0 0 1px;}.options-grid > li{width:25%;padding:2px;}.options-grid > li > a,.options-grid > li > span{position:relative;display:block;padding:0;border-radius:2px 0 2px 2px;overflow:hidden}.options-grid > li > a:hover{box-shadow:none;}.options-grid > li > a:hover .image-wrap{-webkit-clip-path:polygon(80% 0,100% 20%,100% 100%,0 100%,0 0);clip-path:polygon(80% 0,100% 20%,100% 100%,0 100%,0 0)}.options-grid > li > a:hover .figcaption{-webkit-transform:translateY(-4px);-moz-transform:translateY(-4px);-ms-transform:translateY(-4px);-o-transform:translateY(-4px);transform:translateY(-4px)}.options-grid .image-wrap{background:#eee center no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;-webkit-clip-path:polygon(85% 0,100% 15%,100% 100%,0 100%,0 0);clip-path:polygon(85% 0,100% 15%,100% 100%,0 100%,0 0);-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;}.options-grid .image-wrap > img{width:100%;height:100%;object-fit:cover}.options-grid .figcaption{position:absolute;left:0;right:0;bottom:0;margin:0;padding:5px 8px;color:#fff;font:bold 12px/18px Lora,Arial,Helvetica,sans-serif;text-shadow:-1px -1px 0 #333,1px -1px 0 #333,-1px 1px 0 #333,1px 1px 0 #333,0 0 2px #222;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.collection-details .options-grid > li{width:33.3%}.options-list.delimiter-type-1{height:40px;overflow:hidden;}.options-list.delimiter-type-1 > li{width:32px;height:32px;}.options-list.delimiter-type-1 > li > a > img{display:block;font-size:11px;line-height:12px;overflow:hidden}.options-list > li > a{position:relative;}.options-list > li > a:after{position:absolute;top:0;left:0;right:0;bottom:0;border:1px solid rgba(0,0,0,0.3);border-radius:2px;content:''}.options-list > li > a > img{border-radius:2px}.options-list > li > a:hover:after{border-color:#000}.options-table{padding:0;list-style:none;}.options-table > li{display:block;}.options-table > li + li{margin-top:10px;padding-top:10px;border-top:1px solid #eee}.app-modal.product-options-modal{padding:25px 30px}.content-line{margin:40px 0}.custom-block-title{display:inline-block;margin:0 !important;padding:0 10px;font:100 29px/40px Lora,Arial,Helvetica,sans-serif;text-transform:uppercase;letter-spacing:4px;background:#ddd;z-index:1}.panel-custom .panel-heading{padding-left:0;padding-right:30px}.panel-custom .panel-title{font-size:1em;line-height:1.45em;}.panel-custom .panel-title > [data-toggle]:before{float:right;margin-right:-30px}.panel-custom .panel-title > a{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}.panel-custom .panel-title > a:hover,.panel-custom .panel-title > a:focus{background-color:transparent}.panel-custom .panel-body{margin:0;padding:5px 0 0 0;font-size:12px}.height-overflow-block{position:relative;max-height:200px;overflow:hidden;}.height-overflow-block:after{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 32%,#fff);-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;pointer-events:none;content:''}@media screen and (max-width:1199px){.products-catalog .product-image-link{height:340px}.products-catalog.prod-sm .product-image-link{height:320px}.products-catalog.prod-sq .product-image-link{height:180px}.collection-product-chooser .item-viewer{width:200px}.collection-product-chooser .items-chooser{margin-left:230px;margin-right:0}.collection-product-chooser .item-viewer-control[data-pos="next"],.collection-product-chooser .item-viewer-control[data-pos="prev"]{top:20px;left:auto;right:100%;bottom:auto;-webkit-background-size:44%;-moz-background-size:44%;-o-background-size:44%;background-size:44%;margin-right:4px}.collection-product-chooser .item-viewer-control[data-pos="next"]{margin-top:48px}}@media screen and (max-width:991px){.product-view .group.row > div:first-child{padding-right:15px}.product-view .group.row > div + div{margin-top:25px}.product-under-line,.product-under-details{margin-left:0}.products-catalog .product-image-link{height:340px}.products-catalog.prod-sm .product-image-link{height:264px}.products-catalog.prod-sq .product-image-link{height:180px}.product-item .about{padding:10px}.product-item .title{font-size:.95em}.product-item .price{font-size:15px}.collection-product-chooser .item-viewer-control{display:none}}@media screen and (min-width:1200px){.title-price-header .col-slogan{text-align:right}}@media screen and (max-width:767px){.product-view .table-responsive-columns tbody > tr{padding-top:10px;padding-bottom:10px;border-top:none;border-bottom:none}.product-view .default-socials{text-align:left}.product-view .price-label{font-size:17px;min-height:36px}.product-view .price-button-section{text-align:left}.product-view .price-button-section-body{display:block;margin:20px 0;min-width:auto}.product-view .title-slogan{font-size:21px;line-height:26px}.products-catalog .product-image-link{height:240px}.products-catalog.prod-sm .product-image-link{height:200px}.products-catalog.prod-sq .product-image-link{height:140px}.product-slider-col{position:relative;right:auto;bottom:auto}.product-info-col{width:auto !important;margin-top:40px;min-height:0}.product-view-alternate .product-info-col{margin-top:20px}.product-view-alternate .title-slogan{display:block;text-align:center}.title-price-header .part-price{margin-left:30px}.options-grid-fluid > li{width:20%}.options-grid-fluid .figcaption{font-size:10px;line-height:12px}.options-grid-fluid .btn-expand::after{-webkit-background-size:32%;-moz-background-size:32%;-o-background-size:32%;background-size:32%}.collection-product-chooser{position:relative;}.collection-product-chooser .item-viewer{width:45%}.collection-product-chooser .items-chooser{margin-top:-4px;margin-left:45%;padding-left:15px}.custom-block-title{font-size:18px;line-height:20px}.content-line{margin:25px 0}}@media screen and (max-width:420px){.collection-product-chooser .products-navigation > li{width:50%}}.filter-aside-box{float:left;}.filter-aside-box + .catalog-box{margin-left:230px}.filter-aside{position:relative;width:190px;}.filter-aside .caption{margin:0 0 10px;color:#111;font-size:1em;font-weight:normal;font-family:Lora,Arial,Helvetica,sans-serif}.filter-aside .caption-link{display:inline-block;color:#111;padding:6px 5px 6px 30px;text-decoration:none;}.filter-aside .caption-link:hover{background-color:rgba(0,0,0,0.02)}.filter-aside .erase-link{display:none;color:#555;margin:8px 6px 0 0;border-radius:2px;text-align:center;padding:2px;background:#f1f2f3;font-size:.95em;font-weight:bold;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}.filter-aside .erase-link:hover{background:#e1e2e3;text-decoration:none}.filter-aside .submiter{position:absolute;left:100%;min-width:74px;height:34px;margin:-9px 0 0 8px;padding:0 10px;font:600 10.1pt/34px Roboto,Arial,Helvetica,sans-serif;background:#fd0;-webkit-background-size:26px;-moz-background-size:26px;-o-background-size:26px;background-size:26px;border-radius:2px;text-transform:uppercase;text-align:center;-webkit-transition:top .5s,background .5s,box-shadow .5s;-moz-transition:top .5s,background .5s,box-shadow .5s;-ms-transition:top .5s,background .5s,box-shadow .5s;-o-transition:top .5s,background .5s,box-shadow .5s;transition:top .5s,background .5s,box-shadow .5s;cursor:pointer;display:none;white-space:nowrap;z-index:2;}.filter-aside .submiter .app-loading{background-color:transparent}.filter-aside .submiter:before{position:absolute;top:50%;left:-18px;margin-top:-10px;border:10px solid transparent;border-right-color:#fd0;-webkit-transform:scaleY(.9);-moz-transform:scaleY(.9);-ms-transform:scaleY(.9);-o-transform:scaleY(.9);transform:scaleY(.9);-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;content:''}.filter-aside .submiter:hover,.filter-aside .submiter:focus{background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.1),0 2px 10px rgba(0,0,0,0.2);}.filter-aside .submiter:hover:before,.filter-aside .submiter:focus:before{border-right-color:#fff}.filter-section .caption-link:before{float:left;margin:2px 0 0 -33px;width:20px;height:12px;background:url("/img/icon-angle-down.svg") no-repeat center;-webkit-background-size:14px;-moz-background-size:14px;-o-background-size:14px;background-size:14px;-webkit-transition:transform .5s;-moz-transition:transform .5s;-ms-transition:transform .5s;-o-transition:transform .5s;transition:transform .5s;content:''}.filter-section.opened-default .filter-section-inner{display:block}.filter-section.opened .filter-section-inner{display:block}.filter-section.opened .caption-link{font-weight:500}.filter-section.has-values .erase-link{display:block}.filter-section .range-slider{padding:7px 16px}.filter-section.opened .caption-link:before,.filter-section.opened-default .caption-link:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.filter-list-container{width:100%;max-height:206px;margin:0;overflow:auto}.filter-section-inner{display:none;margin-bottom:30px}.filter-list{display:block;margin:0;padding:0;font-size:14px;color:#555;list-style:none;}.filter-list > li{font-size:.95em;font-weight:400;}.filter-list > li + li{margin-top:4px}.filter-list label:hover{color:#111}@media screen and (max-width:1199px){.filter-aside{margin-right:0}}@media screen and (max-width:991px){.filter-aside{position:absolute;top:0;left:0;right:0;bottom:110px;width:auto;padding:18px 0 0 0;overflow:auto;}.filter-aside .submiter{display:none !important}.filter-aside .erase-link{margin-left:20px;margin-right:20px}.filter-aside-box{float:none;}.filter-aside-box + .catalog-box{margin-left:0}.catalog-box{overflow:hidden}.filter-list-container{width:auto !important;nax-height:none;}.filter-list-container > .jspContainer{width:auto !important;height:auto !important}.filter-list-container .jspPane{position:relative;width:auto !important}.filter-buttons{position:absolute;left:0;right:0;bottom:20px;padding:0 20px}}.row-grid{display:block;margin:-15px;font-size:0;line-height:0;white-space:normal;letter-spacing:-5px;}.row-grid > div{display:inline-block;float:none;font-size:14px;line-height:18px;padding:15px;letter-spacing:0;vertical-align:top}.row-grid.no-padding{margin:0;}.row-grid.no-padding > div{padding:0}.row-grid:before,.row-grid:after{display:none !important}@media screen and (max-width:767px){.row-grid.grid-normal{margin:-10px;}.row-grid.grid-normal > div{padding:10px}}.blog-aside,.blog-content{display:table-cell;vertical-align:top}.blog-aside{width:410px;padding-left:70px}.blog-wrap{width:100%}.blog-article{padding:0 0 40px 0;font-size:15px;line-height:22px;overflow:hidden;}.blog-article + .blog-article{padding-top:40px;border-top:2px solid #f5f5f5}.blog-article .header,.blog-article .content a{color:#555;}.blog-article .header:hover,.blog-article .content a:hover{color:#111}.blog-article .title{font-size:25px;font-weight:bold}.blog-article .header{margin-bottom:18px;}.blog-article .header .title{display:inline;margin:0 10px 0 0}.blog-article .footer{margin-top:22px}.blog-article .date{color:#999}.blog-article .cover{float:right;max-width:257px;margin:0 0 30px 30px}.article-grid-item{display:block;padding:20px;border:2px solid #f2f1f4;word-wrap:break-word;}.article-grid-item.and-cover{padding:0}.article-grid-item + .article-grid-item{border-top:none}.article-grid-item.first-of-group{position:relative;z-index:1}.article-grid-item .a-body{padding:20px}.article-grid-item .a-cover{margin:-2px -2px 0 -2px}.article-grid-item .a-text{color:#3d3d3d;font-size:.85em;line-height:1.5em}a.article-grid-item{color:#3d3d3d;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;text-decoration:none !important;}a.article-grid-item:hover{color:#23527c;border-color:transparent;box-shadow:0 1px 2px rgba(0,0,0,0.15),0 4px 22px rgba(0,0,0,0.15);text-decoration:none !important}.article-grid-item .a-title{font:500 18px/24px Lora,Arial,Helvetica,sans-serif;margin:0 0 10px}.article-grid-item .a-content{margin-bottom:10px}.article-grid-item .a-date{color:#888;font-size:.85em}@media screen and (max-width:991px){.blog-aside,.blog-content{display:block}.blog-aside{margin-top:25px;padding-left:0;width:auto}}@media screen and (max-width:767px){.blog-article{padding:20px 0;}.blog-article .content{margin-top:15px}.blog-article .cover{float:none;max-width:none;margin:0 0 30px 0}.col-xs-6 .article-grid-item .a-body,.lightSlider .article-grid-item .a-body{padding:10px}.col-xs-6 .article-grid-item .a-title,.lightSlider .article-grid-item .a-title{font-size:14px;line-height:20px}}.app-notify{position:fixed;top:50%;left:50%;padding:20px 40px;font:400 18px/24px Lora,Arial,Helvetica,sans-serif;color:#222;background:#fd0;background:rgba(255,221,0,0.9);border-radius:2px;opacity:0;text-align:center;-webkit-transition:transform .7s,opacity .7s,box-shadow .7s;-moz-transition:transform .7s,opacity .7s,box-shadow .7s;-ms-transition:transform .7s,opacity .7s,box-shadow .7s;-o-transition:transform .7s,opacity .7s,box-shadow .7s;transition:transform .7s,opacity .7s,box-shadow .7s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-shadow:0 5px 30px rgba(61,61,61,0.4);-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);-o-transform:translateY(-50px);transform:translateY(-50px);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;cursor:default;z-index:9999;}.app-notify .notify-content{display:block;text-decoration:none;border-radius:2px}.app-notify.trigger-created{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.app-notify .notify-close{position:absolute;top:0;right:15px;bottom:0;width:32px;height:32px;margin:auto;border:none;background:url("/img/icon-close.svg") center no-repeat;-webkit-background-size:24px;-moz-background-size:24px;-o-background-size:24px;background-size:24px;}.app-notify .notify-close:hover{background-color:#f5f5f5}.app-notify .notify-close + .notify-content{margin-right:62px}.app-notify.notification-type{top:20px;left:auto;right:20px;width:320px;font-size:14px;line-height:18px;font-weight:400;padding:0;color:#3d3d3d;background:#fff;text-align:left;border-radius:2px;box-shadow:0 0 2px rgba(0,0,0,0.1),0 2px 14px rgba(0,0,0,0.05);}.app-notify.notification-type .notify-content{color:#222;padding:10px 15px;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.app-notify.notification-type a.notify-content:hover,.app-notify.notification-type a.notify-content:focus{outine:none;box-shadow:-1px 0 2px rgba(0,0,0,0.2),-1px 1px 15px rgba(0,0,0,0.1)}.app-notify.notification-type a.notify-content:active{box-shadow:-1px 0 2px rgba(0,0,0,0.2),-1px 1px 5px rgba(0,0,0,0.1)}.app-notify.notification-type a.notify-content:-moz-user-focus{border:none}.app-notify.notification-type.with-timer{background:#f5f5f5;background:rgba(245,245,245,0.97);}.app-notify.notification-type.with-timer:after{position:absolute;top:0;left:0;bottom:0;width:0;background:#fff;animation-name:delay;animation-duration:inherit;animation-timing-function:linear;z-index:-1;content:''}.app-notify.notification-type.timer-paused:after{width:100%;animation-name:none}.app-notify.notification-type .app-notify-type{font-size:11px;line-height:16px;color:#fd0;font-weight:500;text-transform:uppercase;margin-bottom:10px}.app-notifications{position:fixed;top:20px;right:20px;z-index:9999;}.app-notifications .app-notify{position:relative;top:auto;left:auto;right:auto;z-index:1;}.app-notifications .app-notify + .app-notify{margin-top:20px}@-moz-keyframes delay{from{width:100%}to{width:0}}@-webkit-keyframes delay{from{width:100%}to{width:0}}@-o-keyframes delay{from{width:100%}to{width:0}}@keyframes delay{from{width:100%}to{width:0}}.plugin-cities{border:1px solid #eee;}.plugin-cities .p-section{padding:15px 25px;border-bottom:1px solid #eee;}.plugin-cities .p-section:last-child{border-bottom:none}.plugin-cities .p-section:empty{display:none}.plugin-cities .letters{background-color:#f9f9f9}.plugin-cities a{display:inline-block;padding:2px 12px;font-weight:400;margin:4px;vertical-align:top;text-decoration:none;}.plugin-cities a.current{font-weight:bold}.plugin-cities a:hover{text-decoration:none;background-color:#f5f5f5}.plugin-cities a.active{color:#222;background-color:#fd0}.plugin-cities .links{margin:-4px -16px}.plugin-cities .country-item{display:inline-block;margin-right:25px;vertical-align:top}@media screen and (max-width:420px){.plugin-cities a{padding:8px 20px;min-width:54px;text-align:center}.plugin-cities .links{margin-left:-20px;margin-right:-20px}}table.table-data > tbody > tr > td,table.table-data > thead > tr > td,table.table-data > tbody > tr > th,table.table-data > thead > tr > th{padding:8px !important}@media screen and (max-width:767px){.table-responsive-columns thead{display:none}.table-responsive-columns tbody > tr,.table-responsive-columns tbody > tr > td{display:block;padding:0}.table-responsive-columns tbody > tr{padding:20px 0;border-bottom:1px solid #eee;}.table-responsive-columns tbody > tr:first-child{border-top:2px solid #eee}.table-responsive-columns tbody > tr > td + td{margin-top:8px}.table-responsive-columns tbody > tr > td[data-caption]:before{display:block;font-size:10.1pt;color:#ccc;content:attr(data-caption)}.table-responsive-columns > .table-striped tbody > tr{background-color:transparent}}.autocomplete-suggestions{text-align:left;cursor:default;border-top:0;background:#fff;box-shadow:-1px 1px 3px rgba(0,0,0,0.1);position:absolute;display:none;z-index:9999;max-height:254px;overflow:hidden;overflow-y:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.autocomplete-suggestion{position:relative;padding:7px 14px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;cursor:pointer;}.autocomplete-suggestion b{font-weight:normal;color:#1f8dd6}.autocomplete-suggestion.selected{background:#f0f0f0}.autocomplete-suggestion .au-img{float:left;width:40px;height:40px;text-align:center;}.autocomplete-suggestion .au-img > img{max-height:100%}.autocomplete-suggestion .au-img + .au-text{margin-left:70px;min-height:40px}.autocomplete-suggestion .au-title{font-size:1.2em;margin-bottom:5px}.footer-main{margin-top:50px;padding:50px 0 42px;background:#262626;color:#fff;}.footer-main a{color:#fff;}.footer-main a:not(.social-icon):hover{color:#fff}.footer-main .copyright{margin-top:45px;text-align:center}.footer-main .access-info{margin-top:42px;font-size:12px;line-height:16px;color:#777;}.footer-main .access-info > p{margin-bottom:4px;}.footer-main .access-info > p:last-child{margin-bottom:0}.footer-main .footer-list-socials{display:inline-block;text-align:left;vertical-align:top}.footer-main .column-1{width:29%}.footer-main .column-2{width:27%}.footer-main .column-3{width:44%}.footer-main .column-socials{text-align:right}.footer-main .footer-menu-wrap{min-height:170px}.footer-nav > .nav-item{font-size:15px}.footer-menu-caption{margin-bottom:10px;color:#777;font-size:.85em;font-weight:500;text-transform:uppercase}.footer-menu-list{display:inline-block;margin:0;padding:0;list-style:none;font-size:15px;line-height:20px;font-weight:100;}.footer-menu-list > li + li{margin-top:10px}.is-rtl .footer-main .footer-list-socials{text-align:right}.is-rtl .footer-main .social-icon:not(:empty){padding-left:10px;padding-right:0}.page-main .footer-main{margin-top:70px}@media screen and (max-width:991px){.footer-main .column-1{width:50%}.footer-main .column-2{width:50%}.footer-main .column-3{width:100%}.is-ltr .footer-main .column-socials{text-align:left}}@media screen and (min-width:768px){.footer-menu-list{display:inline-block !important}}@media screen and (max-width:767px){.page-main .footer-main{margin-top:20px}.footer-main{padding-top:20px;padding-bottom:20px;}.footer-main .copyright{margin-top:15px;font-size:.85em}.footer-main .access-info{margin-top:20px}.footer-main .footer-menu-wrap{min-height:auto}.footer-main .column-1,.footer-main .column-2,.footer-main .column-3{width:100%}.footer-main .columns,.footer-main .column-socials,.footer-main .footer-list-socials{text-align:center !important}.footer-nav > .nav-item{display:block;text-align:center}.footer-menu-caption{display:inline-block;text-align:center;border-bottom:1px dashed #555;cursor:pointer;}.footer-menu-caption:hover,.footer-menu-caption.active{color:#fff;border-bottom-color:#fff}.footer-menu-caption > a{color:inherit;text-decoration:none !important}.footer-menu-list{display:none;margin-bottom:10px}}.header-main{position:relative;padding:25px 0;font-size:15px;line-height:20px;cursor:default;z-index:4;}.header-main .logo{display:inline-block;margin-top:10px;max-width:200px}.header-main .inner-nav{margin:0 0 0 0;padding:0;list-style:none;}.header-main .inner-nav > li{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;min-height:24px;}.header-main .inner-nav > li > span{width:100%}.header-main .inner-nav > li + li{margin-top:10px}.header-main .inner-nav > li a{color:#222;text-decoration:none;font-weight:100;}.header-main .inner-nav > li a:hover{text-decoration:underline}.header-main .inner-nav > li a.btn:hover{text-decoration:none}.header-main .inner-nav [class^="icon-"]:before{position:relative;top:-1px;margin-right:5px;font-size:17px;width:24px;height:24px;line-height:24px;color:#222;vertical-align:middle;text-decoration:none;-webkit-transition:color .35s;-moz-transition:color .35s;-ms-transition:color .35s;-o-transition:color .35s;transition:color .35s}.header-main .inner-nav .icon-clock-1:before{font-size:16px}.header-main .inner-nav .icon-map-o:before{font-size:16px}.header-main .inner-nav [class^="icon-"]:empty{line-height:32px;}.header-main .inner-nav [class^="icon-"]:empty:before{margin:0 .2em;border-radius:1px}.header-main .inner-nav [class^="icon-"]:empty:hover:before,.header-main .inner-nav [class^="icon-"]:empty:focus:before{background-color:#f5f5f5;box-shadow:0 0 0 2px #f5f5f5}.header-main .inner-nav .btn-link{height:28px;padding:0 5px;color:#222;font-family:Roboto;font-weight:100;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;border-radius:2px;}.header-main .inner-nav .btn-link:hover,.header-main .inner-nav .btn-link:focus{text-decoration:none;background-color:#f5f5f5;box-shadow:none}.header-main .item-shop-target{position:relative;left:20px;white-space:nowrap;margin-top:20px}.header-main .city-link-icon:before{float:left}.header-main .city-link > .arrow-icon{float:right;width:18px;height:18px;margin:0 -24px 0 0;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;}.header-main .city-link > .arrow-icon:before{margin:0;font-size:12px}.header-main .icons-group{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;margin-left:auto;max-width:151px;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-box-pack:space-between}.header-main .link-local:hover{color:#555;border-bottom-color:#aaa}.header-main .dropdown{display:inline-block;vertical-align:top}.header-main .dropdown-menu > li > a{font-weight:normal;}.header-main .dropdown-menu > li > a:hover{text-decoration:none}.header-main .icon-flag-empty:before{top:-2px !important}.header-main .icon-plane:before{font-size:16px !important}.header-main .lang-caption{position:absolute;top:-2px;right:-4px;display:inline-block;font-size:1em;line-height:12px;font-weight:400;background:rgba(255,221,0,0.7);padding:1px 3px;border-radius:2px;vertical-align:top}.header-main .store-types{position:relative;}.header-main .store-types .buttons{width:230px}.header-main .store-types .btn{padding:2px 5px;font-weight:normal;line-height:12px;text-transform:none;border:none;}.header-main .store-types .btn:hover,.header-main .store-types .btn:focus{box-shadow:none}.header-main .store-types .btn.btn-default{background:#fff;}.header-main .store-types .btn.btn-default:hover,.header-main .store-types .btn.btn-default:focus{background:#f5f5f5}.header-main .store-types .btn.btn-default.active{border:1px solid #e74c3c !important}.header-main .btn,.header-main .btn:focus,.header-main .btn:hover{box-shadow:none}.header-main .side-left-btn,.header-main .side-right-btn{display:none}.header-page{margin:40px 0 35px}.is-rtl .header-main .inner-nav [class^="icon-"]:before{margin-right:0;margin-left:10px}@media screen and (max-width:1199px){.header-main a{font-size:.9em}.header-main .store-types{margin-top:0;}.header-main .store-types .buttons{position:relative;width:150px}.header-main .store-types .btn > br{display:none}.header-main .store-types .btn + .btn{margin-top:5px}.header-main .item-shop-target{left:-10px}}@media screen and (min-width:990px){.header-main .search-bar{position:fixed;top:-54px;left:0;right:0;width:400px;margin:0 auto;visibility:hidden;background-color:#fff;border-radius:0 0 2px 2px;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;z-index:99;}.header-main .search-bar .form-control{border:none;height:auto;padding:15px 87px 15px 25px;box-shadow:none}.header-main .search-bar .side-right-btn{position:absolute;display:block;top:0;right:0;bottom:0;}.header-main .search-bar .side-right-btn > .btn{height:100%;border-color:transparent;background-color:transparent;}.header-main .search-bar .side-right-btn > .btn:hover{background-color:#f6f7f8}.is-rtl .header-main .form-control{padding-left:87px;padding-right:25px}.is-rtl .header-main .side-right-btn{left:0;right:auto}body.nav-search-bar--visible .header-main .search-bar{top:25px;visibility:visible;box-shadow:0 1px 2px rgba(0,0,0,0.15),0 2px 25px rgba(0,0,0,0.1)}body.nav-search-bar--visible .autocomplete-suggestions{position:fixed}}@media screen and (max-width:991px){.header-main,.header-main .default-bar,.header-main .search-bar{height:68px}.header-main,.header-main .side-left-btn > .btn,.header-main .side-right-btn > .btn{line-height:68px}body.nav-search-bar--visible .header-main .default-bar{margin-top:-68px}main{margin-top:83px}.header-main{position:fixed;top:0;left:0;right:0;padding-top:0;padding-bottom:0;margin-bottom:15px;background-color:#fff;box-shadow:0 1px 5px rgba(0,0,0,0.15);overflow:hidden;}.header-main .side-left-btn{left:-10px}.header-main .side-right-btn{right:-10px;}.header-main .side-right-btn .link-tel{position:relative;}.header-main .side-right-btn .link-tel:before{font-size:24px}.header-main .side-right-btn .link-tel:after{position:absolute;top:35%;right:32%;width:6px;height:6px;border-top:2px solid #777;border-right:2px solid #777;content:''}.header-main .logo{margin:2px 0 0 0;max-width:106px}.header-main .search-bar{display:block}.header-main .search-field{display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;height:100%}.header-main .search-bar .side-right-btn{left:-10px;right:auto}.header-main .side-left-btn,.header-main .side-right-btn{position:absolute;top:0;height:100%;display:block}.header-main .side-left-btn > .btn,.header-main .side-right-btn > .btn{width:56px;height:100%;padding:0;text-align:center;border:none;font-size:20px;border-radius:0;background-color:transparent}.header-main .side-left-btn > .btn:focus,.header-main .side-left-btn > .btn:active,.header-main .side-right-btn > .btn:focus,.header-main .side-right-btn > .btn:active{outline:none;box-shadow:none}.header-main .side-left-btn > .btn:hover,.header-main .side-right-btn > .btn:hover{background-color:rgba(0,0,0,0.02)}.header-main .default-bar,.header-main .search-bar{position:relative;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}}@media screen and (min-width:766px){.header-page .title-primary{font-size:25px;line-height:32px}}@media screen and (max-width:767px){.header-main,.header-main .default-bar,.header-main .search-bar{height:58px}.header-main,.header-main .side-left-btn > .btn,.header-main .side-right-btn > .btn{line-height:58px}main{margin-top:73px}.header-main{margin-bottom:0;}.header-main .logo{max-width:90px}.header-main .default-bar .side-center{display:block;text-align:left}.header-main .side-left-btn ~ .side-center{margin-left:54px}body.nav-search-bar--visible .header-main .default-bar{margin-top:-58px}.header-page{margin:20px 0 30px}}html,body{width:100%;height:100%}body{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;font-family:Roboto,Arial,Helvetica,sans-serif;cursor:default;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;scroll-behavior:smooth}.is-rtl{direction:rtl;}.is-rtl .lSSlideOuter{direction:ltr}.is-rtl .lightSlider{direction:rtl}img{max-width:100%}.page-part{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-flex-basis:auto;-ms-flex-basis:auto;flex-basis:auto}main{display:block}.panel-title > a{display:inline;}.panel-title > a:hover,.panel-title > a:focus{background:rgba(255,221,0,0.2);outline:none}.link-local{text-decoration:none;border-bottom:1px dashed #222;}.link-local:hover,.link-local:focus{border-bottom-color:#000;text-decoration:none !important}.page-catalog .breadcrumb{padding-top:20px;margin-bottom:24px}.breadcrumb h1{display:inline;margin:0;font-size:1em;font-weight:normal}.product--column-sortable{width:200px;height:400px;background:#ccc}.list-default-inline{padding:0;margin-bottom:0;list-style:none;}.list-default-inline > li{display:inline-block;vertical-align:top;}.list-default-inline > li:not(:last-child){margin-right:15px}.list-params{padding:0;list-style:none;}.list-params > li + li{margin-top:5px}.list-params .param-name{color:#aaa;font-size:.95em}.zoomslobj{direction:ltr}.is-rtl .list-links > li{padding-left:0;padding-right:20px;}.is-rtl .list-links > li:before{margin-left:0;margin-right:-20px;float:right}.is-rtl .list-links.list-default-inline > li + li:before{margin-left:20px;margin-right:0}.vertical-slider-objects{direction:ltr !important}.list-links{margin:0;padding:0;font-size:15px;list-style:none;}.list-links > li{padding-left:20px;}.list-links > li:before{display:inline-block;float:left;margin:8px 0 0 -20px;width:5px;height:5px;background:#ccc;content:''}.list-links > li + li{margin-top:10px}.list-links > li > a{color:#222}.list-links.list-default-inline{margin:-7px;}.list-links.list-default-inline > li{padding:7px !important;}.list-links.list-default-inline > li:first-child:before{display:none}.list-links.list-default-inline > li + li{margin-top:0}.btn-menu{background-color:transparent;}.btn-menu > .bar{display:block;width:26px;height:1px;margin:0 auto;background:#222;}.btn-menu > .bar + .bar{margin-top:6px}.no-image{position:relative;}.no-image:after{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.05) url("/img/picture.svg") center no-repeat;-webkit-background-size:22px;-moz-background-size:22px;-o-background-size:22px;background-size:22px;opacity:.7;content:''}.section-part{margin-top:80px;margin-bottom:80px}.section-consultation .form-control{background:#fd0;border:none;border-radius:0}.section-products{padding:50px 0;background:#f9f8f8;}.section-products .product-item,.section-products .product-image{background:#f9f8f8}.section-products > .container{position:relative}.section-products .title-secondary{position:absolute;bottom:104px;left:-20px;color:#ccc;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:bottom left;-moz-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left}.comment-row-item{position:relative;padding:25px;border:4px solid #f9f9f9;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,0.2)}.hr-primary{border-width:2px;border-color:#f5f5f5}.image-wrap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:100px;font-size:11px;line-height:12px;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-box-pack:center;}.image-wrap > img{max-height:100%}.old-ver-bar{padding:5px 40px 5px 0;border-bottom:2px solid #f6f7f8;}.old-ver-bar .btn-default{padding-left:40px;padding-right:40px;color:#565655;background-color:#f6f7f8;box-shadow:none;border-radius:2px;}.old-ver-bar .btn-default:hover,.old-ver-bar .btn-default:focus{color:#000;background-color:#fd0;box-shadow:none}.old-ver-bar .close{margin-top:5px;margin-right:-30px}.old-ver-bar + .footer-main{margin-top:0}.page-main .old-ver-bar{margin-top:0}.page-main .text-content{font-size:1.15em}.page-main .title-secondary > a{text-decoration:underline}.page-container{margin-top:50px;font-size:15px;line-height:22px;}.page-container .row-grid > div{font-size:15px;line-height:22px}.page-container p{margin-bottom:20px;}.page-container p:last-child{margin-bottom:0}.page-container .small{line-height:1.4em}.breadcrumb-main + .page-container{margin-top:30px}.page-title{margin-bottom:56px}.page-static a:not(.btn){color:#23527c;text-decoration:underline;}.page-static a:not(.btn):hover,.page-static a:not(.btn):focus{color:#2d2d2d}.page-static a:not(.btn).link-local{text-decoration:none;}.page-static a:not(.btn).link-local:hover,.page-static a:not(.btn).link-local:focus{border-bottom-color:#2d2d2d}.page-static h2,.page-static h3,.page-static h4{margin-bottom:20px;font-family:Lora,Arial,Helvetica,sans-serif}.page-static h2{font-size:27px}.page-static h3{font-size:22px}.page-static p + h2,.page-static ul + h2,.page-static p + h3,.page-static ul + h3,.page-static p + h4,.page-static ul + h4{margin-top:40px}.page-static ul:not([class]){margin-top:20px;padding:0;list-style:none !important;}.page-static ul:not([class]) + p{margin-top:20px}.page-static ul:not([class]) > li{padding-left:40px;}.page-static ul:not([class]) > li:before{float:left;width:5px;height:5px;margin:9px 0 0 -24px;background:#aaa;content:''}.page-static ul:not([class]) > li + li{margin-top:5px}.page-static .slider{padding:0;list-style:none;}.page-static .slider > li{text-align:center}.page-static .slider:not(.lightSlider){white-space:nowrap;overflow:hidden;}.page-static .slider:not(.lightSlider) > li{display:inline-block;vertical-align:top}.page-static .list-params .param-name{font-size:.85em;margin-right:5px}.page-static .part-section{margin:40px 0;}.page-static .part-section:last-child{margin-bottom:0}.is-rtl .page-static ul:not([class]) > li{padding-left:0;padding-right:40px;}.is-rtl .page-static ul:not([class]) > li:before{float:right;margin-right:-24px}.is-rtl .page-static .slider > li{text-align:right}.consultation-need-block{padding:25px 30px 20px;max-width:670px;margin-left:auto;border-radius:8px;background:rgba(149,165,166,0.25);background:linear-gradient(to bottom right,rgba(149,165,166,0.15),rgba(149,165,166,0.25));overflow:hidden;}.consultation-need-block .title-secondary{font-weight:500}.consultation-need-block .form-control{border-radius:5px;border-color:rgba(0,0,0,0.25);}.consultation-need-block .form-control:focus{border-color:#777;box-shadow:0 0 0 2px rgba(0,0,0,0.07)}.consultation-need-block .btn{background-color:#bbb;background-color:rgba(0,0,0,0.25);border-color:transparent;color:#fff}.consultation-need-block .recaptcha-control{width:300px;height:74px;border-radius:5px;overflow:hidden;}.consultation-need-block .recaptcha-control > div{margin-top:-1px;margin-left:-1px}@media screen and (max-width:767px){.consultation-need-block{padding:15px;margin-left:-15px;margin-right:-15px;border-radius:0}}.app-modal.insta-modal{padding:0;max-width:520px;min-height:100px;overflow:visible;}.app-modal.insta-modal .fancybox-close-small{top:-41px;}.app-modal.insta-modal .fancybox-close-small:after{color:#ccc}.app-modal.insta-modal .fancybox-close-small:hover:after{color:#fff;background:transparent}.app-modal.insta-modal .instagram-media{width:100% !important;margin:0 !important;border:none !important;border-radius:2px !important}.color-value{position:relative;display:inline-block;width:16px;height:16px;border-radius:2px;margin-right:15px;background:#eee;vertical-align:middle;z-index:0;}.color-value:after{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:inherit;opacity:.1;border-radius:2px;z-index:-1;content:''}.fancybox-slide--current .app-modal{display:inline-block}.app-modal{display:none;width:100%;padding:30px;max-width:580px;font-size:15px;border-radius:2px;}.app-modal .m-header{margin-bottom:30px}.app-modal .m-title{display:inline-block;font:600 18px/24px Lora,Arial,Helvetica,sans-serif;padding-bottom:4px;text-transform:uppercase;border-bottom:2px solid #eee;vertical-align:top}.app-modal .control-label{font-size:1em}.app-modal .form-horizontal .control-label{text-align:left}.form-centered{max-width:500px;margin:50px auto}.control-label{color:#4d4d4d;font-weight:normal;font-size:.95em}.alert{padding:15px 25px}.alert-default{background:#f5f5f5;border-radius:2px}.with-count-icon{position:relative;}.with-count-icon:after{position:absolute;top:-2px;right:-5px;min-width:14px;height:14px;padding:0 4px;font-size:12px;line-height:14px;color:#fff;font-weight:400;background-color:rgba(231,76,60,0.9);border-radius:2px;text-align:center;content:attr(data-count)}.with-count-icon[data-count="0"]:after{display:none}@media screen and (max-width:1425px){.section-products .title-secondary{position:static;color:#222;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}}@media screen and (max-width:767px){.page-main .text-content{font-size:1em}.page-main .text-content big{font-size:1.1em}.section-part{margin-top:20px;margin-bottom:20px;}.section-part > .title-secondary{margin-top:20px}.section-products{padding:2px;}.section-products > .container{padding-left:0;padding-right:0}.section-products .title-secondary{margin:15px}.page-container{margin-top:25px}.page-title{margin-bottom:25px}.page-static h2{font-size:22px}.page-static h3{font-size:18px}.old-ver-bar .btn{font-size:12px;padding-left:17px;padding-right:17px}}.nav-main{position:relative;margin-bottom:12px;-webkit-transition:box-shadow .5s;-moz-transition:box-shadow .5s;-ms-transition:box-shadow .5s;-o-transition:box-shadow .5s;transition:box-shadow .5s;z-index:2;}.nav-main > .container{padding-left:5px;padding-right:5px}@media screen and (min-width:992px){body.nav-sticked .nav-main{position:sticky;top:0;padding-top:7px;padding-bottom:7px;background-color:#fff;margin-top:-7px;}body.nav-sticked .nav-main.view-sticked{box-shadow:0 2px 10px rgba(0,0,0,0.32);}body.nav-sticked .nav-main.view-sticked .nav-main-menu:before{opacity:0}}.nav-main-menu{position:relative;margin:0;padding:0;font-size:0;text-align:justify;list-style:none;text-justify:newspaper;cursor:default;}.nav-main-menu:before{position:absolute;left:10px;right:10px;bottom:-12px;height:2px;background:#e5e5e5;z-index:-1;transition-duration:.3s;content:''}.nav-main-menu:after{display:inline-block;width:100%;height:0;font-size:0;line-height:0;visibility:hidden;overflow:hidden;content:''}.nav-main-menu .more-links{margin-top:15px;padding-top:10px;border-top:2px solid #f5f5f5;}.nav-main-menu .more-links > .btn{margin:0 auto;font-size:.95em;padding-top:11px;padding-bottom:9px;border-radius:0;box-shadow:none;background-color:transparent;border:none;}.nav-main-menu .more-links > .btn > span{padding-bottom:2px;border-bottom:1px dashed #777}.nav-main-menu .more-links > .btn:hover,.nav-main-menu .more-links > .btn:focus{background-color:#f5f5f5}.nav-main-menu .nav-item-caption{display:inline-block;padding:4px 12px;vertical-align:top;border-radius:2px}.nav-main-menu > li{display:inline-block;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;}.nav-main-menu > li > a{display:inline-block;padding:10px;text-transform:uppercase;font-weight:500;color:#222;font-size:.95em;line-height:20px;}.nav-main-menu > li > a:hover,.nav-main-menu > li > a:focus{text-decoration:none;outline:none}.nav-main-menu > li.menu--visible .sub-container{opacity:1;visibility:visible;pointer-events:auto}.nav-main-menu .item-discount > a{color:#e74c3c}.nav-main-menu .item-discount .nav-item-caption{position:relative;padding-left:36px;z-index:0;}.nav-main-menu .item-discount .nav-item-caption:before{position:absolute;top:3px;left:8px;width:22px;height:22px;background:url("/local/templates/union/css/../img/icon-sale-3.svg") no-repeat center;-webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%;opacity:.7;z-index:-1;content:''}.nav-main-menu .one-word{display:block}.nav-main-menu .sub-container{position:absolute;top:100%;left:0;right:0;padding:12px 0 14px;background:#fff;border-top:1px solid #f4f4f4;background:#fff;box-shadow:0 18px 30px rgba(0,0,0,0.05);overflow:hidden;visibility:hidden;opacity:0;pointer-events:none;text-align:left;z-index:1;}.nav-main-menu .sub-container .columns{font-size:0;line-height:0}.nav-main-menu .sub-container .col{display:inline-block;max-width:176px;font-size:14px;line-height:20px;vertical-align:top}.nav-main-menu .sub-container .title-mark{font-family:Lora,Arial,Helvetica,sans-serif;font-weight:bold}.nav-main-menu .sub-menu-list{margin:0;padding:0;list-style:none;font-size:.95em;}.nav-main-menu .sub-menu-list > li > a{color:#222}.nav-main-menu .sub-menu-list > li + li{margin-top:5px}.nav-main-menu .sub-menu-list > .caption{font-weight:500;text-transform:uppercase}.nav-main-menu .sub-menu-list.as-grid{margin:0 -25px;}.nav-main-menu .sub-menu-list.as-grid > li{display:inline-block;margin:0;padding:5px 25px;vertical-align:top}.is-ltr .nav-main-menu .sub-container .col{margin-right:80px;}.is-ltr .nav-main-menu .sub-container .col:last-child{margin-right:0 !important}.is-rtl .nav-main-menu .sub-container{text-align:right;}.is-rtl .nav-main-menu .sub-container .col{margin-left:80px;}.is-rtl .nav-main-menu .sub-container .col:last-child{margin-left:0 !important}.nav-main-menu > li:hover .nav-item-caption,.nav-main-menu > li > a:focus .nav-item-caption,.nav-main-menu > li.menu--visible .nav-item-caption{position:relative;background-color:#f5f5f5}.nav-main-menu > li.active .nav-item-caption{background-color:#e5e5e5;text-shadow:0 1px #f5f5f5,0 -1px #f5f5f5,-1px 0 #f5f5f5,1px 1px #f5f5f5}@media screen and (max-width:1299px){.nav-main-menu .nav-item-caption{padding-left:5px;padding-right:5px}.nav-main-menu .item-discount .nav-item-caption{padding-left:32px;}.nav-main-menu .item-discount .nav-item-caption:before{left:4px}}@media screen and (max-width:1199px){.nav-main > .container{padding-left:11px;padding-right:11px}.nav-main-menu > li > a{padding-left:4px;padding-right:4px}.nav-main-menu > li .word{display:inline}.nav-main-menu .sub-container .col{max-width:158px}.nav-main-menu .nav-item-caption{padding-left:2px;padding-right:2px;font-size:12px}.is-ltr .nav-main-menu .sub-container .col{margin-right:50px}.is-rtl .nav-main-menu .sub-container .col{margin-left:50px}}@media screen and (max-width:1199px) and (min-width:991px){.nav-main-menu.md-extended{margin:10px -10px;}.nav-main-menu.md-extended > li{margin:0 10px}.nav-main-menu.md-extended .nav-item-caption > br{display:none}}@media screen and (max-width:991px){.nav-main > .container{padding-left:0;padding-right:0}.nav-main .item-hello{text-align:center;}.nav-main .item-hello .logo{display:block;margin:0 auto;padding:22px 0 15px;max-width:120px}.nav-main .item-hello > a{text-align:left}.nav-main .item-group-links{padding:0 4px 4px;}.nav-main .item-group-links .group-link{position:relative;display:inline-block;padding:4px;color:#222;font-size:.8em;line-height:1.2em;text-align:center;vertical-align:top;text-decoration:none;}.nav-main .item-group-links .group-link:hover .group-link-text,.nav-main .item-group-links .group-link:focus .group-link-text{background:rgba(231,76,60,0.1);text-decoration:none}.nav-main .item-group-links .group-link.active .group-link-text{color:#fff;font-weight:500;background:rgba(231,76,60,0.9)}.nav-main .item-group-links .group-link-text{display:block;padding:4px 6px}.nav-main-menu{display:block;}.nav-main-menu:before{display:none}.nav-main-menu > li{text-align:left}.nav-main-menu .nav-item-caption > br{display:none}.nav-main-menu:after{display:none}.nav-main-menu .item-discount .nav-item-caption{padding-left:43px;}.nav-main-menu .item-discount .nav-item-caption:before{top:2px;left:2px;width:18px;height:18px;opacity:.7}.sm-menu{position:fixed;top:0;left:-280px;bottom:0;margin:0;font-size:14px;background:#fff;z-index:999;width:85%;max-width:270px;overflow:auto;overflow-x:hidden;visibility:hidden;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;pointer-events:none;scroll-behavior:smooth;}.sm-menu.filter-aside{padding-top:10px;left:-320px;max-width:320px}.sm-menu .container{width:auto}.sm-menu.is--visible{left:0;visibility:visible;pointer-events:auto}.sm-menu .sub-container{display:none}.sm-menu .filter-list-container{max-height:none}.filter-aside .caption{padding:0 20px}.sm-menu-list{position:relative;width:100%;margin:0;padding:0 0 5px 0;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;}.sm-menu-list > .delimiter{margin:7px 0;border-top:1px solid #e5e5e5}.sm-menu-list .nav-item-caption{display:block;padding:0;}.sm-menu-list .nav-item-caption:after{display:none}.sm-menu-list > li{display:block;}.sm-menu-list > li + li{margin-top:0}.sm-menu-list > li > a{display:block;padding:12px 15px;font-size:.95em;font-weight:400;text-transform:none;text-decoration:none;}.sm-menu-list > li > a > br{display:none}.sm-menu-list > li > a > span[class^=icon-]{font-size:16px;margin-right:18px}.sm-menu-list > li > a > .icon-cart{margin-left:-2px;margin-right:20px !important}.sm-menu-list > li > a:hover,.sm-menu-list > li > a:focus{text-decoration:none;outline:none}.sm-menu-list > li > a[class^=icon-]:before{width:16px;margin:0 18px 0 0;font-size:16px}.sm-menu-list > li > .input-checkbox{display:block;padding:10px 20px 10px 46px}.sm-menu-list > li:hover .nav-item-caption,.sm-menu-list > li.active .nav-item-caption,.sm-menu-list > li > a:focus .nav-item-caption,.sm-menu-list > li .menu--visible .nav-item-caption{background-color:transparent}.sm-menu-list > li.active{background:#efefef}.sm-menu-list > li.menu--current > .sub-container{display:block;top:0;left:100%;right:auto;width:100%;padding:7px 0;border:none;opacity:1;min-height:80px;visibility:visible;overflow:visible;pointer-events:auto;box-shadow:none;}.sm-menu-list > li.menu--current > .sub-container .sub-container{padding:0}.sm-menu-list .link-back:before{position:relative;top:-1px;font-size:10px;margin-right:10px}.sm-menu-list .with-sm-submenu > a:before{float:right;display:inline-block;width:16px;height:20px;margin-left:5px;background:url("/img/icon-angle-right.svg") center no-repeat;-webkit-background-size:100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%;content:''}.sm-menu-list > li > .input-checkbox > span:before,.sm-menu-list > li > .input-checkbox > span:after{top:12px !important;left:20px !important}.sm-menu-list > li:hover > a,.sm-menu-list > li > a:focus,.sm-menu-list > li:hover > .input-checkbox{background-color:rgba(0,0,0,0.04)}body.sm-menu--visible{overflow:hidden;}body.sm-menu--visible .page-overlay{opacity:1}}@media print{.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}.visible-xs{display:none !important}.hidden-xs{display:block !important}table.hidden-xs{display:table}tr.hidden-xs{display:table-row !important}th.hidden-xs,td.hidden-xs{display:table-cell !important}.hidden-xs.hidden-print{display:none !important}.hidden-md{display:none !important}.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}.hidden-print{display:none !important}.space-md-0{margin-top:0}.space-md-1{margin-top:5px}.space-md-2{margin-top:10px}.space-md-3{margin-top:20px}.space-md-4{margin-top:35px}.space-md-5{margin-top:50px}.space-md-6{margin-top:70px}.old-ver-bar{display:none !important}.header-main .search-bar{display:none !important}.product-under-line,.product-under-details{margin-left:0}}

/* End */


/* Start:/local/templates/union/css/additional-2.min.css?160156629210580*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Lora:400,700&subset=cyrillic");
.sidebar{padding:0 0 5px;background:#fff;border-radius:2px}.sidebar-badge{padding:6px 10px;margin:0 5px 5px 0;border:1px solid #e74c3c;border-radius:2px}.sidebar-title{margin:0;font:21px/1.2em Lora,Arial,Helvetica,sans-serif}.sidebar-sub-title{margin:2px 0 0 0;font-size:.95em;line-height:1.25em;vertical-align:top}.sidebar-menu-item{position:relative;}.sidebar-menu-item:hover{background-color:rgba(0,0,0,0.02)}.sidebar-menu{margin:0 5px 0 0;padding:0;list-style:none;}.sidebar-menu .toggle-btn{position:absolute;top:0;right:0;bottom:0;padding:0;border:0;border-radius:0;width:34px;background:none;display:flex;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-box-pack:center;-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}.sidebar-menu .toggle-btn svg{opacity:.5}.sidebar-menu .toggle-btn:hover,.sidebar-menu .toggle-btn:focus{background:rgba(0,0,0,0.025) !important;box-shadow:none;}.sidebar-menu .toggle-btn:hover svg,.sidebar-menu .toggle-btn:focus svg{opacity:1}.sidebar-menu .toggle-btn:active{background:rgba(0,0,0,0.04) !important}.sidebar-menu .toggle-btn ~ .sidebar-link{margin-right:34px}.sidebar-menu li > a,.sidebar-menu li .sidebar-link{position:relative;display:block;padding:10px 0;font-size:.95em;text-decoration:none;}.sidebar-menu li > a:after,.sidebar-menu li .sidebar-link:after,.sidebar-menu li > a:before,.sidebar-menu li .sidebar-link:before{position:absolute;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s}.sidebar-menu li > a:hover,.sidebar-menu li .sidebar-link:hover,.sidebar-menu li > a:focus,.sidebar-menu li .sidebar-link:focus{color:#000;background:rgba(0,0,0,0.025);text-decoration:none;outline:none}.sidebar-menu li > ul{margin:0;padding:0;list-style:none;display:none;}.sidebar-menu li > ul > li > a{padding-left:60px;}.sidebar-menu li > ul > li > a:before{top:15px;left:35px;width:8px;height:8px;background:#aaa;content:''}.sidebar-menu li > ul > li.active{background:rgba(0,0,0,0.05);}.sidebar-menu li > ul > li.active > a{font-weight:500;}.sidebar-menu li > ul > li.active > a:before{background:#222}.sidebar-menu > li{-webkit-transition:margin .3s;-moz-transition:margin .3s;-ms-transition:margin .3s;-o-transition:margin .3s;transition:margin .3s;}.sidebar-menu > li .sidebar-link{text-transform:uppercase;}.sidebar-menu > li .sidebar-link > span{display:block;-webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s}.sidebar-menu > li .sidebar-link.highlight{color:#e74c3c;font-weight:bold;text-decoration:underline;text-decoration-color:rgba(231,76,60,0.5);border:none}.sidebar-menu > li.active,.sidebar-menu > li.opened{background:#f1f1f1;}.sidebar-menu > li.active .sidebar-link > span,.sidebar-menu > li.opened .sidebar-link > span{-webkit-transform:translateX(10px);-moz-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px)}.sidebar-menu > li.active .sidebar-link{font-weight:500}.sidebar-menu > li.has-menu.opened{margin:5px 0;}.sidebar-menu > li.has-menu.opened .sidebar-menu-item{border-bottom:1px solid #ccc}.sidebar-menu > li.has-menu.opened .toggle-btn svg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);opacity:1}.sidebar-menu > li.has-menu.opened > ul{display:block}.slider-main{margin:15px 0 0}.menu-fluid-container{margin-top:50px;padding:35px 25px 37px;background:#222}.menu-fluid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -5px -30px;padding:0;font-size:14px;color:#bbb;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-box-pack:space-between;list-style:none;}.menu-fluid > li{display:inline-block;padding:0 5px 30px;text-align:left;vertical-align:top}.menu-fluid a{color:#fff}.menu-fluid .menu-item-caption{font-size:.95em;font-weight:normal;margin-bottom:7px;text-transform:uppercase;}.menu-fluid .menu-item-caption > a{color:#bbb}.menu-fluid .sub-menu{margin:0;padding:0;font-size:.95em;list-style:none;}.menu-fluid .sub-menu > li + li{margin-top:5px}@media screen and (max-width:1199px){.menu-fluid{display:block;}.menu-fluid > li{width:16.659%}}@media screen and (max-width:991px){.menu-fluid > li{width:25%}}@media screen and (max-width:767px){.menu-fluid-container,.menu-fluid-container .container-fluid{padding:0}.menu-fluid{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-align-items:stretch;-ms-align-items:stretch;align-items:stretch;margin:0;}.menu-fluid > li{padding:0;width:50%;padding-bottom:0;-webkit-flex:1 0 50%;-ms-flex:1 0 50%;flex:1 0 50%;}.menu-fluid > li + li .menu-item-caption{border-top:1px solid rgba(0,0,0,0.3)}.menu-fluid > li + li:nth-child(even){border-left:1px solid rgba(0,0,0,0.3)}.menu-fluid .sub-menu{display:none}.menu-fluid .menu-item-caption{margin:0;height:100%;text-align:center;}.menu-fluid .menu-item-caption > a{display:block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:100%;padding:15px 20px;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-box-pack:center;}.menu-fluid .menu-item-caption > a:hover,.menu-fluid .menu-item-caption > a:focus{text-decoration:none;background:rgba(255,255,255,0.05)}}.combine-container{position:relative;min-height:640px;}.combine-container:not(.page-container){margin-top:20px}.sidebar-container{position:absolute;top:0;left:15px;bottom:0;width:200px;font-size:14px;line-height:18px;border-right:2px solid #f5f5f5}.view-container{margin-left:240px}.products-slider-container{padding-bottom:30px;}.products-slider-container .lSSlideOuter{margin:-15px;}.products-slider-container .lSSlideOuter.outer-pager .lSPager.lSpg{margin-top:25px !important}.products-slider-container .lSSlideWrapper{margin-bottom:-15px}.products-slider-container .a-title{font-size:16px;line-height:22px}.products-slider-container .projects-slider{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:auto !important;}.products-slider-container .projects-slider > *{float:none;display:inline-block;padding:15px;vertical-align:top;}.products-slider-container .projects-slider > * > *{height:100%}.products-slider-container .projects-slider .slide-more > a{position:relative;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;width:100%;height:100%;background:#fff;-webkit-align-items:center;-ms-align-items:center;align-items:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-box-pack:center;text-align:center;overflow:hidden;z-index:0;}.products-slider-container .projects-slider .slide-more > a:hover .a-title{text-decoration:underline}.products-slider-container .projects-slider .slide-more .a-title{font-size:27px;line-height:32px}.images-grid-nav-container{margin-top:30px}.category-figure{position:relative;display:block;text-decoration:none;}.category-figure:hover{text-decoration:none}.category-figure .figcaption{position:absolute;left:0;bottom:0;padding:5px 15px;max-width:100%;font:20px/26px Lora,Arial,Helvetica,sans-serif;color:#fff;background:rgba(0,0,0,0.4);overflow:hidden;}.category-figure .figcaption:after{position:absolute;left:15px;right:15px;height:1px;bottom:5px;opacity:0;-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);transform:translateX(50%);background:#fff;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;content:''}.category-figure > img,.category-figure .figcaption{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}a.category-figure:hover > img{box-shadow:0 5px 10px rgba(0,0,0,0.25),0 8px 35px rgba(0,0,0,0.15);-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);-o-transform:scale(1.02);transform:scale(1.02)}a.category-figure:hover .figcaption{background:rgba(0,0,0,0.58);}a.category-figure:hover .figcaption:after{opacity:1;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.consultation-need-block{padding:15px;margin:-15px;border-radius:0;}.consultation-need-block .title-secondary{margin-bottom:15px;}.consultation-need-block .title-secondary > span{display:inline-block;margin:1px;padding:0 10px;background:#fff;vertical-align:top;}.consultation-need-block .title-secondary > span:first-child{margin-left:-15px;padding-left:25px;}.consultation-need-block .title-secondary > span:first-child + span{padding-right:25px}.consultation-need-block .form-control,.consultation-need-block .btn{border-radius:2px}.consultation-need-block .recaptcha-control{width:160px;height:140px;border-radius:1px}.consultation-need-block .form-row > div:first-child{padding-right:7px}.consultation-need-block .form-row > div + div{padding-left:7px}@media screen and (max-width:1199px){.consultation-need-block{padding:15px;margin:0 -15px;border-radius:0}}@media screen and (max-width:991px){.sidebar-container{display:none}.view-container{margin-left:0}.page-main main > .combine-container{margin-top:0}.combine-container{min-height:0 !important}.images-grid-nav-container{margin-top:8px;}.images-grid-nav-container .images-grid{margin:0 -7px;}.images-grid-nav-container .images-grid > div{padding:7px}}@media screen and (max-width:767px){.category-figure .figcaption{font-size:14px;line-height:18px}.consultation-need-block .btn-submit{width:100%}.products-slider-container{padding-bottom:0;}.products-slider-container .lSSlideOuter{margin-left:-10px;margin-right:-10px}.products-slider-container .projects-slider > *{padding-left:10px;padding-right:10px}.products-slider-container .projects-slider .slide-more .a-title{font-size:18px;line-height:24px}}
/* End */


/* Start:/local/templates/union/css/inline.css?159317700329*/
.year-btn {
	margin: 2px 0;
}
/* End */


/* Start:/local/templates/union/css/velltar.css?160584519810914*/
@font-face {
	font-family: 'Gotham Pro Medium';
	src: url('/local/templates/union/css/fonts/GothamPro-Medium.eot');
	src: url('/local/templates/union/css/fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/union/css/fonts/GothamPro-Medium.woff') format('woff'),
	url('/local/templates/union/css/fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Light';
	src: url('/local/templates/union/css/fonts/Roboto-Light.eot');
	src: url('/local/templates/union/css/fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
	url('/local/templates/union/css/fonts/Roboto-Light.woff') format('woff'),
	url('/local/templates/union/css/fonts/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.bf_countdown{
	color:#ffffff;
}

.bf_skv_b_area{
	display:block;
	text-align:center;
}

.bf_skv_mob_area{
	display:none;
	text-align:center;
}

.for_italy_submenu, .for_mosk_submenu{
    position:relative;
}

.sub_menu_open{
 position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    text-align: center;
    line-height: 62px;
    cursor: pointer;
    color: #e74c3c;
}

.sub_menu_open:hover{
	background-color: rgba(0,0,0,0.02);
}
.for_italy_submenu:hover, .for_mosk_submenu:hover {
	background-color: rgba(0,0,0,0.02);
}

.italy_open svg, .mosk_open svg{
	transform: rotate(90deg);
}

.italy_sub_menu.menu_close, .mosk_sub_menu.menu_close {
	display:none;
}

.italy_sub_menu.menu_open, .mosk_sub_menu.menu_open {
	display:initial;
}

.about.block_mezhkomnatnye-dveri {
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px 15px!important;
    max-width: 100%;

    color: #fff;
    background: rgba(0,0,0,0.4);
    overflow: hidden;
}

.about.block_mezhkomnatnye-dveri .txt-value {
	background-color: transparent;
font: 20px/26px Lora,Arial,Helvetica,sans-serif;
}

.about.block_mezhkomnatnye-dveri:hover {
    background: rgba(0,0,0,0.58);
}

.about.block_mezhkomnatnye-dveri .txt-value:after {
    position: absolute;
    left: 15px;
    right: 15px;
    height: 1px;
    bottom: 5px;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    background: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    content: '';
}

.about.block_mezhkomnatnye-dveri:hover .txt-value:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item-hover:hover .about.block_mezhkomnatnye-dveri{
    background: rgba(0,0,0,0.58);
}

.product-item-hover:hover .about.block_mezhkomnatnye-dveri .txt-value:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.bf_wrap{
	position:absolute;
	top:0px;
	width:100%;
}

.bf_top_title{
	margin-top: 19px;
    text-align: center;
}

.bf_countdown_wrap{
	width: 90%;
	max-width:680px;
    margin: 0 auto;
}

.number-wrapper{
	padding:0px;
}

.bf_number_wrap{
	padding:0px 10px 0px 10px;
}

.bf_number_item{
	position:relative;
}

.countdown_caption {
    text-align: left;
    color: #ffffff;
    padding-left: 14px;
    margin-bottom: 5px;
	font-family: 'Roboto Light';
    font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}



.bf_subscribe_wrap{
	width: 90%;
    max-width: 680px;
    margin: 0 auto;
	margin-top:20px;
}

.bf_subscribe_title{
	text-align: left;
    color: #ffffff;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Roboto Light';
    font-size: 12px;
}


.bf_subscribe_fields{
	padding-left: 11px;
}

.bf_subscribe_fields .form-field{
	margin-bottom:5px;
}


.bf_subscribe_flex_wrap{
	display:flex;
	max-width: 680px;
	margin: 0 auto;
	position: relative;
}

#errorblock{
	display: none;
    width: 100%;
    position: absolute;
    background-color: #ffcf00f0;
    height: 100px;
    font-family: 'Roboto Light';
    font-size: 16px;
    top: 37%;
    z-index: 10;
}

.notify_text{
	line-height: 100px;
    font-weight: bold;
    font-size: 18px;
}

.bf_subscribe_button{
	padding-right: 8px;
}

.bf_subscribe_button button{
	width: 100%;
    height: 100%;
    font-family: 'Gotham Pro Medium';
    font-size: 42px;
    background-color: #ffcf00;
    border: 1px solid #c2a00f;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcf00+43,dba000+100 */
	background: #ffcf00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffcf00 43%, #dba000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffcf00 43%,#dba000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffcf00 43%,#dba000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf00', endColorstr='#dba000',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 7px 10px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: inset 0px 7px 10px 0px rgba(50, 50, 50, 0.65);
    box-shadow: inset 0px 7px 10px 0px rgba(50, 50, 50, 0.65);
}

.countdown_caption_mini {
    text-align: left;
    color: #ffffff;
    font-family: 'Roboto Light';
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 5px;
    display: none;
    line-height: 12px;
    font-weight: normal;
}

.bf_subscribe_title_mini{
	display:none;
	margin-top: 5px;
}


.bf_subscribe_fields .form-control{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 7px 10px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: inset 0px 7px 10px 0px rgba(50, 50, 50, 0.65);
    box-shadow: inset 0px 7px 10px 0px rgba(50, 50, 50, 0.65);
	font-family: 'Roboto Light';
    font-size: 16px;
}

.bf_top_title_mobile{
	display:none;
}

@media (max-width: 120000px){
	#CDT .number{
		height: 50px;
    	line-height: 50px;
    	padding: 0px;
    	font-size: 45px;
	}

	.caption {
		font-size: 10px;
		bottom: -20px;
	}
}

@media (max-width: 1299px){
	.bf_top_title {
    	margin-top: 9px;
	}

	.lSSlideOuter .lSPager.lSpg{
		display:none;
	}
}

@media (max-width: 1200px){
	.number-wrapper.col-md-3{
		width:25%!important;
		float: left;
	}
	.bf_top_title img{
		width:50%;
	}

	.bf_countdown_wrap {
    	width: 51%;
	}

	.bf_subscribe_wrap {
		width: 51%;
	}

	.bf_subscribe_button button {
        font-size: 30px;
	}

	#CDT {
		font-size: 30px;
	}

	#CDT .number{
		height:50px;
		line-height:50px;

		height: 30px;
    	line-height: 28px;
    	padding: 0px;
    	font-size: 20px;

		-moz-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2);
    	-webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2);
    	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.2);

	}

	.bf_subscribe_fields .form-control{
		font-size: 14px;
    	height: 28px;
    	padding: 6px 3px 3px 10px;
	}

}


@media (max-width: 660px){
	.bf_skv_b_area{
		display:none;
	}
	
	.bf_skv_mob_area{
		display:block;
	}
}


@media (max-width: 549px){
	.bf_top_title {
    	margin-top: 42px;
		display:none;
	}

	.bf_top_title_mobile{
		display: inline-flex;
		width: 76%;
		text-align: center;
		margin: 0px;
		margin-top: 42px;
	}

	.bf_top_title_mobile img{
		max-width: 100%;
		height: auto !important;
		vertical-align: middle;
		min-height: auto;
		align-self: flex-start;
	}

	.bf_subscribe_button button {
    	font-size: 20px;
		width: 200px;
		height: 50px;
		margin-top: 20px;
	}

	.bf_subscribe_wrap {
		padding-left: 25px;
		padding-right: 25px;
		width: 90%;
		margin-top: 32px;
	}

	.bf_top_title img {
    	width: 80%;
	}

	.bf_countdown {
		padding-left: 37px;
    padding-right: 37px;
		width: 100%;
		margin-top: 32px;
	}
	
	.bf_countdown_wrap {
		width: 90%;
	
	}

	.bf_subscribe_flex_wrap {
    	display: block;
	}

	.bf_subscribe_fields {
    	width: 100%;
    	padding: 0px;
		padding-left: 17px;
    padding-right: 17px;
	}

	.bf_subscribe_title {
    	padding-left: 17px;
	}

	.bf_subscribe_fields .form-control {
		height: 42px;
	}

	.bf_subscribe_button{
		width: 100%;
		padding: 0px;
		padding-left: 17px;
		padding-right: 17px;
	}
}



@media (max-width: 500px){
/*
	.bf_subscribe_fields .form-control{
		height: 20px;
		padding: 3px;
		font-size: 15px;
		line-height: initial;
	}
*/
	.bf_subscribe_title, .countdown_caption{
		font-size:12px;
	}

}


@media (max-width: 485px){
	.bf_top_title_mobile{
		margin-top: 32px;
	}

	.bf_countdown, .bf_subscribe_wrap {
		margin-top:22px;
	}

}

@media (max-width: 435px){
	.bf_subscribe_button{
		padding: 0px;
    	margin-top: 10px;
    	width: 100%;
	}

	#bf_doit{
		height: 42px;
    	line-height: 32px;
    	width: 150px;
		margin-top:0px;
	}

	.bf_subscribe_flex_wrap{
		display:block;
	}

	.bf_subscribe_fields .form-control {
    	height: 32px;
	}
	.bf_subscribe_fields {
		width: 100%;
    	padding: 0px;
		padding-left: 15px;
    	padding-right: 15px;
	}

	#CDT{
		margin:0px;
	}

	.bf_subscribe_title{
		padding:0px;
		padding-left: 15px;
    	padding-right: 15px;
	}

	.bf_subscribe_title_mini{
		margin-top:0px;
		text-align: left;
		color: #ffffff;
		padding-left: 15px;
		font-family: 'Roboto Light';
		font-size: 12px;
	}
}

@media (max-width: 400px){
	.bf_top_title {
		margin-top: 20px;
	}

	.bf_countdown {
		margin-top: 0px;
	}

	.bf_subscribe_wrap {
		margin-top: 20px;
	}

	.bf_subscribe_title_mini{
		display:block;
	}

	.bf_subscribe_title{
		display:none;
	}
}

@media (max-width: 360px){
	.bf_subscribe_title{
		display:none;
	}

	.bf_subscribe_title_mini{
		display: block;
		color: #ffffff;
		font-family: 'Roboto Light';
    	font-size: 12px;
		text-align: left;
	}

	.bf_subscribe_button{
		width:100%;
	}

	#bf_doit{
		width:150px;
		    height: 42px;
		font-size:14px;
	}

	.bf_top_title_mobile{
		margin-top:12px;
	}
}


@media (min-width: 550px) and (max-width: 991px) {
	.row.bf_countdown_wrap{
		width:76%;
	}

	.bf_subscribe_wrap {
    	width: 76%;
		margin-top: 3px;
	}

	.countdown_caption{
		float: left;
    	width: 36%;
		min-height: 42px;
	}

	.number-wrapper.col-md-3 {
		width: 16%!important;
		float: left;
	}

	.bf_top_title {
    	margin-top: 3px;
	}

	.bf_subscribe_title {
    	margin-top: 0px;
		font-size:12px;
		margin-bottom: 0px;
	}

	.bf_subscribe_fields .form-control{
		height: 28px;
	}

	#CDT{
		margin-bottom:0px;
	}

	#CDT .line{
		display:none;
	}

	.bf_subscribe_fields{
		width:90%;
	}

	.bf_subscribe_fields .form-field{
		float: left;
    	width: 50%;
		margin-bottom: 0px;
		padding: 2px;
	}

	.bf_subscribe_button{
		width: 30%;
		padding: 2px;
	}

	#bf_doit{
		font-size:16px;
	}
}



@media (min-width: 550px) and (max-width: 580px) {
	#CDT {
		margin: 5px 0 5px;
	}
}
/* End */


/* Start:/local/templates/union/components/bitrix/menu/press.menu/style.css?1593085660581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/union/components/bitrix/menu/press.menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/union/template_styles.css?16080191861698*/
.breadcrumb {
	background-color: unset;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
	background: #e2c00f;
}
.category-figure > .as-bg {
	background-size: cover;
}
a.product-item {
	text-align: center;
}
.title-primary {
	letter-spacing: initial;
}
.bg-contain {
	background-size: contain!important;
}
.products-catalog .product-image-link.as-bg {
	height: auto !important;
	padding-bottom: 100%;
}
.sidebar-menu-item>a {
	padding-left: 10px!important;
}
.space-3 {
	margin-top: 20px!important;
}
.has-error {
	background-color: #ff000026!important;
}
.custom-checkbox input.has-error:not(:checked) + label::before {
	background-color: rgba(255, 0, 0, 0.3);
	border-color: rgba(255, 0, 0, 0.3);
}
.combine-container{min-height:320px;}

.products-navigation > li {
	width: 32%;
}
.about.block_mezhkomnatnye-dveri .txt-value {
	background-color: transparent!important;
}
.card.card-gray {
	padding: 30px 25px;
	background-color: #e5e5e5;
	font-size: 120%;
	display: inline-block;
	margin-bottom: 30px;
	line-height: 25px;
}
article.blog-article .content .row {
	margin: 0;
}
div#enciclop-content {
	padding: 0;
}
div#enciclop-content .fancybox-close-small {
	opacity: 0;
	background-color: #fff;
	width: 48px;
	height: 48px;
}
div#enciclop-content .fancybox-close-small:after {
	display: none!important;
}
div#enciclop-content .fancybox-close-small:hover {
	opacity: .5;
}
.d-none {
	display: none!important;
}
@media (min-width: 768px) {
	.d-md-none  {
		display: none!important;
	}
	.d-md-block {
		display: block!important;
	}

}

@media (max-width: 767px) {
	div#enciclop-content .fancybox-close-small {
		width: 28px;
		height: 28px;
		right: 18px;
		top: 18px;
	}
}

/* End */


/* Start:/local/css/reaspekt/reaspekt.geobase/style.css?1601478906974*/
.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/
}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 30px 50px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background-color: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
	right: -40px;
    top: -20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat top;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat 0 -24px;
}

#ReaspektPopupContainer {
	max-width: 900px;
}
/* End */
/* /local/templates/union/css/lightslider.css?159257173610695 */
/* /local/templates/union/css/bootstrap.css?1592571736104009 */
/* /local/templates/union/css/jquery.fancybox.css?160183162717380 */
/* /local/templates/union/css/main.min.css?1608024255115603 */
/* /local/templates/union/css/additional-2.min.css?160156629210580 */
/* /local/templates/union/css/inline.css?159317700329 */
/* /local/templates/union/css/velltar.css?160584519810914 */
/* /local/templates/union/components/bitrix/menu/press.menu/style.css?1593085660581 */
/* /local/templates/union/template_styles.css?16080191861698 */
/* /local/css/reaspekt/reaspekt.geobase/style.css?1601478906974 */
