@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  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;
  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; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "PT Sans", Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #252525;
  text-decoration: none; }
  a:hover, a:focus {
    color: black;
    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;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  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: 10px;
  margin-bottom: 10px; }
  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: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 7px;
  overflow: hidden; }
  @media only screen and (min-width: 720px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 7px;
  overflow: hidden; }
  @media only screen and (min-width: 720px) {
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -7px;
  margin-right: -8px; }
  @media only screen and (min-width: 720px) {
    .row {
      margin-left: -15px;
      margin-right: -15px; } }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 7px; }
  @media only screen and (min-width: 720px) {
    .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 {
      padding-left: 15px;
      padding-right: 15px; } }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%;
  max-width: 8.33333%;
  flex-basis: 8.33333%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-2 {
  width: 16.66667%;
  max-width: 16.66667%;
  flex-basis: 16.66667%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-3 {
  width: 25%;
  max-width: 25%;
  flex-basis: 25%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-4 {
  width: 33.33333%;
  max-width: 33.33333%;
  flex-basis: 33.33333%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-5 {
  width: 41.66667%;
  max-width: 41.66667%;
  flex-basis: 41.66667%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-6 {
  width: 50%;
  max-width: 50%;
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-7 {
  width: 58.33333%;
  max-width: 58.33333%;
  flex-basis: 58.33333%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-8 {
  width: 66.66667%;
  max-width: 66.66667%;
  flex-basis: 66.66667%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-9 {
  width: 75%;
  max-width: 75%;
  flex-basis: 75%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-10 {
  width: 83.33333%;
  max-width: 83.33333%;
  flex-basis: 83.33333%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-11 {
  width: 91.66667%;
  max-width: 91.66667%;
  flex-basis: 91.66667%;
  flex-grow: 0;
  flex-shrink: 0; }

.col-xs-12 {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0; }

.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%;
    max-width: 8.33333%;
    flex-basis: 8.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-sm-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0; }
  .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%;
    max-width: 8.33333%;
    flex-basis: 8.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-md-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0; }
  .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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-2 {
    width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-3 {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-4 {
    width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-5 {
    width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-6 {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-7 {
    width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-8 {
    width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-9 {
    width: 75%;
    max-width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-10 {
    width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-11 {
    width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%;
    flex-grow: 0;
    flex-shrink: 0; }
  .col-lg-12 {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0; }
  .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-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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; }

.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: 15px;
      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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -8px; }
  @media only screen and (min-width: 720px) {
    .form-horizontal .form-group {
      margin-left: -15px;
      margin-right: -15px; } }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .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: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .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: #398439;
      border-color: #255625; }
  .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: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    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: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .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: #ac2925;
      border-color: #761c19; }
  .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: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #252525;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: black;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f8f8f8;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "> ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.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: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #ffa600; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #cc8500; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@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: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'entypo-social';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/entypo-social.eot");
  src: url("../fonts/entypo-social.eot?#iefix") format("eot"), url("../fonts/entypo-social.woff") format("woff"), url("../fonts/entypo-social.ttf") format("truetype"), url("../fonts/entypo-social.svg#entypo") format("svg"); }

@font-face {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/entypo.eot");
  src: url("../fonts/entypo.eot?#iefix") format("eot"), url("../fonts/entypo.woff") format("woff"), url("../fonts/entypo.ttf") format("truetype"), url("../fonts/entypo.svg#entypo") format("svg"); }

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', 'entypo-social', sans-serif; }

.entypo-note:before {
  content: "\266a"; }

.entypo-note-beamed:before {
  content: "\266b"; }

.entypo-music:before {
  content: "\1f3b5"; }

.entypo-search:before {
  content: "\1f50d"; }

.entypo-flashlight:before {
  content: "\1f526"; }

.entypo-mail:before {
  content: "\2709"; }

.entypo-heart:before {
  content: "\2665"; }

.entypo-heart-empty:before {
  content: "\2661"; }

.entypo-star:before {
  content: "\2605"; }

.entypo-star-empty:before {
  content: "\2606"; }

.entypo-user:before {
  content: "\1f464"; }

.entypo-users:before {
  content: "\1f465"; }

.entypo-user-add:before {
  content: "\e700"; }

.entypo-video:before {
  content: "\1f3ac"; }

.entypo-picture:before {
  content: "\1f304"; }

.entypo-camera:before {
  content: "\1f4f7"; }

.entypo-layout:before {
  content: "\268f"; }

.entypo-menu:before {
  content: "\2630"; }

.entypo-check:before {
  content: "\2713"; }

.entypo-cancel:before {
  content: "\2715"; }

.entypo-cancel-circled:before {
  content: "\2716"; }

.entypo-cancel-squared:before {
  content: "\274e"; }

.entypo-plus:before {
  content: "\2b"; }

.entypo-plus-circled:before {
  content: "\2795"; }

.entypo-plus-squared:before {
  content: "\229e"; }

.entypo-minus:before {
  content: "\2d"; }

.entypo-minus-circled:before {
  content: "\2796"; }

.entypo-minus-squared:before {
  content: "\229f"; }

.entypo-help:before {
  content: "\2753"; }

.entypo-help-circled:before {
  content: "\e704"; }

.entypo-info:before {
  content: "\2139"; }

.entypo-info-circled:before {
  content: "\e705"; }

.entypo-back:before {
  content: "\1f519"; }

.entypo-home:before {
  content: "\2302"; }

.entypo-link:before {
  content: "\1f517"; }

.entypo-attach:before {
  content: "\1f4ce"; }

.entypo-lock:before {
  content: "\1f512"; }

.entypo-lock-open:before {
  content: "\1f513"; }

.entypo-eye:before {
  content: "\e70a"; }

.entypo-tag:before {
  content: "\e70c"; }

.entypo-bookmark:before {
  content: "\1f516"; }

.entypo-bookmarks:before {
  content: "\1f4d1"; }

.entypo-flag:before {
  content: "\2691"; }

.entypo-thumbs-up:before {
  content: "\1f44d"; }

.entypo-thumbs-down:before {
  content: "\1f44e"; }

.entypo-download:before {
  content: "\1f4e5"; }

.entypo-upload:before {
  content: "\1f4e4"; }

.entypo-upload-cloud:before {
  content: "\e711"; }

.entypo-reply:before {
  content: "\e712"; }

.entypo-reply-all:before {
  content: "\e713"; }

.entypo-forward:before {
  content: "\27a6"; }

.entypo-quote:before {
  content: "\275e"; }

.entypo-code:before {
  content: "\e714"; }

.entypo-export:before {
  content: "\e715"; }

.entypo-pencil:before {
  content: "\270e"; }

.entypo-feather:before {
  content: "\2712"; }

.entypo-print:before {
  content: "\e716"; }

.entypo-retweet:before {
  content: "\e717"; }

.entypo-keyboard:before {
  content: "\2328"; }

.entypo-comment:before {
  content: "\e718"; }

.entypo-chat:before {
  content: "\e720"; }

.entypo-bell:before {
  content: "\1f514"; }

.entypo-attention:before {
  content: "\26a0"; }

.entypo-alert:before {
  content: "\1f4a5'"; }

.entypo-vcard:before {
  content: "\e722"; }

.entypo-address:before {
  content: "\e723"; }

.entypo-location:before {
  content: "\e724"; }

.entypo-map:before {
  content: "\e727"; }

.entypo-direction:before {
  content: "\27a2"; }

.entypo-compass:before {
  content: "\e728"; }

.entypo-cup:before {
  content: "\2615"; }

.entypo-trash:before {
  content: "\e729"; }

.entypo-doc:before {
  content: "\e730"; }

.entypo-docs:before {
  content: "\e736"; }

.entypo-doc-landscape:before {
  content: "\e737"; }

.entypo-doc-text:before {
  content: "\1f4c4"; }

.entypo-doc-text-inv:before {
  content: "\e731"; }

.entypo-newspaper:before {
  content: "\1f4f0"; }

.entypo-book-open:before {
  content: "\1f4d6"; }

.entypo-book:before {
  content: "\1f4d5"; }

.entypo-folder:before {
  content: "\1f4c1"; }

.entypo-archive:before {
  content: "\e738"; }

.entypo-box:before {
  content: "\1f4e6"; }

.entypo-rss:before {
  content: "\e73a"; }

.entypo-phone:before {
  content: "\1f4dE"; }

.entypo-cog:before {
  content: "\2699"; }

.entypo-tools:before {
  content: "\2692"; }

.entypo-share:before {
  content: "\e73c"; }

.entypo-shareable:before {
  content: "\e73e"; }

.entypo-basket:before {
  content: "\e73d"; }

.entypo-bag:before {
  content: "\1f45c'"; }

.entypo-calendar:before {
  content: "\1f4c5"; }

.entypo-login:before {
  content: "\e740"; }

.entypo-logout:before {
  content: "\e741"; }

.entypo-mic:before {
  content: "\1f3a4"; }

.entypo-mute:before {
  content: "\1f507"; }

.entypo-sound:before {
  content: "\1f50a"; }

.entypo-volume:before {
  content: "\e742"; }

.entypo-clock:before {
  content: "\1f554"; }

.entypo-hourglass:before {
  content: "\23f3"; }

.entypo-lamp:before {
  content: "\1f4a1"; }

.entypo-light-down:before {
  content: "\1f505"; }

.entypo-light-up:before {
  content: "\1f506"; }

.entypo-adjust:before {
  content: "\25d1"; }

.entypo-block:before {
  content: "\1f6ab"; }

.entypo-resize-full:before {
  content: "\e744"; }

.entypo-resize-small:before {
  content: "\e746"; }

.entypo-popup:before {
  content: "\e74c"; }

.entypo-publish:before {
  content: "\e74d"; }

.entypo-window:before {
  content: "\e74e"; }

.entypo-arrow-combo:before {
  content: "\e74f"; }

.entypo-down-circled:before {
  content: "\e758"; }

.entypo-left-circled:before {
  content: "\e759"; }

.entypo-right-circled:before {
  content: "\e75a"; }

.entypo-up-circled:before {
  content: "\e75b"; }

.entypo-down-open:before {
  content: "\e75c"; }

.entypo-left-open:before {
  content: "\e75d"; }

.entypo-right-open:before {
  content: "\e75e"; }

.entypo-up-open:before {
  content: "\e75f"; }

.entypo-down-open-mini:before {
  content: "\e760"; }

.entypo-left-open-mini:before {
  content: "\e761"; }

.entypo-right-open-mini:before {
  content: "\e762"; }

.entypo-up-open-mini:before {
  content: "\e763"; }

.entypo-down-open-big:before {
  content: "\e764"; }

.entypo-left-open-big:before {
  content: "\e765"; }

.entypo-right-open-big:before {
  content: "\e766"; }

.entypo-up-open-big:before {
  content: "\e767"; }

.entypo-down:before {
  content: "\2b07"; }

.entypo-left:before {
  content: "\2b05"; }

.entypo-right:before {
  content: "\27a1"; }

.entypo-up:before {
  content: "\2b06"; }

.entypo-down-dir:before {
  content: "\25be"; }

.entypo-left-dir:before {
  content: "\25c2"; }

.entypo-right-dir:before {
  content: "\25b8"; }

.entypo-up-dir:before {
  content: "\25b4"; }

.entypo-down-bold:before {
  content: "\e4b0"; }

.entypo-left-bold:before {
  content: "\e4ad"; }

.entypo-right-bold:before {
  content: "\e4ae"; }

.entypo-up-bold:before {
  content: "\e4af"; }

.entypo-down-thin:before {
  content: "\2193"; }

.entypo-left-thin:before {
  content: "\2190"; }

.entypo-right-thin:before {
  content: "\2192"; }

.entypo-up-thin:before {
  content: "\2191"; }

.entypo-ccw:before {
  content: "\27f2"; }

.entypo-cw:before {
  content: "\27f3"; }

.entypo-arrows-ccw:before {
  content: "\1f504"; }

.entypo-level-down:before {
  content: "\21b3"; }

.entypo-level-up:before {
  content: "\21b0"; }

.entypo-shuffle:before {
  content: "\1f500"; }

.entypo-loop:before {
  content: "\1f501"; }

.entypo-switch:before {
  content: "\21c6"; }

.entypo-play:before {
  content: "\25b6"; }

.entypo-stop:before {
  content: "\25a0"; }

.entypo-pause:before {
  content: "\2389"; }

.entypo-record:before {
  content: "\26ab"; }

.entypo-to-end:before {
  content: "\23ed"; }

.entypo-to-start:before {
  content: "\23ee"; }

.entypo-fast-forward:before {
  content: "\23e9"; }

.entypo-fast-backward:before {
  content: "\23ea"; }

.entypo-progress-0:before {
  content: "\e768"; }

.entypo-progress-1:before {
  content: "\e769"; }

.entypo-progress-2:before {
  content: "\e76a"; }

.entypo-progress-3:before {
  content: "\e76b"; }

.entypo-target:before {
  content: "\1f3af"; }

.entypo-palette:before {
  content: "\1f3a8"; }

.entypo-list:before {
  content: "\e005"; }

.entypo-list-add:before {
  content: "\e003"; }

.entypo-signal:before {
  content: "\1f4f6"; }

.entypo-trophy:before {
  content: "\1f3c6"; }

.entypo-battery:before {
  content: "\1f50b"; }

.entypo-back-in-time:before {
  content: "\e771"; }

.entypo-monitor:before {
  content: "\1f4bb"; }

.entypo-mobile:before {
  content: "\1f4f1"; }

.entypo-network:before {
  content: "\e776"; }

.entypo-cd:before {
  content: "\1f4bf"; }

.entypo-inbox:before {
  content: "\e777"; }

.entypo-install:before {
  content: "\e778"; }

.entypo-globe:before {
  content: "\1f30e"; }

.entypo-cloud:before {
  content: "\2601"; }

.entypo-cloud-thunder:before {
  content: "\26c8"; }

.entypo-flash:before {
  content: "\26a1"; }

.entypo-moon:before {
  content: "\263d"; }

.entypo-flight:before {
  content: "\2708"; }

.entypo-paper-plane:before {
  content: "\e79b"; }

.entypo-leaf:before {
  content: "\1f342"; }

.entypo-lifebuoy:before {
  content: "\e788"; }

.entypo-mouse:before {
  content: "\e789"; }

.entypo-briefcase:before {
  content: "\1f4bc"; }

.entypo-suitcase:before {
  content: "\e78e"; }

.entypo-dot:before {
  content: "\e78b"; }

.entypo-dot-2:before {
  content: "\e78c"; }

.entypo-dot-3:before {
  content: "\e78d"; }

.entypo-brush:before {
  content: "\e79a"; }

.entypo-magnet:before {
  content: "\e7a1"; }

.entypo-infinity:before {
  content: "\221e"; }

.entypo-erase:before {
  content: "\232b"; }

.entypo-chart-pie:before {
  content: "\e751"; }

.entypo-chart-line:before {
  content: "\1f4c8"; }

.entypo-chart-bar:before {
  content: "\1f4ca"; }

.entypo-chart-area:before {
  content: "\1f53e"; }

.entypo-tape:before {
  content: "\2707"; }

.entypo-graduation-cap:before {
  content: "\1f393"; }

.entypo-language:before {
  content: "\e752"; }

.entypo-ticket:before {
  content: "\1f3ab"; }

.entypo-water:before {
  content: "\1f4a6"; }

.entypo-droplet:before {
  content: "\1f4a7"; }

.entypo-air:before {
  content: "\e753"; }

.entypo-credit-card:before {
  content: "\1f4b3"; }

.entypo-floppy:before {
  content: "\1f4be"; }

.entypo-clipboard:before {
  content: "\1f4cb"; }

.entypo-megaphone:before {
  content: "\1f4e3"; }

.entypo-database:before {
  content: "\e754"; }

.entypo-drive:before {
  content: "\e755"; }

.entypo-bucket:before {
  content: "\e756"; }

.entypo-thermometer:before {
  content: "\e757"; }

.entypo-key:before {
  content: "\1f511"; }

.entypo-flow-cascade:before {
  content: "\e790"; }

.entypo-flow-branch:before {
  content: "\e791"; }

.entypo-flow-tree:before {
  content: "\e792"; }

.entypo-flow-line:before {
  content: "\e793"; }

.entypo-flow-parallel:before {
  content: "\e794"; }

.entypo-rocket:before {
  content: "\1f680"; }

.entypo-gauge:before {
  content: "\e7a2"; }

.entypo-traffic-cone:before {
  content: "\e7a3"; }

.entypo-cc:before {
  content: "\e7a5"; }

.entypo-cc-by:before {
  content: "\e7a6"; }

.entypo-cc-nc:before {
  content: "\e7a7"; }

.entypo-cc-nc-eu:before {
  content: "\e7a8"; }

.entypo-cc-nc-jp:before {
  content: "\e7a9"; }

.entypo-cc-sa:before {
  content: "\e7aa"; }

.entypo-cc-nd:before {
  content: "\e7ab"; }

.entypo-cc-pd:before {
  content: "\e7ac"; }

.entypo-cc-zero:before {
  content: "\e7ad"; }

.entypo-cc-share:before {
  content: "\e7ae"; }

.entypo-cc-remix:before {
  content: "\e7af"; }

.entypo-github:before {
  content: "\f300"; }

.entypo-github-circled:before {
  content: "\f301"; }

.entypo-flickr:before {
  content: "\f303"; }

.entypo-flickr-circled:before {
  content: "\f304"; }

.entypo-vimeo:before {
  content: "\f306"; }

.entypo-vimeo-circled:before {
  content: "\f307"; }

.entypo-twitter:before {
  content: "\f309"; }

.entypo-twitter-circled:before {
  content: "\f30a"; }

.entypo-facebook:before {
  content: "\f30c"; }

.entypo-facebook-circled:before {
  content: "\f30d"; }

.entypo-facebook-squared:before {
  content: "\f30e"; }

.entypo-gplus:before {
  content: "\f30f"; }

.entypo-gplus-circled:before {
  content: "\f310"; }

.entypo-pinterest:before {
  content: "\f312"; }

.entypo-pinterest-circled:before {
  content: "\f313"; }

.entypo-tumblr:before {
  content: "\f315"; }

.entypo-tumblr-circled:before {
  content: "\f316"; }

.entypo-linkedin:before {
  content: "\f318"; }

.entypo-linkedin-circled:before {
  content: "\f319"; }

.entypo-dribbble:before {
  content: "\f31b"; }

.entypo-dribbble-circled:before {
  content: "\f31c"; }

.entypo-stumbleupon:before {
  content: "\f31e"; }

.entypo-stumbleupon-circled:before {
  content: "\f31f"; }

.entypo-lastfm:before {
  content: "\f321"; }

.entypo-lastfm-circled:before {
  content: "\f322"; }

.entypo-rdio:before {
  content: "\f324"; }

.entypo-rdio-circled:before {
  content: "\f325"; }

.entypo-spotify:before {
  content: "\f327"; }

.entypo-spotify-circled:before {
  content: "\f328"; }

.entypo-qq:before {
  content: "\f32a"; }

.entypo-instagrem:before {
  content: "\f32d"; }

.entypo-dropbox:before {
  content: "\f330"; }

.entypo-evernote:before {
  content: "\f333"; }

.entypo-flattr:before {
  content: "\f336"; }

.entypo-skype:before {
  content: "\f339"; }

.entypo-skype-circled:before {
  content: "\f33a"; }

.entypo-renren:before {
  content: "\f33c"; }

.entypo-sina-weibo:before {
  content: "\f33f"; }

.entypo-paypal:before {
  content: "\f342"; }

.entypo-picasa:before {
  content: "\f345"; }

.entypo-soundcloud:before {
  content: "\f348"; }

.entypo-mixi:before {
  content: "\f34b"; }

.entypo-behance:before {
  content: "\f34e"; }

.entypo-google-circles:before {
  content: "\f351"; }

.entypo-vkontakte:before {
  content: "\f354"; }

.entypo-smashing:before {
  content: "\f357"; }

.entypo-sweden:before {
  content: "\f601"; }

.entypo-db-shape:before {
  content: "\f600"; }

.entypo-logo-db:before {
  content: "\f603"; }

.vf-m-0 {
  margin: 0px !important; }

.vf-m-t-0 {
  margin-top: 0px !important; }

.vf-m-b-0 {
  margin-bottom: 0px; }

.vf-m-l-0 {
  margin-left: 0px; }

.vf-m-r-0 {
  margin-right: 0px; }

.vf-p-0 {
  padding: 0px; }

.vf-p-t-0 {
  padding-top: 0px; }

.vf-p-b-0 {
  padding-bottom: 0px !important; }

.vf-p-l-0 {
  padding-left: 0px; }

.vf-p-r-0 {
  padding-right: 0px; }

.vf-m-1 {
  margin: 1px !important; }

.vf-m-t-1 {
  margin-top: 1px !important; }

.vf-m-b-1 {
  margin-bottom: 1px; }

.vf-m-l-1 {
  margin-left: 1px; }

.vf-m-r-1 {
  margin-right: 1px; }

.vf-p-1 {
  padding: 1px; }

.vf-p-t-1 {
  padding-top: 1px; }

.vf-p-b-1 {
  padding-bottom: 1px !important; }

.vf-p-l-1 {
  padding-left: 1px; }

.vf-p-r-1 {
  padding-right: 1px; }

.vf-m-2 {
  margin: 2px !important; }

.vf-m-t-2 {
  margin-top: 2px !important; }

.vf-m-b-2 {
  margin-bottom: 2px; }

.vf-m-l-2 {
  margin-left: 2px; }

.vf-m-r-2 {
  margin-right: 2px; }

.vf-p-2 {
  padding: 2px; }

.vf-p-t-2 {
  padding-top: 2px; }

.vf-p-b-2 {
  padding-bottom: 2px !important; }

.vf-p-l-2 {
  padding-left: 2px; }

.vf-p-r-2 {
  padding-right: 2px; }

.vf-m-3 {
  margin: 3px !important; }

.vf-m-t-3 {
  margin-top: 3px !important; }

.vf-m-b-3 {
  margin-bottom: 3px; }

.vf-m-l-3 {
  margin-left: 3px; }

.vf-m-r-3 {
  margin-right: 3px; }

.vf-p-3 {
  padding: 3px; }

.vf-p-t-3 {
  padding-top: 3px; }

.vf-p-b-3 {
  padding-bottom: 3px !important; }

.vf-p-l-3 {
  padding-left: 3px; }

.vf-p-r-3 {
  padding-right: 3px; }

.vf-m-4 {
  margin: 4px !important; }

.vf-m-t-4 {
  margin-top: 4px !important; }

.vf-m-b-4 {
  margin-bottom: 4px; }

.vf-m-l-4 {
  margin-left: 4px; }

.vf-m-r-4 {
  margin-right: 4px; }

.vf-p-4 {
  padding: 4px; }

.vf-p-t-4 {
  padding-top: 4px; }

.vf-p-b-4 {
  padding-bottom: 4px !important; }

.vf-p-l-4 {
  padding-left: 4px; }

.vf-p-r-4 {
  padding-right: 4px; }

.vf-m-5 {
  margin: 5px !important; }

.vf-m-t-5 {
  margin-top: 5px !important; }

.vf-m-b-5 {
  margin-bottom: 5px; }

.vf-m-l-5 {
  margin-left: 5px; }

.vf-m-r-5 {
  margin-right: 5px; }

.vf-p-5 {
  padding: 5px; }

.vf-p-t-5 {
  padding-top: 5px; }

.vf-p-b-5 {
  padding-bottom: 5px !important; }

.vf-p-l-5 {
  padding-left: 5px; }

.vf-p-r-5 {
  padding-right: 5px; }

.vf-m-6 {
  margin: 6px !important; }

.vf-m-t-6 {
  margin-top: 6px !important; }

.vf-m-b-6 {
  margin-bottom: 6px; }

.vf-m-l-6 {
  margin-left: 6px; }

.vf-m-r-6 {
  margin-right: 6px; }

.vf-p-6 {
  padding: 6px; }

.vf-p-t-6 {
  padding-top: 6px; }

.vf-p-b-6 {
  padding-bottom: 6px !important; }

.vf-p-l-6 {
  padding-left: 6px; }

.vf-p-r-6 {
  padding-right: 6px; }

.vf-m-7 {
  margin: 7px !important; }

.vf-m-t-7 {
  margin-top: 7px !important; }

.vf-m-b-7 {
  margin-bottom: 7px; }

.vf-m-l-7 {
  margin-left: 7px; }

.vf-m-r-7 {
  margin-right: 7px; }

.vf-p-7 {
  padding: 7px; }

.vf-p-t-7 {
  padding-top: 7px; }

.vf-p-b-7 {
  padding-bottom: 7px !important; }

.vf-p-l-7 {
  padding-left: 7px; }

.vf-p-r-7 {
  padding-right: 7px; }

.vf-m-8 {
  margin: 8px !important; }

.vf-m-t-8 {
  margin-top: 8px !important; }

.vf-m-b-8 {
  margin-bottom: 8px; }

.vf-m-l-8 {
  margin-left: 8px; }

.vf-m-r-8 {
  margin-right: 8px; }

.vf-p-8 {
  padding: 8px; }

.vf-p-t-8 {
  padding-top: 8px; }

.vf-p-b-8 {
  padding-bottom: 8px !important; }

.vf-p-l-8 {
  padding-left: 8px; }

.vf-p-r-8 {
  padding-right: 8px; }

.vf-m-9 {
  margin: 9px !important; }

.vf-m-t-9 {
  margin-top: 9px !important; }

.vf-m-b-9 {
  margin-bottom: 9px; }

.vf-m-l-9 {
  margin-left: 9px; }

.vf-m-r-9 {
  margin-right: 9px; }

.vf-p-9 {
  padding: 9px; }

.vf-p-t-9 {
  padding-top: 9px; }

.vf-p-b-9 {
  padding-bottom: 9px !important; }

.vf-p-l-9 {
  padding-left: 9px; }

.vf-p-r-9 {
  padding-right: 9px; }

.vf-m-10 {
  margin: 10px !important; }

.vf-m-t-10 {
  margin-top: 10px !important; }

.vf-m-b-10 {
  margin-bottom: 10px; }

.vf-m-l-10 {
  margin-left: 10px; }

.vf-m-r-10 {
  margin-right: 10px; }

.vf-p-10 {
  padding: 10px; }

.vf-p-t-10 {
  padding-top: 10px; }

.vf-p-b-10 {
  padding-bottom: 10px !important; }

.vf-p-l-10 {
  padding-left: 10px; }

.vf-p-r-10 {
  padding-right: 10px; }

.vf-m-11 {
  margin: 11px !important; }

.vf-m-t-11 {
  margin-top: 11px !important; }

.vf-m-b-11 {
  margin-bottom: 11px; }

.vf-m-l-11 {
  margin-left: 11px; }

.vf-m-r-11 {
  margin-right: 11px; }

.vf-p-11 {
  padding: 11px; }

.vf-p-t-11 {
  padding-top: 11px; }

.vf-p-b-11 {
  padding-bottom: 11px !important; }

.vf-p-l-11 {
  padding-left: 11px; }

.vf-p-r-11 {
  padding-right: 11px; }

.vf-m-12 {
  margin: 12px !important; }

.vf-m-t-12 {
  margin-top: 12px !important; }

.vf-m-b-12 {
  margin-bottom: 12px; }

.vf-m-l-12 {
  margin-left: 12px; }

.vf-m-r-12 {
  margin-right: 12px; }

.vf-p-12 {
  padding: 12px; }

.vf-p-t-12 {
  padding-top: 12px; }

.vf-p-b-12 {
  padding-bottom: 12px !important; }

.vf-p-l-12 {
  padding-left: 12px; }

.vf-p-r-12 {
  padding-right: 12px; }

.vf-m-13 {
  margin: 13px !important; }

.vf-m-t-13 {
  margin-top: 13px !important; }

.vf-m-b-13 {
  margin-bottom: 13px; }

.vf-m-l-13 {
  margin-left: 13px; }

.vf-m-r-13 {
  margin-right: 13px; }

.vf-p-13 {
  padding: 13px; }

.vf-p-t-13 {
  padding-top: 13px; }

.vf-p-b-13 {
  padding-bottom: 13px !important; }

.vf-p-l-13 {
  padding-left: 13px; }

.vf-p-r-13 {
  padding-right: 13px; }

.vf-m-14 {
  margin: 14px !important; }

.vf-m-t-14 {
  margin-top: 14px !important; }

.vf-m-b-14 {
  margin-bottom: 14px; }

.vf-m-l-14 {
  margin-left: 14px; }

.vf-m-r-14 {
  margin-right: 14px; }

.vf-p-14 {
  padding: 14px; }

.vf-p-t-14 {
  padding-top: 14px; }

.vf-p-b-14 {
  padding-bottom: 14px !important; }

.vf-p-l-14 {
  padding-left: 14px; }

.vf-p-r-14 {
  padding-right: 14px; }

.vf-m-15 {
  margin: 15px !important; }

.vf-m-t-15 {
  margin-top: 15px !important; }

.vf-m-b-15 {
  margin-bottom: 15px; }

.vf-m-l-15 {
  margin-left: 15px; }

.vf-m-r-15 {
  margin-right: 15px; }

.vf-p-15 {
  padding: 15px; }

.vf-p-t-15 {
  padding-top: 15px; }

.vf-p-b-15 {
  padding-bottom: 15px !important; }

.vf-p-l-15 {
  padding-left: 15px; }

.vf-p-r-15 {
  padding-right: 15px; }

.vf-m-16 {
  margin: 16px !important; }

.vf-m-t-16 {
  margin-top: 16px !important; }

.vf-m-b-16 {
  margin-bottom: 16px; }

.vf-m-l-16 {
  margin-left: 16px; }

.vf-m-r-16 {
  margin-right: 16px; }

.vf-p-16 {
  padding: 16px; }

.vf-p-t-16 {
  padding-top: 16px; }

.vf-p-b-16 {
  padding-bottom: 16px !important; }

.vf-p-l-16 {
  padding-left: 16px; }

.vf-p-r-16 {
  padding-right: 16px; }

.vf-m-17 {
  margin: 17px !important; }

.vf-m-t-17 {
  margin-top: 17px !important; }

.vf-m-b-17 {
  margin-bottom: 17px; }

.vf-m-l-17 {
  margin-left: 17px; }

.vf-m-r-17 {
  margin-right: 17px; }

.vf-p-17 {
  padding: 17px; }

.vf-p-t-17 {
  padding-top: 17px; }

.vf-p-b-17 {
  padding-bottom: 17px !important; }

.vf-p-l-17 {
  padding-left: 17px; }

.vf-p-r-17 {
  padding-right: 17px; }

.vf-m-18 {
  margin: 18px !important; }

.vf-m-t-18 {
  margin-top: 18px !important; }

.vf-m-b-18 {
  margin-bottom: 18px; }

.vf-m-l-18 {
  margin-left: 18px; }

.vf-m-r-18 {
  margin-right: 18px; }

.vf-p-18 {
  padding: 18px; }

.vf-p-t-18 {
  padding-top: 18px; }

.vf-p-b-18 {
  padding-bottom: 18px !important; }

.vf-p-l-18 {
  padding-left: 18px; }

.vf-p-r-18 {
  padding-right: 18px; }

.vf-m-19 {
  margin: 19px !important; }

.vf-m-t-19 {
  margin-top: 19px !important; }

.vf-m-b-19 {
  margin-bottom: 19px; }

.vf-m-l-19 {
  margin-left: 19px; }

.vf-m-r-19 {
  margin-right: 19px; }

.vf-p-19 {
  padding: 19px; }

.vf-p-t-19 {
  padding-top: 19px; }

.vf-p-b-19 {
  padding-bottom: 19px !important; }

.vf-p-l-19 {
  padding-left: 19px; }

.vf-p-r-19 {
  padding-right: 19px; }

.vf-m-20 {
  margin: 20px !important; }

.vf-m-t-20 {
  margin-top: 20px !important; }

.vf-m-b-20 {
  margin-bottom: 20px; }

.vf-m-l-20 {
  margin-left: 20px; }

.vf-m-r-20 {
  margin-right: 20px; }

.vf-p-20 {
  padding: 20px; }

.vf-p-t-20 {
  padding-top: 20px; }

.vf-p-b-20 {
  padding-bottom: 20px !important; }

.vf-p-l-20 {
  padding-left: 20px; }

.vf-p-r-20 {
  padding-right: 20px; }

.vf-m-21 {
  margin: 21px !important; }

.vf-m-t-21 {
  margin-top: 21px !important; }

.vf-m-b-21 {
  margin-bottom: 21px; }

.vf-m-l-21 {
  margin-left: 21px; }

.vf-m-r-21 {
  margin-right: 21px; }

.vf-p-21 {
  padding: 21px; }

.vf-p-t-21 {
  padding-top: 21px; }

.vf-p-b-21 {
  padding-bottom: 21px !important; }

.vf-p-l-21 {
  padding-left: 21px; }

.vf-p-r-21 {
  padding-right: 21px; }

.vf-m-22 {
  margin: 22px !important; }

.vf-m-t-22 {
  margin-top: 22px !important; }

.vf-m-b-22 {
  margin-bottom: 22px; }

.vf-m-l-22 {
  margin-left: 22px; }

.vf-m-r-22 {
  margin-right: 22px; }

.vf-p-22 {
  padding: 22px; }

.vf-p-t-22 {
  padding-top: 22px; }

.vf-p-b-22 {
  padding-bottom: 22px !important; }

.vf-p-l-22 {
  padding-left: 22px; }

.vf-p-r-22 {
  padding-right: 22px; }

.vf-m-23 {
  margin: 23px !important; }

.vf-m-t-23 {
  margin-top: 23px !important; }

.vf-m-b-23 {
  margin-bottom: 23px; }

.vf-m-l-23 {
  margin-left: 23px; }

.vf-m-r-23 {
  margin-right: 23px; }

.vf-p-23 {
  padding: 23px; }

.vf-p-t-23 {
  padding-top: 23px; }

.vf-p-b-23 {
  padding-bottom: 23px !important; }

.vf-p-l-23 {
  padding-left: 23px; }

.vf-p-r-23 {
  padding-right: 23px; }

.vf-m-24 {
  margin: 24px !important; }

.vf-m-t-24 {
  margin-top: 24px !important; }

.vf-m-b-24 {
  margin-bottom: 24px; }

.vf-m-l-24 {
  margin-left: 24px; }

.vf-m-r-24 {
  margin-right: 24px; }

.vf-p-24 {
  padding: 24px; }

.vf-p-t-24 {
  padding-top: 24px; }

.vf-p-b-24 {
  padding-bottom: 24px !important; }

.vf-p-l-24 {
  padding-left: 24px; }

.vf-p-r-24 {
  padding-right: 24px; }

.vf-m-25 {
  margin: 25px !important; }

.vf-m-t-25 {
  margin-top: 25px !important; }

.vf-m-b-25 {
  margin-bottom: 25px; }

.vf-m-l-25 {
  margin-left: 25px; }

.vf-m-r-25 {
  margin-right: 25px; }

.vf-p-25 {
  padding: 25px; }

.vf-p-t-25 {
  padding-top: 25px; }

.vf-p-b-25 {
  padding-bottom: 25px !important; }

.vf-p-l-25 {
  padding-left: 25px; }

.vf-p-r-25 {
  padding-right: 25px; }

.vf-m-26 {
  margin: 26px !important; }

.vf-m-t-26 {
  margin-top: 26px !important; }

.vf-m-b-26 {
  margin-bottom: 26px; }

.vf-m-l-26 {
  margin-left: 26px; }

.vf-m-r-26 {
  margin-right: 26px; }

.vf-p-26 {
  padding: 26px; }

.vf-p-t-26 {
  padding-top: 26px; }

.vf-p-b-26 {
  padding-bottom: 26px !important; }

.vf-p-l-26 {
  padding-left: 26px; }

.vf-p-r-26 {
  padding-right: 26px; }

.vf-m-27 {
  margin: 27px !important; }

.vf-m-t-27 {
  margin-top: 27px !important; }

.vf-m-b-27 {
  margin-bottom: 27px; }

.vf-m-l-27 {
  margin-left: 27px; }

.vf-m-r-27 {
  margin-right: 27px; }

.vf-p-27 {
  padding: 27px; }

.vf-p-t-27 {
  padding-top: 27px; }

.vf-p-b-27 {
  padding-bottom: 27px !important; }

.vf-p-l-27 {
  padding-left: 27px; }

.vf-p-r-27 {
  padding-right: 27px; }

.vf-m-28 {
  margin: 28px !important; }

.vf-m-t-28 {
  margin-top: 28px !important; }

.vf-m-b-28 {
  margin-bottom: 28px; }

.vf-m-l-28 {
  margin-left: 28px; }

.vf-m-r-28 {
  margin-right: 28px; }

.vf-p-28 {
  padding: 28px; }

.vf-p-t-28 {
  padding-top: 28px; }

.vf-p-b-28 {
  padding-bottom: 28px !important; }

.vf-p-l-28 {
  padding-left: 28px; }

.vf-p-r-28 {
  padding-right: 28px; }

.vf-m-29 {
  margin: 29px !important; }

.vf-m-t-29 {
  margin-top: 29px !important; }

.vf-m-b-29 {
  margin-bottom: 29px; }

.vf-m-l-29 {
  margin-left: 29px; }

.vf-m-r-29 {
  margin-right: 29px; }

.vf-p-29 {
  padding: 29px; }

.vf-p-t-29 {
  padding-top: 29px; }

.vf-p-b-29 {
  padding-bottom: 29px !important; }

.vf-p-l-29 {
  padding-left: 29px; }

.vf-p-r-29 {
  padding-right: 29px; }

.vf-m-30 {
  margin: 30px !important; }

.vf-m-t-30 {
  margin-top: 30px !important; }

.vf-m-b-30 {
  margin-bottom: 30px; }

.vf-m-l-30 {
  margin-left: 30px; }

.vf-m-r-30 {
  margin-right: 30px; }

.vf-p-30 {
  padding: 30px; }

.vf-p-t-30 {
  padding-top: 30px; }

.vf-p-b-30 {
  padding-bottom: 30px !important; }

.vf-p-l-30 {
  padding-left: 30px; }

.vf-p-r-30 {
  padding-right: 30px; }

.vf-f-s-5 {
  font-size: 5px !important; }

.vf-f-s-6 {
  font-size: 6px !important; }

.vf-f-s-7 {
  font-size: 7px !important; }

.vf-f-s-8 {
  font-size: 8px !important; }

.vf-f-s-9 {
  font-size: 9px !important; }

.vf-f-s-10 {
  font-size: 10px !important; }

.vf-f-s-11 {
  font-size: 11px !important; }

.vf-f-s-12 {
  font-size: 12px !important; }

.vf-f-s-13 {
  font-size: 13px !important; }

.vf-f-s-14 {
  font-size: 14px !important; }

.vf-f-s-15 {
  font-size: 15px !important; }

.vf-f-s-16 {
  font-size: 16px !important; }

.vf-f-s-17 {
  font-size: 17px !important; }

.vf-f-s-18 {
  font-size: 18px !important; }

.vf-f-s-19 {
  font-size: 19px !important; }

.vf-f-s-20 {
  font-size: 20px !important; }

.vf-f-s-21 {
  font-size: 21px !important; }

.vf-f-s-22 {
  font-size: 22px !important; }

.vf-f-s-23 {
  font-size: 23px !important; }

.vf-f-s-24 {
  font-size: 24px !important; }

.vf-f-s-25 {
  font-size: 25px !important; }

.vf-f-s-26 {
  font-size: 26px !important; }

.vf-f-s-27 {
  font-size: 27px !important; }

.vf-f-s-28 {
  font-size: 28px !important; }

.vf-f-s-29 {
  font-size: 29px !important; }

.vf-f-s-30 {
  font-size: 30px !important; }

.vf-f-s-31 {
  font-size: 31px !important; }

.vf-f-s-32 {
  font-size: 32px !important; }

.vf-f-s-33 {
  font-size: 33px !important; }

.vf-f-s-34 {
  font-size: 34px !important; }

.vf-f-s-35 {
  font-size: 35px !important; }

.vf-f-s-36 {
  font-size: 36px !important; }

.vf-f-s-37 {
  font-size: 37px !important; }

.vf-f-s-38 {
  font-size: 38px !important; }

.vf-f-s-39 {
  font-size: 39px !important; }

.vf-f-s-40 {
  font-size: 40px !important; }

.vf-f-s-41 {
  font-size: 41px !important; }

.vf-f-s-42 {
  font-size: 42px !important; }

.vf-f-s-43 {
  font-size: 43px !important; }

.vf-f-s-44 {
  font-size: 44px !important; }

.vf-f-s-45 {
  font-size: 45px !important; }

.vf-f-s-46 {
  font-size: 46px !important; }

.vf-f-s-47 {
  font-size: 47px !important; }

.vf-f-s-48 {
  font-size: 48px !important; }

.vf-f-s-49 {
  font-size: 49px !important; }

.vf-b-r-0 {
  border-radius: 0px; }

.vf-b-r-5 {
  border-radius: 5px; }

.vf-b-r-10 {
  border-radius: 10px; }

.vf-b-r-15 {
  border-radius: 15px; }

.vf-l-h-5 {
  line-height: 5px !important; }

.vf-l-h-6 {
  line-height: 6px !important; }

.vf-l-h-7 {
  line-height: 7px !important; }

.vf-l-h-8 {
  line-height: 8px !important; }

.vf-l-h-9 {
  line-height: 9px !important; }

.vf-l-h-10 {
  line-height: 10px !important; }

.vf-l-h-11 {
  line-height: 11px !important; }

.vf-l-h-12 {
  line-height: 12px !important; }

.vf-l-h-13 {
  line-height: 13px !important; }

.vf-l-h-14 {
  line-height: 14px !important; }

.vf-l-h-15 {
  line-height: 15px !important; }

.vf-l-h-16 {
  line-height: 16px !important; }

.vf-l-h-17 {
  line-height: 17px !important; }

.vf-l-h-18 {
  line-height: 18px !important; }

.vf-l-h-19 {
  line-height: 19px !important; }

.vf-l-h-20 {
  line-height: 20px !important; }

.vf-l-h-21 {
  line-height: 21px !important; }

.vf-l-h-22 {
  line-height: 22px !important; }

.vf-l-h-23 {
  line-height: 23px !important; }

.vf-l-h-24 {
  line-height: 24px !important; }

.vf-l-h-25 {
  line-height: 25px !important; }

.vf-l-h-26 {
  line-height: 26px !important; }

.vf-l-h-27 {
  line-height: 27px !important; }

.vf-l-h-28 {
  line-height: 28px !important; }

.vf-l-h-29 {
  line-height: 29px !important; }

.vf-l-h-30 {
  line-height: 30px !important; }

.vf-l-h-31 {
  line-height: 31px !important; }

.vf-l-h-32 {
  line-height: 32px !important; }

.vf-l-h-33 {
  line-height: 33px !important; }

.vf-l-h-34 {
  line-height: 34px !important; }

.vf-l-h-35 {
  line-height: 35px !important; }

.vf-l-h-36 {
  line-height: 36px !important; }

.vf-l-h-37 {
  line-height: 37px !important; }

.vf-l-h-38 {
  line-height: 38px !important; }

.vf-l-h-39 {
  line-height: 39px !important; }

.vf-l-h-40 {
  line-height: 40px !important; }

.vf-l-h-41 {
  line-height: 41px !important; }

.vf-l-h-42 {
  line-height: 42px !important; }

.vf-l-h-43 {
  line-height: 43px !important; }

.vf-l-h-44 {
  line-height: 44px !important; }

.vf-l-h-45 {
  line-height: 45px !important; }

.vf-l-h-46 {
  line-height: 46px !important; }

.vf-l-h-47 {
  line-height: 47px !important; }

.vf-l-h-48 {
  line-height: 48px !important; }

.vf-l-h-49 {
  line-height: 49px !important; }

.vf-f-w-b {
  font-weight: bold; }

.vf-f-w-n {
  font-weight: normal; }

.vf-f-w-l {
  font-weight: 300; }

.vf-f-st-italic {
  font-style: italic; }

.text-bottom {
  vertical-align: text-bottom; }

.relative {
  position: relative; }

.inline {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 47.9375em) {
    .inline {
      width: 100%; }
      .inline:not(:last-child) {
        margin-bottom: 8px; } }
  .inline + .inline {
    margin-left: 8px; }

.bottom {
  vertical-align: bottom; }

.about-us {
  position: relative; }
  .about-us p {
    font-size: 15px;
    color: #252525; }
  .about-us .info-block {
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
    margin-top: 20px; }
  .about-us .bg-light {
    position: absolute;
    top: -75px;
    width: 100%;
    height: 900px;
    z-index: -10; }
  .about-us .social-widgets {
    text-align: right; }

.about-us-nav {
  background-color: #f5f5f5;
  display: inline-block; }
  .about-us-nav a {
    font-size: 15px;
    color: #707070; }
    .about-us-nav a:hover {
      background-color: transparent;
      color: #ffa600; }
  .about-us-nav .active a {
    color: #252525;
    background-color: #dfdfdf; }

.about .h1, .about h1 {
  font-size: 21px;
  color: #000000;
  font-weight: bold; }

.cabinet .overflow-hidden {
  overflow: hidden; }

.cabinet .text-success {
  color: #00c320; }

.cabinet .about {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding: 0 !important; }
  .cabinet .about a {
    padding: 20px 15px;
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
  .cabinet .about:hover {
    background-color: #dfdfdf;
    cursor: pointer; }

.cabinet .trash:hover {
  background-color: #dfdfdf;
  cursor: pointer; }

.cabinet div.collapsed {
  padding: 20px;
  background-color: #ffffff;
  border: 3px solid #f5f5f5;
  border-top: 1px solid #dfdfdf; }
  .cabinet div.collapsed a:hover {
    border-bottom: 1px solid; }

.cabinet .col-md5-3, .cabinet .col-md5-5 {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px; }
  .cabinet .col-md5-3:first-child, .cabinet .col-md5-5:first-child {
    padding-left: 30px; }
  .cabinet .col-md5-3:last-child, .cabinet .col-md5-5:last-child {
    padding-right: 30px; }

.tag-item {
  display: inline-block;
  margin: 0 15px 0 0; }

.tag-item-link {
  border-bottom: 1px solid !important; }
  .tag-item-link:hover {
    color: orange; }
  .tag-item-link.active {
    display: none; }

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url(../images/ui.totop.png) no-repeat left top; }

#toTopHover {
  background: url(../images/ui.totop.png) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }

#toTop:active, #toTop:focus {
  outline: none; }

#category-item-105 {
  width: 25px;
  background-position: 0 -203px; }

#category-item-108 {
  width: 15px;
  background-position: 0 -425px; }

#category-item-109 {
  width: 34px;
  background-position: 0 -183px; }

#category-item-815 {
  background-position: 0 -485px; }

#category-item-797 {
  width: 14px;
  background-position: 0 -265px; }

#category-item-132 {
  width: 27px;
  background-position: 0 -163px; }

#category-item-36 {
  background-position: 0 -385px; }

.category-menu-item {
  background: url("../images/icons-sbd855d7199.png") no-repeat; }

/*Для соц  сетей. Кнопки Мне нравится на странице товара*/
.socials {
  position: relative;
  height: 22px;
  margin-bottom: 5px; }

.svkontakte {
  left: 0; }

.sfacebook {
  left: 120px; }

.stwitter {
  right: 0;
  z-index: 100; }

/*Для корзины*/
.top {
  content: "\2b";
  font-family: 'entypo', sans-serif; }

.bottom {
  content: "\2d";
  font-family: 'entypo', sans-serif; }

a.del {
  color: #ebebeb; }

a.del:hover {
  color: #ffa600; }

/*Для фильтра. Цвет*/
#color_12083 {
  color: #af00a6;
  /*фиолетовый*/ }

#color_12080 {
  color: #00ff5a;
  /*зеленый*/ }

#color_12079 {
  color: #0600ff;
  /*синий*/ }

#color_12360 {
  color: #ffeb00;
  /*желтый*/ }

.slides {
  margin-bottom: 20px; }

.currency-rub {
  font-family: "PT Sans", Arial, sans-serif; }

.vf-m-t-50 {
  margin-top: 50px !important; }

.posts-list .post {
  margin-bottom: 40px; }

.post-title a {
  font-size: 21px;
  font-weight: bold;
  color: #202020;
  border-bottom: 1px solid; }

.post .post-date {
  font-size: 11px;
  color: #707070;
  text-transform: uppercase;
  padding-top: 5px; }

.post.post-full .post-title {
  font-size: 21px;
  font-weight: bold;
  color: #202020; }

.post .post-title {
  margin-bottom: 10px; }

.post-content p, .post-brief p {
  font-size: 15px;
  color: #000000; }

.question, .answer {
  display: block !important; }

.raty_read_only {
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
  padding-left: 10px; }

.raty_read_only i {
  font-size: 20px;
  color: #e5e5e5; }

.markers .marker.italy {
  background-color: #b4d800; }

.markers .marker.italy:after {
  border-left-color: #b4d800; }

.btn.btn-orange-product-add {
  border-color: #ffa600;
  background-color: #ffa600;
  color: #ffffff; }

.product-cart-preview .value {
  color: #707070; }

.payment_link {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  font-size: 15px;
  min-height: 34px;
  outline-color: #ffd078;
  padding: 3px 7px;
  width: 100%;
  cursor: pointer; }

.stulych .product-add .btn {
  padding: 10px 0;
  text-align: center; }

.main-menu .navbar-default .navbar-nav .current {
  font-size: 13px;
  height: 40px;
  line-height: 20px;
  padding: 10px 15px;
  position: relative;
  text-align: left;
  color: #252525;
  background-color: #dfdfdf; }

.bg-default {
  background-color: #f8f8f8; }

.bg-warning {
  background-color: #ffa600; }

.bg-dark {
  background-color: #303030; }

.bg-light {
  background-color: #fafafa; }

img {
  max-width: 100%; }

a:hover {
  text-decoration: none; }

a:not([class]) {
  border-bottom: 1px solid transparent; }
  a:not([class]):hover {
    border-color: #000; }

@supports (display: flex) {
  .row:not(.row_float) {
    display: flex;
    flex-wrap: wrap; }
    .row:not(.row_float)::before {
      display: none; }
    .row:not(.row_float).row_align_center {
      align-items: center; } }

.col-lg5-1,
.col-lg5-10,
.col-lg5-11,
.col-lg5-12,
.col-lg5-13,
.col-lg5-14,
.col-lg5-15,
.col-lg5-16,
.col-lg5-17,
.col-lg5-18,
.col-lg5-19,
.col-lg5-2,
.col-lg5-20,
.col-lg5-3,
.col-lg5-4,
.col-lg5-5,
.col-lg5-6,
.col-lg5-7,
.col-lg5-8,
.col-lg5-9,
.col-md5-1,
.col-md5-10,
.col-md5-11,
.col-md5-12,
.col-md5-13,
.col-md5-14,
.col-md5-15,
.col-md5-16,
.col-md5-17,
.col-md5-18,
.col-md5-19,
.col-md5-2,
.col-md5-20,
.col-md5-3,
.col-md5-4,
.col-md5-5,
.col-md5-6,
.col-md5-7,
.col-md5-8,
.col-md5-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 976px) {
  .col-md5-1,
  .col-md5-10,
  .col-md5-11,
  .col-md5-12,
  .col-md5-13,
  .col-md5-14,
  .col-md5-15,
  .col-md5-16,
  .col-md5-17,
  .col-md5-18,
  .col-md5-19,
  .col-md5-2,
  .col-md5-20,
  .col-md5-3,
  .col-md5-4,
  .col-md5-5,
  .col-md5-6,
  .col-md5-7,
  .col-md5-8,
  .col-md5-9 {
    float: left; }
  .col-md5-1 {
    width: 5%;
    max-width: 5%; }
  .col-md5-2 {
    width: 10%;
    max-width: 10%; }
  .col-md5-3 {
    width: 15%;
    max-width: 15%; }
  .col-md5-4 {
    width: 20%;
    max-width: 20%; }
  .col-md5-5 {
    width: 25%;
    max-width: 25%; }
  .col-md5-6 {
    width: 30%;
    max-width: 30%; }
  .col-md5-7 {
    width: 35%;
    max-width: 35%; }
  .col-md5-8 {
    width: 40%;
    max-width: 40%; }
  .col-md5-9 {
    width: 45%;
    max-width: 45%; }
  .col-md5-10 {
    width: 50%;
    max-width: 50%; }
  .col-md5-11 {
    width: 55%;
    max-width: 55%; }
  .col-md5-12 {
    width: 60%;
    max-width: 60%; }
  .col-md5-13 {
    width: 65%;
    max-width: 65%; }
  .col-md5-14 {
    width: 70%;
    max-width: 70%; }
  .col-md5-15 {
    width: 75%;
    max-width: 75%; }
  .col-md5-16 {
    width: 80%;
    max-width: 80%; }
  .col-md5-17 {
    width: 85%;
    max-width: 85%; }
  .col-md5-18 {
    width: 90%;
    max-width: 90%; }
  .col-md5-19 {
    width: 95%;
    max-width: 95%; }
  .col-md5-20 {
    width: 100%;
    max-width: 100%; }
  .col-md5-pull-0 {
    right: 0; }
  .col-md5-pull-1 {
    right: 5%; }
  .col-md5-pull-2 {
    right: 10%; }
  .col-md5-pull-3 {
    right: 15%; }
  .col-md5-pull-4 {
    right: 20%; }
  .col-md5-pull-5 {
    right: 25%; }
  .col-md5-pull-6 {
    right: 30%; }
  .col-md5-pull-7 {
    right: 35%; }
  .col-md5-pull-8 {
    right: 40%; }
  .col-md5-pull-9 {
    right: 45%; }
  .col-md5-pull-10 {
    right: 50%; }
  .col-md5-pull-11 {
    right: 55%; }
  .col-md5-pull-12 {
    right: 60%; }
  .col-md5-pull-13 {
    right: 65%; }
  .col-md5-pull-14 {
    right: 70%; }
  .col-md5-pull-15 {
    right: 75%; }
  .col-md5-pull-16 {
    right: 80%; }
  .col-md5-pull-17 {
    right: 85%; }
  .col-md5-pull-18 {
    right: 90%; }
  .col-md5-pull-19 {
    right: 95%; }
  .col-md5-pull-20 {
    right: 100%; }
  .col-md5-push-0 {
    left: 0; }
  .col-md5-push-1 {
    left: 5%; }
  .col-md5-push-2 {
    left: 10%; }
  .col-md5-push-3 {
    left: 15%; }
  .col-md5-push-4 {
    left: 20%; }
  .col-md5-push-5 {
    left: 25%; }
  .col-md5-push-6 {
    left: 30%; }
  .col-md5-push-7 {
    left: 35%; }
  .col-md5-push-8 {
    left: 40%; }
  .col-md5-push-9 {
    left: 45%; }
  .col-md5-push-10 {
    left: 50%; }
  .col-md5-push-11 {
    left: 55%; }
  .col-md5-push-12 {
    left: 60%; }
  .col-md5-push-13 {
    left: 65%; }
  .col-md5-push-14 {
    left: 70%; }
  .col-md5-push-15 {
    left: 75%; }
  .col-md5-push-16 {
    left: 80%; }
  .col-md5-push-17 {
    left: 85%; }
  .col-md5-push-18 {
    left: 90%; }
  .col-md5-push-19 {
    left: 95%; }
  .col-md5-push-20 {
    left: 100%; }
  .col-md5-offset-0 {
    margin-left: 0; }
  .col-md5-offset-1 {
    margin-left: 5%; }
  .col-md5-offset-2 {
    margin-left: 10%; }
  .col-md5-offset-3 {
    margin-left: 15%; }
  .col-md5-offset-4 {
    margin-left: 20%; }
  .col-md5-offset-5 {
    margin-left: 25%; }
  .col-md5-offset-6 {
    margin-left: 30%; }
  .col-md5-offset-7 {
    margin-left: 35%; }
  .col-md5-offset-8 {
    margin-left: 40%; }
  .col-md5-offset-9 {
    margin-left: 45%; }
  .col-md5-offset-10 {
    margin-left: 50%; }
  .col-md5-offset-11 {
    margin-left: 55%; }
  .col-md5-offset-12 {
    margin-left: 60%; }
  .col-md5-offset-13 {
    margin-left: 65%; }
  .col-md5-offset-14 {
    margin-left: 70%; }
  .col-md5-offset-15 {
    margin-left: 75%; }
  .col-md5-offset-16 {
    margin-left: 80%; }
  .col-md5-offset-17 {
    margin-left: 85%; }
  .col-md5-offset-18 {
    margin-left: 90%; }
  .col-md5-offset-19 {
    margin-left: 95%; }
  .col-md5-offset-20 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg5-1,
  .col-lg5-10,
  .col-lg5-11,
  .col-lg5-12,
  .col-lg5-13,
  .col-lg5-14,
  .col-lg5-15,
  .col-lg5-16,
  .col-lg5-17,
  .col-lg5-18,
  .col-lg5-19,
  .col-lg5-2,
  .col-lg5-20,
  .col-lg5-3,
  .col-lg5-4,
  .col-lg5-5,
  .col-lg5-6,
  .col-lg5-7,
  .col-lg5-8,
  .col-lg5-9 {
    float: left; }
  .col-lg5-1 {
    width: 5%;
    max-width: 5%; }
  .col-lg5-2 {
    width: 10%;
    max-width: 10%; }
  .col-lg5-3 {
    width: 15%;
    max-width: 15%; }
  .col-lg5-4 {
    width: 20%;
    max-width: 20%; }
  .col-lg5-5 {
    width: 25%;
    max-width: 25%; }
  .col-lg5-6 {
    width: 30%;
    max-width: 30%; }
  .col-lg5-7 {
    width: 35%;
    max-width: 35%; }
  .col-lg5-8 {
    width: 40%;
    max-width: 40%; }
  .col-lg5-9 {
    width: 45%;
    max-width: 45%; }
  .col-lg5-10 {
    width: 50%;
    max-width: 50%; }
  .col-lg5-11 {
    width: 55%;
    max-width: 55%; }
  .col-lg5-12 {
    width: 60%;
    max-width: 60%; }
  .col-lg5-13 {
    width: 65%;
    max-width: 65%; }
  .col-lg5-14 {
    width: 70%;
    max-width: 70%; }
  .col-lg5-15 {
    width: 75%;
    max-width: 75%; }
  .col-lg5-16 {
    width: 80%;
    max-width: 80%; }
  .col-lg5-17 {
    width: 85%;
    max-width: 85%; }
  .col-lg5-18 {
    width: 90%;
    max-width: 90%; }
  .col-lg5-19 {
    width: 95%;
    max-width: 95%; }
  .col-lg5-20 {
    width: 100%;
    max-width: 100%; }
  .col-lg5-pull-0 {
    right: 0; }
  .col-lg5-pull-1 {
    right: 5%; }
  .col-lg5-pull-2 {
    right: 10%; }
  .col-lg5-pull-3 {
    right: 15%; }
  .col-lg5-pull-4 {
    right: 20%; }
  .col-lg5-pull-5 {
    right: 25%; }
  .col-lg5-pull-6 {
    right: 30%; }
  .col-lg5-pull-7 {
    right: 35%; }
  .col-lg5-pull-8 {
    right: 40%; }
  .col-lg5-pull-9 {
    right: 45%; }
  .col-lg5-pull-10 {
    right: 50%; }
  .col-lg5-pull-11 {
    right: 55%; }
  .col-lg5-pull-12 {
    right: 60%; }
  .col-lg5-pull-13 {
    right: 65%; }
  .col-lg5-pull-14 {
    right: 70%; }
  .col-lg5-pull-15 {
    right: 75%; }
  .col-lg5-pull-16 {
    right: 80%; }
  .col-lg5-pull-17 {
    right: 85%; }
  .col-lg5-pull-18 {
    right: 90%; }
  .col-lg5-pull-19 {
    right: 95%; }
  .col-lg5-pull-20 {
    right: 100%; }
  .col-lg5-push-0 {
    left: 0; }
  .col-lg5-push-1 {
    left: 5%; }
  .col-lg5-push-2 {
    left: 10%; }
  .col-lg5-push-3 {
    left: 15%; }
  .col-lg5-push-4 {
    left: 20%; }
  .col-lg5-push-5 {
    left: 25%; }
  .col-lg5-push-6 {
    left: 30%; }
  .col-lg5-push-7 {
    left: 35%; }
  .col-lg5-push-8 {
    left: 40%; }
  .col-lg5-push-9 {
    left: 45%; }
  .col-lg5-push-10 {
    left: 50%; }
  .col-lg5-push-11 {
    left: 55%; }
  .col-lg5-push-12 {
    left: 60%; }
  .col-lg5-push-13 {
    left: 65%; }
  .col-lg5-push-14 {
    left: 70%; }
  .col-lg5-push-15 {
    left: 75%; }
  .col-lg5-push-16 {
    left: 80%; }
  .col-lg5-push-17 {
    left: 85%; }
  .col-lg5-push-18 {
    left: 90%; }
  .col-lg5-push-19 {
    left: 95%; }
  .col-lg5-push-20 {
    left: 100%; }
  .col-lg5-offset-0 {
    margin-left: 0; }
  .col-lg5-offset-1 {
    margin-left: 5%; }
  .col-lg5-offset-2 {
    margin-left: 10%; }
  .col-lg5-offset-3 {
    margin-left: 15%; }
  .col-lg5-offset-4 {
    margin-left: 20%; }
  .col-lg5-offset-5 {
    margin-left: 25%; }
  .col-lg5-offset-6 {
    margin-left: 30%; }
  .col-lg5-offset-7 {
    margin-left: 35%; }
  .col-lg5-offset-8 {
    margin-left: 40%; }
  .col-lg5-offset-9 {
    margin-left: 45%; }
  .col-lg5-offset-10 {
    margin-left: 50%; }
  .col-lg5-offset-11 {
    margin-left: 55%; }
  .col-lg5-offset-12 {
    margin-left: 60%; }
  .col-lg5-offset-13 {
    margin-left: 65%; }
  .col-lg5-offset-14 {
    margin-left: 70%; }
  .col-lg5-offset-15 {
    margin-left: 75%; }
  .col-lg5-offset-16 {
    margin-left: 80%; }
  .col-lg5-offset-17 {
    margin-left: 85%; }
  .col-lg5-offset-18 {
    margin-left: 90%; }
  .col-lg5-offset-19 {
    margin-left: 95%; }
  .col-lg5-offset-20 {
    margin-left: 100%; } }

.page-header__info {
  padding-top: 20px;
  padding-bottom: 20px; }

.page-header__catalog {
  background-color: #ffa600; }

.page-header__top {
  background-color: #f8f8f8; }

.page-header__forms {
  display: flex;
  flex-wrap: wrap; }

@media only screen and (max-width: 970px) {
  .page-header__contacts {
    display: none; } }

.page-header__container {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 720px; }
  @media only screen and (min-width: 970px) {
    .page-header__container {
      max-width: 940px; } }
  @media only screen and (min-width: 1200px) {
    .page-header__container {
      max-width: 1170px; } }

.page-header__catalog-button {
  position: relative;
  display: block;
  width: 100%;
  height: 4.5rem;
  padding: 9px 12px 8px;
  background-color: #ffa600;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }
  .page-header__catalog-button::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 2.5rem;
    height: 0.25rem;
    background-color: #fff;
    box-shadow: 0 6px 0 0 #fff, 0 -6px 0 0 #fff; }

.city-choose {
  position: relative;
  margin-right: 12px;
  color: #777; }
  @media screen and (max-width: 61.9375em) {
    .city-choose {
      margin-right: 0;
      border-bottom: 1px solid #c4c4c4; } }
  .city-choose:hover {
    color: #000; }

@media only screen and (max-width: 1200px) {
  .city-choose__title {
    display: none; } }

.city-choose__active {
  font-weight: 700; }

.city-choose__button {
  padding: 10px 20px 10px 9px;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  @media only screen and (max-width: 1200px) {
    .city-choose__button {
      padding: 10px 24px 10px 12px; } }
  .city-choose__button::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 18px;
    border-style: solid;
    border-width: 3px;
    border-color: #777 transparent transparent transparent; }

.city-choose__dropdown {
  position: absolute;
  min-width: 210px;
  margin-top: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  z-index: 3;
  visibility: hidden;
  opacity: 0; }
  .city-choose__dropdown::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 15px;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #fff transparent; }
  .city-choose__dropdown::after {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    height: 20px; }
  .city-choose__dropdown .city-choose__list {
    margin: 0;
    padding: 12px 0;
    list-style: none; }
    .city-choose__dropdown .city-choose__list .city-choose__link {
      display: block;
      width: 100%;
      padding: 2px 12px;
      text-decoration: none;
      background-color: transparent;
      border: none;
      text-align: left;
      cursor: pointer; }
      .city-choose__dropdown .city-choose__list .city-choose__link:hover {
        color: #ffa600; }
    .city-choose__dropdown .city-choose__list .city-choose__item_active .city-choose__link {
      font-weight: 700; }
      .city-choose__dropdown .city-choose__list .city-choose__item_active .city-choose__link::after {
        content: "\27a2";
        font-family: 'entypo';
        margin-left: 8px;
        color: #ffa600; }
  .city-choose__dropdown.city-choose__dropdown_visible {
    opacity: 1;
    visibility: visible; }

.header-contacts {
  font-size: 13px; }

.header-contacts__time {
  color: #707070; }

.header-contacts__delivery {
  color: #707070;
  font-weight: 700; }

.header-contacts__phone {
  display: block;
  margin-bottom: 6px;
  border-bottom: 2px solid #e2e2e2;
  font-size: 21px;
  font-weight: 700; }
  .header-contacts__phone:hover {
    color: #ffa600;
    text-decoration: none; }

.header-search {
  position: relative;
  flex-grow: 2; }

.header-search__form {
  position: relative;
  width: 100%; }

.header-search__input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #e4e4e4; }
  @media screen and (max-width: 47.9375em) {
    .header-search__input {
      font-size: 16px; } }
  @media screen and (max-width: 61.9375em) {
    .header-search__input {
      padding: 10px 10px; } }
  .header-search__input::placeholder {
    color: #a3a3a3;
    font-weight: 700; }
  .header-search__input:hover, .header-search__input:focus {
    border-color: #616161; }

.header-search__button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 14px;
  background-color: transparent;
  border: none; }
  .header-search__button span::before {
    font-size: 16px; }
  .header-search__button:hover {
    color: #ffa600; }

.search-result {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
  background-color: #333;
  z-index: 5; }
  @media screen and (max-width: 47.9375em) {
    .search-result {
      left: -72%;
      right: -32%; } }

.search-result__item {
  padding: 4px 8px; }
  @media screen and (max-width: 47.9375em) {
    .search-result__item:nth-child(6), .search-result__item:nth-child(7), .search-result__item:nth-child(8), .search-result__item:nth-child(9), .search-result__item:nth-child(10) {
      display: none; } }

.search-result__item_all {
  border-top: 1px solid #fff; }

.search-result__link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  .search-result__link:hover {
    color: #fff;
    border-color: #fff; }

.search-result__button {
  display: inline;
  padding: 0;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid transparent; }
  .search-result__button:hover {
    color: #fff;
    border-color: #fff; }

.header-callback {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  flex-basis: 50%;
  flex-grow: 2; }

.header-callback__button {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  color: #ffa600;
  background-color: transparent;
  border: none;
  border-bottom: 2px dotted;
  display: block;
  padding: 0;
  font-weight: 400;
  line-height: 1;
  transition: color 250ms; }
  @media only screen and (max-width: 1200px) {
    .header-callback__button {
      font-size: 12px;
      padding: 7px 10px; } }
  .header-callback__button:hover {
    color: #000; }

.header-message {
  margin-top: 10px;
  flex-shrink: 0; }

.header-message__button {
  width: 34px;
  height: 34px;
  background-color: transparent;
  background-image: url("../images/icons/baseline-mail_outline-24px.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px;
  border: none;
  display: block;
  transition: opacity 250ms; }
  .header-message__button:hover {
    opacity: .7; }

.mobile-header {
  padding: 0 4px; }
  @media print, screen and (min-width: 48em) {
    .mobile-header {
      padding: 0 12px; } }
  @media print, screen and (min-width: 62em) {
    .mobile-header {
      display: none; } }

.mobile-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 728px;
  margin: 0 auto;
  padding-top: 1rem; }
  .mobile-header__row > * {
    margin: 0 4px; }

.mobile-header__button {
  flex-shrink: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  padding: 0;
  background-color: #f8f8f8;
  border: none;
  border-radius: 50%;
  font-size: 20px; }

.mobile-header__logo {
  width: 7.5rem;
  margin-right: auto; }

.mobile-header__phone {
  text-align: right;
  font-weight: 700; }

.page-footer {
  margin-top: 60px;
  background-color: #303030;
  overflow: hidden;
  color: #a2a2a2;
  padding-top: 35px;
  font-size: 13px; }
  .page-footer hr {
    margin: 0;
    border-top: 1px solid #505051; }
  .page-footer a:not([class]) {
    color: #a2a2a2;
    text-decoration: none;
    border-bottom: 1px solid transparent; }
    .page-footer a:not([class]):hover {
      border-color: #a2a2a2; }

.page-footer__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

.page-footer__copyright {
  font-size: 11px;
  color: #a3a3a3;
  padding-left: 2px;
  padding-top: 5px; }

.page-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 18px;
  padding-top: 12px; }
  .page-footer__links a {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 700; }

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-nav__item {
  margin-bottom: 5px; }
  
.footer-nav__item_active {
  font-weight:bold;}
  
.footer-nav__link {
  display: inline;
  border-bottom: none;
  font-size: 15px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  border-bottom: 1px solid transparent; }
  .footer-nav__link:hover, .footer-nav__link:focus {
    color: #fff;
    text-decoration: none;
    border-color: #fff; }

.footer-contacts__title {
  color: #fff; }
  @media screen and (max-width: 47.9375em) {
    .footer-contacts__title {
      display: none; } }

.footer-contacts__phone {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  border-bottom: 1px solid #a2a2a2;
  font-size: 21px; }
  @media screen and (max-width: 47.9375em) {
    .footer-contacts__phone {
      border: none;
      font-size: 16px; } }
  .footer-contacts__phone:hover {
    color: #ffa600;
    text-decoration: none; }

.footer-contacts__delivery {
  margin-bottom: 5px;
  color: #fff; }
  @media screen and (max-width: 47.9375em) {
    .footer-contacts__delivery {
      display: none; } }

.footer-contacts__time {
  margin-bottom: 5px; }
  @media screen and (max-width: 47.9375em) {
    .footer-contacts__time {
      display: none; } }

.footer-form__container {
  display: flex;
  align-items: stretch;
  max-width: 520px; }
  @media screen and (max-width: 61.9375em) {
    .footer-form__container {
      flex-direction: column; } }

.footer-form__input {
  flex-grow: 2;
  flex-basis: 100%;
  margin-bottom: 0;
  border: 2px solid #f8f8f8;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  transition: border-color 250ms; }
  .footer-form__input::placeholder {
    color: #616161; }
  .footer-form__input:hover {
    border-color: #ffa600; }

@media print, screen and (min-width: 62em) {
  .footer-form__button {
    flex-shrink: 1;
    flex-basis: 0px; } }

.footer-form__button.btn.small {
  width: 100%;
  margin: 0;
  padding-left: 32px;
  padding-right: 32px;
  white-space: nowrap; }

.page-header .nav-main {
  display: flex;
  margin: 0 5px;
  padding: 0;
  list-style: none; }
  .page-header .nav-main:last-child {
    margin-left: auto;
    margin-right: 14px; }
  @media screen and (max-width: 61.9375em) {
    .page-header .nav-main:not(.nav-main_auth) {
      position: absolute;
      left: 0;
      right: 0;
      top: 60px;
      display: none;
      max-width: 720px;
      margin: 0 auto;
      flex-direction: column;
      background-color: #f8f8f8;
      border: 1px solid #c4c4c4;
      box-shadow: 0 0.75rem 1.25rem -0.75rem rgba(0, 0, 0, 0.5);
      z-index: 99; }
      .page-header .nav-main:not(.nav-main_auth).nav-main_visible {
        display: flex; } }

.page-header .nav-main__item {
  white-space: nowrap; }
  .nav-main_auth .page-header .nav-main__item {
    border-left: 1px solid #dfdfdf; }
    .nav-main_auth .page-header .nav-main__item:last-child {
      border-right: 1px solid #dfdfdf; }
  @media screen and (max-width: 60.625em) {
    .page-header .nav-main__item:nth-last-child(2) {
      border-top: 1px solid #c4c4c4; } }

.page-header .nav-main__item_active {
  background-color: #dfdfdf; }

.page-header .nav-main__link {
  display: block;
  font-size: 13px;
  color: #777;
  padding: 10px 9px; }
  @media only screen and (min-width: 1200px) {
    .page-header .nav-main__link {
      padding: 10px 12px; } }
  .page-header .nav-main__link:hover {
    color: #000;
    text-decoration: none; }
  .nav-main__item_active .page-header .nav-main__link {
    color: #000; }
  .nav-main__item_primary .page-header .nav-main__link {
    font-weight: 700;
    color: #E44D00; }
    .nav-main__item_primary .page-header .nav-main__link:hover {
      color: #000; }

.nav-catalog {
  position: relative;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 47.9375em) {
    .nav-catalog {
      display: none; } }

.nav-catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex; }

.page-header .nav-catalog__item {
  white-space: nowrap; }
  @media print, screen and (min-width: 48em) {
    .page-header .nav-catalog__item {
      position: relative; } }

.page-header .nav-catalog__link {
  display: block;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  border-bottom: 3px solid transparent;
  padding: 20px 15px 17px;
  font-size: 15px; }
  @media only screen and (min-width: 970px) {
    .page-header .nav-catalog__link {
      font-size: 16px; } }
  @media only screen and (min-width: 1200px) {
    .page-header .nav-catalog__link {
      padding: 20px 27px 17px; } }
  .page-header .nav-catalog__link:hover,
  .page-header .nav-catalog__link_active   {
    color: #fff;
    background-color: #e88800;
    text-decoration: none; }
  .nav-catalog__item_active .page-header .nav-catalog__link {
    background-color: #e88800;
    border-color: #fff; }
  .page-header .nav-catalog__link .entypo-right-open {
    margin-left: 4px; }
    @media print, screen and (min-width: 48em) {
      .page-header .nav-catalog__link .entypo-right-open {
        display: none; } }

.page-header .nav-catalog__dropdown {
  display: none;
  background-color: #303030;
  border: 0;
  min-width: 130px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  z-index: 100; }
  @media print, screen and (min-width: 48em) {
    .page-header .nav-catalog__dropdown {
      position: absolute;
      left: 0;
      top: 100%; } }
  .nav-catalog__list_right .page-header .nav-catalog__dropdown {
    left: auto;
    right: 0; }

.page-header .nav-catalog__subitem {
  position: relative;
  display: block;
  padding: 5px 17px; }

.page-header .nav-catalog__sublink {
  color: #fff;
  font-size: 15px;
  line-height: 1;
  border-bottom: 1px solid transparent;
  transition: border-color 250ms; }
  .page-header .nav-catalog__sublink::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .page-header .nav-catalog__sublink:hover {
    color: #fff;
    border-color: #fff; }
  .page-header .nav-catalog__sublink_active {
    font-weight:bold }

@media print, screen and (min-width: 48em) {
  .page-header .nav-catalog__item:hover .nav-catalog__dropdown {
    display: block; } }

.nav-submenu {
  margin-bottom: 20px;
  background-color: #f8f8f8;
  /*border-top: 2px solid #ffa600; */}
  .main-header + div + noscript + div > .nav-submenu {
    margin-top: -20px;
    border-top: none; }

.nav-submenu__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px; }

.nav-submenu__link {
  display: block;
  padding: 15px;
  color: #707070; }
  .nav-submenu__link:hover {
    color: #ffa600;
    background-color: #eeeeee;
    text-decoration: none; }

.nav-submenu__item_active,
.nav-submenu__item.active {
  background-color: #dfdfdf; }
  .nav-submenu__item_active .nav-submenu__link,
  .nav-submenu__item.active .nav-submenu__link {
    color: #000;
    text-decoration: none; }

.nav-left {
  margin: 0 0 32px;
  padding: 0;
  list-style: none; }

.nav-left__item {
  margin-bottom: 2px; }

.nav-left__link {
  display: block;
  padding: 10px 18px; }
  .nav-left__link:hover {
    background-color: #f5f5f5; }
  .nav-left__item_active .nav-left__link {
    position: relative;
    color: #fff;
    background-color: #303030;
    font-weight: bold; }
    @media print, screen and (min-width: 62em) {
      .nav-left__item_active .nav-left__link::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        height: 100%;
        width: 20px;
        transform: translateX(19.5px);
        background-image: url(../images/bg/corner.svg);
        background-size: 100% 100%;
        background-repeat: no-repeat; } }

.nav-mobile {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .nav-mobile {
      position: fixed;
      left: 0;
      right: 80px;
      top: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      background-color: #ffa600;
      z-index: 55;
      overflow-x: hidden;
      overflow-y: auto;
      transform: translateX(-100%);
      transition: transform 250ms, visibility 1ms linear 250ms;
      visibility: hidden; }
      .nav-mobile.nav-mobile_visible {
        box-shadow: 0 0.75rem 1.25rem -0.75rem rgba(0, 0, 0, 0.5);
        transform: translateX(0);
        visibility: visible;
        transition: transform 250ms; } }
  .nav-mobile .nav-mobile__catalog {
    margin: 0 0 2rem;
    padding: 10px 0 0;
    list-style: none;
    background-color: #ffa600; }
  .nav-mobile .nav-mobile__main {
    margin: auto 0 0;
    padding: 0 0 1.5rem;
    background-color: #303030; }
  .nav-mobile .nav-catalog__link {
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    border-bottom: 3px solid transparent;
    padding: 17px 15px 14px;
    font-size: 15px; }
    .nav-mobile .nav-catalog__link:hover {
      color: #fff;
      background-color: #e88800;
      text-decoration: none; }
    .nav-catalog__item_active .nav-mobile .nav-catalog__link {
      background-color: #e88800;
      border-color: #fff; }
    .nav-mobile .nav-catalog__link .entypo-right-open {
      margin-left: 4px; }
      @media print, screen and (min-width: 48em) {
        .nav-mobile .nav-catalog__link .entypo-right-open {
          display: none; } }
  .nav-mobile .nav-main__link {
    display: block;
    color: #fff;
    line-height: 20px;
    padding: 17px 15px 14px;
    font-size: 15px; }
    .nav-mobile .nav-main__link:hover {
      color: #fff;
      background-color: black;
      text-decoration: none; }
  .nav-mobile .city-choose {
    margin-bottom: 1.5rem; }
  .nav-mobile .city-choose__button {
    color: #fff; }
  .nav-mobile .nav-catalog__subitem {
    margin-bottom: 0.5rem; }
  .nav-mobile .nav-catalog__sublink {
    display: block;
    padding: 5px 17px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    border-bottom: 1px solid transparent;
    transition: border-color 250ms; }
    .nav-mobile .nav-catalog__sublink:hover {
      color: #fff;
      background-color: black;
      text-decoration: none; }
  .nav-mobile .nav-catalog__subitem {
    order: 2; }
  .nav-mobile .nav-catalog__title-item {
    order: 0;
    margin-bottom: 1rem;
    background-color: #616161; }
  .nav-mobile .nav-catalog__title-link {
    display: block;
    padding: 16px 17px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1; }
    .nav-mobile .nav-catalog__title-link .entypo-right-open {
      font-weight: normal;
      margin-left: 6px; }
  .nav-mobile .nav-catalog__dropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    background-color: #303030;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 250ms;
    z-index: 3; }
    .nav-mobile .nav-catalog__dropdown.nav-catalog__dropdown_visible {
      transform: translateY(0); }
  .nav-mobile .nav-catalog__close-dropdown {
    position: absolute;
    right: 1rem;
    top: 15px;
    width: 4rem;
    height: 4rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 50%; }
    @media print, screen and (min-width: 48em) {
      .nav-mobile .nav-catalog__close-dropdown {
        display: none; } }
    .nav-mobile .nav-catalog__close-dropdown::after {
      content: '\2715';
      font-family: 'entypo';
      font-size: 24px; }

.nav-mobile-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  animation-duration: 250ms;
  animation-fill-mode: forwards; }
  .nav-mobile-mask::after {
    content: '\2715';
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-family: 'entypo';
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%; }

.nav-mobile-mask_visible {
  animation-name: navMobileMaskFadeIn; }

.nav-mobile-mask_hidden {
  animation-name: navMobileMaskFadeOut; }

@keyframes navMobileMaskFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes navMobileMaskFadeOut {
  0% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0; } }

.logo {
  display: block;
  height: 80px; }
  .logo img {
    max-height: 100%;
    max-width: 100%; }

.cart-informer {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  padding: 0 8px; }
  @media print, screen and (min-width: 62em) {
    .cart-informer {
      padding: 25px 15px; } }
  @media screen and (max-width: 47.9375em) {
    .cart-informer {
      width: 40px;
      height: 40px;
      border-radius: 50%; } }
  .cart-informer [class*="entypo"] {
    color: #c4c4c4;
    margin-right: 1.5rem;
    font-weight: normal; }
    .cart-informer [class*="entypo"]::before {
      font-size: 25px; }
      @media screen and (max-width: 47.9375em) {
        .cart-informer [class*="entypo"]::before {
          color: #000;
          font-size: 20px; } }

.cart-informer__link {
  font-weight: 700; }
  .cart-informer__link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    border: 3px solid transparent;
    transition: border-color 250ms; }
  .cart-informer__link:hover {
    text-decoration: none; }
    .cart-informer__link:hover::after {
      border-color: #ffa600; }

@media screen and (max-width: 47.9375em) {
  .cart-informer__counter {
    position: absolute;
    right: -6px;
    top: -6px;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #ffa600;
    border-radius: 50%; }
  .cart-informer__text {
    display: none; } }

.cart-product {
  margin-bottom: 12px; }

.cart-product {
  padding: 1px 10px;
  vertical-align: middle;
  border: 2px solid #b2b2b2;
  padding: 20px;
  margin-top: 10px; }

.cart-product__price .product-price__amount {
  margin-right: 24px; }

.cart-product__remove {
  font-size: 60px;
  padding-top: 50px;
  color: #ebebeb;
  cursor: pointer;
  display: none;
  text-align: right; }
  .cart-product:hover .cart-product__remove {
    display: block;
    color: #ffa600; }

.product-cart__title {
  padding-bottom: 10px;
  font-weight: 700; }

.cart-result__price {
  display: inline-block;
  font-size: 31px;
  line-height: 31px;
  font-weight: bold; }

.product-cart__info {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 12px 4px 32px;
  color: #c4c4c4;
  background-color: #f8f8f8;
  background-image: url(../images/icons/ico-accent.svg);
  background-repeat: no-repeat;
  background-position: 6px 50%; }

.cart-steps {
  display: flex;
  margin: 0 14px 0 0;
  padding: 0;
  list-style: none;
  color: #616161;
  background-color: #f8f8f8;
  font-weight: 700; }
  @media print, screen and (min-width: 48em) {
    .cart-steps {
      height: 36px; } }
  @media screen and (max-width: 47.9375em) {
    .cart-steps {
      flex-direction: column;
      margin: 0 0 24px; } }

.cart-steps__item {
  position: relative;
  padding: 8px 8px 8px 16px; }
  @media print, screen and (min-width: 48em) {
    .cart-steps__item:not(:first-child) {
      padding-left: 28px; }
    .cart-steps__item::after {
      content: '';
      position: absolute;
      left: 100%;
      top: 50%;
      display: block;
      width: 29px;
      height: 29px;
      background-color: #f8f8f8;
      background-clip: content-box;
      border-color: #fff;
      border-style: solid;
      border-width: 4px 4px 0 0;
      transform: translate(-50%, -50%) rotate(45deg);
      z-index: 2; } }
  .cart-steps__item > * {
    position: relative;
    z-index: 4; }

.cart-steps__item_active {
  color: #fff;
  background-color: #000; }
  .cart-steps__item_active::after {
    background-color: #000; }

.cart-steps__item_completed {
  color: #fff;
  background-color: #ffa600; }
  .cart-steps__item_completed::after {
    background-color: #ffa600; }

.letter {
  border: 5px solid #f5f5f5;
  -webkit-box-shadow: #e1e1e1 0px 0px 7px;
  box-shadow: #e1e1e1 0px 0px 7px;
  border-radius: 10px;
  position: relative;
  overflow: hidden; }
  .letter::before, .letter::after {
    background-image: linear-gradient(90deg, #FF4308 50px, #fff 50px, #fff 60px, #35A8F7 60px, #35A8F7 110px, #fff 110px);
    background-size: 120px 100%;
    background-position: -30px 0;
    transform: skewX(-45deg); }
  .letter::before {
    position: absolute;
    content: '';
    width: 1300px;
    height: 5px; }
  .letter::after {
    height: 5px;
    top: 100%;
    margin-top: -5px;
    position: absolute;
    content: '';
    width: 1300px;
    background-position: -90px 0; }

.cart-errors {
  margin-top: 24px;
  padding: 12px;
  background-color: rgba(228, 77, 0, 0.05);
  border: 1px solid #E44D00;
  border-radius: 5px; }
  .cart-errors .h1, .cart-errors .h2, .cart-errors .h3, .cart-errors .h4, .cart-errors .h5, .cart-errors .h6 {
    margin-top: 0; }

.cart-errors__list {
  margin-bottom: 0; }

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px; }

.payment-methods__item {
  height: 20px;
  margin-bottom: 16px; }
  .payment-methods__item:not(:last-of-type) {
    margin-right: 16px; }
  .payment-methods__item img {
    max-height: 100%; }

.payment-methods__market {
  flex-basis: 100%; }

.social {
  display: flex;
  margin-bottom: 24px;
  padding-top: 16px; }

.social__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: background-color 250ms; }
  .social__item:hover {
    text-decoration: none; }
    .social__item:hover.social__item_vk {
      background-color: #5a7fa8; }
    .social__item:hover.social__item_facebook {
      background-color: #3a56a0; }
    .social__item:hover.social__item_instagram {
      background-color: #E04489; }

.btn {
  border: 3px #ffffff solid;
  padding: 10px 35px;
  font-size: 15px;
  margin: 10px 0;
  white-space: normal; }

.btn.btn-simple {
  background-color: #ffffff;
  border: 3px solid #ffffff; }

.btn.btn-simple:focus,
.btn.btn-simple:hover {
  border-color: #ffa600;
  background-color: #ffa600;
  color: #ffffff; }

.btn.btn-default {
  background-color: #ffffff;
  color: #707070;
  border: 3px solid #707070; }

.btn.btn-default:focus,
.btn.btn-default:hover {
  border-color: #ffa600;
  background-color: #ffa600;
  color: #ffffff; }

.btn.btn-default.disable {
  border-color: #d0d0d0;
  background-color: #d9d9d9;
  color: #707070; }

.btn.btn-orange {
  border-color: #ffa600;
  background-color: #ffa600;
  color: #ffffff; }

.btn.btn-orange:focus,
.btn.btn-orange:hover {
  border-color: #ffa600;
  background-color: #ffffff;
  color: #ffa600; }

.btn.btn-orange.disable {
  border-color: #d0d0d0;
  background-color: #d9d9d9;
  color: #707070; }

.btn.btn-orange-border {
  border-color: #ffa600;
  background-color: #ffffff;
  color: #ffa600; }

.btn.btn-orange-border:focus,
.btn.btn-orange-border:hover {
  border-color: #ffa600;
  background-color: #ffa600;
  color: #ffffff; }

.btn.btn-orange-border.disable {
  border-color: #d0d0d0;
  background-color: #d9d9d9;
  color: #707070; }

.btn.btn-round {
  border: 0;
  border-radius: 5px;
  background-color: #ffa600;
  color: #ffffff; }

.btn.btn-round:focus,
.btn.btn-round:hover {
  background-color: #ffffff;
  color: #ffa600; }

.btn.btn-round.disable {
  background-color: #d9d9d9;
  color: #707070; }

.btn.btn-menu {
  padding: 10px 20px;
  margin: 15px 5px 0;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-weight: bold;
  color: #707070; }

.btn.btn-menu:focus,
.btn.btn-menu:hover {
  background-color: #ffa600;
  border-color: #ffa600;
  color: #ffffff; }

.btn.small {
  padding: 5px 35px; }

.btn.full {
  text-transform: uppercase;
  width: 100%; }

.btn.full.small-font {
  text-transform: none;
  font-size: 17px; }

.btn.big-font {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px; }

.btn.small-font {
  font-size: 13px; }

.main-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffa600; }
  .main-header h1 {
    flex-grow: 5;
    font-weight: 700; }

.main-header__cart-info {
  display: flex;
  align-self: center;
  margin-top: 8px; }
  @media screen and (max-width: 47.9375em) {
    .main-header__cart-info {
      flex-direction: column;
      width: 100%; } }

.main-header__cart-summary {
  display: flex;
  align-items: center;
  margin-right: 4px;
  padding: 8px 16px;
  background-color: #f8f8f8;
  font-weight: 700; }
  @media screen and (max-width: 74.9375em) {
    .main-header__cart-summary {
      margin-bottom: 16px; } }
  @media screen and (max-width: 47.9375em) {
    .main-header__cart-summary {
      margin: 0; } }

.secondary-header {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffa600; }

.secondary-header_special {
  border-color: #e44d00; }

.secondary-header_popular {
  border-color: #6718a0; }

.secondary-header__title {
  display: block;
  margin-bottom: 13px;
  font-size: 21px;
  font-weight: 700; }
  .secondary-header__title:not(:last-child) {
    margin-right: 16px; }

.secondary-header__link {
  border-bottom: 1px solid;
  color: #707070; }
  .secondary-header__link:hover {
    color: #ffa600;
    border-color: transparent; }

.secondary-header .label {
  font-size: 13px; }

.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  @media print, screen and (min-width: 48em) {
    .products {
      margin: 0 -10px; } }
  @media print, screen and (min-width: 62em) {
    .products {
      margin: 0 -15px; } }
  @supports (display: grid) {
    .products {
      display: grid;
      grid-template-columns: repeat(2, minmax(120px, 1fr));
      grid-row-gap: 30px;
      margin-bottom: 30px; }
      @media print, screen and (min-width: 62em) {
        .products:not(.products_narrow) {
          grid-template-columns: repeat(3, minmax(300px, 1fr)); } }
      @media screen and (max-width: 21.875em) {
        .products {
          grid-template-columns: 1fr; } } }

.products__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0px 1 1;
  margin-bottom: 30px;
  margin-bottom: 30px;
  border: 3px solid transparent;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .products__item {
      flex-basis: 50%;
      padding: 10px; } }
  @media print, screen and (min-width: 62em) {
    .products__item {
      flex-basis: 33.3333%;
      padding: 10px 15px; } }
  @supports (display: grid) {
    .products__item {
      margin-bottom: 0; } }
  .products__item:hover {
    border-color: #ffa600; }

.products__img {
  display: flex;
  align-items: center;
  height: 235px;
  overflow: hidden; }
  @media screen and (max-width: 47.9375em) {
    .products__img {
      height: 117.5px; } }
  .products__img img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: transform 2000ms ease-in-out; }
  .products__item:hover .products__img img {
    transform: scale(1.2); }

.products__description {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  color: #252525;
  background-color: #f2f2f2;
  padding: 30px 20px 20px; }
  @media screen and (max-width: 47.9375em) {
    .products__description {
      padding: 20px 8px 12px; } }

.products__name {
  font-size: 15px;
  font-weight: bold; }
  @media screen and (max-width: 47.9375em) {
    .products__name {
      font-size: 14px;
      line-height: 1.2;
      margin-bottom: 8px; } }

.products__link::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 6; }

.products__link:hover {
  border-bottom: 1px solid;
  text-decoration: none; }

.products__params {
  margin-bottom: auto;
  font-size: 11px;
  color: #707070; }

.products__price {
  font-size: 17px;
  margin-top: 20px;
  font-weight: bold; }

.products__price-discount {
  font-size: 13px;
  color: #707070;
  text-decoration: line-through;
  padding-left: 10px; }
  @media screen and (max-width: 47.9375em) {
    .products__price-discount {
      display: block;
      padding-left: 0; } }

.products__add-cart {
  position: absolute;
  left: 50%;
  bottom: -29px;
  display: none;
  margin-left: -70px;
  z-index: 10; }
  .products__item:hover .products__add-cart {
    display: block; }

.products__markers {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  color: #ffffff;
  font-size: 13px;
  left: 0;
  top: 10px;
  text-transform: uppercase; }
  @media print, screen and (min-width: 48em) {
    .products__markers {
      left: 15px;
      top: 245px; } }

.products__marker {
  float: left;
  color: #ffffff;
  font-size: 11px;
  position: relative;
  padding: 5px 6px 3px 12px;
  transform: translateY(-50%);
  text-transform: uppercase;
  z-index: 5; }
  @media print, screen and (min-width: 48em) {
    .products__marker {
      height: 40px;
      left: -6px;
      font-size: 13px;
      padding: 10px 10px 10px 24px; } }
  .products__marker:nth-child(2) {
    z-index: 4; }
  .products__marker:nth-child(3) {
    z-index: 3; }
  .products__marker:nth-child(4) {
    z-index: 2; }
  .products__marker:nth-child(5) {
    z-index: 1; }
  .products__marker::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 5px solid #ffffff;
    border-bottom: 12px solid transparent; }
    @media print, screen and (min-width: 48em) {
      .products__marker::after {
        border-top: 20px solid transparent;
        border-left: 15px solid #ffffff;
        border-bottom: 20px solid transparent; } }
  .products__marker:first-child {
    padding-left: 6px; }
    @media print, screen and (min-width: 48em) {
      .products__marker:first-child {
        padding-left: 10px; } }
  @media print, screen and (min-width: 48em) {
    .products__marker:first-child::before {
      content: '';
      top: 100%;
      left: 0;
      position: absolute;
      border-width: 4px 3px;
      border-style: solid;
      border-color: #b2b2b2 #b2b2b2 transparent transparent; } }

.products__marker_hit {
  background-color: #6718a0; }
  .products__marker_hit::after {
    border-left-color: #6718a0; }

.products__marker_sale {
  background-color: #e44d00; }
  .products__marker_sale::after {
    border-left-color: #e44d00; }

.products__marker_new {
  background-color: #b4d800; }
  .products__marker_new::after {
    border-left-color: #b4d800; }

.products__delivery-info {
  position: absolute;
  color: #ffffff;
  font-size: 11px;
  right: 0px;
  top: 117.5px;
  display: block;
  width: 120px;
  padding: 3px 8px 4px;
  text-align: left;
  line-height: 1.2;
  transform: translateY(-50%);
  background-color: #a2a2a2;
  background-position: 2px 50%;
  background-repeat: no-repeat; }
  @media print, screen and (min-width: 48em) {
    .products__delivery-info {
      top: 245px;
      right: 10px;
      height: 40px;
      padding-left: 56px;
      background-image: url(../images/icons/delivery.svg);
      font-size: 13px; } }
  .products__delivery-info::after {
    position: absolute;
    top: 0;
    right: 100%;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 6px solid #a2a2a2;
    border-bottom: 10px solid transparent; }
    @media print, screen and (min-width: 48em) {
      .products__delivery-info::after {
        border-top: 20px solid transparent;
        border-right: 15px solid #a2a2a2;
        border-bottom: 20px solid transparent; } }
  @media print, screen and (min-width: 48em) {
    .products__delivery-info::before {
      content: '';
      top: 100%;
      right: 0;
      position: absolute;
      border-width: 4px 3px;
      border-style: solid;
      border-color: #616161 transparent transparent #616161; } }

.products__stock {
  padding-top: 8px; }

@media print, screen and (min-width: 48em) {
  .products__stock-empty {
    margin-left: 16px; } }

.categories {
  padding-top: 16px;
  text-align: center; }

.categories__item {
  position: relative;
  margin-bottom: 16px; }

.categories__img {
  height: 120px;
  margin-bottom: 8px; }
  .categories__img img {
    max-height: 100%; }

.categories__link::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.categories__link:hover {
  border-bottom: 1px solid;
}
.category-tags {
  display: block;
}
.category-tags:not(._active) {
  max-height: 80px;
}
.category-tags-active{
  border: 2px solid #c4c4c4;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;

  position:relative;
}

.category-tags {
  border: 2px solid #c4c4c4;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
  text-overflow: ellipsis;

  line-height: 16px;

  position:relative;
}
#show-more {
  font-size: 16px;
  margin: -35px auto 0px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 125px;
  background-color: #ffffff;
}

.category-tags:not(._active)::after{
   content:"";
   position:absolute;
   top:60px;
   left:0;
   background: -webkit-linear-gradient(#fff, #ffffff);
   background: linear-gradient(rgba(0,0,0,0), #ffffff);
   height:20px;
   width:100%;
}

.category-tags__link {
  display: inline-block;
  margin: 0 15px 0 0;
  border-bottom: 1px solid;
  padding: 3px 0px 4px 0px;	
  text-decoration:none !important;	
}

.category-tags__link_active {
	background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    padding: 2px 24px 4px 8px;	
	position:relative;
}

.category-tags__link_active:before {
    content: "\2715";
	position:absolute;
	right:8px;
	top:4px;
}

.sorting {
  display: flex; }
  @media print, screen and (min-width: 48em) {
    .sorting {
      justify-content: flex-end; } }

.sorting__label {
  margin-right: 4px; }

.sorting__selected {
  position: relative;
  padding-right: 12px;
  font-weight: 700;
  cursor: pointer; }
  .sorting__selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -1px;
    margin-left: 4px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #000; }
  .sorting__selected:hover {
    color: #ffa600; }
    .sorting__selected:hover::after {
      border-color: #ffa600; }

.sorting__list {
  position: relative; }

.sorting__options {
  position: absolute;
  right: 0;
  top: 100%;
  display: none;
  min-width: 130px;
  margin: 4px 0 0;
  padding: 8px 0;
  list-style: none;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0.375rem 0.625rem -0.375rem rgba(0, 0, 0, 0.5);
  z-index: 10; }

.sorting__options_opened {
  display: block; }

.sorting__link {
  position: relative;
  display: block;
  padding: 2px 16px; }
  .sorting__link:hover {
    background-color: #c4c4c4; }
  .sorting__item_active .sorting__link {
    padding-right: 24px;
    color: #616161;
    background-color: #f8f8f8; }
    .sorting__item_active .sorting__link::after {
      content: '';
      position: absolute;
      right: 12px;
      top: 8px;
      width: 12px;
      height: 6px;
      border-style: solid;
      border-color: #ffa600;
      border-width: 0 0 2px 2px;
      transform: rotate(-45deg); }

.filter-title {
  position: relative;
  padding: 0 8px 0 0;
  background-color: transparent;
  border: none;
  font-size: 20px;
  font-weight: 700; }
  @media screen and (max-width: 47.9375em) {
    .filter-title {
      margin-bottom: 8px; } }
  .filter-title::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    margin-left: 4px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #000;
    transition: transform 250ms; }
  .filter-title:hover {
    color: #ffa600; }
    .filter-title:hover::after {
      border-color: #ffa600; }

.filter-title_active::after {
  transform: rotate(-45deg); }

.filter {
  display: none;
  padding: 32px 0 0; }

.filter_opened {
  display: block; }

.filter__item {
  margin-bottom: 32px; }

.filter__title {
  display: block;
  font-weight: 700;
  margin-bottom: 8px; }

.filter__actions {
  display: flex;
  justify-content: flex-end;
  margin-top: -16px; }
  .filter__actions .btn {
    margin-bottom: 0;
    margin-left: 8px; }

.filter__select {
  display: block;
  width: 100%;
  padding: 10px 8px;
  border: 1px solid #c4c4c4;
  background-color: #fff; }

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr;
  margin-left: 8px;
  margin-right: 8px; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }
  .noUi-base::before, .noUi-base::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -8px;
    display: block;
    width: 20px;
    background-color: #c4c4c4;
    border-radius: 2px; }
  .noUi-base::after {
    left: auto;
    right: -8px; }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-horizontal {
  height: 4px; }

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-top: -6px;
  transform: translateX(-50%); }

.noUi-vertical {
  width: 4px; }

.noUi-vertical .noUi-handle {
  width: 16px;
  height: 16px;
  left: 50%;
  top: 0;
  margin-top: -6px;
  transform: translateY(-50%); }

.noUi-target {
  background: #c4c4c4;
  border-radius: 2px; }

.noUi-connect {
  background: #ffa600; }

.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 4px solid #ffa600;
  border-radius: 50%;
  background: #f8f8f8;
  cursor: pointer; }
  .noUi-handle:hover {
    border: 4px solid #000;
    background: #fff; }
  .noUi-handle.noUi-active {
    border: 4px solid #000;
    background: #ffa600; }

[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #c4c4c4; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

.noui-slider-values {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px; }

.noui-slider-start,
.noui-slider-end {
  flex-grow: 2;
  width: 0;
  padding: 10px 8px;
  border: 1px solid #c4c4c4; }
  @media screen and (max-width: 47.9375em) {
    .noui-slider-start,
    .noui-slider-end {
      font-size: 16px; } }
  .noui-slider-start:first-child,
  .noui-slider-end:first-child {
    margin-right: 8px; }
  .noui-slider-start:last-child,
  .noui-slider-end:last-child {
    margin-left: 8px; }

.stock_product {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 24px;
  padding: 16px;
  background-color: #f8f8f8;
  font-size: 18px; }

.stock__container {
  display: inline-block;
  width: 42px;
  height: 22px;
  background-image: url(../images/bg/segment_gray.svg); }
  @media print, screen and (min-width: 62em) {
    .stock__container {
      margin-left: 4px; } }
  .stock_product .stock__container {
    margin-left: 8px; }

.stock__count {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/segment.svg);
  text-indent: -9999px; }

.stock__count_1 {
  width: 20%; }

.stock__count_2 {
  width: 40%; }

.stock__count_3 {
  width: 60%; }

.stock__count_4 {
  width: 80%; }

.stock__text {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .stock__text:not(:last-child) {
    margin-bottom: 8px; }
  @media screen and (max-width: 47.9375em) {
    .stock__text {
      flex-direction: column; } }
  .stock_product .stock__text {
    font-weight: 700; }

.stock__empty {
  display: inline-block;
  width: 70%;
  margin-left: 26px;
  padding: 0 16px; }
  .stock__empty a {
    position: relative;
    z-index: 6;
    white-space: nowrap; }

.stock__delivery {
  width: 100%;
  margin-bottom: 0;
  text-align: center; }
  .stock__delivery strong {
    text-transform: uppercase; }

.stock__button {
  display: inline-block;
  margin-left: 12px;
  padding: 0;
  color: #ffa600;
  background-color: transparent;
  border: none;
  border-bottom: 1px dashed;
  line-height: 1.2; }
  .stock__button:hover {
    color: #000; }

.stock__stores {
  position: absolute;
  top: 100%;
  top: calc(100% + 8px);
  display: none;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  box-shadow: 0 0.75rem 1.25rem -0.75rem rgba(0, 0, 0, 0.5);
  z-index: 5; }
  .stock__stores::before, .stock__stores::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff transparent;
    border-width: 8px;
    border-style: solid; }
    @media print, screen and (min-width: 48em) {
      .stock__stores::before, .stock__stores::after {
        left: 70%; } }
  .stock__stores::after {
    bottom: calc(100% + 1px);
    border-bottom-color: #c4c4c4;
    z-index: -1; }

.stock__stores_visible {
  display: block; }

.stock__info {
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center; }

.category-control {
  margin-bottom: 32px;
  padding: 12px 16px;
  background-color: #f2f2f2;
  border-radius: 3px; }

.category-slider {
  position: relative;
  margin-bottom: 24px; }
  .category-slider .tns-nav {
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
    .category-slider .tns-nav button {
      position: relative;
      width: 18px;
      height: 18px;
      margin: 0;
      padding: 0;
      background-color: transparent;
      border: none; }
      .category-slider .tns-nav button::after {
        content: '';
        position: absolute;
        left: 4px;
        right: 4px;
        top: 4px;
        bottom: 4px;
        display: block;
        border-radius: 50%;
        background-color: #f8f8f8; }
      .category-slider .tns-nav button:hover::after {
        background-color: #fff; }
      .category-slider .tns-nav button.tns-nav-active::after {
        background-color: #ffa600; }

.category-slider__list {
  display: flex; }

.category-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.category-text {
  margin-bottom: 32px;
  padding-top: 16px; }

.stores-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: normal; }

.stores-list__item {
  position: relative;
  padding: 16px;
  transition: background-color 250ms; }
  .stores-list__item:not(:last-child) {
    border-bottom: 1px solid #c4c4c4; }
  .stores-list__item:hover {
    background-color: #f8f8f8; }

.stores-list__title {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: bold;
  transition: color 250ms; }
  .stores-list__title:hover {
    color: #ffa600; }
  .stores-list__title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.stores-list__address {
  margin-bottom: 4px; }

.stores-list__phone {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid transparent;
  transition: boder-color 250ms; }
  .stores-list__phone:hover {
    border-color: #000; }

.product-imgs {
  position: relative; }

.product-imgs__list {
  height: 360px; }

.product-imgs__item {
  position: relative;
  display: inline-flex;
  height: 360px;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .product-imgs__item img {
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.product-imgs .tns-outer {
  position: relative; }

.product-imgs .tns-controls:focus {
  outline: none; }

.product-imgs .tns-controls button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #ffa600;
  z-index: 5;
  text-indent: -9999px;
  overflow: hidden; }
  .product-imgs .tns-controls button::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    display: block;
    width: 14px;
    height: 14px;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: #fff; }
  .product-imgs .tns-controls button:first-child {
    left: 1rem; }
    .product-imgs .tns-controls button:first-child::after {
      margin-left: 2px;
      transform: translate(-50%, -50%) rotate(-135deg); }
  .product-imgs .tns-controls button:last-child {
    right: 1rem; }
    .product-imgs .tns-controls button:last-child::after {
      margin-left: -2px; }
  .product-imgs .tns-controls button:hover {
    background-color: #ffc14d; }

.product-imgs__thumbs {
  display: flex;
  height: 80px;
  margin: 20px -10px;
  padding: 0;
  list-style: none; }

.product-imgs__thumb {
  position: relative;
  flex-basis: 16.666%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  opacity: .5;
  cursor: pointer;
  transition: opacity 250ms; }
  .product-imgs__thumb:focus {
    outline: none; }
  .product-imgs__thumb img {
    max-width: 100%;
    max-height: 100%; }
  .product-imgs__thumb:hover, .product-imgs__thumb.tns-nav-active {
    opacity: 1; }

.product-imgs__zoom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 250ms;
  z-index: 5; }

.product-description__table {
  margin-bottom: 10px; }
  .product-description__table td {
    padding: 5px 0; }
  .product-description__table:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.product-order {
  margin-bottom: 24px; }

.product-payments__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px; }
  .product-payments__item .payment-methods {
    padding-top: 0; }
  .product-payments__item .payment-methods__item {
    margin-bottom: 0; }

.product-payments__label {
  background-color: #f5f5f5;
  color: #252525;
  padding: 10px 15px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px; }

.product-questions {
  background-color: #f5f5f5;
  padding: 10px;
  margin-bottom: 20px;
  border-top: 2px solid #e2e2e2; }
  .product-questions .product-question-element {
    padding-left: 20px;
    font-size: 20px;
    color: #ffa600;
    padding-right: 5px; }
  .product-questions a {
    vertical-align: text-bottom;
    font-size: 15px;
    color: #252525;
    border-bottom: 1px solid #252525; }
    .product-questions a:hover {
      border-bottom: none;
      text-decoration: none; }

.product-share {
  font-size: 15px;
  color: #252525;
  background-color: #f5f5f5;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px; }

.product-article {
  padding: 5px;
  background-color: #fff;
  border: solid 1px #c0c0c0;
  border-radius: 3px; }

.product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 0 0; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .product-price {
      align-items: flex-start; } }

.product-price__amount {
  color: #252525;
  font-size: 31px; }

.product-price__count {
  margin-left: auto; }
  @media screen and (min-width: 48em) and (max-width: 61.9375em) {
    .product-price__count {
      margin-left: 0; } }

.product-price__discount {
  display: block;
  font-size: 13px;
  color: #E44D00;
  text-decoration: line-through; }

.product-state {
  color: #252525;
  line-height: 20px; }
  .product-state .info-icon {
    color: #e4e4e4;
    font-size: 20px;
    margin-right: 5px; }
  .product-state .text-success {
    color: #1aa41a; }

.product-option__header {
  font-size: 15px;
  color: #252525;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 20px 0 10px;
  border-bottom: 2px solid #ffa600;
  display: inline-block;
  width: 100%;
  cursor: pointer; }
  .product-option__header span {
    float: right;
    text-align: right; }
  .product-option__header:hover {
    color: #ffa600; }

.product-option__dropdown {
  background-color: #ffffff; }

.product-option__dropdown_closed {
  opacity: 0;
  height: 0; }

.product-services {
  margin: 0;
  padding: 8px 0 0;
  list-style: none; }

.product-services__item {
  margin-bottom: 24px;
  padding-left: 32px;
  background-image: url(../images/icons/ico-question.svg);
  background-repeat: no-repeat;
  background-position: 0 1px; }

.product-advantages-table tr td {
  border: none !important; }

.product-advantages-table tr td {
  padding: 0 !important;
  vertical-align: middle !important; }

.product-advantages-table tr td:first-child {
  text-align: left; }

.product-advantages-table tr td img {
  margin: 15px 0; }

.product-advantages-table span {
  font-size: 15px;
  font-weight: 700; }

.input {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  font-weight: 400; }

.input__text {
  order: 1;
  display: block;
  padding: 1rem 1rem 1rem 0;
  color: #616161;
  line-height: 1;
  font-size: 16px;
  transform-origin: left top;
  transition: transform 250ms, color 250ms; }
  .input__field:focus + .input__text {
    color: #ffa600; }
  .input__field_status_valid + .input__text,
  .input__field_status_valid:focus + .input__text {
    color: #b3d700; }
  .input__field_status_invalid + .input__text,
  .input__field_status_invalid:focus + .input__text {
    color: #E44D00; }
  .input_floating .input__text {
    position: absolute;
    top: 0.85rem;
    left: 0.5rem;
    margin-left: 0; }
  .input_floating .input__field:focus + .input__text {
    transform: translateY(-2.25rem) scale(0.8); }
  .input_floating .input__field_filled + .input__text {
    transform: translateY(-2.25rem) scale(0.8); }

.input__field {
  order: 2;
  width: 100%;
  padding: 0.875rem;
  border: 2px solid #616161;
  border-radius: 2px;
  font-size: 16px;
  transition: border-color 250ms, box-shadow 250ms; }
  .input__field:invalid {
    outline: none;
    box-shadow: none; }
  .input__field:hover {
    border-color: #2e2e2e; }
  .input__field:focus {
    border-color: #ffa600;
    box-shadow: 0 0.375rem 0.625rem -0.375rem rgba(0, 0, 0, 0.5); }

.input__field_status_valid {
  border-color: #b3d700; }
  .input__field_status_valid:focus {
    border-color: #b3d700; }
  .input__field_status_valid:hover {
    border-color: #5e7100; }

.input__field_status_invalid {
  border-color: #E44D00; }
  .input__field_status_invalid:focus {
    border-color: #E44D00; }
  .input__field_status_invalid:hover {
    border-color: #7e2b00; }

.input__helper,
.input__error {
  order: 3;
  display: inline-block;
  padding: 0.75rem 0.5rem 0.5rem 0;
  color: #c4c4c4;
  font-size: font-size(small);
  line-height: 1; }
  .input__field_status_invalid ~ .input__helper, .input__field_status_invalid ~
  .input__error {
    opacity: 0; }

.input__error {
  position: absolute;
  top: 80px;
  opacity: 0; }
  .input__field_status_invalid ~ .input__error {
    opacity: 1; }

.modals {
  display: none; }

.modal-form {
  max-width: 500px; }

.modal-form__header {
  margin-bottom: 16px; }

.modal-form__body {
  margin-bottom: 16px; }

.modal-form__footer {
  display: flex;
  justify-content: flex-end; }
  .modal-form__footer .btn {
    margin: 0;
    margin-left: 8px;
    padding: 0;
    height: 64px;
    width: 100%;	
}
  .modal-form__footer .btn:first-child {
	margin-left: 0;
  }
/* Rating */
.rating {
  margin: 0 0 1em;
  padding: 0;
  border: none; }

/* Caption */
.rating__caption {
  display: block;
  margin: 0;
  padding: 1rem 1rem 1rem 0;
  color: #616161;
  background-color: #fff;
  border: none;
  line-height: 1;
  font-size: 16px;
  transform-origin: left top;
  transition: transform 250ms, color 250ms; }

/* Group */
.rating__group {
  position: relative;
  width: 120px;
  height: 24px;
  background-image: url("../images/icons/star_off.svg");
  background-size: 24px auto;
  background-repeat: repeat-x; }

.rating__group:focus-within {
  outline: 0.2em solid #ffa600;
  outline-offset: 0.2em; }

/* Star */
.rating__input,
.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 24px;
  font-size: inherit;
  background-size: 24px auto;
  background-repeat: repeat-x;
  border: none;
  cursor: pointer; }

.rating__input {
  opacity: 0; }

.rating__star:focus {
  outline: none; }

.rating__input:hover + .rating__star ~ .rating__star {
  background-image: url("../images/icons/star_off.svg"); }

.rating__input:checked + .rating__star,
.rating__input:hover + .rating__star {
  background-image: url("../images/icons/star_on.svg"); }

/* Options */
.rating__input:nth-of-type(1) {
  z-index: 10;
  width: 24px; }

.rating__input:nth-of-type(2) {
  z-index: 9;
  width: 48px; }

.rating__input:nth-of-type(3) {
  z-index: 8;
  width: 72px; }

.rating__input:nth-of-type(4) {
  z-index: 7;
  width: 96px; }

.rating__input:nth-of-type(5) {
  z-index: 6;
  width: 120px; }

.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 24px; }

.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 48px; }

.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 72px; }

.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 96px; }

.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 120px; }

legend {
  margin-bottom: 15px;
  border: none;
  font-size: 15px;
  font-weight: 700; }

.checkbox {
  display: block;
  margin-bottom: 1rem;
  color: #616161;
  cursor: pointer;
  transition: color 250ms; }
  .checkbox:hover {
    color: #000; }

.checkbox_white {
  color: #c4c4c4; }
  .checkbox_white:hover {
    color: #fff; }

.checkbox__input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute; }

.checkbox__text {
  position: relative;
  display: block;
  padding-left: 2.375rem; }
  .checkbox__text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.0625rem;
    display: block;
    flex-shrink: 0;
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 0.5rem;
    border: 2px solid #616161;
    border-radius: 2px;
    transition: background-color 250ms, border-color 250ms, box-shadow 250ms; }
  .checkbox__text::after {
    content: '';
    position: absolute;
    left: 0.8125rem;
    top: 0.69837rem;
    width: 0.98485rem;
    height: 0.54167rem;
    border-style: solid;
    border-color: transparent;
    border-width: 0 0 2px 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: border-color 250ms; }
  .checkbox__text a {
    border-bottom: 1px solid; }
    .checkbox__text a:hover {
      color: #ffa600;
      text-decoration: none; }
    .checkbox_white .checkbox__text a {
      color: #fff; }
      .checkbox_white .checkbox__text a:hover {
        color: #ffa600; }
  .checkbox:hover .checkbox__text::before {
    border-color: #000; }
  .checkbox_white:hover .checkbox__text::before {
    border-color: #f8f8f8; }
  .checkbox__input:focus + .checkbox__text::before {
    border-color: #000;
    box-shadow: 0 0 0 0.5rem rgba(97, 97, 97, 0.1); }
  .checkbox__input:checked + .checkbox__text::before {
    background-color: #ffa600;
    border-color: #ffa600; }
  .checkbox__input:checked + .checkbox__text::after {
    border-color: #fff; }
  .checkbox__input:checked:hover + .checkbox__text::before {
    background-color: #ffb429;
    border-color: #ffb429; }
  .checkbox__input:checked:focus + .checkbox__text::before {
    box-shadow: 0 0 0 0.5rem rgba(255, 166, 0, 0.1); }

.checkbox__helper,
.checkbox__error {
  order: 3;
  display: inline-block;
  padding: 0.25rem;
  padding-left: 2.375rem;
  color: #c4c4c4;
  font-size: font-size(small);
  line-height: 1; }
  .input__field_status_invalid ~ .checkbox__helper, .input__field_status_invalid ~
  .checkbox__error {
    opacity: 0; }

.radio {
  display: block;
  margin-bottom: 2rem;
  color: #616161;
  transition: color 250ms; }
  .radio:hover {
    color: #000; }

.radio__input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute; }

.radio__text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 2.375rem; }
  .radio__text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.0625rem;
    display: block;
    flex-shrink: 0;
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 0.5rem;
    border: 2px solid #616161;
    border-radius: 50%;
    transition: background-color 250ms, border-color 250ms, box-shadow 250ms; }
  .radio__text::after {
    content: '';
    position: absolute;
    left: 0.3125rem;
    top: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color 250ms; }
  .radio:hover .radio__text::before {
    border-color: #000; }
  .radio__input:focus + .radio__text::before {
    border-color: #000;
    box-shadow: 0 0 0 0.5rem rgba(97, 97, 97, 0.1); }
  .radio__input:checked + .radio__text::before {
    border-color: #ffa600; }
  .radio__input:checked + .radio__text::after {
    background-color: #ffa600; }
  .radio__input:checked:hover + .radio__text::before {
    border-color: #ffb429; }
  .radio__input:checked:hover + .radio__text::after {
    background-color: #ffb429; }
  .radio__input:checked:focus + .radio__text::before {
    box-shadow: 0 0 0 0.5rem rgba(255, 166, 0, 0.1); }

.radio__helper {
  order: 3;
  display: inline-block;
  padding: 0.25rem;
  padding-left: 2.375rem;
  color: #c4c4c4;
  font-size: font-size(small);
  line-height: 1; }
  .input__field_status_invalid ~ .radio__helper {
    opacity: 0; }

.radio__warning {
  align-self: center;
  margin-left: 10px;
  margin-right: 16px;
  margin-top: -10px;
  padding: 10px;
  color: #8a6d3b;
  background-color: #f8f8f8;
  border-radius: 5px;
  font-weight: 700; }

.radio__payments {
  display: flex;
  align-items: center;
  margin-top: -14px; }
  .radio__payments .payment-methods {
    padding-top: 10px; }
  @media screen and (max-width: 47.9375em) {
    .radio__payments {
      padding-top: 16px; } }

.radio__payments-title {
  margin-right: 16px;
  padding: 6px 10px;
  background-color: #f8f8f8; }

.radio__checked-comment {
  display: none;
  margin-top: 4px;
  padding: 4px 6px;
  background-color: #f8f8f8;
  border-radius: 5px;
  font-size: 13px; }
  .radio__input:checked ~ .radio__checked-comment {
    display: inline-block; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px 25px; } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffa600; }
  @media screen and (max-width: 47.9375em) {
    .nav-tabs {
      flex-direction: column; } }
  @media print, screen and (min-width: 48em) {
    .nav-tabs li:not(:last-child) {
      margin-right: 35px; } }
  @media screen and (max-width: 47.9375em) {
    .nav-tabs li:not(:last-child) {
      border-bottom: 1px solid rgba(196, 196, 196, 0.5); } }
  .nav-tabs a {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none; }
    @media screen and (max-width: 47.9375em) {
      .nav-tabs a {
        display: block;
        padding: 0.5rem;
        background-color: #f8f8f8;
        text-align: center;
        border: none; }
        .nav-tabs a:hover {
          border: none; } }
  .nav-tabs .active a {
    font-weight: 700; }
    @media screen and (max-width: 47.9375em) {
      .nav-tabs .active a {
        background-color: rgba(196, 196, 196, 0.5); } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  transition: all 0s; }
  .tns-slider > .tns-item {
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important; }
  .tns-gallery > .tns-moving {
    transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.tns-complete {
    opacity: 1; }

.tns-ah {
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }
  .tns-vpfix > div, .tns-vpfix > li {
    display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left; }

.counter {
  display: flex;
  align-items: center; }

.counter__input {
  width: 50px;
  margin: 0 8px;
  font-size: 24px;
  color: #252525;
  border: 2px solid #f5f5f5;
  text-align: center;
  -moz-appearance: textfield; }
  .counter__input[type="number"]::-webkit-inner-spin-button, .counter__input[type="number"]::-webkit-inner-outer-button {
    -webkit-appearance: none;
    margin: 0; }

.counter__button {
  width: 34px;
  height: 34px;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  font-size: 24px; }
  .counter__button:hover {
    color: #fff;
    background-color: #000; }

.blog__item {
  position: relative;
  margin-bottom: 40px; }

.blog__title {
  margin-bottom: 10px;
  font-size: 21px; }
  .blog__title h2 {
    margin-top: 0;
    line-height: 1.2; }

.blog__link {
  font-size: 21px;
  font-weight: bold;
  color: #202020;
  border-bottom: 1px solid; }
  .blog__link:hover {
    border-bottom: none;
    color: #ffa600; }
  .blog__link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.blog__date {
  font-size: 11px;
  color: #707070;
  text-transform: uppercase;
  padding-top: 10px; }

.blog__description {
  font-size: 15px;
  color: #000000; }

.contacts {
  font-size: 15px;
  color: #252525; }

.contacts__bg-block {
  background-color: #f5f5f5;
  padding: 20px; }

.contacts__warning {
  color: #ffa600; }

.contacts__title {
  font-size: 18px;
  font-weight: bold; }

.contacts__hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.contacts__info {
  color: #252525; }

.contacts__department {
  margin-bottom: 32px;
  padding: 24px;
  background-color: #f8f8f8;
  line-height: 1.6; }
  .contacts__department > *:last-child {
    margin-bottom: 0; }

.contacts__schedule {
  margin-bottom: 32px;
  padding: 24px;
  background-color: #f8f8f8;
  line-height: 1.6; }
  .contacts__schedule > *:last-child {
    margin-bottom: 0; }

.map {
  height: 300px;
  margin-bottom: 1rem; }
  @media print, screen and (min-width: 48em) {
    .map {
      height: 460px; } }
  @media print, screen and (min-width: 62em) {
    .map {
      height: 600px;
      margin-bottom: 3rem; } }

.addresses {
  margin: 0;
  padding: 0;
  list-style: none; }

@media screen and (max-width: 61.9375em) {
  .addresses_aside {
    padding-top: 2rem; } }

.addresses__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
  padding: 2rem 0;
  transition: background-color 250ms; }
  .addresses__item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    display: block;
    height: 1px;
    background-color: #c4c4c4; }
  .addresses__item > * {
    flex-grow: 0;
    padding: 0 1rem; }
  .addresses__item:hover {
    background-color: #f8f8f8; }

.addresses__img {
  flex-basis: 20%;
  flex-grow: 1; }
  @media screen and (max-width: 47.9375em) {
    .addresses:not(.addresses_aside) .addresses__img {
      display: none; } }
  .addresses_aside .addresses__img {
    margin-bottom: 2rem; }

.addresses__description {
  flex-basis: 40%; }
  .addresses_aside .addresses__description {
    margin-bottom: 2rem; }
  @media screen and (max-width: 47.9375em) {
    .addresses__description {
      flex-basis: 80%;
      margin-bottom: 1.5rem; } }

.addresses__link {
  border-bottom: 2px solid transparent;
  font-size: 18px;
  font-weight: bold;
  transition: border-color 250ms; }
  .addresses__link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .addresses__link:hover {
    border-color: #000; }

.addresses__address {
  padding-top: 0.5rem; }

.addresses__subways {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.addresses__subway {
  padding-left: 2rem;
  background-position: left 50%;
  background-repeat: no-repeat;
  background-size: 14px; }

.addresses__subway_spb {
  background-image: url(../images/icons/metro_spb.svg); }

.addresses__subway_msk {
  background-image: url(../images/icons/metro_msk.svg); }

.addresses__time {
  flex-basis: 20%; }
  @media screen and (max-width: 47.9375em) {
    .addresses__time {
      flex-basis: 50%; } }
  .addresses_aside .addresses__time {
    margin-bottom: 2rem; }

.addresses__contacts {
  flex-basis: 20%;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 47.9375em) {
    .addresses__contacts {
      flex-basis: 50%; } }
  .addresses_aside .addresses__contacts {
    margin-bottom: 2rem; }

.addresses__contact {
  margin-bottom: 0.5rem; }
  .addresses__contact a {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid transparent;
    transition: border-color 250ms; }
    .addresses__contact a:hover {
      border-color: #000;
      text-decoration: none; }

.faq-list__label {
  font-size: 11px;
  color: #707070;
  text-transform: uppercase;
  font-weight: normal; }

.faq-list__question {
  width: 100%;
  display: block;
  margin-top: 20px;
  font-weight: bold; }

.faq-list__answer {
  width: 100%;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block; }

.faq-list__hr {
  width: 100px;
  border-color: #ffa600;
  border-width: 2px;
  margin: 0; }

.faq-category__title {
  margin: 40px 0 10px;
  font-size: 15px;
  font-weight: bold;
  color: #252525;
  margin-top: 40px; }

.faq-category__nav {
  border-top: 2px solid #ffa600; }

.faq-category__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f8f8f8; }

.faq-category__link {
  display: block;
  padding: 20px;
  font-size: 15px; }
  .faq-category__link:hover {
    background-color: #dfdfdf; }
  .faq-category__item_active .faq-category__link {
    color: #ffa600;
    font-weight: 700; }

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 -15px; }

.actions__item {
  position: relative;
  flex-basis: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
  padding: 0 15px; }
  @media print, screen and (min-width: 48em) {
    .actions__item {
      flex-basis: 50%; } }
  @media print, screen and (min-width: 62em) {
    .actions__item {
      flex-basis: 33.333%; } }
  .actions_aside .actions__item {
    flex-basis: 100%; }

.actions__img {
  position: relative;
  padding-top: 66%;
  overflow: hidden;
  transition: opacity 250ms; }
  .actions:hover .actions__img {
    opacity: .7; }
  .actions__description:hover + .actions__img {
    opacity: 1; }
  .actions__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none; }

.actions__description {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f5f5f5; }

.actions__link {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
  transition: color 250ms; }
  .actions__link::before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    z-index: 3; }

.actions__date {
  margin-top: auto; }

.actions-date {
  display: inline-flex;
  align-items: baseline;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.5rem;
  color: #616161;
  background-color: #f8f8f8; }

.actions-date__title {
  margin-right: 0.5rem; }

.actions-date__text {
  color: #000;
  font-weight: bold; }

.tail-select {
  position: relative; }
  @media screen and (max-width: 47.9375em) {
    .tail-select {
      font-size: 16px; } }

.tail-select-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 24px 4px 8px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  cursor: pointer; }
  .tail-select-container::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -3px;
    margin-left: 4px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #000;
    transition: transform 250ms; }
  .tail-select-container:hover {
    border-color: #ffa600; }
    .tail-select-container:hover::after {
      border-color: #ffa600; }
  .active .tail-select-container::after {
    transform: rotate(-45deg); }

.select-handle {
  position: relative;
  margin-bottom: 4px;
  padding: 2px 24px 2px 8px;
  background-color: rgba(196, 196, 196, 0.6); }
  .select-handle:not(:last-child) {
    margin-right: 4px; }
  .select-handle::before, .select-handle::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    display: block;
    width: 12px;
    height: 2px;
    background-color: #000;
    transform: translateY(-50%) rotate(45deg); }
  .select-handle::after {
    transform: translateY(-50%) rotate(-45deg); }
  .select-handle:hover {
    background-color: rgba(196, 196, 196, 0.3); }
    .select-handle:hover::before, .select-handle:hover::after {
      background-color: #ffa600; }

.label-inner {
  margin-bottom: 4px;
  padding: 2px 0; }

.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-top: none;
  box-shadow: 0 0.375rem 0.625rem -0.375rem rgba(0, 0, 0, 0.5);
  z-index: 2; }

.dropdown-optgroup {
  margin: 0;
  padding: 8px 0;
  list-style: none; }

.dropdown-option {
  position: relative;
  padding: 4px 8px;
  cursor: pointer; }
  .dropdown-option:hover {
    color: #ffa600;
    background-color: #f8f8f8; }
  .dropdown-option.selected {
    padding-right: 24px;
    color: #616161;
    background-color: #f8f8f8; }
    .dropdown-option.selected::after {
      content: '';
      position: absolute;
      right: 12px;
      top: 8px;
      width: 12px;
      height: 6px;
      border-style: solid;
      border-color: #ffa600;
      border-width: 0 0 2px 2px;
      transform: rotate(-45deg); }
    .dropdown-option.selected:hover {
      color: #000; }

.dropdown-inner {
  overflow-y: auto; }

.pagination {
  text-align: center; }

.pagination__button-more {
  margin: 0 auto;
  padding: 0;
  font-size: 22px;
  line-height: 1.3;
  border: none;
  border-bottom: 1px dashed;
  color: #ffa600;
  background-color: transparent; }
  .pagination__button-more:hover {
    border-color: transparent; }

.pagination__pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
  border: 2px solid #ffa600;
  font-size: 15px; }

.pagination__list {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 47.9375em) {
    .pagination__list {
      width: 100%;
      margin-bottom: 16px;
      border-bottom: 2px solid #ffa600; } }

.pagination__button {
  text-transform: uppercase;
  color: #ffa600;
  padding: 6px 31px; }
  .pagination__button:first-child {
    border-right: 2px solid #ffa600; }
  .pagination__button:last-child {
    border-left: 2px solid #ffa600; }
  @media screen and (max-width: 47.9375em) {
    .pagination__button {
      order: 3;
      border-top: 2px solid #ffa600; } }
  .pagination__button:hover {
    background-color: #f8f8f8; }

.pagination__link {
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  color: #252525; }
  .pagination__link:hover {
    background-color: #eeeeee; }
  .pagination__item_active .pagination__link {
    color: #fff;
    background-color: #ffa600; }

.pagination__space {
  display: block;
  padding: 6px 15px; }

.main-slider {
  margin-bottom: 32px; }

.main-slider__controls {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  background-color: #f8f8f8; }
  @media print, screen and (min-width: 48em) {
    .main-slider__controls {
      display: flex; } }

.main-slider__nav {
  display: flex; }

.main-slider__nav-button {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #252525;
  border: none;
  background-color: #f8f8f8; }
  .main-slider__nav-button::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    display: none;
    margin-left: -5px;
    border-style: solid;
    border-width: 4px 6px;
    border-color: transparent transparent #dadada transparent; }
  .main-slider__nav-button:hover {
    color: #ffa600;
    background-color: #eeeeee; }
  .main-slider__nav-button:focus {
    outline: none; }
    .main-slider__nav-button:focus::-moz-focus-inner {
      border: 0; }
  .main-slider__nav-button.tns-nav-active {
    background-color: #dadada; }
    .main-slider__nav-button.tns-nav-active::before {
      display: block; }

.main-slider__arrows {
  display: flex;
  align-items: center; }
  .main-slider__arrows:focus {
    outline: none; }
    .main-slider__arrows:focus::-moz-focus-inner {
      border: 0; }

.main-slider__arrows-button {
  padding: 5px 12px;
  font-size: 20px;
  line-height: 20px;
  background-color: transparent;
  border: none;
  border-radius: 50%; }
  .main-slider__arrows-button:hover {
    color: #fff;
    background-color: #000; }

.breadcrumb {
  margin: 5px 0;
  padding: 8px 0; }

.login-social {
  display: flex; }

.login-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  color: #616161;
  border: 2px solid #616161;
  font-size: 20px; }
  .login-social__link:hover {
    color: #fff; }

.login-social__link_facebook:hover {
  background-color: #3a56a0;
  border-color: #3a56a0; }

.login-social__link_twitter:hover {
  background-color: #00b1ea;
  border-color: #00b1ea; }

.login-social__link_google:hover {
  background-color: #f33a15;
  border-color: #f33a15; }

.login-social__link_vkontakte:hover {
  background-color: #5a7fa8;
  border-color: #5a7fa8; }

.page-promo {
  position: relative;
  background-color: #ffa600;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
  text-align: center; }

.page-promo__container {
  max-width: 720px;
  margin: 0 auto;
  padding: 6px 15px 5px; }
  @media only screen and (min-width: 970px) {
    .page-promo__container {
      max-width: 940px; } }
  @media only screen and (min-width: 1200px) {
    .page-promo__container {
      max-width: 1170px; } }

.page-promo__header {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media print, screen and (min-width: 48em) {
    .page-promo__header {
      font-size: 18px; } }
  .page-promo__header:hover {
    color: #fff; }

a.page-promo__header::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: background-color 250ms; }

a.page-promo__header:hover::before {
  background-color: rgba(255, 255, 255, 0.2); }

.order-history {
  color: #707070; }

.order-history__header,
.order-history__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .order-history__header > *,
  .order-history__item > * {
    padding: 16px 10px; }

.order-history__item {
  margin-bottom: 8px;
  background-color: #f5f5f5;
  border-radius: 4px; }

.order-history__header {
  color: #707070; }

.order-history__number {
  flex-basis: 16%;
  min-width: 16%; }
  @media screen and (max-width: 47.9375em) {
    .order-history__number {
      flex-basis: 33.3333%;
      text-align: center; } }
  .order-history__item .order-history__number {
    color: #252525;
    font-weight: bold; }

.order-history__date {
  flex-basis: 30%;
  min-width: 30%; }
  @media screen and (max-width: 47.9375em) {
    .order-history__date {
      flex-basis: 33.3333%;
      text-align: center; } }
  .order-history__item .order-history__date {
    color: #252525;
    font-weight: bold; }

.order-history__summ {
  flex-basis: 15%;
  min-width: 15%; }
  @media screen and (max-width: 47.9375em) {
    .order-history__summ {
      flex-basis: 33.3333%;
      text-align: center; } }
  .order-history__item .order-history__summ {
    color: #252525;
    font-weight: bold; }

.order-history__state {
  flex-basis: 22%;
  min-width: 22%; }
  @media screen and (max-width: 47.9375em) {
    .order-history__state {
      flex-basis: 50%;
      border-top: 1px solid #dfdfdf; }
      .order-history__header .order-history__state {
        display: none; } }
  .order-history__item .order-history__state {
    font-weight: bold; }

.order-history__button {
  flex-basis: 16%;
  min-width: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  border-left: 1px solid #dfdfdf;
  transition: background-color 250ms; }
  @media screen and (max-width: 47.9375em) {
    .order-history__button {
      flex-basis: 50%; }
      .order-history__item .order-history__button {
        border-top: 1px solid #dfdfdf; } }
  .order-history__button::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    margin-top: 7px;
    border-style: solid;
    border-width: 7px 4px;
    border-color: #707070 transparent transparent transparent;
    transform-origin: 50% 25%;
    transition: transform 250ms; }
  .order-history__button:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .order-history__item .order-history__button {
    font-weight: bold; }

.order-history__button_active::after {
  transform: rotate(180deg); }

.order-history__details {
  flex-basis: 100%;
  display: none;
  margin: 0 2px 2px;
  background-color: #fbfbfb;
  border-top: 1px solid #dfdfdf; }

.order-history__details_visible {
  display: flex; }

.order-details {
  flex-wrap: wrap; }
  .order-details > * {
    flex-grow: 2; }

.order-details__title {
  color: #707070;
  margin-bottom: 8px; }

.order-details__list {
  flex-basis: 100%;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  font-weight: bold; }

.order-details__item {
  margin-bottom: 4px; }

.order-details__link {
  border-bottom: 1px solid transparent; }
  .order-details__link:hover {
    border-color: #303030; }

.order-details__price {
  color: #303030; }

.order-details__delivery {
  padding-right: 16px;
  color: #303030; }
  @media screen and (max-width: 47.9375em) {
    .order-details__delivery {
      flex-basis: 100%;
      margin-bottom: 16px; } }
  .order-details__delivery > *:last-child {
    margin-bottom: 0; }

.order-details__customer {
  color: #303030; }
  .order-details__customer > *:last-child {
    margin-bottom: 0; }

.chat__messages {
  max-height: 400px;
  margin-bottom: 20px;
  margin-top: 16px;
  padding-right: 8px;
  overflow-y: auto; }

.chat__title {
  margin-bottom: 8px;
  font-size: 11px; }

.chat__autor {
  font-size: 15px; }

.chat__question {
  margin-bottom: 24px;
  padding-right: 24px; }

.chat__answer {
  margin-bottom: 24px;
  padding: 16px;
  background-color: #fafafa; }

.chat__text {
  margin: 0; }

.chat__button {
  width: 100%; }

.chat__comment {
  margin-bottom: 0; }


  
.inactive {
	pointer-events:none;
	opacity:0.5;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

label.input_required, .api-mf{
    border: 0 none !important;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 0 !important;
    display: contents;
}
.button_prg{
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline;
}
.page-footer .button{
    color: #a2a2a2;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 0px;
    border-bottom: 1px solid transparent;
}
.page-footer .button:hover {
    border-color: #a2a2a2;
}