@charset "UTF-8";
/*!
 * 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;
  margin: 1em 2.85714rem; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  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;
  margin: 0 0.14286rem;
  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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.57143;
  color: #202020;
  background-color: #fff; }

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

a {
  color: #27628a;
  text-decoration: none; }
  a:hover, a:focus {
    color: #16384e;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

hr {
  margin-top: 22px;
  margin-top: 1.57143rem;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  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.2;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #8c8c8c; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-top: 1.57143rem;
  margin-bottom: 11px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-top: 0.78571rem;
  margin-bottom: 11px;
  margin-bottom: 0.78571rem; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 29px;
  font-size: 2.07143rem; }

h2, .h2 {
  font-size: 24px;
  font-size: 1.71429rem; }

h3, .h3 {
  font-size: 21px;
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 17px;
  font-size: 1.21429rem; }

h5, .h5 {
  font-size: 14px;
  font-size: 1rem; }

h6, .h6 {
  font-size: 12px;
  font-size: 0.85714rem; }

p {
  margin: 0 0 11px;
  margin: 0 0 0.78571rem; }

.lead {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px;
      font-size: 1.5rem; } }

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

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

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

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

.text-muted {
  color: #8c8c8c; }

.text-primary {
  color: #FFDD54; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #FFDD54; }

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

.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: 10px;
  padding-bottom: 0.71429rem;
  margin: 44px 0 22px;
  margin: 3.14286rem 0 1.57143rem;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
  margin-bottom: 0.78571rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: -0.35714rem; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-left: 0.35714rem;
    padding-right: 5px;
    padding-right: 0.35714rem; }

dl {
  margin-top: 0;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem; }

dt,
dd {
  line-height: 1.57143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    width: 11.42857rem;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px;
    margin-left: 12.85714rem; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  padding: 0.78571rem 1.57143rem;
  margin: 0 0 22px;
  margin: 0 0 1.57143rem;
  font-size: 21px;
  font-size: 1.5rem;
  border-left: 5px solid #ffdd54; }
  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.57143;
    color: #8c8c8c; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-right: 1.07143rem;
  padding-left: 0;
  border-right: 5px solid #ffdd54;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  font-style: normal;
  line-height: 1.57143; }

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

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

kbd {
  padding: 2px 4px;
  padding: 0.14286rem 0.28571rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  padding: 0.75rem;
  margin: 0 0 11px;
  margin: 0 0 0.78571rem;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.57143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  max-height: 24.28571rem;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-left: 0.64286rem;
  padding-right: 9px;
  padding-right: 0.64286rem; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 100%; } }
  @media (min-width: 1210px) {
    .container {
      width: 1218px;
      width: 87rem; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-left: 0.64286rem;
  padding-right: 9px;
  padding-right: 0.64286rem; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -9px;
  margin-left: -0.64286rem;
  margin-right: -9px;
  margin-right: -0.64286rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 9px;
  padding-left: 0.64286rem;
  padding-right: 9px;
  padding-right: 0.64286rem; }

.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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1210px) {
  .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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-top: 0.57143rem;
  padding-bottom: 8px;
  padding-bottom: 0.57143rem;
  color: #8c8c8c;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    padding: 0.57143rem;
    line-height: 1.57143;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
  padding: 0.35714rem; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: 16.5px;
      margin-bottom: 1.17857rem;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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: 22px;
  margin-bottom: 1.57143rem;
  font-size: 21px;
  font-size: 1.5rem;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin: 0.28571rem 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: 12px;
  padding-top: 0.85714rem;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.57143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  height: 3.28571rem;
  padding: 11px 18px;
  padding: 0.78571rem 1.28571rem;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.57143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cbcbcb;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #a2a2a2;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(162, 162, 162, 0.6); }
  .form-control::-moz-placeholder {
    color: #8b8d8f;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #8b8d8f; }
  .form-control::-webkit-input-placeholder {
    color: #8b8d8f; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@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: 46px;
    line-height: 3.28571rem; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 35px;
    line-height: 2.5rem; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 54px;
    line-height: 3.85714rem; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-top: 0.71429rem;
  margin-bottom: 10px;
  margin-bottom: 0.71429rem; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    min-height: 1.57143rem;
    padding-left: 20px;
    padding-left: 1.42857rem;
    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-left: -1.42857rem;
  margin-top: 4px \9;
  margin-top: 0.28571rem \9; }

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-left: 1.42857rem;
  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;
  margin-left: 0.71429rem; }

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

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

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

.form-control-static {
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0;
  min-height: 36px;
  min-height: 2.57143rem; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 35px;
  height: 2.5rem;
  padding: 9px 10px;
  padding: 0.64286rem 0.71429rem;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.2;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 35px;
  height: 2.5rem;
  line-height: 35px;
  line-height: 2.5rem; }

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

.form-group-sm .form-control {
  height: 35px;
  height: 2.5rem;
  padding: 9px 10px;
  padding: 0.64286rem 0.71429rem;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.2;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 35px;
  height: 2.5rem;
  line-height: 35px;
  line-height: 2.5rem; }

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

.form-group-sm .form-control-static {
  height: 35px;
  height: 2.5rem;
  min-height: 35px;
  min-height: 2.5rem;
  padding: 10px 10px;
  padding: 0.71429rem 0.71429rem;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.2; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  height: 3.85714rem;
  padding: 14px 16px;
  padding: 1rem 1.14286rem;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 54px;
  height: 3.85714rem;
  line-height: 54px;
  line-height: 3.85714rem; }

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

.form-group-lg .form-control {
  height: 54px;
  height: 3.85714rem;
  padding: 14px 16px;
  padding: 1rem 1.14286rem;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 54px;
  height: 3.85714rem;
  line-height: 54px;
  line-height: 3.85714rem; }

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

.form-group-lg .form-control-static {
  height: 54px;
  height: 3.85714rem;
  min-height: 40px;
  min-height: 2.85714rem;
  padding: 15px 16px;
  padding: 1.07143rem 1.14286rem;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 57.5px;
    padding-right: 4.10714rem; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 54px;
  width: 3.85714rem;
  height: 54px;
  height: 3.85714rem;
  line-height: 54px;
  line-height: 3.85714rem; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 35px;
  width: 2.5rem;
  height: 35px;
  height: 2.5rem;
  line-height: 35px;
  line-height: 2.5rem; }

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

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

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

.has-feedback label ~ .form-control-feedback {
  top: 27px;
  top: 1.92857rem; }

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-top: 0.35714rem;
  margin-bottom: 10px;
  margin-bottom: 0.71429rem;
  color: #606060; }

@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: 12px;
  padding-top: 0.85714rem; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 34px;
  min-height: 2.42857rem; }

.form-horizontal .form-group {
  margin-left: -9px;
  margin-left: -0.64286rem;
  margin-right: -9px;
  margin-right: -0.64286rem; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 12px;
    padding-top: 0.85714rem; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 9px;
  right: 0.64286rem; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 15px;
    padding-top: 1.07143rem;
    font-size: 18px;
    font-size: 1.28571rem; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 10px;
    padding-top: 0.71429rem;
    font-size: 13px;
    font-size: 0.92857rem; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 11px 18px;
  padding: 0.78571rem 1.28571rem;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.57143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff7da;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #ffeca7;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #ffeca7;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ffeca7;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #ffe483;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff7da;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff7da;
    background-color: #333; }

.btn-primary {
  color: #000;
  background-color: #FFDD54;
  border-color: #ffd83b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #000;
    background-color: #ffd321;
    border-color: #ba9500; }
  .btn-primary:hover {
    color: #000;
    background-color: #ffd321;
    border-color: #fcca00; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #ffd321;
    border-color: #fcca00; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #000;
      background-color: #fcca00;
      border-color: #ba9500; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #FFDD54;
    border-color: #ffd83b; }
  .btn-primary .badge {
    color: #FFDD54;
    background-color: #000; }

.btn-success {
  color: #fff;
  background-color: #579c13;
  border-color: #4a8510; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #3e6f0d;
    border-color: #0b1402; }
  .btn-success:hover {
    color: #fff;
    background-color: #3e6f0d;
    border-color: #2c4f0a; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3e6f0d;
    border-color: #2c4f0a; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #2c4f0a;
      border-color: #0b1402; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #579c13;
    border-color: #4a8510; }
  .btn-success .badge {
    color: #579c13;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #960404;
  border-color: #7d0303; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #640303;
    border-color: #010000; }
  .btn-danger:hover {
    color: #fff;
    background-color: #640303;
    border-color: #420202; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #640303;
    border-color: #420202; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #420202;
      border-color: #010000; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #960404;
    border-color: #7d0303; }
  .btn-danger .badge {
    color: #960404;
    background-color: #fff; }

.btn-link {
  color: #27628a;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #16384e;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #8c8c8c;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 14px 16px;
  padding: 1rem 1.14286rem;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 9px 10px;
  padding: 0.64286rem 0.71429rem;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.2;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 5px 5px;
  padding: 0.35714rem 0.35714rem;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.2;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px;
  margin-top: 0.35714rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-left: 0.14286rem;
  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;
  min-width: 11.42857rem;
  padding: 5px 0;
  padding: 0.35714rem 0;
  margin: 2px 0 0;
  margin: 0.14286rem 0 0;
  list-style: none;
  font-size: 14px;
  font-size: 1rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    margin: 0.71429rem 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    padding: 0.21429rem 1.42857rem;
    clear: both;
    font-weight: normal;
    line-height: 1.57143;
    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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #FFDD54; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #8c8c8c; }

.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;
  padding: 0.21429rem 1.42857rem;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.57143;
  color: #8c8c8c;
  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;
  margin-bottom: 0.14286rem; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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;
  margin-left: -0.35714rem; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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;
    margin-left: 0.35714rem; }

.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-left: 0.57143rem;
  padding-right: 8px;
  padding-right: 0.57143rem; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-left: 0.85714rem;
  padding-right: 12px;
  padding-right: 0.85714rem; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.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: 0;
  border-top-left-radius: 0;
  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: 0;
  border-bottom-left-radius: 0; }

.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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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-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: 11px 18px;
  padding: 0.78571rem 1.28571rem;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cbcbcb;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 9px 10px;
    padding: 0.64286rem 0.71429rem;
    font-size: 13px;
    font-size: 0.92857rem;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 14px 16px;
    padding: 1rem 1.14286rem;
    font-size: 18px;
    font-size: 1.28571rem;
    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:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 11px 22px;
      padding: 0.78571rem 1.57143rem; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #8c8c8c; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #8c8c8c;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #27628a; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    margin: 0.71429rem 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #eeeeee; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      margin-right: 0.14286rem;
      line-height: 1.57143;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: transparent transparent #eeeeee; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px;
    margin-left: 0.14286rem; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #FFDD54; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-top: 0.14286rem;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px;
      margin-bottom: 0.35714rem; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified, .nav-tabs.nav-center {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-center > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-center > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-center > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-center > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-center > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-center > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-center > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-center > .active > a:focus {
      border-bottom-color: #fff; } }

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

.navbar {
  position: relative;
  min-height: 50px;
  min-height: 3.57143rem;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 0; } }

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

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

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 9px;
  padding-right: 0.64286rem;
  padding-left: 9px;
  padding-left: 0.64286rem;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
  max-height: 24.28571rem; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px;
      max-height: 14.28571rem; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -9px;
  margin-right: -0.64286rem;
  margin-left: -9px;
  margin-left: -0.64286rem; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 9px;
  padding: 1rem 0.64286rem;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 22px;
  line-height: 1.57143rem;
  height: 50px;
  height: 3.57143rem; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -9px;
      margin-left: -0.64286rem; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 9px;
  margin-right: 0.64286rem;
  padding: 9px 10px;
  padding: 0.64286rem 0.71429rem;
  margin-top: 8px;
  margin-top: 0.57143rem;
  margin-bottom: 8px;
  margin-bottom: 0.57143rem;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    width: 1.57143rem;
    height: 2px;
    height: 0.14286rem;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
    margin-top: 0.28571rem; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -9px;
  margin: 0.5rem -0.64286rem; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-top: 0.71429rem;
    padding-bottom: 10px;
    padding-bottom: 0.71429rem;
    line-height: 22px;
    line-height: 1.57143rem; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
        padding: 0.35714rem 1.07143rem 0.35714rem 1.78571rem; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
        line-height: 1.57143rem; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-top: 1rem;
          padding-bottom: 14px;
          padding-bottom: 1rem; } }

.navbar-form {
  margin-left: -9px;
  margin-left: -0.64286rem;
  margin-right: -9px;
  margin-right: -0.64286rem;
  padding: 10px 9px;
  padding: 0.71429rem 0.64286rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-top: 0.14286rem;
  margin-bottom: 2px;
  margin-bottom: 0.14286rem; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px;
      margin-bottom: 0.35714rem; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 2px;
  margin-top: 0.14286rem;
  margin-bottom: 2px;
  margin-bottom: 0.14286rem; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 7.5px;
    margin-top: 0.53571rem;
    margin-bottom: 7.5px;
    margin-bottom: 0.53571rem; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-top: 1rem;
    margin-bottom: 14px;
    margin-bottom: 1rem; }

.navbar-text {
  margin-top: 14px;
  margin-top: 1rem;
  margin-bottom: 14px;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 9px;
      margin-left: 0.64286rem;
      margin-right: 9px;
      margin-right: 0.64286rem; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -9px;
    margin-right: -0.64286rem; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #b3b3b3; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #b3b3b3; }
  .navbar-inverse .navbar-nav > li > a {
    color: #b3b3b3; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #b3b3b3; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #b3b3b3; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #b3b3b3; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 11px 0;
  padding: 0.78571rem 0;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "→ ";
      padding: 0 5px;
      padding: 0 0.35714rem;
      color: #8c8c8c; }
  .breadcrumb > .active {
    color: #d35400; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  margin: 1.57143rem 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 11px 18px;
      padding: 0.78571rem 1.28571rem;
      line-height: 1.57143;
      text-decoration: none;
      color: #27628a;
      background-color: #fff;
      border: 1px solid #cbcbcb;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #16384e;
    background-color: #fff;
    border-color: #a2a2a2; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #333333;
    background-color: #ffeca7;
    border-color: #cbcbcb;
    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: #8c8c8c;
    background-color: #fff;
    border-color: #cbcbcb;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 16px;
  padding: 1rem 1.14286rem;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.33333; }

.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: 9px 10px;
  padding: 0.64286rem 0.71429rem;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.2; }

.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: 22px 0;
  margin: 1.57143rem 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      padding: 0.35714rem 1rem;
      background-color: #fff;
      border: 1px solid #cbcbcb;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #fff; }
  .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: #8c8c8c;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #8c8c8c; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #737373; }

.label-primary {
  background-color: #FFDD54; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #ffd321; }

.label-success {
  background-color: #579c13; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #3e6f0d; }

.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: #960404; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #640303; }

.badge {
  display: inline-block;
  min-width: 10px;
  min-width: 0.71429rem;
  padding: 3px 7px;
  padding: 0.21429rem 0.5rem;
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #8c8c8c;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
    padding: 1px 0.35714rem; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #27628a;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px;
    margin-right: 0.35714rem; }
  .nav-pills > li > a > .badge {
    margin-left: 3px;
    margin-left: 0.21429rem; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-top: 2.14286rem;
  padding-bottom: 30px;
  padding-bottom: 2.14286rem;
  margin-bottom: 30px;
  margin-bottom: 2.14286rem;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    margin-bottom: 1.07143rem;
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 9px;
    padding-left: 0.64286rem;
    padding-right: 9px;
    padding-right: 0.64286rem; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-top: 3.42857rem;
      padding-bottom: 48px;
      padding-bottom: 3.42857rem; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-left: 4.28571rem;
        padding-right: 60px;
        padding-right: 4.28571rem; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px;
        font-size: 4.5rem; } }

.thumbnail {
  display: block;
  padding: 4px;
  padding: 0.28571rem;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  line-height: 1.57143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    padding: 0.64286rem;
    color: #202020; }

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

.alert, .errortext,
font.errortext, .notetext {
  padding: 15px;
  padding: 1.07143rem;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4, .errortext h4, .notetext h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, .errortext .alert-link, .notetext .alert-link {
    font-weight: bold; }
  .alert > p, .errortext > p, .notetext > p,
  .alert > ul,
  .errortext > ul,
  .notetext > ul {
    margin-bottom: 0; }
  .alert > p + p, .errortext > p + p, .notetext > p + p {
    margin-top: 5px;
    margin-top: 0.35714rem; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
  padding-right: 2.5rem; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    top: -0.14286rem;
    right: -21px;
    right: -1.5rem;
    color: inherit; }

.alert-success, .notetext {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr, .notetext hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link, .notetext .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, .errortext,
font.errortext {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr, .errortext hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link, .errortext .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 22px;
  height: 1.57143rem;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  background-color: #f5f5f5;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 22px;
  line-height: 1.57143rem;
  color: #fff;
  text-align: center;
  background-color: #FFDD54;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #579c13; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #960404; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px;
  margin-top: 1.07143rem; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px;
  width: 714.28571rem; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px;
  padding-left: 0.71429rem; }

.media-left,
.media > .pull-left {
  padding-right: 10px;
  padding-right: 0.71429rem; }

.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;
  margin-bottom: 0.35714rem; }

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

.list-group {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  padding: 0.71429rem 1.07143rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #8c8c8c;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #8c8c8c; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #FFDD54;
  border-color: #FFDD54; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: white; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0.35714rem; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px;
  padding: 1.07143rem; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  padding: 0.71429rem 1.07143rem;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.14286rem;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  padding: 0.71429rem 1.07143rem;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }

.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: -1;
    border-top-left-radius: -1; }
  .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: -1;
    border-bottom-left-radius: -1; }

.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-left: 1.07143rem;
    padding-right: 15px;
    padding-right: 1.07143rem; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .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 > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .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 > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child {
      border-bottom-right-radius: -1; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .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: 22px;
  margin-bottom: 1.57143rem; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px;
      margin-top: 0.35714rem; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #FFDD54; }
  .panel-primary > .panel-heading {
    color: #000;
    background-color: #FFDD54;
    border-color: #FFDD54; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #FFDD54; }
    .panel-primary > .panel-heading .badge {
      color: #FFDD54;
      background-color: #000; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #FFDD54; }

.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-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  min-height: 1.42857rem;
  padding: 19px;
  padding: 1.35714rem;
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  padding: 1.71429rem;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  padding: 0.64286rem;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  padding: 1.07143rem;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  padding: 1.07143rem;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-left: 0.35714rem;
    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;
  top: -714.21429rem;
  width: 50px;
  width: 3.57143rem;
  height: 50px;
  height: 3.57143rem;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    width: 42.85714rem;
    margin: 30px auto;
    margin: 2.14286rem auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px;
    width: 21.42857rem; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
    width: 64.28571rem; } }

.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.57143;
  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: 13px;
  font-size: 0.92857rem;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    margin-top: -0.21429rem;
    padding: 5px 0;
    padding: 0.35714rem 0; }
  .tooltip.right {
    margin-left: 3px;
    margin-left: 0.21429rem;
    padding: 0 5px;
    padding: 0 0.35714rem; }
  .tooltip.bottom {
    margin-top: 3px;
    margin-top: 0.21429rem;
    padding: 5px 0;
    padding: 0.35714rem 0; }
  .tooltip.left {
    margin-left: -3px;
    margin-left: -0.21429rem;
    padding: 0 5px;
    padding: 0 0.35714rem; }

.tooltip-inner {
  max-width: 200px;
  max-width: 14.28571rem;
  padding: 3px 8px;
  padding: 0.21429rem 0.57143rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

.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;
  margin-left: -0.35714rem;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  right: 0.35714rem;
  margin-bottom: -5px;
  margin-bottom: -0.35714rem;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  left: 0.35714rem;
  margin-bottom: -5px;
  margin-bottom: -0.35714rem;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  margin-top: -0.35714rem;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  margin-top: -0.35714rem;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  margin-left: -0.35714rem;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  right: 0.35714rem;
  margin-top: -5px;
  margin-top: -0.35714rem;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  left: 0.35714rem;
  margin-top: -5px;
  margin-top: -0.35714rem;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  max-width: 19.71429rem;
  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.57143;
  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;
  font-size: 1rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px;
    margin-top: -0.71429rem; }
  .popover.right {
    margin-left: 10px;
    margin-left: 0.71429rem; }
  .popover.bottom {
    margin-top: 10px;
    margin-top: 0.71429rem; }
  .popover.left {
    margin-left: -10px;
    margin-left: -0.71429rem; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  padding: 0.57143rem 1rem;
  font-size: 14px;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px;
  padding: 0.64286rem 1rem; }

.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;
  margin-left: -0.78571rem;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  bottom: -0.78571rem; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    margin-left: -0.71429rem;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  left: -0.78571rem;
  margin-top: -11px;
  margin-top: -0.78571rem;
  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;
    bottom: -0.71429rem;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  margin-left: -0.78571rem;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  top: -0.78571rem; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    margin-left: -0.71429rem;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  right: -0.78571rem;
  margin-top: -11px;
  margin-top: -0.78571rem;
  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: #fff;
    bottom: -10px;
    bottom: -0.71429rem; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  font-size: 1.42857rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-top: -0.71429rem;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
    margin-left: -0.71429rem; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
    margin-right: -0.71429rem; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    width: 1.42857rem;
    height: 20px;
    height: 1.42857rem;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  bottom: 0.71429rem;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    width: 0.71429rem;
    height: 10px;
    height: 0.71429rem;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    width: 0.85714rem;
    height: 12px;
    height: 0.85714rem;
    background-color: #fff; }

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

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    width: 2.14286rem;
    height: 30px;
    height: 2.14286rem;
    margin-top: -10px;
    margin-top: -0.71429rem;
    font-size: 30px;
    font-size: 2.14286rem; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
    margin-left: -0.71429rem; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
    margin-right: -0.71429rem; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
    padding-bottom: 2.14286rem; }
  .carousel-indicators {
    bottom: 20px;
    bottom: 1.42857rem; } }

.clearfix:before, .captcha:before, .l-social__items:before, .templates_section__inner:before, .coupon:before, .bx-soa-group:before, .clearfix:after, .captcha:after, .l-social__items:after, .templates_section__inner:after, .coupon:after, .bx-soa-group:after {
  content: " ";
  display: table; }

.clearfix:after, .captcha:after, .l-social__items:after, .templates_section__inner:after, .coupon:after, .bx-soa-group:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .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) {
  .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: 1209px) {
  .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: 1209px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1209px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1209px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1210px) {
  .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: 1210px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1210px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1210px) {
  .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: 1209px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1210px) {
  .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; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-theme .owl-item {
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

.owl-theme .owl-nav {
  margin-top: 10px;
  margin-top: 0.71429rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    font-size: 1rem;
    margin: 5px;
    margin: 0.35714rem;
    padding: 4px 7px;
    padding: 0.28571rem 0.5rem;
    background: #555;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #FFDD54;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  margin-top: 0.71429rem; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      width: 0.71429rem;
      height: 10px;
      height: 0.71429rem;
      margin: 5px 7px;
      margin: 0.35714rem 0.5rem;
      background: #555;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #FFDD54; }

.catalog_line .sticker {
  padding: 5px 22px;
  padding: 0.35714rem 1.57143rem;
  margin-right: 7.33333px;
  margin-right: 0.52381rem; }
  .catalog_line .sticker:before {
    display: none; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important; }

/* Font-size */
.font-size-base {
  font-size: 14px;
  font-size: 1rem; }

.font-size-sm {
  font-size: 13px;
  font-size: 0.92857rem; }

.font-size-lg {
  font-size: 18px;
  font-size: 1.28571rem; }

.text-link {
  color: #27628a !important; }

.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  marign-bottom: -0.0555556em;
  vertical-align: middle; }

.icon-svg-arrow-big {
  font-size: 1.4rem;
  width: 1.21429em; }

.icon-svg-arrow-way {
  font-size: 6rem;
  width: 1em; }

.icon-svg-art-tools {
  font-size: 6rem;
  width: 1em; }

.icon-svg-bag {
  font-size: 6rem;
  width: 0.86667em; }

.icon-svg-bill {
  font-size: 6rem;
  width: 1em; }

.icon-svg-bird {
  font-size: 6rem;
  width: 1em; }

.icon-svg-bitrix-box {
  font-size: 6rem;
  width: 1em; }

.icon-svg-brain {
  font-size: 6rem;
  width: 1em; }

.icon-svg-cabinet {
  font-size: 6rem;
  width: 1em; }

.icon-svg-calculator {
  font-size: 6rem;
  width: 1em; }

.icon-svg-card {
  font-size: 6rem;
  width: 1em; }

.icon-svg-cart {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-check-on {
  font-size: 6rem;
  width: 1em; }

.icon-svg-check-on-bold {
  font-size: 6rem;
  width: 1em; }

.icon-svg-check-on_double {
  font-size: 6rem;
  width: 1em; }

.icon-svg-checkmark {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-chekbox {
  font-size: 3rem;
  width: 1em; }

.icon-svg-chemistry-tube {
  font-size: 6rem;
  width: 1em; }

.icon-svg-chevron-down {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-chevron-left {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-chevron-right {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-chevron-up {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-clock {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-color-brush {
  font-size: 6rem;
  width: 1em; }

.icon-svg-cross {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-direction {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-envelope-stats-mail-2 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-fb {
  font-size: 26.6895rem;
  width: 0.99999em; }

.icon-svg-gift {
  font-size: 2.4rem;
  width: 0.75em; }

.icon-svg-glass-stats {
  font-size: 6rem;
  width: 1em; }

.icon-svg-hard-disks {
  font-size: 6rem;
  width: 1em; }

.icon-svg-information {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-left {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-mail {
  font-size: 2.4rem;
  width: 1.625em; }

.icon-svg-mail_footer {
  font-size: 6rem;
  width: 1em; }

.icon-svg-menu-num_0 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-menu-num_1 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-menu-num_2 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-menu-num_3 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-menu-num_4 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-menu-num_5 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-menu-num_6 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-menu-num_7 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-menu-num_8 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-menu-num_9 {
  font-size: 6rem;
  width: 1em; }

.icon-svg-message {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-minus-rect {
  font-size: 1.4rem;
  width: 1em; }

.icon-svg-minus-thin {
  font-size: 1.3rem;
  width: 1em; }

.icon-svg-molekula {
  font-size: 6rem;
  width: 1em; }

.icon-svg-monitor {
  font-size: 6rem;
  width: 1em; }

.icon-svg-paperclip {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-phone {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-plus-rect {
  font-size: 1.4rem;
  width: 1em; }

.icon-svg-plus-thin {
  font-size: 1.3rem;
  width: 1em; }

.icon-svg-preview {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-probe {
  font-size: 6rem;
  width: 1em; }

.icon-svg-return {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-right {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-rocket {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-search {
  font-size: 1.6rem;
  width: 1.0625em; }

.icon-svg-shopping-bag {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-star {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-star-solid {
  font-size: 1.5rem;
  width: 1em; }

.icon-svg-sticker-close {
  font-size: 2.9rem;
  width: 1em; }

.icon-svg-target {
  font-size: 6rem;
  width: 1em; }

.icon-svg-thumb-up {
  font-size: 6rem;
  width: 1em; }

.icon-svg-thumbs-down {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-thumbs-up {
  font-size: 9.2rem;
  width: 1em; }

.icon-svg-timer {
  font-size: 6rem;
  width: 1em; }

.icon-svg-truck {
  font-size: 6rem;
  width: 1em; }

.icon-svg-umbrella {
  font-size: 6rem;
  width: 1em; }

.icon-svg-user {
  font-size: 2.4rem;
  width: 1em; }

.icon-svg-vk {
  font-size: 54.8358rem;
  width: 1em; }

/*
body {
  font: 14px/1 "Helvetica Neue", "Helvetica", Helvetica,Arial, sans-serif;
}
*/
a {
  cursor: pointer; }

img, frame {
  height: auto;
  margin: auto;
  max-width: 100%; }

.outpage, .js-product .added2cart,
.js-product.is-incart .add2cart, #bx-soa-region input,
.bx-soa-pp-company-checkbox {
  height: 1px;
  left: -10000px;
  left: -714.28571rem;
  position: absolute;
  width: 1px; }

.nowrap {
  white-space: nowrap; }

.vcenter, .select__btn, .steps_img, .templates_section__pic, .bx-soa-pp-company-graf-container {
  white-space: nowrap; }
  .vcenter:after, .select__btn:after, .steps_img:after, .templates_section__pic:after, .bx-soa-pp-company-graf-container:after {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
    width: 0; }
  .vcenter__in, .select__icon, .steps_img img, .templates_section__img, .bx-soa-pp-company-image {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    white-space: normal; }

.justify, .bill__row {
  display: -webkit-box;
  /* Android 4.3-, Safari no optimize */
  -webkit-box-pack: justify;
  /* Android 4.3-, Safari no optimize */
  display: -webkit-flex;
  /* Safari optimize */
  -webkit-justify-content: space-between;
  /* Safari optimize */
  display: flex;
  justify-content: space-between;
  text-align: justify;
  /* IE10-, Firefox 12-22 */
  -moz-text-align-last: justify;
  text-align-last: justify;
  /* IE10-, Firefox 12-22 */ }
  .justify__col, .bill__item, .bill__price {
    display: inline-block;
    text-align: left; }

label {
  font-weight: normal; }

.errortext,
font.errortext {
  display: block; }

.notetext {
  display: block; }

.required {
  color: #a94442; }

.anchor {
  border-bottom: 1px dashed;
  color: #27628a;
  cursor: pointer;
  display: inline-block;
  text-decoration: none; }
  .anchor:hover {
    text-decoration: none; }

.fade-In {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: visibility 0s linear 0s, opacity 500ms;
  transition: visibility 0s linear 0s, opacity 500ms; }

@font-face {
  font-family: 'OwnHand';
  src: url("../fonts/OwnHand/OwnHand.ttf") format("truetype"); }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.7); }

.fancybox-title-inside-wrap,
.fancybox-title-outside-wrap {
  background: #FFDD54;
  border-radius: 5.5px 5.5px 0 0;
  border-bottom: #ababab;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.44);
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 44px;
  line-height: 3.14286rem;
  padding: 44px 45px 33px 25px;
  padding: 3.14286rem 3.21429rem 2.35714rem 1.78571rem; }

.fancybox-skin {
  background-color: #fff;
  border-radius: 5.5px; }
  .fancybox-skin .bx-auth-title {
    border: none; }

.fancybox-title-inside-wrap {
  margin: -25px -25px 25px;
  margin: -1.78571rem -1.78571rem 1.78571rem; }

.fancybox-close {
  background: none;
  font-size: 30px;
  font-size: 2.14286rem;
  right: 20px;
  right: 1.42857rem;
  top: 44px;
  top: 3.14286rem;
  z-index: 8050; }
  .fancybox-close:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.fancybox-inner {
  overflow-y: auto; }

.captcha > label {
  float: left; }

.captcha__field {
  overflow: hidden;
  clear: left; }

.captcha__img {
  box-sizing: border-box;
  clear: left;
  float: right;
  height: 44px;
  height: 3.14286rem;
  margin-left: 22px;
  margin-left: 1.57143rem;
  min-width: 0;
  width: auto; }

.g-recaptcha {
  margin: 0 0 22px 0;
  margin: 0 0 1.57143rem 0; }

.icon-checkbox {
  font-size: 30px;
  font-size: 2.14286rem; }

.form-control:focus {
  box-shadow: 0 0 7px 0 rgba(255, 221, 85, 0.8); }

.upload {
  line-height: 1.57143;
  margin: 0;
  overflow: hidden;
  padding: 11px 18px;
  padding: 0.78571rem 1.28571rem;
  position: relative;
  vertical-align: middle;
  white-space: nowrap; }
  .upload__btn, .upload__mark {
    display: inline-block;
    cursor: pointer; }
  .upload__btn {
    box-sizing: border-box;
    color: #27628a;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    text-align: center;
    text-decoration: underline;
    text-overflow: ellipsis;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    white-space: nowrap; }
  .upload__mark {
    background: transparent;
    float: left;
    fill: #8b8d8f;
    font-size: 15px;
    font-size: 1.07143rem;
    margin: 0.15em 7.33333px 0 0;
    margin: 0.15em 0.52381rem 0 0;
    padding: 0; }
  .upload__input {
    cursor: pointer;
    left: 18px;
    left: 1.28571rem;
    position: absolute;
    top: 11px;
    top: 0.78571rem;
    opacity: 0; }

@media only screen and (max-width: 767px) {
  .upload__mark {
    display: none; }
  .upload__btn {
    width: 100%; } }

.select {
  position: relative; }
  .select__field {
    margin-left: -20px;
    margin-left: -1.42857rem;
    position: relative;
    left: 20px;
    left: 1.42857rem; }
  .select__btn {
    background: #fff;
    bottom: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
    pointer-events: none; }
  .select__icon {
    fill: #333333;
    font-size: 18px;
    font-size: 1.28571rem; }

.form .row {
  margin: 0; }

.form_on_page {
  text-align: left; }
  .form_on_page .form-license {
    margin: 15px 0;
    margin: 1.07143rem 0;
    text-align: center; }
  .form_on_page form * {
    box-sizing: border-box; }
  .form_on_page .l-section__head, .form_on_page .l-main__head {
    text-align: center; }
  .form_on_page .form-group {
    color: #555; }
  .form_on_page .bordercaptch {
    border-bottom: 1px solid #eeeeee; }

.form__submit {
  border-top: 1px solid #eeeeee;
  padding-top: 16.5px;
  padding-top: 1.17857rem; }
  .form__submit .btn {
    display: block;
    width: 100%; }

.fancybox-inner .form {
  max-width: 590px;
  max-width: 42.14286rem; }

.form__description {
  margin-bottom: 44px;
  margin-bottom: 3.14286rem; }
  .form__description .icon-mail {
    margin: 22px;
    margin: 1.57143rem; }

.form-license {
  margin: 0 0 10px;
  margin: 0 0 0.71429rem; }

@media (min-width: 768px) {
  .form__submit .btn {
    display: inline-block;
    width: auto; }
  .form__btns {
    padding-top: 22px;
    padding-top: 1.57143rem;
    text-align: right; } }

.fancybox-inner .container {
  max-width: 100%; }

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5 {
  position: relative;
  min-height: 1px;
  padding-right: 9px;
  padding-right: 0.64286rem;
  padding-left: 9px;
  padding-left: 0.64286rem; }

.col-xs-1-5 {
  width: 20%;
  float: left; }

.col-xs-2-5 {
  width: 20%;
  float: left; }

.col-xs-3-5 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20% !important;
    float: left; }
  .col-sm-2-5 {
    width: 40% !important;
    float: left; }
  .col-sm-3-5 {
    width: 60% !important;
    float: left; }
  .col-sm-offset-1d5 {
    margin-left: 12.5%; } }

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20% !important;
    float: left; }
  .col-md-2-5 {
    width: 40% !important;
    float: left; }
  .col-sm-3-5 {
    width: 60% !important;
    float: left; } }

@media (min-width: 1210px) {
  .col-lg-1-5 {
    width: 20% !important;
    float: left; }
  .col-lg-2-5 {
    width: 40% !important;
    float: left; }
  .col-lg-3-5 {
    width: 60% !important;
    float: left; } }

.gray_border {
  background-color: #f9f9f9;
  padding: 20px 0;
  padding: 1.42857rem 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.section_padding {
  padding: 20px 0;
  padding: 1.42857rem 0; }

.l-section-gold {
  background-color: #ffdd54; }

html .blay_border {
  background-color: #a6bde3;
  padding: 60px 0;
  padding: 4.28571rem 0; }
  html .blay_border .l-section__head, html .blay_border .l-main__head {
    margin: 0 auto 2rem auto; }
    html .blay_border .l-section__head .l-section__name, html .blay_border .l-main__head .l-section__name {
      margin: 0 auto 2.2rem auto; }
    html .blay_border .l-section__head .l-section__description, html .blay_border .l-main__head .l-section__description {
      max-width: 52%;
      color: #202020; }
      @media (max-width: 768px) {
        html .blay_border .l-section__head .l-section__description, html .blay_border .l-main__head .l-section__description {
          max-width: 90%; } }
  html .blay_border .l-section__foot {
    padding-top: 30px;
    padding-top: 2.14286rem; }

.btn-default {
  background-color: #fff; }
  .btn-default.active {
    box-shadow: none; }

.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
  box-shadow: none;
  outline: none; }

html {
  font-size: 87.5%;
  line-height: 1.57143; }

.lh-base {
  line-height: 1.57143; }

p {
  margin: 0 0 14px;
  margin: 0 0 1rem; }

ul,
ol {
  padding-left: 20px;
  padding-left: 1.42857rem; }
  ul li,
  ol li {
    margin-bottom: 4px;
    margin-bottom: 0.28571rem; }
  @media (min-width: 992px) {
    ul,
    ol {
      margin-bottom: 14px;
      margin-bottom: 1rem; } }

.font-size-h4 {
  font-size: 17px;
  font-size: 1.21429rem; }

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 2.57143rem; }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 36px;
    margin-top: 2.57143rem;
    margin-bottom: 14px;
    margin-bottom: 1rem; }
  .lead {
    padding: 10px 0;
    padding: 0.71429rem 0;
    margin-bottom: 26px;
    margin-bottom: 1.85714rem;
    margin-top: 26px;
    margin-top: 1.85714rem; } }

.list-dashed,
.list-dotted {
  list-style-type: none; }

.list-dashed {
  padding-left: 1.71429em; }
  .list-dashed li {
    text-indent: -1.42857em; }
    .list-dashed li:before {
      content: "\2014";
      margin-right: 0.42857em; }

.list-dotted li {
  text-indent: -1em; }
  .list-dotted li:before {
    content: "\2022";
    font-size: 1.35714em;
    line-height: 1;
    margin-right: 7px;
    margin-right: 0.5rem;
    vertical-align: middle; }

.text_fade, .main_menu-text {
  position: relative;
  overflow: hidden; }
  .text_fade:after, .main_menu-text:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #fff), to(#fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, #fff 100%);
    bottom: 0;
    right: 0;
    content: "";
    height: 22px;
    height: 1.57143rem;
    position: absolute;
    top: 0;
    width: 10%; }

.text-body {
  color: #202020; }

.nav-tabs {
  border-bottom: none;
  font-size: 0;
  list-style: none;
  overflow: hidden;
  overflow-x: auto;
  display: block;
  white-space: nowrap;
  overflow: -moz-scrollbars-none; }
  .nav-tabs::-webkit-scrollbar {
    height: 0;
    width: 0; }
  .nav-tabs > li {
    float: none;
    display: inline-block;
    font-size: 14px;
    font-size: 1rem; }
  .nav-tabs > li > a > u {
    border-bottom: 1px dashed;
    text-decoration: none; }
  .nav-tabs > li.active > a {
    font-weight: bold; }
    .nav-tabs > li.active > a > u {
      border-bottom-color: transparent; }
  .nav-tabs.nav-center {
    text-align: center; }
    .nav-tabs.nav-center > li {
      cursor: pointer;
      float: none; }
    @media (min-width: 768px) {
      .nav-tabs.nav-center {
        border-bottom: 1px solid #eeeeee; }
        .nav-tabs.nav-center > li {
          display: inline-block; }
          .nav-tabs.nav-center > li > a {
            margin-right: -1px; } }
  .nav-tabs.btn-group {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow-x: auto;
    padding: 0 0 1px 1px;
    text-align: center; }
    .nav-tabs.btn-group::-webkit-scrollbar {
      height: 0;
      width: 0; }
    .nav-tabs.btn-group > .btn {
      float: none;
      margin-bottom: -1px; }

.media-object {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 22px;
  padding-left: 1.57143rem; }

.media-left,
.media > .pull-left {
  padding-right: 22px;
  padding-right: 1.57143rem; }

.breadcrumb {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem; }
  .breadcrumb > li {
    display: inline; }
    .breadcrumb > li > a {
      color: #8c8c8c; }
    .breadcrumb > li + li:before {
      padding-right: 0; }

.js-quantity__val {
  border: none;
  padding: 0;
  background: transparent;
  max-width: 28.6px;
  max-width: 2.04286rem;
  text-align: center; }
  .js-quantity__val:focus {
    outline: none; }

.js-quantity.dropdown {
  display: inline-block; }

.js-quantity .dropdown-menu {
  border-color: #cbcbcb;
  border-radius: 0;
  box-shadow: none;
  min-width: auto;
  max-height: 184px;
  max-height: 13.14286rem;
  overflow-y: auto;
  padding: 0;
  text-align: center;
  width: 100%; }
  .js-quantity .dropdown-menu > li > a {
    color: #000;
    font-size: 12px;
    font-size: 0.85714rem;
    padding-bottom: 11px;
    padding-bottom: 0.78571rem;
    padding-top: 11px;
    padding-top: 0.78571rem; }
    .js-quantity .dropdown-menu > li > a:hover, .js-quantity .dropdown-menu > li > a:focus {
      background: #eeeeee; }

.js-quantity > .btn-default.dropdown-toggle {
  background: #fff; }

.js-quantity.open > .btn-default.dropdown-toggle {
  background: #eeeeee; }

.overlay {
  position: relative; }
  .overlay__back {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#80FFFFFF', endColorstr='#80FFFFFF');
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9; }

.pagination > .pagination__link > a {
  border: none;
  margin: 11px 18px;
  margin: 0.78571rem 1.28571rem;
  padding: 0;
  text-transform: capitalize; }

@media (min-width: 480px) {
  .page_contacts .fixed-image {
    max-width: 60%;
    margin: 10%; } }

.page_contacts .page_contacts_text {
  margin-top: 10%; }

.collapsed__in {
  display: none; }

.collapsed .collapsed__in {
  display: inline; }

.collapsed .collapsed__out {
  display: none; }

.collapse__icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  vertical-align: middle; }
  .collapsed .collapse__icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .collapse__icon:hover {
    color: inherit; }

.collapse_line__head {
  background: #FFDD54;
  clear: both;
  cursor: pointer;
  margin-bottom: 11px;
  margin-bottom: 0.78571rem;
  padding: 11px 38.5px 11px 11px;
  padding: 0.78571rem 2.75rem 0.78571rem 0.78571rem;
  position: relative; }
  .collapse_line__head .collapse__icon {
    font-size: 17px;
    font-size: 1.21429rem;
    position: absolute;
    right: 11px;
    right: 0.78571rem; }
  .collapse_line__head.collapsed {
    background: #efefef; }

.collapse_line__body {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem; }

@media only screen and (min-width: 992px) {
  .collapse_line__head {
    padding-left: 22px;
    padding-left: 1.57143rem; }
    .collapse_line__head .collapse__icon {
      right: 22px;
      right: 1.57143rem; } }

.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > tfoot > tr > td {
  border: 0; }

.table-borderless > tbody + tbody {
  border: 0; }

.table-striped-even tbody tr:nth-of-type(even) {
  background-color: #f9f9f9; }

.table-striped-even.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table-bitrix-license > tbody > tr > th,
.table-bitrix-license > tbody > tr > td {
  padding: 2px 20px;
  padding: 0.14286rem 1.42857rem; }

.table-bitrix-license.table-hover > tbody > tr:first-child {
  background: initial; }

.table-bitrix-license > tbody + tbody > tr:first-child > th,
.table-bitrix-license > tbody + tbody > tr:first-child > td {
  padding-top: 28px;
  padding-top: 2rem; }

.l-main {
  padding-bottom: 33px;
  padding-bottom: 2.35714rem;
  padding-top: 33px;
  padding-top: 2.35714rem; }
  .l-main__head > .breadcrumb {
    margin-bottom: 0; }
  .l-main__subscribe {
    border-radius: 11px;
    background: #353535;
    color: #FFDD54;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem;
    padding: 11px;
    padding: 0.78571rem; }
  .l-main__outer-sidebar, .l-main__inner-sidebar {
    display: none; }
    .l-main__outer-sidebar img, .l-main__inner-sidebar img {
      max-width: 100%;
      height: auto; }
  .l-main__outer:after, .l-main__inner:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden; }
  .l-main__outer-content, .l-main__inner-content {
    width: 100%; }
  @media (min-width: 1210px) {
    .l-main--has-outer-sidebar .l-main__container {
      padding-left: 287px;
      padding-left: 20.5rem; }
    .l-main--has-outer-sidebar .l-main__outer-sidebar {
      display: block;
      width: 260px;
      width: 18.57143rem;
      margin-left: -278px;
      margin-left: -19.85714rem;
      float: left;
      z-index: 300;
      position: relative; }
    .l-main--has-outer-sidebar .l-main__outer-content {
      float: right; } }
  @media (min-width: 992px) {
    .l-main--has-inner-sidebar .l-main__container {
      padding-right: 287px;
      padding-right: 20.5rem; }
    .l-main--has-inner-sidebar .l-main__inner-sidebar {
      width: 260px;
      width: 18.57143rem;
      margin-right: -278px;
      margin-right: -19.85714rem;
      float: right;
      z-index: 300;
      position: relative; }
    .l-main--has-inner-sidebar .l-main__inner-content {
      float: left; }
    .l-main--has-inner-sidebar .l-main__inner-sidebar {
      display: block; } }

@media (max-width: 767px) {
  .row-gallery > .col-xs-6:nth-child(2n + 1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .row-gallery > .col-sm-4:nth-child(3n + 1) {
    clear: both; } }

@media (min-width: 992px) and (max-width: 1209px) {
  .row-gallery > .col-md-4:nth-child(3n + 1) {
    clear: both; } }

@media (min-width: 1210px) {
  .row-gallery > .col-lg-3:nth-child(4n + 1) {
    clear: both; } }

.l-section, .l-section-dark {
  padding: 66px 9px;
  padding: 4.71429rem 0.64286rem; }
  .l-section__head, .l-main__head {
    margin: 0 auto 22px;
    margin: 0 auto 1.57143rem; }
  .l-section__bigger-top {
    padding-top: 120px !important;
    padding-top: 8.57143rem !important;
    position: relative; }
  .l-section .l-section__head, .l-section-dark .l-section__head, .l-section .l-main__head, .l-section-dark .l-main__head {
    text-align: center; }
  .l-section__foot {
    padding-top: 44px;
    padding-top: 3.14286rem;
    text-align: center; }
  .l-section__name {
    margin: 0 0 22px;
    margin: 0 0 1.57143rem; }
  .l-section__description {
    max-width: 60%;
    margin: 0 auto; }
  .l-section .l-section__name, .l-section-dark .l-section__name {
    text-align: center; }
  .l-section__sub {
    font-weight: bold;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem;
    text-align: center; }
  .l-section .btn-group, .l-section-dark .btn-group {
    margin-bottom: 11px;
    margin-bottom: 0.78571rem; }
  .l-section-dark {
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }

@media (min-width: 1210px) {
  .l-section, .l-section-dark {
    padding: 66px 0;
    padding: 4.71429rem 0; }
    .l-section-sm {
      padding: 33px 0;
      padding: 2.35714rem 0; }
    .l-section .l-section__name, .l-section-dark .l-section__name {
      margin: 0 auto 22px;
      margin: 0 auto 1.57143rem;
      width: 60%; }
    .l-section .mini_slider, .l-section-dark .mini_slider {
      margin-bottom: 44px;
      margin-bottom: 3.14286rem; } }

.l-social {
  background: url(../img/soc-pattern.png) 0 0 transparent;
  color: #fff;
  padding: 44px 0;
  padding: 3.14286rem 0;
  text-align: center; }
  .l-social .l-section__name {
    color: #fff;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem; }
  .l-social .social_item {
    margin: 0 auto 22px;
    margin: 0 auto 1.57143rem;
    min-width: 277px;
    min-width: 19.78571rem;
    max-width: 524px;
    max-width: 37.42857rem; }
    .l-social .social_item:last-child {
      margin-bottom: 0; }
  .l-social .icon-fb .icon__back {
    fill: transparent; }
  .l-social .icon-fb .icon__logo {
    fill: #ffffff; }

@media only screen and (min-width: 768px) {
  .l-social .social_item,
  .l-social .social_item:last-child {
    margin-bottom: 22px;
    margin-bottom: 1.57143rem;
    display: inline-block;
    vertical-align: middle;
    width: 50%; } }

.social_item {
  box-sizing: border-box;
  padding: 22px 11px;
  padding: 1.57143rem 0.78571rem; }
  .social_item__widget {
    border: 1px solid #fff;
    padding: 22px;
    padding: 1.57143rem; }
  .social_item__icon {
    font-size: 22px;
    font-size: 1.57143rem; }
  .social_item__icon {
    margin-bottom: 5.5px;
    margin-bottom: 0.39286rem; }
  .social_item__head {
    margin-bottom: 11px;
    margin-bottom: 0.78571rem; }
  .social_item__name {
    font-size: 12px;
    font-size: 0.85714rem;
    text-transform: uppercase; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  display: block !important;
  width: 100% !important; }

.l-side_block {
  margin-bottom: 36px;
  margin-bottom: 2.57143rem; }
  .l-side_block__name {
    border-bottom: 4px solid #d35400;
    margin: 0 0 14px;
    margin: 0 0 1rem;
    padding-bottom: 14px;
    padding-bottom: 1rem; }
  .l-side_block__sub {
    margin-bottom: 22px;
    margin-bottom: 1.57143rem; }
    .l-side_block__sub:last-child {
      margin-bottom: 0; }

.l-head {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: .5rem;
  background: #fff; }
  .l-head__container {
    max-width: 1540px;
    max-width: 110rem;
    width: 100%;
    margin: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto; }
  .l-head__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .l-head__top-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto; }
  .l-head__top-block--personal .icon-user {
    color: #9a9baf;
    font-size: 1.71429rem;
    margin-right: 0.5rem; }
  .l-head__top-block--personal .btn-link {
    color: #202020; }
  .l-head__top-block--personal .head-logout-button {
    color: #d72323; }
  .l-head__top-block--slogan, .l-head__top-block--contacts, .l-head__top-block--personal {
    display: none; }
  @media (max-width: 839px) {
    .l-head {
      border-bottom: 1px solid #ccc;
      position: -webkit-sticky;
      position: sticky;
      top: 0; }
      .l-head__top-block--logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center; }
      .l-head__top-block--hamburger, .l-head__top-block--search {
        display: block; }
      .l-head__navbar {
        display: none; } }
  @media (min-width: 840px) {
    .l-head__top {
      margin: 14px 20px;
      margin: 1rem 1.42857rem; }
    .l-head__navbar {
      margin: 0 20px;
      margin: 0 1.42857rem; }
    .l-head__top-block--contacts {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .l-head__top-block--hamburger, .l-head__top-block--search {
      display: none; }
    .l-head__top-block--personal, .l-head__navbar {
      display: block; } }
  @media (min-width: 992px) {
    .l-head__top-block--slogan {
      display: block; } }

.slide-panel-overlay {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.255);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.slide-panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-x: scroll;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  max-width: 290px;
  max-width: 20.71429rem;
  background: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform: translateX(calc(-100% - 12px));
  transform: translateX(calc(-100% - 12px));
  -webkit-transition: .5s;
  transition: .5s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-overflow-scrolling: touch; }
  .slide-panel__container {
    position: relative; }
  .slide-panel._is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

.top_menu-ul {
  height: 30px;
  height: 2.14286rem;
  visibility: hidden; }
  .top_menu-ul.mobile_menu {
    border: none; }
    .top_menu-ul.mobile_menu .top_menu-more_mobile {
      display: block; }
    .top_menu-ul.mobile_menu .top_menu-more_desc {
      display: none; }

.top_menu ul {
  padding: 0; }

.top_menu-elem {
  float: left;
  list-style: none;
  border-bottom: 1px solid #9b9cb1; }
  .top_menu-elem > a {
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    margin: 4px 15px -2px 16px;
    margin: 0.28571rem 1.07143rem -0.14286rem 1.14286rem;
    color: #9b9cb1;
    display: block;
    padding: 0 0 6px;
    padding: 0 0 0.42857rem;
    border-bottom: 3px solid transparent;
    text-decoration: none; }
    .top_menu-elem > a.active, .top_menu-elem > a:hover {
      color: #000;
      border-color: #b50d0d; }

.top_menu-more {
  float: left;
  color: #9b9cb1; }
  .top_menu-more_desc {
    margin: 4px 15px -2px 16px;
    margin: 0.28571rem 1.07143rem -0.14286rem 1.14286rem;
    color: #9b9cb1;
    display: block;
    padding: 0 0 6px;
    padding: 0 0 0.42857rem;
    border-bottom: 3px solid transparent; }
    .top_menu-more_desc:hover {
      text-decoration: none;
      color: #000;
      border-color: #b50d0d; }

.top_menu .top_menu-sub .top_menu-elem {
  width: 100%; }
  .top_menu .top_menu-sub .top_menu-elem a {
    margin: 0;
    width: 100%;
    border: none; }
    .top_menu .top_menu-sub .top_menu-elem a:hover {
      border: none; }

.dropdown-menu > li > a {
  padding: 10px 20px;
  padding: 0.71429rem 1.42857rem; }
  .dropdown-menu > li > a:hover {
    background-color: #ffeca7; }

.mobile_menu__dropdown {
  width: 100%;
  height: 26px;
  height: 1.85714rem;
  padding: 7px 0;
  padding: 0.5rem 0; }

.mobile_menu ul {
  left: 2vw;
  width: 90vw; }

.mobile_menu .mobile_menu-link {
  border-bottom: 1px solid #eee; }
  .mobile_menu .mobile_menu-link a {
    padding: 10px 20px;
    padding: 0.71429rem 1.42857rem; }

.mobile_menu-title {
  text-transform: uppercase;
  float: left;
  display: block; }

.mobile_menu-icon {
  float: left;
  margin: 3px 0 0 5px;
  margin: 0.21429rem 0 0 0.35714rem; }
  .mobile_menu-icon_part {
    width: 10px;
    width: 0.71429rem;
    height: 2px;
    height: 0.14286rem;
    background-color: #b50d0e;
    display: block;
    margin-bottom: 3px;
    margin-bottom: 0.21429rem; }

.top_header__search-label {
  position: absolute;
  top: -9px;
  top: -0.64286rem;
  font-size: 12px;
  font-size: 0.85714rem;
  font-weight: 500;
  color: #9798aa;
  display: none; }

.top_header__search input {
  width: 100%;
  height: 28px;
  height: 2rem;
  border: none;
  border-bottom: 1px solid #9b9cb1; }

.top_header__search input:focus {
  outline: none; }

#title-search {
  margin: 0 0 10px;
  margin: 0 0 0.71429rem;
  position: relative; }

.search .search_icon {
  width: 37px;
  width: 2.64286rem;
  height: 37px;
  height: 2.64286rem;
  padding: 8px 11px;
  padding: 0.57143rem 0.78571rem;
  border-radius: 30px;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease; }
  .search .search_icon > .icon {
    fill: none;
    height: 15px;
    height: 1.07143rem;
    stroke-width: 3;
    width: 15px;
    width: 1.07143rem; }
    .search .search_icon > .icon svg {
      fill: none; }
  .search .search_icon:hover {
    background-color: #fddb55; }
    .search .search_icon:hover svg {
      stroke: #000; }

.close_search_icon {
  display: none; }
  .close_search_icon span {
    cursor: pointer;
    width: 37px;
    width: 2.64286rem;
    height: 37px;
    height: 2.64286rem;
    background-color: #f9f9f9;
    display: block;
    border-radius: 20px;
    padding-left: 9px;
    padding-left: 0.64286rem;
    color: #b60c0f;
    font-size: 31px;
    font-size: 2.21429rem; }

.search_mobile {
  padding: 20px;
  padding: 1.42857rem; }
  .search_mobile form {
    width: 70%;
    float: left; }
    .search_mobile form input {
      width: 100%;
      height: 31px;
      height: 2.21429rem;
      border: none;
      border-bottom: 1px solid #000;
      width: 100%; }
      .search_mobile form input:focus {
        outline: none; }
  .search_mobile .search {
    width: 20%;
    float: left;
    text-align: center;
    margin: -5px 0 0;
    margin: -0.35714rem 0 0; }
  .search_mobile .help {
    width: 10%;
    float: left; }
  .search_mobile-submit {
    display: none !important; }

.main_menu {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
  padding-bottom: 0.14286rem;
  margin-bottom: 7px;
  margin-bottom: 0.5rem; }
  @media (max-width: 800px) {
    .main_menu {
      -webkit-overflow-scrolling: touch; }
      .main_menu-inner {
        width: 970px;
        width: 69.28571rem; } }
  @media (min-width: 800px) {
    .main_menu-inner {
      border-bottom: 1px solid #9b9cb1; } }
  .main_menu-block {
    width: 14.28571%;
    float: left; }
  .main_menu a {
    color: #000;
    text-decoration: none; }
  .main_menu-circle {
    margin-bottom: 11px;
    margin-bottom: 0.78571rem; }
    .main_menu-circle .icon-svg {
      height: 100%;
      max-height: 60px;
      max-height: 4.28571rem;
      width: 100%; }
    .main_menu-circle svg {
      -webkit-transition: 0.2s ease-in;
      transition: 0.2s ease-in;
      fill: none;
      stroke-width: 2px; }
  .main_menu .main_menu-item {
    padding: 0 0 1px;
    text-align: center;
    margin-bottom: -2px;
    margin-bottom: -0.14286rem;
    border-bottom: 3px solid transparent;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    .main_menu .main_menu-item:hover, .main_menu .main_menu-item.selected {
      border-color: #b50d0d; }
      .main_menu .main_menu-item:hover .icon-svg, .main_menu .main_menu-item.selected .icon-svg {
        stroke: #ba1718; }
  .main_menu-text {
    height: 66px;
    height: 4.71429rem;
    overflow: hidden; }
    .main_menu-text:after {
      top: 44px;
      top: 3.14286rem; }
  @media (max-width: 1012px) and (min-width: 800px) {
    .main_menu {
      min-height: 180px;
      min-height: 12.85714rem; }
      .main_menu-text {
        min-height: 57px;
        min-height: 4.07143rem; } }

#svg-icons {
  display: none !important; }

header .logo-inner img,
header .logo-svg {
  width: 155px;
  width: 11.07143rem;
  height: 30px;
  height: 2.14286rem; }
  @media (min-width: 768px) {
    header .logo-inner img,
    header .logo-svg {
      margin-top: -6px;
      margin-top: -0.42857rem; } }

@media (max-width: 480px) {
  header .logo-inner {
    overflow: hidden;
    margin: 0 auto; }
    header .logo-inner img {
      margin-top: 0; } }

header .top_header {
  margin: 20px 0 20px;
  margin: 1.42857rem 0 1.42857rem; }
  @media (max-width: 768px) {
    header .top_header {
      margin: 15px 0;
      margin: 1.07143rem 0; } }
  header .top_header__menu {
    margin-top: -3px;
    margin-top: -0.21429rem; }
  @media (max-width: 768px) {
    header .top_header__line {
      border-bottom: 1px solid #9b9cb1;
      margin-bottom: 15px;
      margin-bottom: 1.07143rem; } }

header .svg-search,
header .svg-phone {
  width: 20px;
  width: 1.42857rem;
  height: 20px;
  height: 1.42857rem;
  fill: #9a9baf;
  stroke: #7a7a7a; }

header .phone {
  font-weight: bold;
  font-size: 1.2em; }
  @media (max-width: 768px) {
    header .phone {
      text-align: right;
      margin-top: 5px;
      margin-top: 0.35714rem; } }
  @media (max-width: 992px) and (min-width: 768px) {
    header .phone_number {
      display: none; } }
  header .phone svg {
    vertical-align: text-top;
    fill: #9b9cb1;
    height: 20px;
    height: 1.42857rem;
    width: 20px;
    width: 1.42857rem; }
  @media (max-width: 480px) {
    header .phone a {
      padding: 10px 0 10px 30px;
      padding: 0.71429rem 0 0.71429rem 2.14286rem; }
    header .phone_number {
      display: none; } }
  header .phone a {
    white-space: nowrap;
    color: #000; }
    header .phone a:hover, header .phone a:focus {
      text-decoration: none; }

header .menu_search {
  max-height: 35px;
  max-height: 2.5rem; }

header .search {
  margin-top: -9px;
  margin-top: -0.64286rem; }

header .help {
  margin-top: -9px;
  margin-top: -0.64286rem;
  text-align: center; }
  header .help a:hover,
  header .help a:focus {
    text-decoration: none; }
  header .help div {
    padding: 5px 12px;
    padding: 0.35714rem 0.85714rem;
    background-color: #b50d0d;
    color: #fff;
    border-radius: 50%;
    min-width: 37px;
    min-width: 2.64286rem;
    max-width: 37px;
    max-width: 2.64286rem;
    font-size: 21px;
    font-size: 1.5rem; }

.disable_block {
  display: none; }

.main_menu .main_menu-circle svg {
  stroke: #231F20; }

.return_old_site {
  background-color: #4395d1;
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 0;
  padding: 0.71429rem 0;
  text-decoration: none; }
  .return_old_site:hover, .return_old_site:active, .return_old_site:focus {
    text-decoration: none;
    color: #fff; }
  .return_old_site svg {
    width: 20px;
    width: 1.42857rem;
    height: 20px;
    height: 1.42857rem; }

@media (max-width: 480px) {
  .col-xxs-4 {
    width: 33.3333%; }
  .logo-inner {
    max-width: 35px;
    max-width: 2.5rem; } }

.footer_subscribe {
  color: #8c8c8e;
  margin-bottom: 28px;
  margin-bottom: 2rem; }
  .footer_subscribe .footer_subscribe__button {
    float: right;
    width: 122px;
    width: 8.71429rem; }
    .footer_subscribe .footer_subscribe__button button {
      width: 100%;
      border-radius: 2px !important; }
  .footer_subscribe__input {
    margin-right: 122px;
    margin-right: 8.71429rem; }
    .footer_subscribe__input input {
      max-width: 98%;
      background-color: #282828; }
      .footer_subscribe__input input:focus, .footer_subscribe__input input:active {
        box-shadow: none;
        color: #000;
        background-color: #fff; }

.form_question {
  text-align: center; }
  .form_question .icon-svg {
    font-size: 60px;
    font-size: 4.28571rem; }

.l-footer {
  background-color: #282828; }
  .l-footer a {
    color: #FFDD54; }
  .l-footer .footer__top {
    padding: 20px 20px 17px;
    padding: 1.42857rem 1.42857rem 1.21429rem;
    border-bottom: 1px solid #000; }
  .l-footer .footer__logo {
    margin: 4px 0 9px;
    margin: 0.28571rem 0 0.64286rem; }
    .l-footer .footer__logo__img {
      margin: 0 0 5px;
      margin: 0 0 0.35714rem; }
    .l-footer .footer__logo__descr {
      color: #54a5d2; }
  .l-footer .footer__left {
    width: 160px;
    width: 11.42857rem;
    float: left; }
    @media (max-width: 768px) {
      .l-footer .footer__left {
        width: 100%;
        float: none;
        margin: 0 0 20px;
        margin: 0 0 1.42857rem;
        text-align: center; } }
  .l-footer .footer__center {
    margin-left: 261px;
    margin-left: 18.64286rem;
    margin-right: 261px;
    margin-right: 18.64286rem; }
    @media (max-width: 991px) {
      .l-footer .footer__center {
        margin-left: 200px;
        margin-left: 14.28571rem; } }
    @media (max-width: 768px) {
      .l-footer .footer__center {
        width: 100%;
        float: none;
        margin: 0 0; } }
  .l-footer .footer__right {
    float: right;
    width: 214px;
    width: 15.28571rem; }
    @media (max-width: 768px) {
      .l-footer .footer__right {
        width: 100%;
        float: none;
        margin: 0 0 20px;
        margin: 0 0 1.42857rem;
        text-align: center; } }
  .l-footer .footer__phone {
    text-align: center;
    font-size: 16px;
    font-size: 1.14286rem; }
    .l-footer .footer__phone a {
      text-decoration: none;
      color: #fff;
      font-weight: bold; }
  .l-footer .footer__forms {
    margin: 2px 0 0;
    margin: 0.14286rem 0 0;
    text-align: center;
    font-size: 13px;
    font-size: 0.92857rem; }
    .l-footer .footer__forms a {
      text-decoration: none; }
  .l-footer .footer__gray_text, .l-footer .footer_subscribe__license {
    color: #8c8c8c;
    text-decoration: none;
    margin-bottom: 10px;
    margin-bottom: 0.71429rem;
    font-size: 13px;
    font-size: 0.92857rem; }
  .l-footer .footer__society {
    margin: 0 -15px 25px;
    margin: 0 -1.07143rem 1.78571rem; }
    .l-footer .footer__society a {
      margin: 0 11px 0 0;
      margin: 0 0.78571rem 0 0; }
      .l-footer .footer__society a:last-child {
        margin: 0 0; }
  .l-footer .footer__footer {
    padding-top: 30px;
    padding-top: 2.14286rem;
    border-top: 1px solid #353535;
    width: 100%;
    margin: 0 0 20px;
    margin: 0 0 1.42857rem; }
    .l-footer .footer__footer .copyright {
      color: #8b8d8f;
      margin: 0 0 10px;
      margin: 0 0 0.71429rem; }
    .l-footer .footer__footer__menu {
      font-size: 13px;
      font-size: 0.92857rem; }
      .l-footer .footer__footer__menu__elem {
        margin-right: 20px;
        margin-right: 1.42857rem; }
  .l-footer .footer__icons_pic {
    margin-left: 10px;
    margin-left: 0.71429rem;
    display: inline-block; }
    .l-footer .footer__icons_pic img {
      width: auto;
      max-height: 45px;
      max-height: 3.21429rem; }
  @media (min-width: 767px) {
    .l-footer .footer__icons {
      text-align: right;
      margin-top: -10px;
      margin-top: -0.71429rem; } }

.footer__colorline {
  height: 11px;
  height: 0.78571rem;
  margin: 0 0 22px;
  margin: 0 0 1.57143rem;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-image: -webkit-repeating-linear-gradient(135deg, #54a5d2 0px, #54a5d2 15px, transparent 1px, transparent 31px, #da6e6e 1px, #da6e6e 46px, transparent 1px, transparent 61px);
  background-image: repeating-linear-gradient(-45deg, #54a5d2 0px, #54a5d2 15px, transparent 1px, transparent 31px, #da6e6e 1px, #da6e6e 46px, transparent 1px, transparent 61px); }
  .footer__colorline:before {
    content: '\00a0\00a0\00a0\00a0\00a0\00a0';
    left: 0;
    position: absolute; }

footer .footer__colorline:after {
  content: '';
  position: absolute;
  right: 0;
  border: 5px solid transparent;
  border-right: 5px solid #282828;
  border-bottom: 5px solid #282828; }

.form_on_page {
  max-width: 700px;
  max-width: 50rem;
  margin: 0 auto; }
  .form_on_page .form-group.captcha {
    max-width: 400px;
    max-width: 28.57143rem;
    margin: 0 auto; }
  .form_on_page .form__btns {
    text-align: center; }
  .form_on_page .g-recaptcha {
    margin: 40px auto 0;
    margin: 2.85714rem auto 0;
    width: 300px;
    width: 21.42857rem; }

.popup_incart__svg {
  margin: 44px 0;
  margin: 3.14286rem 0;
  text-align: center; }
  .popup_incart__svg .icon-bag {
    font-size: 60px;
    font-size: 4.28571rem; }

.popup_incart__buttons {
  text-align: center;
  white-space: nowrap; }
  .popup_incart__buttons .btn {
    margin: 0 5px;
    margin: 0 0.35714rem; }

.overlay .loader__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6); }

.overlay .loader__inner {
  position: relative;
  text-align: center;
  top: 50%;
  margin-top: -23px;
  margin-top: -1.64286rem; }

.overlay .loader__wheel {
  width: 49px;
  width: 3.5rem;
  height: 49px;
  height: 3.5rem;
  margin: 0 auto;
  border: 3px solid #b50d0d;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-animation: cssload-spin 875ms infinite linear;
  animation: cssload-spin 875ms infinite linear; }

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.js-spoiler__box {
  -webkit-transition: max-height .15s ease-out;
  transition: max-height .15s ease-out;
  overflow: hidden; }

.js-spoiler.open .js-spoiler__box {
  -webkit-transition: max-height .25s ease-in;
  transition: max-height .25s ease-in;
  max-height: 1000px;
  max-height: 71.42857rem; }

.js-spoiler.inited {
  position: relative; }

.js-spoiler.inited .js-spoiler__more {
  display: block;
  text-decoration: none; }

.js-spoiler.refresh .js-spoiler__box {
  -webkit-transition: none;
  transition: none; }

.js-spoiler.open .js-spoiler__open, .js-spoiler__close {
  display: none; }

.js-spoiler.open .js-spoiler__close {
  display: inline-block; }

.head-hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 54px;
  width: 3.85714rem;
  text-align: center;
  height: 54px;
  height: 3.85714rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.head-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #202020;
  line-height: 1; }
  .head-logo:hover, .head-logo:focus {
    color: #202020;
    text-decoration: none; }
  .head-logo__name {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold; }
  @media (max-width: 839px) {
    .head-logo {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .head-logo__icon {
        width: 25px;
        width: 1.78571rem;
        height: 25px;
        height: 1.78571rem; }
      .head-logo__name {
        font-size: 18px;
        font-size: 1.28571rem;
        margin-left: 5px;
        margin-left: 0.35714rem; } }
  @media (min-width: 840px) {
    .head-logo__icon {
      width: 34px;
      width: 2.42857rem;
      height: 34px;
      height: 2.42857rem; }
    .head-logo__name {
      font-size: 20px;
      font-size: 1.42857rem;
      margin-left: 12px;
      margin-left: 0.85714rem; } }

.head-slogan {
  position: relative;
  padding-left: 19px;
  padding-left: 1.35714rem;
  margin-left: 20px;
  margin-left: 1.42857rem;
  color: #9b9bb1;
  display: block;
  letter-spacing: 0.25px; }
  .head-slogan:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    top: 0.21429rem;
    height: 12px;
    height: 0.85714rem;
    width: 1px;
    background-color: #9b9bb1; }

.head-contacts__phone + .head-contacts__recall {
  margin-left: 25px;
  margin-left: 1.78571rem; }

.head-phone {
  font-size: 18px;
  font-size: 1.28571rem;
  color: #202020;
  letter-spacing: 0.4px; }

.head-recall-btn {
  padding-top: 10px;
  padding-top: 0.71429rem;
  padding-bottom: 10px;
  padding-bottom: 0.71429rem; }

.head-search-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 36px;
  width: 2.57143rem;
  height: 36px;
  height: 2.57143rem;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s; }
  .head-search-button:hover, .head-search-button:focus {
    background-color: #FFDD54; }

.head-navbar__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.head-navbar__container:after {
  position: absolute;
  bottom: 0px;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #ccc;
  opacity: 1;
  left: 0; }

.head-navbar__menu {
  z-index: 2; }

.head-navbar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }

.head-navbar.is-sticky.hide-sticky {
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%); }

.head-navbar.is-sticky .head-navbar__container {
  width: 100%;
  max-width: 1540px;
  max-width: 110rem;
  margin: auto;
  padding: 0 20px;
  padding: 0 1.42857rem;
  margin: auto; }

.head-navbar.is-sticky .head-navbar__container:after {
  background: transparent; }

.modern-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.modern-menu-item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 5.5px;
  padding-right: 0.39286rem;
  height: 52px;
  height: 3.71429rem;
  font-size: 11px;
  font-size: 0.78571rem;
  color: #202020;
  border-bottom: 3px solid transparent;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.modern-menu-item--selected > .modern-menu-item__link {
  color: #b50d0d; }

.modern-menu-item__child {
  position: absolute;
  margin-top: -3px;
  margin-top: -0.21429rem;
  visibility: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  opacity: 0; }

.modern-menu-item__child.right-align {
  right: 0; }

.modern-menu-item:hover .modern-menu-item__child {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.modern-menu-item:not(:first-child) > .modern-menu-item__link {
  padding-left: 5.5px;
  padding-left: 0.39286rem; }

.modern-menu-item:hover > .modern-menu-item__link,
.modern-menu-item > .modern-menu-item__link:hover,
.modern-menu-item > .modern-menu-item__link:focus,
.modern-menu-item > .modern-menu-item__link:active {
  text-decoration: none;
  color: #b50d0d;
  border-bottom-color: #b50d0d;
  outline: 0; }

@media (max-width: 991px) {
  .modern-menu-item__link {
    font-size: 1.432vw;
    padding-right: 0.716vw; }
  .modern-menu-item:not(:first-child) > .modern-menu-item__link {
    padding-left: 0.716vw; } }

@media (min-width: 992px) and (max-width: 1209px) {
  .modern-menu-item__link {
    font-size: 1.411vw;
    padding-right: .705vw; }
  .modern-menu-item:not(:first-child) > .modern-menu-item__link {
    padding-left: .705vw; } }

@media (min-width: 1210px) and (max-width: 1540px) {
  .modern-menu-item__link {
    font-size: 1.1038vw;
    padding-right: 1.1363vw; }
  .modern-menu-item:not(:first-child) > .modern-menu-item__link {
    padding-left: 1.1363vw; } }

@media (min-width: 1540px) {
  .modern-menu-item__link {
    font-size: 17px;
    font-size: 1.21429rem;
    padding-right: 17.5px;
    padding-right: 1.25rem; }
  .modern-menu-item:not(:first-child) > .modern-menu-item__link {
    padding-left: 17.5px;
    padding-left: 1.25rem; } }

.modern-menu-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 8px 0;
  padding: 0.57143rem 0;
  background-color: #fff;
  border-top: 3px solid #b50d0d;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .modern-menu-dropdown--catalog {
    height: 500px;
    height: 35.71429rem; }

.modern-menu-dropdown-item__link {
  display: block;
  width: 350px;
  width: 25rem;
  padding: 14px 17.5px;
  padding: 1rem 1.25rem;
  color: #202020; }

.modern-menu-dropdown-item__link:active, .modern-menu-dropdown-item__link:focus,
.modern-menu-dropdown-item:hover .modern-menu-dropdown-item__link {
  background-color: #f5f5f5;
  text-decoration: none;
  color: #202020; }

.modern-menu-dropdown-item__popup {
  display: none; }

.modern-menu-dropdown-item__tags {
  position: relative;
  overflow: hidden;
  height: 20px;
  height: 1.42857rem;
  display: block; }

.modern-menu-dropdown-item__name {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 5px;
  margin-top: 0.35714rem; }

.modern-menu-dropdown-item:hover > .modern-menu-dropdown-item__popup {
  position: absolute;
  display: block;
  width: 350px;
  width: 25rem;
  min-height: 100%;
  padding: 10px 30px;
  padding: 0.71429rem 2.14286rem;
  left: 100%;
  top: 0;
  background-color: #f5f5f5;
  border-top: 3px solid #b50d0d;
  box-shadow: 12px 0 12px -12px rgba(0, 0, 0, 0.175), 4px 16px 12px -6px rgba(0, 0, 0, 0.175); }

.modern-menu-dropdown-item--last .modern-menu-dropdown-item__link {
  color: #27628a;
  border-top: 1px solid #f5f5f5; }

.modern-menu-dropdown-item--last:hover .modern-menu-dropdown-item__link {
  color: #27628a; }

@media (min-width: 768px) {
  .modern-menu-dropdown-item__popup .catalog_gallery__pic {
    padding-bottom: 102%; } }

.b-dl-menu, .b-dl-menu__subitems {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff; }

.b-dl-menu__item {
  margin: 0; }

.b-dl-menu__subitems {
  position: absolute;
  min-width: 100%;
  top: 0;
  left: 0; }

.b-dl-menu.is-view, .b-dl-menu__subitems.is-view {
  border: 0; }

.b-dl-menu.is-view > .b-dl-menu__item,
.b-dl-menu.is-view > .b-dl-menu__item.is-open > .b-dl-menu__link,
.b-dl-menu__subitems.is-view > .b-dl-menu__item,
.b-dl-menu__subitems.is-view > .b-dl-menu__item.is-open > .b-dl-menu__link {
  display: none; }

.b-dl-menu.is-view > .b-dl-menu__item.is-open,
.b-dl-menu__subitems.is-view > .b-dl-menu__item.is-open {
  display: block; }

.b-dl-menu__item.is-open > .b-dl-menu__subitems {
  display: block;
  z-index: 2; }

.b-dl-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 17.5px 25px;
  padding: 1.25rem 1.78571rem;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 1px solid #f1f1f1;
  color: #333;
  font-size: 16px;
  font-size: 1.14286rem;
  height: 56px;
  height: 4rem; }
  .b-dl-menu__link:hover, .b-dl-menu__link:focus {
    color: #960404;
    text-decoration: none; }

.b-dl-menu__link-icon {
  font-size: 24px;
  font-size: 1.71429rem;
  margin-right: 16px;
  margin-right: 1.14286rem;
  color: #9a9baf; }

.b-dl-menu__item.has-subitems > .b-dl-menu__link:after {
  content: "";
  position: absolute;
  width: 16px;
  width: 1.14286rem;
  height: 16px;
  height: 1.14286rem;
  right: 10px;
  right: 0.71429rem;
  top: 19px;
  top: 1.35714rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik04LDE4YTEsMSwwLDAsMSwuMjktLjcxTDEzLjU5LDEyLDguMjksNi43MUExLDEsMCwwLDEsOS43MSw1LjI5bDYsNmExLDEsMCwwLDEsMCwxLjQybC02LDZhMSwxLDAsMCwxLTEuNDIsMEExLDEsMCwwLDEsOCwxOFoiLz48L3N2Zz4="); }

.b-dl-menu__item.is-catalog > .b-dl-menu__link {
  border-bottom: 1px solid #333;
  font-weight: 600; }

.b-dl-menu__item--main > .b-dl-menu__link {
  font-weight: 900;
  color: #333; }
  .b-dl-menu__item--main > .b-dl-menu__link:active, .b-dl-menu__item--main > .b-dl-menu__link:focus, .b-dl-menu__item--main > .b-dl-menu__link:hover {
    color: #960404; }

.has-subitems .b-dl-menu__subitems {
  display: none; }

.b-dl-menu__item--back .b-dl-menu__link:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNDE0MjEgMTNMMTIuNzA3MSAxOS4yOTI5TDExLjI5MjkgMjAuNzA3MUwyLjU4NTc4IDEyTDExLjI5MjkgMy4yOTI4OUwxMi43MDcxIDQuNzA3MTFMNi40MTQyMSAxMUgyMVYxM0g2LjQxNDIxWiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
  content: "";
  position: absolute;
  width: 16px;
  width: 1.14286rem;
  height: 16px;
  height: 1.14286rem;
  left: 10px;
  left: 0.71429rem;
  top: 19px;
  top: 1.35714rem; }

.b-dl-menu__item--back .b-dl-menu__link {
  padding-left: 33px;
  padding-left: 2.35714rem; }

.b-dl-menu__item--custom > .b-dl-menu__link {
  background-color: #f8f9fa;
  color: #27628a; }

.b-dl-menu__personal {
  color: #202020;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.b-dl-menu__logout {
  color: #d72323;
  font-size: 16px;
  font-size: 1.14286rem; }

.b-dl-menu__item--phone > .b-dl-menu__link {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  color: #333;
  background-color: #f8f9fa; }

.b-dl-menu.animate-in, .b-dl-menu__subitems.animate-in {
  -webkit-animation: MasterDlMenuAnimationIn 0.3s ease-in-out;
  animation: MasterDlMenuAnimationIn 0.3s ease-in-out; }

.b-dl-menu.animate-out, .b-dl-menu__subitems.animate-out {
  -webkit-animation: MasterDlMenuAnimationOut 0.3s ease-in-out;
  animation: MasterDlMenuAnimationOut 0.3s ease-in-out; }

.b-dl-menu.animate-in-back, .b-dl-menu__subitems.animate-in-back {
  -webkit-animation: MasterDlMenuAnimationBackIn 0.3s ease-in-out;
  animation: MasterDlMenuAnimationBackIn 0.3s ease-in-out; }

.b-dl-menu.animate-out-back, .b-dl-menu__subitems.animate-out-back {
  -webkit-animation: MasterDlMenuAnimationBackOut 0.3s ease-in-out;
  animation: MasterDlMenuAnimationBackOut 0.3s ease-in-out; }

@-webkit-keyframes MasterDlMenuAnimationIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes MasterDlMenuAnimationIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes MasterDlMenuAnimationBackIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes MasterDlMenuAnimationBackIn {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes MasterDlMenuAnimationOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }

@keyframes MasterDlMenuAnimationOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }

@-webkit-keyframes MasterDlMenuAnimationBackOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }

@keyframes MasterDlMenuAnimationBackOut {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }

.cart-count {
  background: #960404;
  padding: 3px 8px;
  padding: 0.21429rem 0.57143rem;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  min-width: 24px;
  min-width: 1.71429rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 19px;
  margin: 0 1.35714rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: none; }
  .cart-count--has-items {
    display: block; }

.features {
  max-height: 141px;
  max-height: 10.07143rem;
  opacity: 0;
  visibility: hidden; }
  .features .features__block {
    text-align: center;
    height: 141px;
    height: 10.07143rem;
    line-height: 141px;
    line-height: 10.07143rem; }
    .features .features__block img {
      width: auto;
      display: initial; }

.steps_img {
  overflow: hidden;
  margin: 0 0 22px;
  margin: 0 0 1.57143rem;
  height: 80px;
  height: 5.71429rem;
  line-height: 80px;
  line-height: 5.71429rem;
  text-align: center; }
  .steps_img .steps_border-1, .steps_img .steps_border-2 {
    border-radius: 50%; }
  .steps_img .steps_border-1 {
    width: 260px;
    width: 18.57143rem;
    height: 260px;
    height: 18.57143rem;
    padding: 15px;
    padding: 1.07143rem;
    background-color: #ffeb98;
    border: 15px solid #ffe476;
    margin: 0 auto; }
  .steps_img svg {
    width: 60px;
    width: 4.28571rem;
    height: 60px;
    height: 4.28571rem; }
  .steps_img_big {
    height: 90px;
    height: 6.42857rem;
    line-height: 90px;
    line-height: 6.42857rem; }
    .steps_img_big img {
      max-height: 90px;
      max-height: 6.42857rem;
      height: auto;
      width: auto; }
    .steps_img_big svg {
      width: 90px;
      width: 6.42857rem;
      height: 90px;
      height: 6.42857rem; }
  .steps_img_vbig {
    height: 180px;
    height: 12.85714rem;
    line-height: 180px;
    line-height: 12.85714rem; }
    .steps_img_vbig img {
      max-height: 180px;
      max-height: 12.85714rem;
      height: auto;
      width: auto; }
    .steps_img_vbig svg {
      width: 180px;
      width: 12.85714rem;
      height: 180px;
      height: 12.85714rem; }

.steps_gif {
  max-width: 200px;
  max-width: 14.28571rem;
  margin: 0 auto 22px;
  margin: 0 auto 1.57143rem;
  height: auto; }

.steps_name {
  font-weight: bold;
  margin: 0 auto 11px;
  margin: 0 auto 0.78571rem; }

.steps_descr {
  margin: 0 auto; }

.steps_block {
  margin: 22px 0;
  margin: 1.57143rem 0; }

.steps_svg {
  width: 100%;
  height: 100%; }

.three_steps_sec .steps_img {
  height: auto;
  line-height: auto; }

.l-section-gold .steps_name, .l-section-gold .steps_descr {
  text-align: center; }

.three_steps_sec .steps_block-new .steps_img {
  height: 280px;
  height: 20rem;
  margin-bottom: 5px;
  margin-bottom: 0.35714rem; }

.partner {
  width: 82%;
  margin: 0 auto; }
  .partner .container-partner {
    padding: 10px;
    padding: 0.71429rem; }
    .partner .container-partner .partner-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 50px;
      padding: 3.57143rem;
      background-color: #fff; }
      @media (max-width: 1210px) {
        .partner .container-partner .partner-block {
          padding: 20px;
          padding: 1.42857rem; } }
      .partner .container-partner .partner-block_name {
        width: 90%;
        font-weight: 700; }
        .partner .container-partner .partner-block_name p {
          margin: 0px;
          padding-left: 16px;
          padding-left: 1.14286rem; }
      .partner .container-partner .partner-block_img {
        width: 22%;
        padding-right: 5%;
        text-align: center; }

.steps_border-2 {
  position: absolute;
  top: 200px;
  top: 14.28571rem;
  margin-left: -30px;
  margin-left: -2.14286rem;
  font-size: 32px;
  font-size: 2.28571rem;
  color: #000000;
  font-family: "Arial";
  text-align: center;
  border-radius: 50%;
  width: 80px;
  width: 5.71429rem;
  height: 80px;
  height: 5.71429rem;
  border: 7.5px solid rgba(255, 238, 170, 0);
  padding: 7.5px;
  padding: 0.53571rem;
  background-color: rgba(255, 238, 200, 0.7); }
  .steps_border-2 .steps_border_count {
    background-color: #fff;
    border-radius: 50%;
    width: 50px;
    width: 3.57143rem;
    height: 50px;
    height: 3.57143rem;
    line-height: 1.6; }

.grid-7 {
  width: 54.4%;
  overflow: hidden; }
  .grid-7 .grids .index-banner_element {
    display: none; }
  .grid-7 .grids.owl-carousel .image-canvas .index-banner_element {
    display: block; }

.grid-3 {
  width: 25.941%;
  margin: 0 1.2%; }

.grid-2 {
  width: 17.29%; }

.index-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  overflow: hidden; }
  .index-banner .index-banner_element {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .index-banner .image-canvas {
    display: block;
    padding-bottom: 56.4%;
    position: relative; }
  .index-banner .mt-20 {
    margin-top: 5.4%; }
  .index-banner .grid-2 .image-canvas {
    display: block;
    padding: 88.7% 0;
    position: relative; }

@media (max-width: 992px) {
  .index-banner .grid-2 {
    display: none; }
  .index-banner .grid-3 {
    width: 32.0817%;
    margin-right: 0; }
  .index-banner .grid-7 {
    width: 66.67%; }
  .index-banner .mt-20 {
    margin-top: 4.55%; } }

@media (max-width: 768px) {
  .index-banner .grid-3 {
    display: none; }
  .index-banner .grid-7 {
    width: 100%;
    margin: 0; } }

@media (max-width: 1209px) {
  .no-margin.col-sm-offset-1d5 {
    margin: 0; } }

@media (min-width: 1210px) {
  .steps_name, .steps_descr {
    width: 72%; } }

@media (min-width: 992px) {
  .container .reviews .owl .owl-nav {
    position: relative;
    bottom: 32px;
    bottom: 2.28571rem; } }

.container .reviews .owl-dots {
  margin-top: 25px;
  margin-top: 1.78571rem; }

.review__message {
  position: relative;
  font-size: 15px;
  font-size: 1.07143rem;
  font-style: italic;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 53px 35px 19px 35px;
  padding: 3.78571rem 2.5rem 1.35714rem 2.5rem; }
  .review__message:before, .review__message:after {
    position: absolute;
    font-size: 112px;
    font-size: 8rem;
    font-weight: bold;
    color: #ffdd54; }
  .review__message:before {
    top: -30px;
    top: -2.14286rem;
    left: 0px;
    content: '\201C'; }
  .review__message:after {
    right: 12px;
    right: 0.85714rem;
    bottom: -115px;
    bottom: -8.21429rem;
    content: '\201D'; }

.review__cut {
  max-height: 120px;
  max-height: 8.57143rem;
  overflow: hidden;
  font-style: normal;
  text-align: left;
  font-style: italic; }

.review__author {
  color: #ffdd54;
  max-width: 375px;
  max-width: 26.78571rem;
  margin: 0 auto; }

.review .review__face {
  float: left;
  width: 88px;
  width: 6.28571rem;
  height: 88px;
  height: 6.28571rem;
  padding: 5px;
  padding: 0.35714rem;
  margin-right: 38px;
  margin-right: 2.71429rem;
  border-radius: 50%; }
  .review .review__face > span {
    display: block;
    border-radius: 50%;
    overflow: hidden; }
    .review .review__face > span > img {
      -webkit-transform-style: initial; }

.review__name {
  position: relative;
  font-size: 15px;
  font-size: 1.07143rem;
  font-weight: bold;
  color: #000000;
  padding-top: 17px;
  padding-top: 1.21429rem;
  padding-bottom: 10px;
  padding-bottom: 0.71429rem; }
  .review__name:before {
    position: absolute;
    top: 18px;
    top: 1.28571rem;
    left: 96px;
    left: 6.85714rem;
    display: block;
    width: 20px;
    width: 1.42857rem;
    height: 20px;
    height: 1.42857rem;
    content: ' ';
    background-color: #ffdd54;
    border-radius: 50%; }

.review__job {
  line-height: 1.2;
  color: #8b8c8e; }

.review__picture {
  position: relative;
  margin-right: 25px;
  margin-right: 1.78571rem; }
  .review__picture:before, .review__picture:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: ' '; }
  .review__picture:before {
    top: 0;
    left: 0;
    border: 48px solid transparent;
    border-left: 102px solid #fff;
    border-top: 22px solid #fff; }
  .review__picture:after {
    right: 0;
    bottom: 0;
    border: 48px solid transparent;
    border-right: 102px solid #fff;
    border-bottom: 22px solid #fff; }

.review__picture_img {
  max-width: 500px;
  max-width: 35.71429rem; }

.gallery {
  margin: 0 0 40px;
  margin: 0 0 2.85714rem; }
  .gallery .gallery__items {
    padding: 0;
    margin: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .gallery .gallery__items img {
      position: absolute;
      top: -999px;
      top: -71.35714rem;
      bottom: -999px;
      bottom: -71.35714rem;
      left: -999px;
      left: -71.35714rem;
      right: -999px;
      right: -71.35714rem;
      min-width: 100%;
      min-height: 100%;
      margin: auto;
      -webkit-transition: 0.2s ease-in;
      transition: 0.2s ease-in;
      max-width: none; }
      .gallery .gallery__items img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .gallery .gallery__link {
    position: relative;
    display: block;
    overflow: hidden;
    height: 250px;
    height: 17.85714rem; }

.bill {
  color: #fff;
  font-family: Arial;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  padding: 22px;
  padding: 1.57143rem; }
  .bill__head {
    font-size: 17px;
    font-size: 1.21429rem;
    font-weight: bold;
    margin-bottom: 11px;
    margin-bottom: 0.78571rem;
    text-align: center; }
    .bill__head:first-line {
      text-transform: uppercase; }
  .bill__row {
    margin: 11px 0;
    margin: 0.78571rem 0; }
  .bill__item {
    text-align: left; }
  .bill__price {
    font-weight: bold;
    margin-left: 11px;
    margin-left: 0.78571rem;
    text-align: right; }
  .bill__total {
    font-size: 17px;
    font-size: 1.21429rem;
    font-weight: bold; }
  .bill hr {
    border-color: #fff;
    margin: 11px 0;
    margin: 0.78571rem 0;
    opacity: .5; }

.mini_slider {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem; }

.note_dot {
  margin-bottom: 44px;
  margin-bottom: 3.14286rem;
  padding-left: 22px;
  padding-left: 1.57143rem;
  position: relative; }
  .note_dot:before {
    background: #fc0;
    border: 1px solid #000;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 11px;
    height: 0.78571rem;
    left: 5.5px;
    left: 0.39286rem;
    position: absolute;
    top: 5.5px;
    top: 0.39286rem;
    width: 11px;
    width: 0.78571rem; }

.note_dot {
  margin-bottom: 44px;
  margin-bottom: 3.14286rem;
  padding-left: 22px;
  padding-left: 1.57143rem;
  position: relative; }
  .note_dot:before {
    background: #fc0;
    border: 1px solid #000;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 11px;
    height: 0.78571rem;
    left: 5.5px;
    left: 0.39286rem;
    position: absolute;
    top: 5.5px;
    top: 0.39286rem;
    width: 11px;
    width: 0.78571rem; }

.bx-rating {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .bx-rating-question {
    display: block;
    font-weight: bold;
    margin-bottom: 11px;
    margin-bottom: 0.78571rem; }
  .bx-rating-yes, .bx-rating-no {
    border: 1px solid #eeeeee;
    color: #9b9bb1;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    padding: 7.33333px 11px;
    padding: 0.52381rem 0.78571rem;
    text-decoration: none; }
    .bx-rating-yes:hover, .bx-rating-yes:focus, .bx-rating-no:hover, .bx-rating-no:focus {
      text-decoration: none; }
  .bx-rating-yes > .icon-svg {
    fill: #579c13;
    font-size: 16px;
    font-size: 1.14286rem;
    margin-right: 7.33333px;
    margin-right: 0.52381rem; }
  .bx-rating-no > .icon-svg {
    fill: #960404;
    font-size: 16px;
    font-size: 1.14286rem;
    margin-right: 7.33333px;
    margin-right: 0.52381rem; }
  .bx-rating-disabled .bx-rating-yes,
  .bx-rating-disabled .bx-rating-no {
    color: #9b9bb1;
    cursor: default; }

.bx-rating .bx-rating-yes-active .bx-rating-yes-count, .bx-rating .bx-rating-yes-active .bx-rating-yes-text {
  color: #49b234 !important; }

.bx-rating .bx-rating-no-active .bx-rating-no-count, .bx-rating .bx-rating-no-active .bx-rating-no-text {
  color: #dd3636 !important; }

.bx-rating-popup .bx-ilike-bottom_scroll {
  background: url("images/i-like-sprite.png") repeat-x 0 -148px;
  display: block;
  height: 13px;
  height: 0.92857rem;
  position: absolute;
  left: 5px;
  left: 0.35714rem;
  bottom: 8px;
  bottom: 0.57143rem;
  width: 170px;
  width: 12.14286rem; }

.rating_vote_graphic {
  display: none !important; }

.rating_vote_text {
  display: inline-block !important; }

.spoiler__more {
  position: relative;
  overflow: hidden;
  padding-top: 33px;
  padding-top: 2.35714rem;
  margin-top: -22px;
  margin-top: -1.57143rem;
  display: none;
  text-align: center; }
  .spoiler__more:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(100%, #fff), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%, #fff 100%);
    bottom: 0;
    right: 0;
    content: "";
    height: 22px;
    height: 1.57143rem;
    position: absolute;
    top: 0;
    width: 100%; }

.spoiler__status {
  top: -13px;
  top: -0.92857rem;
  position: relative; }

.news_section {
  margin: 44px 0;
  margin: 3.14286rem 0; }
  .news_section__navs {
    text-align: center;
    margin: 0 0 44px;
    margin: 0 0 3.14286rem; }
  .news_section__text {
    max-height: 159px;
    max-height: 11.35714rem;
    overflow: hidden; }
  .news_section__link {
    color: #000;
    display: block; }
    .news_section__link:focus, .news_section__link:active {
      text-decoration: none; }
  .news_section__descr {
    color: #555; }
  .news_section__name {
    margin: 0 0 10px;
    margin: 0 0 0.71429rem;
    color: #000; }
  .news_section__item {
    margin: 44px 0;
    margin: 3.14286rem 0; }
  .news_section__img {
    margin: 22px 0;
    margin: 1.57143rem 0; }

.error_page__body {
  text-align: center; }

.error_page__status {
  color: #8c8c8c;
  font-size: 200px;
  font-size: 14.28571rem;
  line-height: 1; }

.error_page__title {
  font-size: 29px;
  font-size: 2.07143rem;
  margin: 0 0 44px;
  margin: 0 0 3.14286rem;
  text-transform: lowercase; }

.doc {
  box-shadow: 2px 4px 5px 0 rgba(85, 85, 85, 0.23);
  border: 1px dashed #555555;
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  padding: 22px 33px 22px 99px;
  padding: 1.57143rem 2.35714rem 1.57143rem 7.07143rem;
  position: relative; }
  .doc__icon {
    bottom: 0;
    left: 33px;
    left: 2.35714rem;
    position: absolute;
    top: 0; }
  .doc__name {
    height: 66px;
    height: 4.71429rem;
    margin-top: 0;
    overflow: hidden; }
  .doc__info {
    float: right; }
  .doc__size {
    margin-left: .5em; }
  .doc__file {
    background-color: #d35400;
    color: #fff;
    font-size: 13px;
    font-size: 0.92857rem;
    font-weight: bold;
    padding: 3px 11px 2px;
    padding: 0.21429rem 0.78571rem 0.14286rem;
    text-transform: uppercase; }

.adv_owl__item {
  position: relative; }

.adv_owl__image {
  position: relative;
  z-index: 3; }

.adv_owl__back {
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.subscribe__info {
  display: table-row; }

.subscribe__icon {
  display: table-cell;
  vertical-align: middle; }
  .subscribe__icon > .icon-svg {
    fill: #9b9bb1;
    font-size: 40px;
    font-size: 2.85714rem;
    margin: 0 22px 0 11px;
    margin: 0 1.57143rem 0 0.78571rem; }

.subscribe__text {
  display: table-cell;
  font-size: 13px;
  font-size: 0.92857rem;
  line-heigth: 1.2;
  padding-bottom: 11px;
  padding-bottom: 0.78571rem; }

@media only screen and (min-width: 992px) {
  .subscribe__text {
    padding-bottom: 0; } }

.js-product.is-incart .added2cart {
  height: auto;
  position: static;
  width: auto; }

.js-product__article {
  color: #8c8c8c;
  font-size: 12px;
  font-size: 0.85714rem;
  font-style: italic; }

.price__pdv,
.bx-price.all {
  font-weight: bold;
  line-height: 22px;
  line-height: 1.57143rem; }

.price__pv,
.bx-price-old {
  color: #8c8c8c;
  font-weight: bold;
  text-decoration: line-through; }

.price__pdv.disc,
.bx-price.all.disc {
  color: #ff6000; }

.catalog_line__head {
  margin-bottom: 11px;
  margin-bottom: 0.78571rem; }
  .catalog_line__head > a {
    text-decoration: underline; }

.catalog_line__breadcrumb {
  display: block;
  margin-bottom: 11px;
  margin-bottom: 0.78571rem; }
  .catalog_line__breadcrumb,
  .catalog_line__breadcrumb > a {
    color: #8c8c8c; }

.catalog_line__preview {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem; }

.catalog_line__price .price__pv {
  font-size: 17px;
  font-size: 1.21429rem; }

.catalog_line__price .price__pdv {
  font-size: 21px;
  font-size: 1.5rem; }

.catalog_line__meta {
  color: #9b9bb1;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.57143; }
  .catalog_line__meta .icon-svg {
    fill: #d35400; }

.catalog_line__meta_item {
  margin-left: 22px;
  margin-left: 1.57143rem; }
  .catalog_line__meta_item:first-child {
    margin-left: 0; }

.catalog_line .sticker {
  padding: 5px 22px;
  padding: 0.35714rem 1.57143rem;
  margin-right: 7.33333px;
  margin-right: 0.52381rem; }
  .catalog_line .sticker:before {
    display: none; }

.catalog_table__itemtitle {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  white-space: normal; }
  .catalog_table__itemtitle a {
    color: #000;
    text-decoration: none;
    font-weight: bold; }

.catalog_table__del {
  fill: #a94442;
  height: 22px;
  height: 1.57143rem;
  margin: 11px;
  margin: 0.78571rem;
  width: 22px;
  width: 1.57143rem; }

.catalog_table > table {
  margin: 0;
  padding: 0;
  min-width: 100%;
  border-collapse: collapse; }
  .catalog_table > table > tbody > tr:last-child > td {
    border-bottom: none; }
  .catalog_table > table > tbody > tr > td {
    box-sizing: border-box;
    vertical-align: middle;
    white-space: nowrap;
    padding: 1% 12px;
    padding: 1% 0.85714rem;
    border-top: 1px solid #eeeeee; }
    .catalog_table > table > tbody > tr > td.itemphoto {
      padding-left: 54px;
      padding-left: 3.85714rem;
      padding-right: 54px;
      padding-right: 3.85714rem;
      text-align: center;
      width: 1px; }
      .catalog_table > table > tbody > tr > td.itemphoto img {
        max-width: none; }
    .catalog_table > table > tbody > tr > td.item {
      white-space: normal; }
    .catalog_table > table > tbody > tr > td.control span, .catalog_table > table > tbody > tr > td.custom span {
      display: none; }
    .catalog_table > table > tbody > tr > td.control a:hover {
      text-decoration: none; }
    .fancybox-inner .catalog_table > table > tbody > tr > td {
      padding-bottom: 1rem;
      padding-top: 1rem;
      vertical-align: middle; }
  .catalog_table > table > tbody > tr.ordercart__pay > td {
    border-top: none;
    padding-bottom: 22px;
    padding-bottom: 1.57143rem;
    padding-top: 22px;
    padding-top: 1.57143rem; }
    .catalog_table > table > tbody > tr.ordercart__pay > td:first-child {
      padding-left: 54px;
      padding-left: 3.85714rem;
      padding-right: 54px;
      padding-right: 3.85714rem; }

@media (max-width: 767px) {
  .ordercart table,
  .ordercart table tbody,
  .ordercart table tbody tr,
  .ordercart table tbody tr td {
    display: block; }
  .catalog_table__img {
    max-height: 110px;
    max-height: 7.85714rem;
    max-width: 60px;
    max-width: 4.28571rem; }
  .catalog_table__del {
    margin: 0;
    vertical-align: middle; }
  .catalog_table > table > tbody > tr {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 11px;
    margin-bottom: 0.78571rem; }
    .catalog_table > table > tbody > tr:last-child {
      margin-bottom: 0;
      border-bottom: none; }
      .catalog_table > table > tbody > tr:last-child > td {
        border-bottom: none; }
    .catalog_table > table > tbody > tr > td {
      border-top: none;
      padding: 2% 6%; }
      .catalog_table > table > tbody > tr > td.itemphoto {
        box-sizing: border-box;
        float: left;
        padding: 0 11px 0 0;
        padding: 0 0.78571rem 0 0;
        text-align: center;
        width: 25%; }
        .catalog_table > table > tbody > tr > td.itemphoto img {
          max-width: 100%; }
      .catalog_table > table > tbody > tr > td.price {
        float: left; }
      .catalog_table > table > tbody > tr > td.quantity {
        float: right;
        padding: 0; }
      .catalog_table > table > tbody > tr > td.custom {
        clear: both;
        float: none;
        text-align: center; }
        .catalog_table > table > tbody > tr > td.custom .price__pdv {
          display: inline; }
        .catalog_table > table > tbody > tr > td.custom span {
          display: inline-block;
          margin-right: 22px;
          margin-right: 1.57143rem;
          font-weight: bold; }
      .catalog_table > table > tbody > tr > td.control {
        clear: both;
        text-align: center; }
        .catalog_table > table > tbody > tr > td.control span {
          color: #a94442;
          display: inline-block;
          vertical-align: middle; }
    .catalog_table > table > tbody > tr.ordercart__pay > td:first-child {
      padding: 2% 6%; }
  .catalog_table > table > thead {
    display: none; } }

.table-products {
  min-width: 36rem; }
  .table-products > tbody > tr > td {
    padding: 1rem 12px;
    padding: 1rem 0.85714rem;
    border-top: 1px solid #eeeeee;
    vertical-align: middle; }
  .table-products > tbody > tr:last-child > td {
    border-bottom: none; }
  .table-products .product__itemtitle {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    white-space: normal; }
    .table-products .product__itemtitle a {
      color: #000;
      text-decoration: none;
      font-weight: bold; }
  .table-products .add2cart {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    display: block;
    height: 2.57143rem !important;
    padding: 0.71428rem;
    position: static !important;
    font-size: 1rem;
    width: 2.57143rem !important; }
    .table-products .add2cart > .icon-svg {
      display: block; }

.sticker {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.57143;
  line-height: 22px;
  line-height: 1.57143rem;
  padding: 0 7.33333px;
  padding: 0 0.52381rem;
  position: relative; }
  .sticker:before {
    content: '';
    border-bottom: 22px solid transparent;
    position: absolute;
    right: -5px;
    right: -0.35714rem;
    top: 0; }
  .sticker.new {
    background: #ff6000; }
    .sticker.new:before {
      border-left: 5px solid #ff6000; }
  .sticker.reccomend {
    background: #cc1a4c; }
    .sticker.reccomend:before {
      border-left: 5px solid #cc1a4c; }
  .sticker.disc {
    background: #39a404; }
    .sticker.disc:before {
      border-left: 5px solid #39a404; }
  .sticker.deals {
    background: #04a3db; }
    .sticker.deals:before {
      border-left: 5px solid #04a3db; }
  .sticker.deals2 {
    background: #ff803b;
    color: #000;
    font-weight: bold; }
    .sticker.deals2:before {
      border-left: 5px solid #ff803b; }
  .sticker.advice {
    background: #8ed1fb;
    color: #000;
    font-weight: bold; }
    .sticker.advice:before {
      border-left: 5px solid #8ed1fb; }

.templates_section {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  overflow-y: visible;
  overflow-x: auto;
  padding-bottom: 1px;
  text-align: center; }
  .templates_section__inner {
    max-width: 730px;
    max-width: 52.14286rem;
    margin: 0 auto;
    border-bottom: 1px solid #9b9cb1;
    display: inline-block;
    white-space: nowrap; }
  .templates_section__item, .bx-soa-pp-company {
    font-weight: bold;
    color: #909193;
    cursor: pointer;
    display: inline-block;
    padding: 0 11px 22px;
    padding: 0 0.78571rem 1.57143rem;
    margin-bottom: 1px;
    min-width: 120px;
    min-width: 8.57143rem;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    margin-bottom: -0.14286rem;
    vertical-align: bottom;
    white-space: normal; }
    .templates_section__item:hover, .bx-soa-pp-company:hover, .templates_section__item:active, .bx-soa-pp-company:active, .templates_section__item:focus, .bx-soa-pp-company:focus {
      text-decoration: none; }
  .templates_section .templates_section__item, .templates_section .bx-soa-pp-company {
    min-width: 150px;
    min-width: 10.71429rem; }
  .templates_section__item.active, .active.bx-soa-pp-company, .bx-soa-pp-company.bx-selected, .templates_section__item:hover, .bx-soa-pp-company:hover {
    border-bottom: 3px solid #b50d0d;
    color: #000; }
  .templates_section__item.active, .active.bx-soa-pp-company, .bx-soa-pp-company.bx-selected {
    cursor: default; }
  .templates_section__title, .bx-soa-pp-company-smalltitle {
    text-align: center; }
  .templates_section__pic, .bx-soa-pp-company-graf-container {
    min-height: 100px;
    min-height: 7.14286rem;
    text-align: center; }
  .templates_section__img, .bx-soa-pp-company-image {
    padding: 20px 0;
    padding: 1.42857rem 0; }

.templates__title {
  text-align: center;
  font-size: 39px;
  font-size: 2.78571rem;
  line-height: 1.2; }

.templates__description {
  text-align: center;
  max-width: 750px;
  max-width: 53.57143rem;
  margin: 15px auto;
  margin: 1.07143rem auto;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.21429rem; }

.templates__nav .nav-tabs.btn-group {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  white-space: normal; }

.catalog_themes {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem;
  max-height: 130px;
  max-height: 9.28571rem;
  overflow: hidden; }

.catalog__banner_sec {
  width: 100%;
  height: auto; }

.catalog__banner_detail {
  position: fixed;
  bottom: 15%;
  z-index: 99999;
  left: 5%; }
  .catalog__banner_detail__close {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    cursor: pointer;
    font-size: 30px;
    font-size: 2.14286rem; }
  .catalog__banner_detail img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in; }
    .catalog__banner_detail img:hover {
      opacity: 0.8; }

.clear {
  clear: both; }

.smartfilter__outer {
  padding: 0 0 0 5px;
  padding: 0 0 0 0.35714rem; }

.smartfilter a {
  color: #000; }

.smartfilter__radio {
  margin: 0 0 0 -5px;
  margin: 0 0 0 -0.35714rem; }
  .smartfilter__radio input {
    display: none; }
  .smartfilter__radio .btn {
    padding: 12.5px 9px;
    padding: 0.89286rem 0.64286rem; }

.smartfilter__block {
  float: left;
  margin: 0 2% 0 0; }

.smartfilter__inner {
  position: relative; }

.smartfilter .dropdown-menu {
  min-width: 60px;
  min-width: 4.28571rem; }
  .smartfilter .dropdown-menu label {
    width: 100%; }
  .smartfilter .dropdown-menu a {
    display: block;
    padding: 10px 30px 10px 10px;
    padding: 0.71429rem 2.14286rem 0.71429rem 0.71429rem;
    clear: both;
    font-weight: 400;
    white-space: nowrap; }
    .smartfilter .dropdown-menu a:hover {
      background-color: #ffeca7;
      text-decoration: none; }

.smartfilter__color {
  width: 30px;
  width: 2.14286rem;
  height: 30px;
  height: 2.14286rem;
  display: block;
  margin: 5px auto;
  margin: 0.35714rem auto;
  border: 1px solid #eee;
  cursor: pointer; }

.smartfilter__reset {
  float: right;
  font-size: 40px;
  font-size: 2.85714rem;
  cursor: pointer;
  color: #b40e10; }
  .smartfilter__reset span {
    width: 59px;
    width: 4.21429rem;
    height: 59px;
    height: 4.21429rem;
    display: block;
    line-height: 59px;
    line-height: 4.21429rem;
    padding: 1rem 0 0; }

.smartfilter #set_filter,
.smartfilter #del_filter {
  display: none;
  position: absolute;
  left: -9999px;
  left: -714.21429rem; }

.catalog-themes_name {
  height: 90px;
  height: 6.42857rem;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }

.catalog-themes .owl-themes {
  visibility: hidden; }
  .catalog-themes .owl-themes.owl-carousel {
    visibility: visible; }

.catalog-themes_element a:hover,
.catalog-themes_element a:focus {
  text-decoration: none; }

@media (min-width: 1210px) {
  .catalog-themes .owl-nav .owl-prev {
    left: -7%; }
  .catalog-themes .owl-nav .owl-next {
    right: -7%; } }

.table-bitrix-license-compare {
  max-width: 740px;
  max-width: 52.85714rem; }
  .table-bitrix-license-compare .svg-plus {
    color: #FFDD55; }
  .table-bitrix-license-compare .svg-minus {
    color: #d1d1d1; }

.section_button {
  display: block;
  margin-bottom: 29.33333px;
  margin-bottom: 2.09524rem;
  text-align: center; }
  @media (max-width: 768px) {
    .section_button {
      display: none; } }
  .section_button > .section_button__btn {
    display: inline-block;
    float: none;
    margin-bottom: 3.66667px;
    margin-bottom: 0.26191rem; }
  .section_button__btn:hover, .section_button__btn:focus {
    text-decoration: none; }

@media (max-width: 480px) {
  .section_button {
    padding: 0; } }

.cases_detail__banner {
  min-height: 360px;
  min-height: 25.71429rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1210px) {
    .cases_detail__banner {
      min-height: 35vw; } }
  @media (max-width: 480px) {
    .cases_detail__banner {
      min-height: 45vw; } }

.cases_detail__breadcrump {
  text-align: center;
  font-size: 13px;
  font-size: 0.92857rem;
  font-weight: bold;
  margin: 22px auto 0px;
  margin: 1.57143rem auto 0px; }
  .cases_detail__breadcrump ol {
    margin-bottom: 0; }

.cases_detail__head {
  text-align: center; }
  .cases_detail__head h1 {
    margin-bottom: 42px;
    margin-bottom: 3rem; }
  .cases_detail__head_descr {
    max-width: 700px;
    max-width: 50rem;
    font-size: 26px;
    font-size: 1.85714rem;
    margin: 20px auto;
    margin: 1.42857rem auto; }
  .cases_detail__head_created {
    margin: 42px 0 20px;
    margin: 3rem 0 1.42857rem; }

.cases_detail__body {
  text-align: center;
  margin-bottom: 42px;
  margin-bottom: 3rem; }
  .cases_detail__body_svg {
    color: #000;
    width: 60px;
    width: 4.28571rem;
    height: 60px;
    height: 4.28571rem; }
  .cases_detail__body_text {
    max-width: 900px;
    max-width: 64.28571rem;
    margin: 0 auto; }

.cases_detail .form-license {
  color: #fff; }
  .cases_detail .form-license a {
    color: #fff;
    text-decoration: underline; }

.cases_detail__footer {
  background-position: center;
  background-repeat: no-repeat; }
  .cases_detail__footer_text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.28571rem;
    margin-bottom: 20px;
    margin-bottom: 1.42857rem; }
  .cases_detail__footer_form {
    width: 450px;
    width: 32.14286rem;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 480px) {
      .cases_detail__footer_form {
        width: 300px;
        width: 21.42857rem; } }
    .cases_detail__footer_form .form-control {
      max-width: 300px;
      max-width: 21.42857rem;
      display: inline-block; }
      @media (max-width: 480px) {
        .cases_detail__footer_form .form-control {
          margin: 0 0 20px;
          margin: 0 0 1.42857rem; } }
    .cases_detail__footer_form .form__captcha {
      margin-bottom: 20px;
      margin-bottom: 1.42857rem; }
  .cases_detail__footer_feedback {
    height: 360px;
    height: 25.71429rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }

.cases_detail__list {
  margin-top: 42px;
  margin-top: 3rem;
  margin-bottom: 42px;
  margin-bottom: 3rem; }

.cases_detail__button {
  text-align: center;
  margin: 22px 0;
  margin: 1.57143rem 0; }

.cases_list .news_thumb__pic:hover .news_thumb__img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.cases_list .news_thumb__img {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.cases_list__head {
  text-align: center; }

.rs_landing .steps_block {
  text-align: center; }

.rs_landing .rs_landing__gray_breadcrumb span {
  color: #8c8c8c; }

.rs_landing .rs_landing__gray_breadcrumb .breadcrumb > li + li:before {
  color: #8c8c8c; }

.rs_landing__banner {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding: 44px 0;
  padding: 3.14286rem 0; }
  .rs_landing__banner__title, .rs_landing__banner__white_text {
    color: #fff; }
  .rs_landing__banner__center {
    text-align: center; }
    .rs_landing__banner__center .breadcrumb > li > a {
      color: #fff; }
    .rs_landing__banner__center .breadcrumb > li + li:before {
      color: #fff; }
  .rs_landing__banner__bb, .rs_landing__banner__rb, .rs_landing__banner__gb {
    padding: 4px 28px 2px;
    padding: 0.28571rem 2rem 0.14286rem;
    margin: 0.4em 1em;
    display: inline-block;
    color: #fff; }
  .rs_landing__banner__bb {
    background-color: #1a7db2; }
  .rs_landing__banner__rb {
    background-color: #d40404; }
  .rs_landing__banner__gb {
    background-color: #298100; }
  .rs_landing__banner__buttons {
    margin-bottom: 30px;
    margin-bottom: 2.14286rem; }
  .rs_landing__banner_pad {
    min-height: 400px;
    min-height: 28.57143rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }

.rs_landing__container__small {
  max-width: 960px;
  max-width: 68.57143rem;
  margin: 0 auto; }

.rs_landing__important__svg {
  width: 30px;
  width: 2.14286rem;
  height: 30px;
  height: 2.14286rem;
  color: #f15600; }

.rs_landing__bkt_left, .rs_landing__bkt_right {
  width: 25px;
  width: 1.78571rem;
  height: 120px;
  height: 8.57143rem;
  border: 2px solid #ffde47; }
  @media (max-width: 767px) {
    .rs_landing__bkt_left, .rs_landing__bkt_right {
      display: none; } }

.rs_landing__bkt_left {
  border-right: none; }

.rs_landing__bkt_right {
  border-left: none; }

.rs_landing__bkt_content {
  text-align: center;
  width: calc(100% - 200px);
  width: calc(100% - 14.28571rem); }
  @media (max-width: 768px) {
    .rs_landing__bkt_content {
      width: 100%; } }
  .rs_landing__bkt_content__gray {
    font-size: 15px;
    font-size: 1.07143rem;
    color: #9b9cb1;
    letter-spacing: 0.1px; }

.rs_landing__block__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.rs_landing__block__narrow {
  max-width: 700px;
  max-width: 50rem;
  margin: 0 auto;
  text-align: center; }

.rs_landing__chain {
  color: #fff;
  font-weight: 600; }
  @media (max-width: 768px) {
    .rs_landing__chain {
      text-align: center; } }

.rs_landing__right_arrow {
  fill: #fede55;
  height: 35px;
  height: 2.5rem;
  width: 35px;
  width: 2.5rem; }
  @media (max-width: 768px) {
    .rs_landing__right_arrow {
      display: block;
      margin: auto;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); } }

.rs_landing__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .rs_landing__set__item {
    margin: 10px 0;
    margin: 0.71429rem 0; }
  .rs_landing__set__elem {
    margin: 10px 0;
    margin: 0.71429rem 0;
    font-size: 13px;
    font-size: 0.92857rem;
    color: #9b9cb1; }
  .rs_landing__set .rs_landing__set__serv_main {
    background-color: #FFDD54;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .rs_landing__set .rs_landing__set__serv_main .btn-primary {
      border-color: #000;
      z-index: 3;
      background: transparent; }
      .rs_landing__set .rs_landing__set__serv_main .btn-primary:hover {
        background-color: #ffd321; }
  .rs_landing__set .rs_landing__set__serv_text {
    margin: 10px 0;
    margin: 0.71429rem 0;
    z-index: 3; }
    .rs_landing__set .rs_landing__set__serv_text svg {
      max-width: 100%; }
  .rs_landing__set .rs_landing__set__serv_img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none; }
  .rs_landing__set__inner {
    background-color: #fff;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 21px 23px;
    padding: 1.5rem 1.64286rem;
    height: 100%;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    .rs_landing__set__inner:hover {
      box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.14); }
    @media (max-width: 992px) {
      .rs_landing__set__inner {
        max-width: 100%; } }
    @media (max-width: 768px) {
      .rs_landing__set__inner {
        max-width: 90%; } }
  .rs_landing__set__buttons {
    min-width: 105px;
    min-width: 7.5rem;
    max-width: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-right: 0.71429rem; }
  .rs_landing__set__question {
    display: inline-block;
    white-space: nowrap;
    max-width: 50%;
    margin: 12px 0;
    margin: 0.85714rem 0; }
    .rs_landing__set__question span {
      border-bottom: 1px dashed; }
    .rs_landing__set__question:hover {
      text-decoration: none; }
  .rs_landing__set__circle {
    border: 2px solid #9b9cb2;
    border-radius: 50%;
    font-weight: bold;
    color: #f76000;
    height: 100%;
    width: 35px;
    width: 2.5rem;
    height: 35px;
    height: 2.5rem;
    display: block;
    text-align: center;
    line-height: 32px;
    line-height: 2.28571rem; }
  .rs_landing__set__svg_include {
    width: 30px;
    width: 2.14286rem;
    height: 30px;
    height: 2.14286rem; }
  .rs_landing__set__name {
    font-weight: bold;
    margin-bottom: 11px;
    margin-bottom: 0.78571rem; }
    @media (min-width: 768px) {
      .rs_landing__set__name {
        height: 66px;
        height: 4.71429rem;
        margin-bottom: 0;
        overflow: hidden; } }
    .rs_landing__set__name a {
      color: #000; }
      .rs_landing__set__name a:hover, .rs_landing__set__name a:active {
        text-decoration: none; }
  .rs_landing__set__head {
    height: 30px;
    height: 2.14286rem;
    margin-bottom: 10px;
    margin-bottom: 0.71429rem; }
  .rs_landing__set__descr {
    color: #9b9cb1; }
  .rs_landing__set__demands {
    font-size: 0.9em;
    font-style: italic;
    color: #f05400;
    margin: 10px 0;
    margin: 0.71429rem 0; }
  .rs_landing__set__time {
    margin: 10px 0;
    margin: 0.71429rem 0;
    color: #9b9cb1;
    font-size: 12px;
    font-size: 0.85714rem;
    text-transform: uppercase; }
  .rs_landing__set__img {
    max-width: 100%;
    height: auto;
    width: auto; }
  .rs_landing__set__brief {
    font-size: 12px;
    font-size: 0.85714rem;
    margin: 9px 0 0;
    margin: 0.64286rem 0 0;
    text-decoration: underline; }
  .rs_landing__set .rs_landing__element__hr {
    margin: 23px 0;
    margin: 1.64286rem 0;
    width: 40px;
    width: 2.85714rem; }

.rs_landing__buy__run {
  padding: 0 2%; }
  @media (max-width: 768px) {
    .rs_landing__buy__run {
      margin: 40px 0;
      margin: 2.85714rem 0; } }

@media (min-width: 768px) {
  .rs_landing__buy__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row; } }

.rs_landing__buy .article-list {
  padding: 0 0 0 26px;
  padding: 0 0 0 1.85714rem; }
  @media (max-width: 480px) {
    .rs_landing__buy .article-list {
      text-align: left; } }
  .rs_landing__buy .article-list li:before {
    border: 1px solid #000;
    width: 10px;
    width: 0.71429rem;
    height: 10px;
    height: 0.71429rem;
    margin-left: -25px;
    margin-left: -1.78571rem; }
    @media (max-width: 480px) {
      .rs_landing__buy .article-list li:before {
        margin: 4px 5px;
        margin: 0.28571rem 0.35714rem; } }

.rs_landing__buy__info {
  text-align: center; }
  @media (min-width: 480px) {
    .rs_landing__buy__info {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      text-align: left; } }
  @media (min-width: 768px) {
    .rs_landing__buy__info {
      max-width: 45%; } }
  .rs_landing__buy__info_right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }

@media (max-width: 768px) {
  .rs_landing__buy__img {
    text-align: center; } }

.rs_landing__buy__note {
  font-size: 13px;
  font-size: 0.92857rem;
  color: #636363; }

.rs_landing__buy__num {
  margin: 0 2% 0 0; }
  .rs_landing__buy__num .svg_num {
    width: 60px;
    width: 4.28571rem;
    height: 60px;
    height: 4.28571rem;
    fill: none;
    stroke: #b50d0d;
    stroke-width: 2; }

.rs_landing__element__hr {
  width: 80px;
  width: 5.71429rem;
  border-top: 3px solid #ffde47;
  margin: 23px auto;
  margin: 1.64286rem auto; }

.rs_landing__element__price {
  font-size: 1.5em;
  font-weight: bold;
  margin: 5px 0 10px;
  margin: 0.35714rem 0 0.71429rem; }
  .rs_landing__element__price_after {
    color: #9b9cb1;
    font-weight: normal;
    font-size: 15px;
    font-size: 1.07143rem;
    font-style: italic; }
    .rs_landing__element__price_after a {
      text-decoration: underline; }

.rs_landing__element__buy {
  padding: 13px 60px;
  padding: 0.92857rem 4.28571rem;
  font-weight: bold;
  margin: 18px 0;
  margin: 1.28571rem 0;
  text-transform: uppercase; }

.rs_landing__integration__info {
  text-align: right; }
  @media (max-width: 768px) {
    .rs_landing__integration__info {
      text-align: center;
      margin: 18px 0;
      margin: 1.28571rem 0; } }

.rs_landing__integration__why {
  font-size: 15px;
  font-size: 1.07143rem; }
  .rs_landing__integration__why__title {
    font-size: 19px;
    font-size: 1.35714rem; }

.rs_landing__integration .svg_check {
  stroke: #d35400;
  width: 60px;
  width: 4.28571rem;
  height: 60px;
  height: 4.28571rem;
  margin: 0 20px 0 0;
  margin: 0 1.42857rem 0 0;
  display: inline-block;
  stroke-width: 2; }
  @media (max-width: 992px) {
    .rs_landing__integration .svg_check {
      margin: 0 20px 10px 0;
      margin: 0 1.42857rem 0.71429rem 0; } }

.rs_landing__integration__profit {
  margin-top: 15px;
  margin-top: 1.07143rem;
  margin-bottom: 15px;
  margin-bottom: 1.07143rem; }
  .rs_landing__integration__profit__text {
    display: inline-block;
    max-width: 300px;
    max-width: 21.42857rem;
    vertical-align: middle;
    color: #404040; }
  @media (max-width: 480px) {
    .rs_landing__integration__profit {
      text-align: center; } }

.rs_landing__integration__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .rs_landing__integration__price__block {
    width: calc(29.33333%);
    padding: 20px;
    padding: 1.42857rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 9px;
    margin: 0 2%; }
    @media (max-width: 768px) {
      .rs_landing__integration__price__block {
        margin: 10px;
        margin: 0.71429rem;
        width: 100%; } }
  .rs_landing__integration__price__title {
    font-size: 16px;
    font-size: 1.14286rem;
    font-weight: bold; }
  .rs_landing__integration__price__rule {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    color: #9e9ab1;
    height: 28px;
    height: 2rem;
    text-align: left; }
  .rs_landing__integration__price__circle {
    padding: 10px;
    padding: 0.71429rem;
    border-radius: 50%;
    margin: 0 5px 0 0;
    margin: 0 0.35714rem 0 0; }
  .rs_landing__integration__price__text {
    margin: 18px 0;
    margin: 1.28571rem 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1; }

.rs_landing__cta {
  background-color: #ffdd55; }
  .rs_landing__cta__text {
    max-width: 500px;
    max-width: 35.71429rem; }
    @media (min-width: 1210px) {
      .rs_landing__cta__text {
        padding: 40px 0 0;
        padding: 2.85714rem 0 0; } }
    @media (max-width: 768px) {
      .rs_landing__cta__text {
        padding: 20px 0;
        padding: 1.42857rem 0;
        text-align: center;
        max-width: none; } }
  .rs_landing__cta__img img {
    height: 100%;
    max-height: 220px;
    max-height: 15.71429rem; }
    @media (max-width: 992px) {
      .rs_landing__cta__img img {
        max-height: 178px;
        max-height: 12.71429rem; } }

.rs_landing__profit__point svg {
  height: 28px;
  height: 2rem;
  width: 50px;
  width: 3.57143rem;
  display: inline-block; }

.rs_landing__profit__point span {
  display: inline-block;
  max-width: calc(100% - 55px);
  max-width: calc(100% - 3.92857rem);
  vertical-align: text-top; }

.rs_landing__profit__inner {
  margin: 20px;
  margin: 1.42857rem;
  padding: 20px 50px;
  padding: 1.42857rem 3.57143rem;
  border: 1px solid #eee; }
  @media (max-width: 480px) {
    .rs_landing__profit__inner {
      margin: 20px 0;
      margin: 1.42857rem 0;
      padding: 20px 0;
      padding: 1.42857rem 0;
      border: none;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee; } }

.rs_landing__descr__red {
  background-color: #f73b18;
  padding: 2px 5px;
  padding: 0.14286rem 0.35714rem;
  color: #fff; }

.rs_landing__descr__green {
  background-color: #398e45;
  padding: 2px 5px;
  padding: 0.14286rem 0.35714rem;
  color: #fff; }

.rs_landing__support__prior {
  text-align: left;
  position: relative;
  font-size: 18px;
  font-size: 1.28571rem;
  padding: 0 30px;
  padding: 0 2.14286rem; }

.rs_landing__support__time {
  float: right;
  margin-top: -24px;
  margin-top: -1.71429rem; }

.rs_landing__support__star {
  color: #3b840a;
  font-size: 40px;
  font-size: 2.85714rem;
  font-weight: normal; }

.rs_landing__support__num {
  font-size: 40px;
  font-size: 2.85714rem;
  color: #000;
  font-family: sans-serif;
  font-weight: normal; }

.rs_landing__support__high:before, .rs_landing__support__middle:before, .rs_landing__support__low:before {
  content: " ";
  width: 47px;
  width: 3.35714rem;
  height: 40px;
  height: 2.85714rem;
  display: block;
  position: absolute;
  left: 0px;
  top: -33px;
  top: -2.35714rem;
  background-image: url("/support/img/flags.png"); }

.rs_landing__support__checks {
  padding: 25px;
  padding: 1.78571rem; }

@media (min-width: 992px) {
  .rs_landing__support__border {
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada; } }

.rs_landing__support__block {
  margin: 20px 0;
  margin: 1.42857rem 0; }

.rs_landing__support__middle:before {
  background-position-x: -60px; }

.rs_landing__support__low:before {
  background-position-x: -120px; }

.rs_landing__support__regl {
  font-size: 13px;
  font-size: 0.92857rem;
  color: #f25500;
  font-style: italic; }
  .rs_landing__support__regl a {
    text-decoration: underline;
    color: #00608e; }

.rs_landing__support__center {
  text-align: center; }

.rs_landing__support__phone {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.14286rem;
  margin-top: 5px;
  margin-top: 0.35714rem;
  display: block; }

.sr .rs_landing__buy__img {
  visibility: hidden; }

.label-new {
  background: #ff6000; }

.label-recommended {
  background: #cc1a4c; }

.label-discount {
  background: #39a404; }

.label-sale {
  background: #04a3db; }

.label-hit {
  background: #009624; }

.label-services {
  background: #00acc1; }

.label-opt {
  background-color: #78909c; }

.label-design {
  background-color: #F9A825; }

.label-autoservice {
  background-color: #7CB342; }

.label-travel {
  background-color: #F57F17; }

.label-settings {
  background-color: #651fff; }

.social-section {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 22px;
  padding-top: 1.57143rem;
  padding-bottom: 11px;
  padding-bottom: 0.78571rem; }
  .social-section__share {
    overflow: hidden;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem; }
  .social-section__rate {
    float: right;
    margin-top: 36px;
    margin-top: 2.57143rem;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem; }

.search_page__form {
  background: url(../img/search-pattern.png) transparent;
  border: 1px solid #eeeeee;
  margin-bottom: 33px;
  margin-bottom: 2.35714rem;
  padding: 22px 33px 0;
  padding: 1.57143rem 2.35714rem 0; }

.search_page__pagination {
  text-align: center; }

.search_page__item {
  margin-top: 44px;
  margin-top: 3.14286rem; }

.search_page__result {
  margin-bottom: 44px;
  margin-bottom: 3.14286rem; }

.search-popup {
  position: fixed;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: .3s;
  transition: .3s;
  height: 150px;
  height: 10.71429rem;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .search-popup__form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 490px;
    width: 35rem;
    max-width: 100%; }
  .search-popup__close {
    cursor: pointer;
    width: 37px;
    width: 2.64286rem;
    height: 37px;
    height: 2.64286rem;
    background-color: #f9f9f9;
    display: block;
    border-radius: 20px;
    color: #b60c0f;
    font-size: 31px;
    font-size: 2.21429rem;
    margin-left: 20px;
    margin-left: 1.42857rem; }
  .search-popup__close:hover, .search-popup__close:active, .search-popup__close:focus {
    text-decoration: none;
    color: #b60c0f; }
  .search-popup._is-open {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.search-form__input {
  width: 100%;
  max-width: 490px;
  max-width: 35rem;
  height: 2rem;
  border: none;
  border-bottom: 1px solid #9b9cb1; }

.search-form__input:focus, .search-form__input:active {
  outline: 0px;
  border-color: #960404; }

.question_left {
  padding: 20px;
  padding: 1.42857rem;
  background-color: #eff4f8;
  border: 1px solid #e3e8ec;
  margin: 0 0 20px;
  margin: 0 0 1.42857rem; }
  .question_left__element {
    margin: 0 0 22px;
    margin: 0 0 1.57143rem;
    text-decoration: underline;
    cursor: pointer; }
    .question_left__element:hover, .question_left__element.active {
      color: #ff5f00;
      text-decoration: none; }

.question_right__section {
  display: none; }
  .question_right__section.active {
    display: block; }
  .question_right__section .panel {
    margin: -1px 0 0;
    box-shadow: none;
    border-radius: 0;
    border: none; }
  .question_right__section a {
    text-decoration: none; }
  .question_right__section .collapsed .question__element_title {
    background: transparent; }
  .question_right__section .collapsed svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.question__element_title {
  padding: 13px 20px;
  padding: 0.92857rem 1.42857rem;
  border: 1px solid #cacaca;
  cursor: pointer;
  background-color: #ffeca7;
  color: #000; }
  .question__element_title svg {
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    float: right;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.question__element_text {
  padding: 13px 20px;
  padding: 0.92857rem 1.42857rem;
  border: 1px solid #cacaca;
  margin: -1px 0; }

.svg_monitor_fn_sc {
  fill: none;
  stroke: #000;
  stroke-width: 2px; }

.svg_monitor_fc {
  fill: #000;
  stroke-width: 2px; }

.svg_monitor_fc_sc {
  fill: #FFDD55;
  stroke: #000;
  stroke-width: 2px; }

.svg_mail_fn_sc {
  fill: none;
  stroke: #000;
  stroke-width: 2px; }

.svg_mail_fc {
  fill: #000;
  stroke-width: 2px; }

.svg_mail_fc_sc {
  fill: #FFDD55;
  stroke: #000;
  stroke-width: 2px; }

.svg_gift_1 {
  fill: none;
  stroke: #4292ff;
  fill-rule: evenodd;
  stroke-width: 2px; }

.svg_gift_2 {
  fill: none;
  stroke: #4292ff;
  stroke-width: 2px; }

.svg-plus-rect {
  color: #FFDD55; }

.svg-minus {
  color: #d1d1d1; }

.svg_checkbox_1 {
  fill: none;
  stroke: #cbcbcb;
  stroke-width: 1px; }

.svg_checkbox_2 {
  fill: #202020;
  fill-rule: evenodd; }

.svg_bag {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }
  .svg_bag_1 {
    fill: #FFDD55;
    stroke: #231F20;
    stroke-width: 2px; }

.svg_bird-fn {
  fill: none;
  stroke: #231F20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px; }

.svg_bird-wf {
  fill: #FFDD55;
  stroke: #231F20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px; }

.svg_check-circle {
  fill: none;
  stroke-width: 2px;
  stroke: #9b9cb2; }
  .svg_check-circle_bold {
    fill: none;
    stroke-width: 2px;
    stroke: #9b9cb2;
    stroke-width: 4px; }

.svg_check-on {
  fill: none;
  stroke-width: 4;
  stroke: #f15600; }
  .svg_check-on_bold {
    fill: none;
    stroke-width: 4;
    stroke: #f15600; }
  .svg_check-on_double_1 {
    fill: none;
    stroke: #231F20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px; }
  .svg_check-on_double_2 {
    fill: #FFDD55; }
  .svg_check-on_double_3 {
    fill: #231F20; }

.svg_truck_yel {
  fill: #FFDD55;
  stroke-width: 2px; }

.svg_truck_main {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_cab_yel {
  fill: #FFDD55;
  stroke-width: 2px; }

.svg_cab_main {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_chemistry_main {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_chemistry_yel {
  fill: #FFDD55;
  stroke-width: 2px; }

.svg_calculator_line {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_calculator_yel {
  fill: #FFDD55;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_thumb-up_main {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_thumb-up_yel {
  fill: #FFDD55;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_card_main {
  fill: #FFFFFF;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_card_add {
  fill: #FFDD55;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_card_black {
  fill: #231F20; }

.svg_bill_main {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_bill_add {
  fill: #FFDD55;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_hard-disks_main {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_hard-disks_add {
  fill: #FFDD55;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_probe-main {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_probe-add {
  fill: #FFDD55;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_probe-white_fill {
  fill: #fff;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_umbrella-main {
  fill: #FFDD55; }

.svg_umbrella-main, .svg_umbrella-add {
  stroke: #231F20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px; }

.svg_umbrella-add {
  fill: none; }

.svg_timer-main {
  fill: #FFDD55; }

.svg_timer-main, .svg_timer-add {
  stroke: #231F20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px; }

.svg_timer-add {
  fill: none; }

.svg_brain-main {
  fill: none; }

.svg_brain-main, .svg_brain-add {
  stroke: #231F20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px; }

.svg_brain-add {
  fill: #FFDD55; }

.svg_target-cls3, .svg_target-cls1 {
  fill: #FFDD55;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_target-cls2, .svg_target-cls-3 {
  stroke: #231F20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px; }

.svg_target-cls2 {
  fill: none; }

.svg_close_cls-1 {
  fill: #e13e2c; }

.svg_close_cls-2 {
  fill: #fff;
  fill-rule: evenodd; }

.svg_art-tools-fn-sc {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_art-tools-fy-sc {
  fill: #FFDD55;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_estats-mail-fn-sb {
  fill: none;
  stroke: #231F20;
  stroke-width: 2px; }

.svg_estats-mail-fy-sb {
  fill: #FFDD55;
  stroke: #231F20;
  stroke-width: 2px; }

.icon-minus-thin,
.icon-plus-thin {
  font-size: 13px;
  font-size: 0.92857rem; }

.ordercart {
  box-sizing: border-box;
  margin: 0 0 22px;
  margin: 0 0 1.57143rem;
  overflow-x: auto;
  padding: 0;
  width: 100%; }
  .ordercart__pay {
    background: #fbfbfb;
    color: #8c8c8c; }
  .ordercart__coupon {
    border-bottom: 1px solid #eeeeee; }
  .ordercart__total_title {
    color: #000;
    font-weight: bold;
    text-transform: uppercase; }

.bx-soa .form-license {
  text-align: center; }

@media (min-width: 768px) {
  .ordercart {
    overflow-x: visible; } }

#warning_message {
  color: red; }

.coupon {
  padding: 11px;
  padding: 0.78571rem;
  position: relative;
  white-space: nowrap; }
  .coupon__note {
    float: right;
    margin-right: 22px;
    margin-right: 1.57143rem; }
  .coupon.bad .coupon__note {
    color: #a94442; }
  .coupon__del {
    color: #a94442;
    cursor: pointer;
    float: right;
    margin: 5px 0;
    margin: 0.35714rem 0;
    vertical-align: middle; }
  .coupon.disabled .coupon__del:hover {
    cursor: pointer; }
  .coupon input {
    background: transparent;
    border: none;
    color: #8c8c8c;
    margin-right: 22px;
    margin-right: 1.57143rem;
    text-align: left;
    vertical-align: middle;
    outline: none !important; }

.bx-soa {
  margin-bottom: 44px;
  margin-bottom: 3.14286rem; }
  .bx-soa-group_name {
    font-weight: bold;
    margin-bottom: 22px;
    margin-bottom: 1.57143rem;
    text-align: center; }

.bx-soa-section-content {
  padding-bottom: 22px;
  padding-bottom: 1.57143rem; }

.bx-soa-section {
  margin-bottom: 22px;
  margin-bottom: 1.57143rem; }

.bx-authform-starrequired {
  color: #a94442; }

.bx-soa-pp-company-graf-container {
  height: 115px;
  height: 8.21429rem; }

.bx-soa-tooltip.bx-soa-tooltip-static {
  z-index: 0; }

.bx-soa-group {
  margin-bottom: 44px;
  margin-bottom: 3.14286rem; }

.bx-soa-customer-field-yn {
  text-align: center; }
  .bx-soa-customer-field-yn > .soa-property-container {
    display: inline-block;
    margin-right: 11px;
    margin-right: 0.78571rem; }
  .bx-soa-customer-field-yn > .bx-soa-custom-label {
    vertical-align: middle; }

.bx-soa-tooltip.bx-soa-tooltip-static .tooltip-arrow {
  left: 20px;
  left: 1.42857rem; }

.bx-soa-tooltip .tooltip-inner {
  max-width: 300px;
  max-width: 21.42857rem; }

.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-arrow {
  border-top-color: #F2DEDE; }

.bx-soa-tooltip.bx-soa-tooltip-danger .tooltip-inner {
  background: #F2DEDE;
  color: #A94442; }

.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-arrow {
  border-top-color: #FCF8E3; }

.bx-soa-tooltip.bx-soa-tooltip-warning .tooltip-inner {
  background: #FCF8E3;
  color: #8A6D3B; }

.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-arrow {
  border-top-color: #dff0d8; }

.bx-soa-tooltip.bx-soa-tooltip-success .tooltip-inner {
  background: #dff0d8;
  color: #3c763d; }

.bx-soa-tooltip.bx-soa-tooltip-coupon {
  display: none; }

.bx-soa-coupon-item-used:hover .bx-soa-tooltip,
.bx-soa-coupon-item-danger:hover .bx-soa-tooltip,
.bx-soa-coupon-item-success:hover .bx-soa-tooltip {
  display: block;
  opacity: 1;
  bottom: 100%; }

.bx-soa-tooltip-coupon > span {
  display: block;
  text-transform: none; }

.cart_side {
  display: none;
  background-color: #d45302;
  position: fixed;
  right: 0;
  top: 35%;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  z-index: 999999; }
  .cart_side:hover {
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.45); }
  .cart_side__icon {
    font-size: 28px;
    font-size: 2rem;
    fill: #fff; }
  .cart_side__btn {
    color: #000;
    display: block;
    margin: 14px 10px 6px;
    margin: 1rem 0.71429rem 0.42857rem;
    position: relative;
    text-align: center; }
  .cart_side__num {
    background-color: #ffdd55;
    border-radius: 50%;
    min-width: 22px;
    min-width: 1.57143rem;
    left: 100%;
    margin-left: -10px;
    margin-left: -0.71429rem;
    position: absolute;
    top: -6px;
    top: -0.42857rem; }

@media (min-width: 768px) {
  .cart_side {
    display: block; } }

@media (min-width: 992px) {
  .cart_side__btn {
    color: #000;
    display: block;
    margin: 23px 19px 15px;
    margin: 1.64286rem 1.35714rem 1.07143rem; }
  .cart_side__icon {
    font-size: 42px;
    font-size: 3rem; }
  .cart_side__num {
    height: 25.66667px;
    height: 1.83333rem;
    margin-left: -15px;
    margin-left: -1.07143rem;
    min-width: 25.66667px;
    min-width: 1.83333rem;
    padding: 2px;
    padding: 0.14286rem; } }

/*# sourceMappingURL=common.css.map */
