@charset "UTF-8";
* {
  -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: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, 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: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    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 {
  -webkit-border-radius: 6px;
          border-radius: 6px; }

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

.img-circle {
  -webkit-border-radius: 50%;
          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; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  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: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    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, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    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, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    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, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    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, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    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, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    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, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .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;
  -webkit-border-radius: 6px;
          border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 3px;
          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%; }

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

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

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  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;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[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;
  -webkit-border-radius: 3px;
          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;
  -webkit-border-radius: 3px;
          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;
  -webkit-border-radius: 6px;
          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;
  -webkit-border-radius: 6px;
          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: -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: 14.33333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      -webkit-border-radius: 4px;
              border-radius: 4px; } }

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

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

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

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

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

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

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

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

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

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

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

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

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

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

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

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

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  background-color: #F4F4F4;
  font-family: 'Open Sans', sans-serif; }

.bg {
  background-color: #F4F4F4; }

.nopadding-left {
  padding-left: 0; }

.nopadding-right {
  padding-right: 0; }

.col--inline-block {
  float: none;
  display: inline-block; }

@media (min-width: 992px) {
  .nopadding-right-md {
    padding-right: 0; }
  .nopadding-left-md {
    padding-left: 0; } }

main {
  min-height: 550px; }

.btn {
  padding: 7px 15px;
  color: #60a4a2;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid #60a4a2;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .btn:hover {
    background-color: #3BBBB9;
    color: #fff;
    text-decoration: none;
    border: 1px solid #3BBBB9; }
  .btn:focus {
    text-decoration: none; }
  .btn:active {
    color: #70d2d1;
    background-color: #29817f; }
  .btn--small {
    font-size: 12px;
    font-weight: normal; }
  .btn--broad {
    padding: 7px 39px; }
  .btn--short {
    padding: 1px 5px; }
  .btn--warning {
    border: 1px solid #f80382;
    color: #f80382; }
    .btn--warning:hover {
      background-color: #f80382;
      border: 1px solid transparent; }
    .btn--warning:focus {
      background-color: #ac025a;
      border: 1px solid #ac025a;
      color: #fff;
      outline: none; }
  .btn--active {
    background-color: #3BBBB9;
    color: #fff;
    text-decoration: none;
    border: 1px solid #3BBBB9; }
    .btn--active:hover {
      background-color: #32a09e; }

.number-picker {
  display: inline-block;
  border: 1px solid #1DA6A3;
  width: 140px;
  height: 49px;
  text-align: center; }
  .number-picker__btn {
    width: 27px;
    display: inline-block;
    background-color: #1DA6A3;
    line-height: 49px;
    color: #fff;
    height: 48px;
    cursor: pointer;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out; }
    .number-picker__btn:hover {
      background-color: #22c4c1;
      color: #fff;
      text-decoration: none;
      -webkit-transition: background-color 0s ease-out;
      -o-transition: background-color 0s ease-out;
      transition: background-color 0s ease-out; }
    .number-picker__btn:active {
      background-color: #188885;
      color: #fff;
      text-decoration: none; }
    .number-picker__btn:focus {
      text-decoration: none;
      color: #fff; }
    .number-picker__btn--plus {
      float: right; }
    .number-picker__btn--minus {
      float: left; }
  .number-picker__input {
    padding: 0;
    text-align: center;
    margin: 0;
    border: none;
    font-size: 16px;
    display: inline-block;
    color: #000;
    width: 60px;
    padding: 12px 0; }
    .number-picker__input:hover, .number-picker__input:focus {
      outline: none; }

.total {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 16px; }

.warning {
  font-weight: bold;
  font-size: 16px;
  color: #ff0086; }

.icon-del {
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 10px;
  background-color: #A2DEDD;
  -webkit-transition: all 0.10s ease-out;
  -o-transition: all 0.10s ease-out;
  transition: all 0.10s ease-out; }
  .icon-del:hover {
    background-color: #c8ebeb; }
  .icon-del:active {
    background-color: #7cd1cf; }

.mark {
  padding: 0;
  font-weight: 600;
  background: none;
  font-size: 24px;
  color: #010303; }
  .mark--small {
    font-size: 16px; }

.headline {
  /* padding: 0 70px 14px 70px; */
  /* margin: 16px 0 0 0; */
  text-align: center;
  color: #010303;
  font-size: 20px;
  font-weight: 600;
  /* display: inline-block; */
  }

.headline-wrap {
  background-color: #fff;
  border-bottom: 1px solid #E7E7E7;
  text-align: left; }
  .headline-wrap--center {
    text-align: center; }

.input-text {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #3BBBB9;
  padding: 7px 12px; }
  .input-text:focus {
    -webkit-animation: fade 0.5s;
         -o-animation: fade 0.5s;
            animation: fade 0.5s; }

.input-submit {
  width: 100%;
  max-width: 195px;
  margin-bottom: 23px;
  padding: 7px 35px;
  border: none;
  color: #fff;
  background-color: #3BBBB9;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .input-submit:hover {
    background-color: #70d2d1; }
  .input-submit:focus {
    outline: none;
    background-color: #29817f; }

.arrow-drop {
  display: none;
  color: #00ADAA;
  margin: -7px 0 0 5px;
  padding: 5px;
  font-size: 20px;
  vertical-align: middle; }

.subtitle {
  padding: 10px;
  margin-left: 37px; }
  .subtitle__icon {
    color: #1DA6A3;
    font-size: 21px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }
  .subtitle__text {
    margin: 0;
    display: inline-block;
    font-weight: bold;
    color: #60a4a2;
    font-size: 16px; }

.title-secondary {
  padding: 15px 37px;
  background-color: #E7E7E7;
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

.list {
  margin: 0 39px 10px;
  padding-bottom: 3px; }
  .list__elem {
    list-style: none;
    padding-bottom: 10px; }
  .list__elem:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 6px;
    margin-right: 10px;
    background: transparent url("../images/icons/sprite.png") 0 -262px no-repeat; }

.read-more {
  color: #398583;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 29px 64px;
  margin-bottom: 29px;
  display: inline-block; }
  .read-more:hover, .read-more:focus {
    text-decoration: none; }
  .read-more__icon {
    display: inline-block;
    vertical-align: middle; }
  .read-more__text {
    margin-right: 5px; }

.availability {
  padding: 22px 22px 8px; }
  .availability--padding {
    padding-top: 5px; }
  .availability__icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-right: 10px;
    color: #2e7e7c; }
  .availability__text {
    vertical-align: middle;
    font-size: 16px;
    color: #2e7e7c; }

.price {
  color: #464646;
  padding: 0 24px 3px;
  margin-bottom: 8px;
  border-bottom: 1px solid #EDEDED; }
  .price__btn-words {
    display: inline-block;
    vertical-align: middle; }
  .price__old {
    float: left;
    text-decoration: line-through;
    line-height: 34px; }
  .price__current {
    font-size: 22px;
    font-weight: bold; }
  .price__notification {
    text-align: center; }
  .price__icon {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block; }
  .price__btn {
    display: block;
    margin: auto;
    max-width: 156px;
    margin-bottom: 10px; }
  .price__btn--padding {
    padding: 5px 0; }
  .price__btn:not(:last-child) {
    margin-top: 10px; }
  .price__span {
    font-size: 16px;
    display: inline-block;
    width: 50px;
    float: left;
    line-height: 34px; }
  .price__amount {
    display: block;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    text-align: center;
    float: left; }

.info-block {
  padding: 0px 12px 0 23px; }
  .info-block__elem {
    margin-bottom: 0;
    line-height: 1.4; }

.font--big {
  font-size: 18px; }

.email-block {
  padding: 10px 0 0;
  font-weight: bold; }

.header-wrap {
  padding: 26px 15px;
  background-color: #F4F4F4; }

.logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 39px; }

.contacts-wrap {
  margin-right: 28px;
  display: inline-block;
  vertical-align: middle; }

.recover-password {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 18px;
  background-color: #fff; }
  .recover-password__title {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px; }
  .recover-password__label {
    color: #5f5f5f;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px; }
  .recover-password__label {
    margin-bottom: 20px;
    height: 38px;
    overflow: hidden; }
    .recover-password__label.success {
      background-color: #DFF0D8;
      color: #3c763d; }
    .recover-password__label.error {
      background-color: #F0D9DC;
      color: #9D222E; }
  .recover-password__link-wrap {
    text-align: left; }
  .recover-password__link {
    color: #757474;
    font-size: 12px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-decoration: underline; }
    .recover-password__link:hover, .recover-password__link:focus {
      color: #000; }
  .recover-password__input {
    margin-bottom: 17px; }
  .recover-password__submit {
    margin-bottom: 10px; }

.contacts:hover .contacts__icon {
  -webkit-animation: calling 1.5s 2;
       -o-animation: calling 1.5s 2;
          animation: calling 1.5s 2; }

.contacts__tel:hover, .contacts__tel:focus {
  text-decoration: none;
  color: #010303; }

.contacts__close {
  font-size: 22px;
  text-transform: uppercase;
  font-style: normal;
  display: none;
  color: #43BCBA;
  cursor: pointer;
  width: 43px;
  height: 43px;
  line-height: 46px;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: url("../images/icons/sprite.png") 0px 0px no-repeat transparent; }

.contacts__icon {
  color: #65C5C3;
  font-size: 31px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.contacts__wrap {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.9; }

.contacts__triangle {
  display: none; }

.contacts__code {
  color: #010303;
  font-size: 16px;
  margin-right: 5px; }

.contacts__item {
  line-height: 1.4;
  font-size: 25px; }

.contacts__item:not(:last-child) {
  margin-bottom: -9px; }

.contacts__item--padding {
  padding-bottom: 9px; }

.watch {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #65C5C3;
  position: relative; }
  .watch__arrow-minutes {
    position: absolute;
    width: 2px;
    bottom: 0;
    top: 0;
    left: 50%;
    margin-left: -1px; }
    .watch__arrow-minutes:before {
      content: "";
      background-color: #65C5C3;
      left: 0;
      right: 0;
      top: 20%;
      bottom: 50%;
      position: absolute; }
  .watch__arrow-hours {
    position: absolute;
    bottom: 0;
    top: 50%;
    height: 2px;
    left: 10%;
    right: 10%;
    margin-top: -1px; }
    .watch__arrow-hours:before {
      content: "";
      background-color: #65C5C3;
      left: 50%;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute; }

.work-time-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px; }

.work-time {
  color: #010303; }
  .work-time:hover .watch__arrow-minutes {
    -webkit-animation: watch-minutes 4s;
         -o-animation: watch-minutes 4s;
            animation: watch-minutes 4s; }
  .work-time:hover .watch__arrow-hours {
    -webkit-animation: watch-hours 4s;
         -o-animation: watch-hours 4s;
            animation: watch-hours 4s; }
  .work-time__icon {
    display: inline-block;
    vertical-align: middle; }
  .work-time__text {
    color: #010303;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 169px;
    text-align: center;
    line-height: 1; }
    .work-time__text--width {
      max-width: 130px; }

.search-wrap {
  position: relative;
  display: inline-block; }
  .search-wrap__close {
    font-size: 22px;
    display: none;
    text-transform: uppercase;
    font-style: normal; }

.search {
  border: 1px solid #3BBBB9;
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .search:hover {
    -webkit-box-shadow: 0 0 2px #3BBBB9;
            box-shadow: 0 0 2px #3BBBB9; }
  .search__input {
    background-color: transparent;
    border: none;
    min-width: 205px;
    padding: 8px 7px 8px 12px; }
    .search__input:focus {
      outline: none; }
  .search__icon {
    font-size: 19px;
    color: #929292;
    display: inline-block;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .search__submit-wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 38px;
    text-align: center;
    border-left: 1px solid #65C5C3; }
    .search__submit-wrap:hover .search__icon {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
           -o-transform: scale(1.1);
              transform: scale(1.1); }
  .search__submit {
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    background-color: transparent; }
    .search__submit:focus {
      outline: none; }

.search-result {
  display: none;
  position: absolute;
  z-index: 20;
  top: 58px;
  left: 0px;
  background-color: #fff;
  width: 425px;
  color: #231f20;
  -webkit-box-shadow: 0 0 12px -3px #000;
          box-shadow: 0 0 12px -3px #000; }
  .search-result__triangle {
    position: absolute;
    z-index: 0;
    top: -20px;
    left: 17px;
    width: 30px;
    height: 30px;
    background: transparent url("../images/icons/sprite.png") 0 -229px no-repeat; }
  .search-result__link {
    padding: 12px;
    display: block;
    color: #231f20;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .search-result__link:hover, .search-result__link:focus {
      color: #000;
      background-color: #3BBBB9;
      color: #fff;
      text-decoration: none; }
  .search-result__icon {
    margin-left: 3px;
    font-size: 12px;
    vertical-align: middle; }

.product-search {
  padding: 20px;
  border-bottom: 1px solid #E7E7E7; }
  .product-search__media-wrap {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #84D0CE;
    width: 86px;
    height: 87px;
    line-height: 85px;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .product-search__media-wrap:hover {
      -webkit-box-shadow: 0 0 3px 3px #E7E7E7;
              box-shadow: 0 0 3px 3px #E7E7E7; }
  .product-search__price {
    font-weight: 600; }
    .product-search__price--old {
      padding-left: 4px;
      letter-spacing: -0.3px;
      text-decoration: line-through; }
  .product-search__media {
    max-width: 100%;
    max-height: 100%; }
  .product-search__info-wrap {
    max-width: 150px;
    display: inline-block;
    vertical-align: top; }

.basket-preview {
  display: none;
  max-height: 500px;
  overflow: auto;
  position: absolute;
  z-index: 4;
  top: 61px;
  right: -5px;
  background-color: #fff;
  width: 490px;
  color: #231f20;
  -webkit-box-shadow: 0 0 12px -3px #000;
          box-shadow: 0 0 12px -3px #000; }
  .basket-preview__triangle {
    position: absolute;
    z-index: 0;
    top: -20px;
    right: 16px;
    width: 30px;
    height: 30px;
    background: transparent url("../images/icons/sprite.png") 0 -229px no-repeat; }
  .basket-preview__wrap {
    padding: 40px 26px 0px; }
  .basket-preview__footer {
    border-top: 1px solid #E7E7E7;
    padding: 15px 24px; }
  .basket-preview__sum {
    padding-top: 14px; }
  .basket-preview__mark {
    font-weight: bold;
    margin: 0 3px; }
    .basket-preview__mark--margin {
      margin-left: 20px; }
  .basket-preview__button {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    max-width: 187px;
    padding: 10px 0;
    margin-bottom: 0;
    margin: 6px 0; }
    .basket-preview__button:hover, .basket-preview__button:focus {
      text-decoration: none;
      color: #fff; }

.product-order {
  position: relative;
  margin-bottom: 20px; }
  .product-order__media-wrap {
    display: inline-block;
    border: 1px solid #84D0CE;
    width: 86px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin-right: 16px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .product-order__media-wrap:hover {
      -webkit-box-shadow: 0 0 3px 3px #E7E7E7;
              box-shadow: 0 0 3px 3px #E7E7E7; }
  .product-order__media {
    max-width: 100%;
    max-height: 100%;
    padding: 5px; }
  .product-order__info-wrap {
    display: inline-block;
    vertical-align: top;
    max-width: 155px; }
    .product-order__info-wrap--broad {
      max-width: 212px; }
  .product-order__name {
    font-size: 16px;
    font-weight: 600;
    color: #231f19;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .product-order__name:hover, .product-order__name:focus {
      color: #60A4A2;
      text-decoration: none; }
  .product-order__number {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin: 0 3px; }
  .product-order__price {
    font-weight: bold;
    font-size: 16px; }
  .product-order__cross {
    font-size: 11px;
    color: #00ADAA;
    position: absolute;
    top: -20px;
    right: 0;
    cursor: pointer; }

.account-wrap {
  display: inline-block;
  position: relative; }

.account.unauthorized[title]:hover:after {
  content: "Вход в личный кабинет";
  padding: 4px 8px;
  color: #333;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 140%;
  z-index: 1;
  width: 200px;
  left: -78px;
  padding: 0;
  white-space: nowrap;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px #222;
          box-shadow: 0px 0px 4px #222;
  color: #1DA6A3; }

.account {
  margin-right: 26px;
  width: 43px;
  height: 43px;
  margin-left: -1px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: transparent url("../images/icons/sprite.png") 0 0 no-repeat; }
  .account:hover, .account:focus {
    text-decoration: none; }
  .account__user {
    position: absolute;
    top: 110%;
    width: 400px;
    text-align: center;
    color: #000;
    left: -178px; }
  .account__icon {
    padding: 8px 0;
    display: inline-block;
    font-size: 27px;
    color: #43BCBA;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
  .account:hover .account__icon {
    margin-right: -1px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    color: #27d8d5; }

.basket-wrap {
  display: inline-block;
  position: relative; }

.basket {
  width: 43px;
  height: 43px;
  /* line-height: 62px; */
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
  background: transparent url("../images/icons/sprite.png") 0 0 no-repeat; }
  .basket:hover, .basket:focus {
    text-decoration: none; }
  .basket__icon {
    padding: 8px 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-size: 30px;
    color: #43BCBA;
    display: inline-block; }
  .basket:hover .basket__icon {
    -webkit-animation: pull 0.5s;
         -o-animation: pull 0.5s;
            animation: pull 0.5s; }
  .basket__amount {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #FF008A;
    text-align: center;
    font-weight: 600; }

@-webkit-keyframes pull {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  20% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0); }
  80% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-o-keyframes pull {
  0% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0); }
  20% {
    -o-transform: translate(-15%, 0);
       transform: translate(-15%, 0); }
  80% {
    -o-transform: translate(15%, 0);
       transform: translate(15%, 0); }
  100% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0); } }

@keyframes pull {
  0% {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); }
  20% {
    -webkit-transform: translate(-15%, 0);
         -o-transform: translate(-15%, 0);
            transform: translate(-15%, 0); }
  80% {
    -webkit-transform: translate(15%, 0);
         -o-transform: translate(15%, 0);
            transform: translate(15%, 0); }
  100% {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes fade {
  0% {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent; }
  25% {
    -webkit-box-shadow: 0 0 0 3px rgba(59, 187, 185, 0.3), 0 0 0 4px rgba(59, 187, 185, 0.1);
            box-shadow: 0 0 0 3px rgba(59, 187, 185, 0.3), 0 0 0 4px rgba(59, 187, 185, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 10px  transparent,
 0 0 0 12px  transparent;
            box-shadow: 0 0 0 10px  transparent,
 0 0 0 12px  transparent; } }

@-o-keyframes fade {
  0% {
    box-shadow: 0 0 0 0 transparent; }
  25% {
    box-shadow: 0 0 0 3px rgba(59, 187, 185, 0.3), 0 0 0 4px rgba(59, 187, 185, 0.1); }
  100% {
    box-shadow: 0 0 0 10px  transparent,
 0 0 0 12px  transparent; } }

@keyframes fade {
  0% {
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent; }
  25% {
    -webkit-box-shadow: 0 0 0 3px rgba(59, 187, 185, 0.3), 0 0 0 4px rgba(59, 187, 185, 0.1);
            box-shadow: 0 0 0 3px rgba(59, 187, 185, 0.3), 0 0 0 4px rgba(59, 187, 185, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 10px  transparent,
 0 0 0 12px  transparent;
            box-shadow: 0 0 0 10px  transparent,
 0 0 0 12px  transparent; } }

@-webkit-keyframes calling {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  13% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  16% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  20% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  53% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  56% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  60% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-o-keyframes calling {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  10% {
    -o-transform: rotate(5deg);
       transform: rotate(5deg); }
  13% {
    -o-transform: rotate(-5deg);
       transform: rotate(-5deg); }
  16% {
    -o-transform: rotate(5deg);
       transform: rotate(5deg); }
  20% {
    -o-transform: rotate(-5deg);
       transform: rotate(-5deg); }
  50% {
    -o-transform: rotate(5deg);
       transform: rotate(5deg); }
  53% {
    -o-transform: rotate(-5deg);
       transform: rotate(-5deg); }
  56% {
    -o-transform: rotate(5deg);
       transform: rotate(5deg); }
  60% {
    -o-transform: rotate(-5deg);
       transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); } }

@keyframes calling {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(5deg);
         -o-transform: rotate(5deg);
            transform: rotate(5deg); }
  13% {
    -webkit-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  16% {
    -webkit-transform: rotate(5deg);
         -o-transform: rotate(5deg);
            transform: rotate(5deg); }
  20% {
    -webkit-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(5deg);
         -o-transform: rotate(5deg);
            transform: rotate(5deg); }
  53% {
    -webkit-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  56% {
    -webkit-transform: rotate(5deg);
         -o-transform: rotate(5deg);
            transform: rotate(5deg); }
  60% {
    -webkit-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes watch-hours {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3600deg);
            transform: rotate(3600deg); } }

@-o-keyframes watch-hours {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(3600deg);
       transform: rotate(3600deg); } }

@keyframes watch-hours {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(3600deg);
         -o-transform: rotate(3600deg);
            transform: rotate(3600deg); } }

@-webkit-keyframes watch-minutes {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes watch-minutes {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes watch-minutes {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.footer {
  background-color: #fff;
  position: relative;
  padding-bottom: 10px; }
  .footer__cell {
    float: left;
    padding-left: 0;
    padding-right: 0;
    height: 63px;
    line-height: 60px;
    text-align: center; }
  .footer__cell:not(:last-child) {
    border-right: 1px solid #EDEDED; }

.cell-heading {
  color: #010303;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle; }

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

.pay-system {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 26px;
  background: transparent url("../images/icons/sprite.png") 0 0 no-repeat; }
  .pay-system--mastercard {
    background-position: 0px -104px;
    width: 37px; }
  .pay-system--maestro {
    background-position: 0px -71px;
    width: 37px; }
  .pay-system--visa {
    background-position: 0px -176px; }
  .pay-system--privatebank {
    background-position: 0px -137px;
    height: 31px;
    width: 31px; }

.subscribe {
  padding: 20px 20px 11px;
  text-align: center;
  background: transparent url("../images/components/lego_bg.jpg") 0 0 no-repeat;
  background-size: cover; }
  .subscribe__label {
    margin-bottom: 14px;
    font-size: 20px;
    color: #010303;
    font-weight: 600; }
  .subscribe__description {
    color: #000;
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 0; }

.social {
  display: inline-block; }
  .social__item {
    display: inline-block;
    vertical-align: middle;
    color: #3BBBB9;
    font-size: 34px;
    margin: 0 5px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .social__item:hover, .social__item:focus {
      text-decoration: none; }
    .social__item--fb:hover {
      color: #4867AA; }
    .social__item--fb:focus {
      color: #314674; }
    .social__item--google:hover {
      color: #DC4A38; }
    .social__item--google:focus {
      color: #cc3624; }

.links {
  margin-top: 20px;
  width: 100%; }
  .links__elem {
    font-size: 16px;
    font-weight: 600;
    color: #575757; }
    .links__elem--padding {
      padding-left: 50px; }
    .links__elem:hover {
      color: #000;
      text-decoration: none; }
    .links__elem:focus {
      color: #000; }
  .links__td {
    padding-bottom: 10px; }

.rights-row {
  padding-top: 58px;
  background: transparent url("../images/components/banana.png") bottom right 20px no-repeat;
  min-height: 181px;
  vertical-align: middle;
  display: inline-block; }

.deviding-line {
  border-top: 1px solid #EDEDED; }

.section-nav {
  background-color: #3BBBB9; }

.section-nav--bg {
  background: none; }
  .section-nav--bg .nav {
    background-color: #3BBBB9; }
  .section-nav--bg .nav-icon {
    margin-right: 30px; }

.products-discount {
  margin-bottom: 34px; }

.shortcodes {
  background-color: #fff; }

.nav-list {
  width: 100%;
  display: table;
  padding: 0;
  margin: 0; }
  .nav-list__elem {
    display: table-cell;
    list-style: none;
    text-align: center; }
  .nav-list__link {
    font-size: 17px;
    color: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding: 14px 0; }
    .nav-list__link:hover {
      background-color: #A8E6E5;
      color: #fff;
      text-decoration: none; }
    .nav-list__link:focus {
      text-decoration: none;
      color: #fff; }
    .nav-list__link--active {
      background-color: #A8E6E5;
      color: #fff;
      text-decoration: none; }
  .nav-list__elem:not(:last-child) {
    border-right: 1px solid #35B6B4; }

.slider {
  overflow: hidden;
  max-height: 480px;
  margin-bottom: 37px;
  position: relative; }

.slider--ready {
  max-height: auto; }

.carousel-wrap .lSGallery {
  margin-top: 44px !important; }
  .carousel-wrap .lSGallery li {
    height: 101px !important; }
    .carousel-wrap .lSGallery li img {
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      margin: auto; }

.arrows-nav__item {
  cursor: pointer;
  position: absolute;
  background-color: #d6d6d6;
  right: 0;
  width: 178px;
  height: 32px;
  text-align: center; }
  .arrows-nav__item--next {
    bottom: 0; }
  .arrows-nav__item--prev {
    top: 0; }

.arrows-nav__icon {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  color: #fff; }

.slider-wrap .lSGallery {
  margin-top: 32px !important; }
  .slider-wrap .lSGallery li {
    cursor: pointer;
    height: 102px !important;
    line-height: 102px;
    text-align: center;
    border: 1px solid #E7E7E7; }
    .slider-wrap .lSGallery li img {
      margin: auto;
      display: inline-block !important;
      vertical-align: middle; }
  .slider-wrap .lSGallery a:focus {
    outline: none; }

.slider-wrap .lSSlideOuter .lSPager.lSGallery li.active, .slider-wrap .lSSlideOuter .lSPager.lSGallery li:hover {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
  border-color: #c1c1c1; }

.btns-nav__item {
  cursor: pointer;
  position: absolute;
  right: 0px;
  width: 164px;
  height: 32px;
  text-align: center;
  background-color: #EAEAEA;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out; }
  .btns-nav__item:hover {
    background-color: #dddddd;
    -webkit-transition: background-color 0s ease-out;
    -o-transition: background-color 0s ease-out;
    transition: background-color 0s ease-out; }
  .btns-nav__item--next {
    bottom: 0; }
  .btns-nav__item--prev {
    top: 0; }

.btns-nav__icon {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  color: #959595; }

.filter {
  background-color: #fff;
  text-align: center;
  margin-bottom: 37px; }
  .filter__elem {
    position: relative;
    padding: 23px 0;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    border-right: 1px solid #EDEDED;
    transition: all 0.35s ease-out; }
    .filter__elem:hover, .filter__elem:focus, .filter__elem--active {
      background-color: #3BBBB9;
      text-decoration: none; }
      .filter__elem:hover .filter__text, .filter__elem:focus .filter__text, .filter__elem--active .filter__text {
        color: #fff;
        text-decoration: underline;
         }
      .filter__elem:hover .filter__icon, .filter__elem:focus .filter__icon, .filter__elem--active .filter__icon {
        color: #DFF2F2; }
  .filter__elem:not(:last-child) {
/*    border-right: 1px solid #EDEDED;*/
     }
  .filter__icon {
    font-size: 44px;
    color: #54B4B2;
    display: block; }
    .filter__icon:hover, .filter__icon:focus {
      text-decoration: none; }
  .filter__text {
    font-size: 24px;
    color: #010303;
    font-weight: 600; }
  .filter .tooltip {
    max-width: 190px;
    position: absolute;
    border: 1px solid #EDEDED; }
  .filter .tooltip-inner {
    background-color: #fff;
    padding: 10px 5px; }

.rating {
  display: inline-block; }
  .rating img {
    width: 20px;
    height: 20px; }
  .rating--big img {
    width: 24px;
    height: 24px;
    margin-right: -4px; }

.advantages {
  background-color: #fff;
  margin-bottom: 37px;
  display: table;
  width: 100%; }
  .advantages__item {
    padding: 30px 0;
    text-align: center;
    display: table-cell;
    width: 25%; }
  .advantages__item:not(:last-child) {
    border-right: 1px solid #EDEDED; }
  .advantages__text {
    font-size: 16px;
    color: #010303;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 181px; }
  .advantages__icon {
    font-size: 48px;
    display: inline-block;
    vertical-align: middle;
    color: #6AC7C6;
    margin: 0 20px; }
    .advantages__icon:hover {
      -webkit-animation: like 1.5s infinite;
           -o-animation: like 1.5s infinite;
              animation: like 1.5s infinite; }

.products {
  margin-bottom: 37px; }
  .products__header {
    border-bottom: 1px solid #EDEDED;
    background-color: #fff; }
  .products__btn {
    margin: 11px 13px; }
    .products__btn--margin {
      margin: 11px 0; }
  .products__heading {
    padding: 8px 12px;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    margin-bottom: 41px; }
  .products__wrapper {
    background-color: #fff; }
  .products__title {
    display: inline-block;
    padding: 14px 15px 14px 70px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 600; }
  .products__primary, .products__secondary {
    background-color: #fff; }

.amount {
  float: left; }
  .amount__number {
    padding-left: 3px; }

.sorting {
  float: right; }

.select {
  font-size: 14px;
  cursor: pointer;
  border-color: #E4E4E4;
  color: #529592; }
  .select:hover {
    background-color: #f2f2f2; }

.series-filter {
  text-align: center; }
  .series-filter__link {
    color: #008886;
    font-weight: normal; }
  .series-filter__submit {
    display: block;
    margin: auto; }
  .series-filter__fieldsets {
    padding: 18px 18px 4px;
    border-bottom: 1px solid #ECECEC; }
  .series-filter__reset {
    font-weight: 600;
    color: #2e7e7c;
    text-decoration: underline; }
  .series-filter__fieldset {
    text-align: left;
    color: #000;
    font-size: 16px; }
  .series-filter__submit {
    margin-bottom: 11px; }
  .series-filter__label:hover {
    text-decoration: underline; }

.actions {
  margin-top: 20px;
  text-align: center; }

.navigation__btn {
  float: left;
  text-align: center;
  font-size: 24px;
  line-height: 56px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 56px;
  height: 56px;
  border-left: 1px solid #E7E7E7;
  cursor: pointer; }
  .navigation__btn:hover {
    color: #FCFCFC;
    background-color: #D7D7D7; }

.navigation__btn:last-child {
  border-right: 1px solid #e7e7e7; }

.product {
  background-color: #fff;
  padding: 20px 28px 28px;
  color: #000;
  text-align: center;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  position: relative;
  z-index: 1; }
  .product--banner {
    padding: 0;
    margin-bottom: 43px; }
  .product--size {
    margin: 0 1% 35px;
    width: 32%;
    float: left; }
  .product__content {
    height: 230px; }
  .product__info--margin {
    margin-bottom: 7px; }
  .product__notification {
    font-weight: 600;
    margin-left: 4px;
    color: #60a4a2; }
  .product__banner-wrap {
    height: 342px;
    margin: 0;
    padding: 0; }
  .product__banner-media {
    width: 100%;
    height: 100%; }
  .product__sub-block {
    padding: 15px 15px 0; }
  .product__banner {
    height: 164px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; }
  .product__label {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    color: #7898C8;
    width: 56px;
    height: 31px;
    font-size: 17px;
    font-weight: bold;
    padding-top: 6px;
    background: url("../images/components/rightangle.png") no-repeat center; }
    .product__label--position {
      top: 5px;
      right: 90px; }
  .product__series {
    font-size: 16px;
    font-weight: 600;
    color: #787878;
    margin-bottom: 7px;
    height: 22px;
    overflow: hidden; }
  .product__series--size {
    font-size: 18px;
    margin: 2px; }
  .product__description {
    position: relative;
    height: 74px;
    color: #464646;
    overflow: hidden;
    margin-bottom: 10px; }
  .product__cover {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
    background: -webkit-linear-gradient(top, transparent, white);
    background: -o-linear-gradient(top, transparent, white);
    background: linear-gradient(to bottom, transparent, white); }
  .product__tape {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
    background-color: #7898C8;
    color: #fff;
    font-weight: 600;
    text-align: center;
    max-width: 100px;
    width: 100%;
    padding: 5px 0; }
    .product__tape:after {
      content: "";
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      top: 0;
      border-top: 14px solid transparent;
      border-bottom: 14px solid transparent;
      border-right: 7px solid #fff;
      border-left: 7px solid transparent; }
  .product__icon-video {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    z-index: 3;
    padding: 10px;
    cursor: pointer;
    color: grey; }
    .product__icon-video:hover {
      color: #000; }
  .product__name {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    margin-bottom: 6px;
    display: block;
    height: 68px;
    overflow: hidden; }
    .product__name--padding {
      padding-right: 20px; }
    .product__name--height {
      height: auto; }
    .product__name:hover, .product__name:focus {
      color: #60A4A2;
      text-decoration: none; }
  .product__rating {
    margin-bottom: 16px; }
  .product__availability {
    margin-bottom: 12px;
    color: #ff0086;
    font-size: 16px; }
  .product__availability--available {
    color: #60a4a2;
    font-weight: 600; }
  .product__media {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
  .product__code {
    margin-bottom: 6px; }
    .product__code--size {
      font-size: 16px;
      margin-bottom: 16px; }
    .product__code--padding {
      padding-left: 34px; }
  .product__basket {
    width: 35px;
    height: 35px;
    line-height: 42px;
    overflow: hidden;
    position: relative;
    border: 1px solid #60a4a2;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    .product__basket:hover {
      background-color: #fff; }
    .product__basket:hover .product__icon {
      color: #60a4a2;
      -webkit-animation: slide 0.65s;
           -o-animation: slide 0.65s;
              animation: slide 0.65s; }
    .product__basket:active {
      background-color: #3BBBB9; }
      .product__basket:active .product__icon {
        color: #fff; }
  .product__icon {
    color: #60a4a2;
    display: inline-block;
    font-size: 22px; }
  .product__rating {
    font-size: 16px; }
  .product__age {
    margin-bottom: 9px; }
  .product__price {
    font-size: 16px;
    line-height: 36px;
    color: #3f3f3f;
    width: -webkit-calc(100% - 36px);
    width: calc(100% - 36px); }
    .product__price--width {
      width: 100%; }
    .product__price--size {
      font-size: 13px; }
  .product__old-price {
    display: inline-block;
    margin-right: 3px;
    text-decoration: line-through; }

.additional {
  text-align: left;
  margin: 21px -28px 0;
  padding: 0 0px 0 16px;
  height: 55px;
  background-color: #CBFDFC; }
  .additional--margin {
    margin: 21px -15px 0; }
  .additional--size {
    height: 77px;
    line-height: 77px;
    padding-left: 42px; }
  .additional__expired {
    font-size: 20px;
    text-align: center;
    font-weight: bold; }
  .additional__icon-secondary {
    color: #61BFBE;
    font-size: 20px;
    margin-right: 16px;
    margin-top: 16px;
    display: inline-block;
    vertical-align: top; }
    .additional__icon-secondary--position {
      margin: 0 10px 0 0;
      vertical-align: middle; }
  .additional__mark {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    background: none; }
  .additional__limit {
    text-align: center;
    color: #fff;
    background-color: #1DA6A3;
    float: right;
    width: 91px;
    height: 55px;
    line-height: 1.5;
    padding-top: 3px; }
    .additional__limit--size {
      height: 77px;
      width: 120px;
      padding-top: 17px; }
  .additional__range {
    padding-top: 12px;
    line-height: 1.2;
    color: #464646;
    display: inline-block;
    max-width: 118px; }
    .additional__range--position {
      max-width: 174px;
      vertical-align: middle;
      padding-top: 0; }

.description {
  text-align: center;
  margin-bottom: 37px;
  background-color: #fff;
  padding: 30px 36px; }
  .description__heading {
    font-size: 16px;
    text-align: left;
    margin: 0 0 23px; }
  .description__content {
    text-align: left;
    position: relative;
    height: 57px;
    overflow: hidden;
    margin-bottom: 29px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .description__content--opened {
      height: auto; }
  .description__decor {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
    .description__decor--disabled {
      background: none; }
  .description__icon {
    cursor: pointer;
    font-size: 26px; }
    .description__icon--active {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
    .description__icon--active:before {
      content: "\e914"; }
    .description__icon:hover {
      opacity: 0.8; }

.series {
  background-color: #fff;
  margin-bottom: 37px; }
  .series__block {
    float: left;
    padding: 15px 31px;
    margin-bottom: 0; }
  .series__block:not(:last-child) {
    border-right: 1px solid #EDEDED; }
  .series__item {
    margin-bottom: 3px;
    padding-left: 5px;
    margin-left: 5px;
    list-style-image: url("../images/icons/circle-blue.png"); }
  .series__name {
    font-weight: 600;
    font-size: 16px;
    color: #000; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0px; }
  25% {
    background-position: 0 -132px; }
  50% {
    background-position: -54px -132px; }
  75% {
    background-position: -104px -132px; }
  100% {
    background-position: -156px -132px; } }

@-o-keyframes move {
  0% {
    background-position: 0 0px; }
  25% {
    background-position: 0 -132px; }
  50% {
    background-position: -54px -132px; }
  75% {
    background-position: -104px -132px; }
  100% {
    background-position: -156px -132px; } }

@keyframes move {
  0% {
    background-position: 0 0px; }
  25% {
    background-position: 0 -132px; }
  50% {
    background-position: -54px -132px; }
  75% {
    background-position: -104px -132px; }
  100% {
    background-position: -156px -132px; } }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  20% {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0); }
  66% {
    -webkit-transform: translate(35px, 0);
            transform: translate(35px, 0); }
  68% {
    -webkit-transform: translate(35px, -35px);
            transform: translate(35px, -35px); }
  70% {
    -webkit-transform: translate(-35px, -35px);
            transform: translate(-35px, -35px); }
  72% {
    -webkit-transform: translate(-35px, 0px);
            transform: translate(-35px, 0px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-o-keyframes slide {
  0% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0); }
  20% {
    -o-transform: translate(-5px, 0);
       transform: translate(-5px, 0); }
  66% {
    -o-transform: translate(35px, 0);
       transform: translate(35px, 0); }
  68% {
    -o-transform: translate(35px, -35px);
       transform: translate(35px, -35px); }
  70% {
    -o-transform: translate(-35px, -35px);
       transform: translate(-35px, -35px); }
  72% {
    -o-transform: translate(-35px, 0px);
       transform: translate(-35px, 0px); }
  100% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0); } }

@keyframes slide {
  0% {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); }
  20% {
    -webkit-transform: translate(-5px, 0);
         -o-transform: translate(-5px, 0);
            transform: translate(-5px, 0); }
  66% {
    -webkit-transform: translate(35px, 0);
         -o-transform: translate(35px, 0);
            transform: translate(35px, 0); }
  68% {
    -webkit-transform: translate(35px, -35px);
         -o-transform: translate(35px, -35px);
            transform: translate(35px, -35px); }
  70% {
    -webkit-transform: translate(-35px, -35px);
         -o-transform: translate(-35px, -35px);
            transform: translate(-35px, -35px); }
  72% {
    -webkit-transform: translate(-35px, 0px);
         -o-transform: translate(-35px, 0px);
            transform: translate(-35px, 0px); }
  100% {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); } }

.front, .back {
  -webkit-transition: all 0.35s ease-in;
  -o-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in; }

.flip-container {
  -webkit-perspective: 1000;
          perspective: 1000;
  display: block; }

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  .flip-container:hover .flipper .front,
  .flip-container.hover .flipper .front {
    opacity: 0; }

.flip-container, .front, .back {
  width: 220px;
  height: 220px;
  margin: 0 auto 5px;
  position: relative; }

.flipper {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative; }

.front, .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.front {
  z-index: 2; }

.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .front {
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    opacity: 1; }
  .back {
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    opacity: 0;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  .flip-container:hover .flipper,
  .flip-container.hover .flipper {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
    .flip-container:hover .flipper .front,
    .flip-container.hover .flipper .front {
      visibility: hidden;
      opacity: 0; }
    .flip-container:hover .flipper .back,
    .flip-container.hover .flipper .back {
      opacity: 1; } }

.chapter {
  margin-bottom: 42px; }
  .chapter__item-wrap {
    float: left;
    width: 24.25%;
    text-align: center;
    margin: 0 0.5% 0.8% 0.5%;
    background: white; }
  .chapter__item-wrap:nth-child(4n+1) {
    margin-left: 0; }
  .chapter__item-wrap:nth-child(4n+4) {
    margin-right: 0; }
  .chapter__label {
    position: absolute;
    color: #7E9DCB;
    top: 10px;
    left: 10px;
    width: 57px;
    height: 34px;
    line-height: 1.5;
    padding-top: 8px;
    letter-spacing: -.3px;
    font-weight: bold;
    background: url("../images/components/rightangle.png") no-repeat center; }
  .chapter__amount {
    position: relative;
    z-index: 1;
    text-align: center; }
  .chapter__item {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 5px;
    margin: 0;
    line-height: 288px;
    height: 288px;
    text-align: center;
    -webkit-transition: -webkit-box-shadow 0.25s ease-out;
    transition: -webkit-box-shadow 0.25s ease-out;
    -o-transition: box-shadow 0.25s ease-out;
    transition: box-shadow 0.25s ease-out;
    transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out; }
    .chapter__item:hover {
      z-index: 1;
      -webkit-box-shadow: 0 0 9px 8px #E2E2E2;
              box-shadow: 0 0 9px 8px #E2E2E2; }
  .chapter__media {
    max-width: 100%;
    max-height: 100%; }

.breadcrumbs {
  margin: 20px 0; }
  .breadcrumbs__link {
    color: #010303; }
  .breadcrumbs__elem {
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .breadcrumbs__elem:hover:not(:last-child) {
      color: #3BBBB9;
      text-decoration: none; }
    .breadcrumbs__elem:focus {
      text-decoration: none;
      color: #29817f; }
    .breadcrumbs__elem:not(:last-child) {
      margin-right: 4px; }
    .breadcrumbs__elem--last {
      color: #5f5f5f;
      font-weight: bold; }

.action {
  color: #010303; }
  .action__block {
    margin-bottom: 43px;
    padding-left: 54px; }
  .action__media-wrap {
    padding: 0;
    margin: 0 0 43px; }
  .action__media {
    max-width: 100%;
    max-height: 100%; }
  .action__icon {
    font-size: 21px;
    color: #36AAA8;
    width: 20px;
    margin-right: 5px;
    vertical-align: middle; }
  .action__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 31px; }
  .action__description {
    font-size: 18px;
    margin-bottom: 26px;
    line-height: 1.4; }
  .action__limitation {
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle; }
  .action__period {
    display: inline-block;
    font-size: 18px;
    line-height: 1.4;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    vertical-align: middle; }

.timer {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  color: #73bab8;
  font-weight: bold;
  margin: -16px 10px 0 15px; }
  .timer__colon {
    font-weight: 600;
    font-size: 36px;
    margin-left: 11px;
    vertical-align: top; }
  .timer__module {
    display: inline-block;
    text-align: center; }
  .timer__module:first-child {
    margin-right: 15px; }
  .timer__text {
    text-align: center;
    color: #2e7e7c;
    font-weight: 600;
    font-size: 14px;
    display: inline-block; }
  .timer__elem {
    -webkit-border-radius: 2px;
            border-radius: 2px;
    margin-bottom: 1px;
    display: inline-block;
    background-color: #fff;
    padding: 3px 8px;
    -webkit-box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.25) inset, 3px 0 7px -5px rgba(0, 0, 0, 0.3) inset, -3px 0 7px -5px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.25) inset, 3px 0 7px -5px rgba(0, 0, 0, 0.3) inset, -3px 0 7px -5px rgba(0, 0, 0, 0.3) inset; }

.delivery {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 10px 0 1px; }

.block-tape {
  position: relative;
  margin-bottom: 100px; }
  .block-tape__block {
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
         -o-transform: skewX(-30deg);
            transform: skewX(-30deg);
    height: 50px;
    position: absolute;
    left: -30px;
    right: 50%;
    background-color: #007F7D;
    -webkit-transition: all 1.55s ease-in;
    -o-transition: all 1.55s ease-in;
    transition: all 1.55s ease-in; }
    .block-tape__block.active {
      right: -30px; }
  .block-tape__outer-wrap {
    position: relative; }
  .block-tape__wrap {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 50px;
    white-space: nowrap; }
  .block-tape__text {
    color: #fff;
    display: inline-block;
    margin-right: 150px;
    margin-left: 71px;
    vertical-align: middle; }
  .block-tape__icon {
    color: #007F7D;
    font-size: 50px;
    z-index: 3;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 2.25s ease-in;
    -o-transition: all 2.25s ease-in;
    transition: all 2.25s ease-in;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 51%;
    right: auto; }
    .block-tape__icon.active {
      left: 200%; }

.info {
  background-color: #fff;
  margin-bottom: 34px; }
  .info__text {
    padding: 47px 28px;
    margin-bottom: 0; }

.reasons {
  margin-bottom: 34px;
  background-color: #fff; }
  .reasons__elem {
    text-align: center;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 0;
    height: 207px;
    padding: 16px 10px; }
  .reasons__icon {
    color: #2EA9A7;
    margin-bottom: 16px;
    display: inline-block;
    font-size: 42px; }
  .reasons__text {
    line-height: 1.3; }

.checkout {
  background-color: #fff; }
  .checkout__media-wrap {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #84D0CE;
    width: 133px;
    height: 133px;
    line-height: 133px;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    overflow: hidden; }
  .checkout__price-old {
    text-decoration: line-through;
    margin-right: 5px;
    white-space: nowrap;
    font-weight: normal;
    display: inline-block; }
  .checkout__price-new {
    display: inline-block;
    white-space: nowrap; }
  .checkout__media {
    max-width: 100%;
    max-height: 100%;
    padding: 10px; }
  .checkout__table-wrap {
    overflow: auto;
    width: 100%; }
  .checkout__table {
    text-align: center;
    width: 100%;
    min-width: 720px; }
  .checkout__tr {
    border-bottom: 1px solid #E7E7E7; }
  .checkout__tr--head {
    background-color: #E7E7E7;
    text-transform: uppercase; }
  .checkout__td {
    padding: 17px 5px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    position: relative; }
    .checkout__td--nopadding-left {
      padding-left: 0; }
  .checkout__td:nth-child(2) {
    text-align: left;
    max-width: 190px; }
  .checkout__link {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
    display: inline-block;
    margin-right: 104px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .checkout__link:hover {
      color: #c8eeed; }
    .checkout__link:focus {
      color: #206463; }
  .checkout__footer {
    margin-bottom: 34px;
    padding: 22px 21px;
    background-color: #3BBBB9; }

.forms {
  background-color: #fff; }
  .forms__textarea-wrap {
    padding: 35px 37px; }
  .forms__textarea {
    font-size: 16px;
    padding: 9px 14px;
    background-color: #F2F2F2;
    resize: none;
    border: none;
    width: 100%;
    display: block;
    min-height: 66px; }
  .forms__formalities {
    border-left: 2px solid #F2F2F2; }

.basement {
  margin-bottom: 34px;
  padding: 29px 29px 24px 93px;
  background-color: #007F7D;
  color: #fff; }
  .basement__module {
    display: inline-block; }
  .basement__icon {
    vertical-align: middle; }
    .basement__icon--primary {
      font-size: 20px;
      margin-right: 4px; }
    .basement__icon--secondary {
      font-size: 20px;
      margin-right: 4px; }
    .basement__icon--thirdly {
      font-size: 20px;
      margin-right: 4px;
      padding: 2px 0; }
  .basement__mark {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 13px;
    font-weight: bold; }
  .basement__price {
    display: inline-block;
    margin-right: 65px;
    font-size: 16px;
    vertical-align: middle; }
  .basement__btn {
    float: right;
    margin-top: -5px;
    padding: 7px 21px; }

.reviews {
  background-color: #fff;
  color: #464646;
  padding-bottom: 4px; }
  .reviews__headline {
    font-weight: bold;
    padding: 20px 15px 0;
    text-align: center;
    color: #787878;
    font-size: 16px; }
  .reviews__mark {
    background: none;
    color: #302222; }
  .reviews__icon {
    color: #2e7e7c;
    margin-right: 5px;
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold; }
  .reviews__title {
    color: #2e7e7c;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .reviews__title-wrap {
    padding: 32px 67px 10px 67px; }

.review {
  padding: 8px 65px 35px; }
  .review:not(:first-child) {
    padding-top: 35px; }
  .review__heading {
    margin-bottom: 8px; }
  .review__name {
    font-size: 16px;
    font-weight: bold; }
  .review__town {
    font-size: 16px; }
  .review__date {
    margin: 0 19px; }
  .review__text {
    line-height: 1.3;
    margin-bottom: 0; }
  .review__rating {
    float: right; }
  .review:nth-child(2n) {
    background-color: #FAFAFA; }

.supply {
  padding: 30px 26px 31px; }
  .supply__icon {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    width: 44px;
    height: 34px;
    background: transparent url("../images/icons/sprite.png") 0 -365px no-repeat; }
  .supply__title {
    margin-bottom: 3px;
    color: #2e2e2e;
    font-size: 16px; }
  .supply__text {
    margin-bottom: 22px;
    font-size: 15px;
    display: inline-block; }
  .supply__module {
    z-index: 1;
    position: relative;
    margin-right: 14px;
    width: 268px;
    display: inline-block;
    vertical-align: top; }
  .supply .heapBox {
    height: 40px;
    background-color: #F2F2F2; }
    .supply .heapBox .holder {
      padding: 9px;
      line-height: 1.5;
      color: #96908b;
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      display: inline-block; }
      .supply .heapBox .holder:hover, .supply .heapBox .holder:focus {
        text-decoration: none;
        color: #706a65; }
    .supply .heapBox .heapOptions {
      padding: 10px 10px;
      background-color: #F2F2F2; }
      .supply .heapBox .heapOptions a {
        display: block;
        color: #bab6b3; }
        .supply .heapBox .heapOptions a:hover, .supply .heapBox .heapOptions a:focus {
          text-decoration: none;
          color: #706a65; }
      .supply .heapBox .heapOptions .selected {
        color: #98938e; }
    .supply .heapBox .heapOption {
      list-style: none; }
    .supply .heapBox .handler {
      float: right;
      display: block;
      width: 30px;
      height: 40px;
      position: relative;
      font-size: 20px;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .supply .heapBox .handler:after {
      content: "\e913";
      text-align: center;
      position: absolute;
      background-color: #34D2D0;
      top: 20px;
      width: 30px;
      height: 20px; }
    .supply .heapBox .handler:before {
      content: "\e914";
      text-align: center;
      position: absolute;
      background-color: #3BBBB9;
      width: 30px;
      height: 20px; }
    .supply .heapBox .handler:hover,
    .supply .heapBox .handler:focus {
      text-decoration: none; }
    .supply .heapBox .heap {
      position: absolute;
      top: 100%;
      width: 100%;
      border-top: 1px solid #fff; }

.range {
  display: none;
  border: 1px solid #000; }
  .range__input {
    background: none;
    border: 1px solid #1DA6A3; }
  .range__dash {
    color: #C6C6C6;
    font-size: 20px; }
  .range__currency {
    color: #2e7e7c;
    font-size: 12px; }
  .range__bar {
    width: 100%;
    height: 3px;
    background-color: #3BBBB9; }
  .range__circle {
    position: relative;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #007F7D; }
    .range__circle:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 4px;
      height: 4px;
      margin-left: -2px;
      margin-top: -2px;
      background-color: #fff;
      -webkit-border-radius: 50%;
              border-radius: 50%; }

.sidebar {
  padding-bottom: 18px;
  margin-bottom: 34px;
  background-color: #fff; }
  .sidebar__heading-wrap {
    position: relative; }
  .sidebar__heading {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 600;
    background-color: #E7E7E7;
    text-align: center;
    padding: 8px 35px;
    margin-bottom: 0; }
  .sidebar__icon-wrap {
    position: absolute;
    top: 50%;
    right: 20px;
    text-align: center;
    border: 1px solid #35A9A7;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: -13px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .sidebar__icon-wrap:hover {
      background-color: #35A9A7; }
  .sidebar__icon.active {
    display: inline-block;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }

.age-filter {
  padding: 18px 15px 3px;
  text-align: center; }
  .age-filter__elem {
    display: block;
    margin-bottom: 12px;
    color: #008886;
    -webkit-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out; }
    .age-filter__elem:hover, .age-filter__elem:focus {
      text-decoration: none;
      color: #ff0086; }
  .age-filter__text {
    font-size: 16px; }
  .age-filter__icon {
    display: block;
    font-size: 33px; }

.switcher {
  text-align: center; }
  .switcher__icon {
    color: #2e7e7c;
    width: 37px;
    height: 40px;
    display: inline-block;
    font-size: 33px; }
  .switcher__title {
    margin-bottom: 0;
    text-align: center;
    color: #2e7e7c; }
  .switcher__elem {
    height: 87px;
    padding: 19px 0 15px;
    background-color: #fff; }
    .switcher__elem:focus {
      text-decoration: none; }
    .switcher__elem:hover, .switcher__elem.active {
      text-decoration: none;
      background-color: #3BBBB9; }
      .switcher__elem:hover .switcher__title, .switcher__elem.active .switcher__title {
        color: #fff;
        text-decoration: none; }
      .switcher__elem:hover .switcher__icon, .switcher__elem.active .switcher__icon {
        color: #fff; }

.nav-dots {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .nav-dots__elem {
    width: 13px;
    height: 13px;
    background-color: #E7E7E7;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out; }
    .nav-dots__elem.active {
      background-color: #3BBBB9; }
      .nav-dots__elem.active:hover {
        background-color: #3BBBB9; }
    .nav-dots__elem:hover {
      background-color: #c1c1c1;
      -webkit-transition: background-color 0s ease-out;
      -o-transition: background-color 0s ease-out;
      transition: background-color 0s ease-out; }
  .nav-dots__elem:not(:last-child) {
    margin-bottom: 7px; }

.card {
  margin-bottom: 34px; }
  .card__series {
    padding: 10px 15px 0px;
    text-align: center;
    height: 36px;
    overflow: hidden; }
  .card__name {
    padding: 0 15px 0px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -.4px;
    height: 48px;
    overflow: hidden; }
  .card__block {
    position: relative;
    background-color: #fff;
    height: 370px;
    overflow: hidden; }
  .card__sign {
    font-size: 12px;
    margin-left: 10px; }
  .card__link {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    color: #fff;
    display: inline-block;
    background-color: #7898C8;
    padding: 9px 7px;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out; }
    .card__link:hover {
      background-color: #9cb4d7;
      text-decoration: none;
      color: #fff;
      -webkit-transition: background-color 0s;
      -o-transition: background-color 0s;
      transition: background-color 0s; }
    .card__link:focus {
      background-color: #547cb9;
      text-decoration: none;
      color: #fff; }
  .card__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    max-width: 100%;
    max-height: 100%;
    background-color: #fff;
    height: 100%; }
    .card__video.finished {
      display: none; }
    .card__video .flowplayer {
      position: absolute;
      top: 0;
      bottom: 0; }
  .card__icon-cross {
    position: absolute;
    top: 2px;
    right: 30px;
    width: 25px;
    height: 25px;
    font-size: 11px;
    z-index: 2;
    background-color: #E7E7E7;
    cursor: pointer;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    -webkit-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out; }
    .card__icon-cross:hover {
      -webkit-transition: background-color 0s ease-out;
      -o-transition: background-color 0s ease-out;
      transition: background-color 0s ease-out;
      background-color: #f4f4f4; }

.video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  background-color: #2C3B41;
  height: 100%; }

.fp-ui {
  overflow: hidden; }

.fp-timeline-tooltip,
.fp-menu,
.fp-brand {
  display: none; }

.params {
  padding: 25px 25px 4px; }
  .params__text {
    font-size: 15px;
    letter-spacing: -0.4px;
    color: #464646;
    vertical-align: middle;
    display: inline-block;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); }
  .params__icon {
    color: #32A09E;
    margin-right: 15px;
    font-size: 20px;
    display: inline-block;
    vertical-align: top; }
  .params__elem {
    margin-bottom: 19px;
    line-height: 1.4; }

.heading-block {
  text-align: center;
  padding: 10px 23px 6px;
  border-bottom: 1px solid #EDEDED;
  height: 75px; }
  .heading-block__media {
    max-width: 100%;
    max-height: 100%; }

.product-description {
  background-color: #fff;
  border-bottom: 1px solid #E7E7E7;
  padding: 30px 66px; }
  .product-description__media-wrap {
    text-align: center;
    padding: 20px; }
  .product-description__media {
    max-width: 100%; }
  .product-description__icon {
    color: #007F7D;
    font-size: 22px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }
  .product-description__title {
    font-size: 18px;
    font-weight: bold;
    color: #2e7e7c;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .product-description__text {
    font-size: 16px;
    color: #464646;
    padding-top: 19px; }

.nav-tabs {
  font-size: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #007F7D; }
  .nav-tabs__link {
    background-color: #E7E7E7;
    padding: 15px 61px;
    display: inline-block;
    color: #787878;
    font-size: 18px;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .nav-tabs__link:hover {
      text-decoration: none;
      background-color: #d5d5d5; }
    .nav-tabs__link:focus {
      text-decoration: none; }
  .nav-tabs__elem {
    list-style: none;
    display: inline-block; }
  .nav-tabs__elem.active .nav-tabs__link {
    color: #fff;
    background-color: #007F7D; }

.tab-pane.fade {
  display: none; }

.tab-pane {
  background-color: #fff; }

.tab-pane.active {
  display: block; }

.tab-pane--toggle {
  position: relative;
  max-height: 210px;
  overflow: hidden; }

.tab-pane__decor {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 102px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 1, 0, 0)), color-stop(35%, white), to(white));
  background: -webkit-linear-gradient(top, rgba(0, 1, 0, 0) 0%, white 35%, white 100%);
  background: -o-linear-gradient(top, rgba(0, 1, 0, 0) 0%, white 35%, white 100%);
  background: linear-gradient(to bottom, rgba(0, 1, 0, 0) 0%, white 35%, white 100%); }

.tab-pane__link {
  display: inline-block;
  color: #2e7e7c;
  padding: 20px 20px 20px 5px;
  font-size: 16px; }

.tab-pane__link-wrap {
  padding: 10px 70px; }

.tab-pane__sign {
  color: #2e7e7c;
  font-size: 26px;
  display: inline-block;
  vertical-align: middle; }

.tab-pane__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  opacity: 0.8;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  -webkit-transition: -webkit-transform .25s ease-in;
  transition: -webkit-transform .25s ease-in;
  -o-transition: -o-transform .25s ease-in;
  transition: transform .25s ease-in;
  transition: transform .25s ease-in, -webkit-transform .25s ease-in, -o-transform .25s ease-in; }
  .tab-pane__icon:hover {
    opacity: 1; }
  .tab-pane__icon.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }

.tab-content--margin {
  margin-bottom: 34px; }

.slider-block {
  text-align: center;
  line-height: 320px; }
  .slider-block__item {
    padding: 0 35px; }
  .slider-block__media {
    max-width: 100%;
    max-height: 100%;
    padding: 20px 20px; }

.nopadding-bottom {
  padding-bottom: 0; }

.modal-dialog--broad {
  width: 770px; }

.modal-content--padding {
  padding: 20px; }

.modal-content__title {
  font-size: 24px; }

.modal-content__btns {
  padding-top: 20px; }

.modal-content__close {
  background: none;
  border: 1px solid #3BBBB9;
  width: 30px;
  height: 30px;
  font-size: 26px;
  line-height: 26px;
  color: #303132;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out; }
  .modal-content__close:hover {
    background-color: #d6d7d8;
    -webkit-transition: background-color 0s;
    -o-transition: background-color 0s;
    transition: background-color 0s; }
  .modal-content__close:focus {
    outline: none;
    background-color: #a2a4a6;
    -webkit-transition: background-color 0s;
    -o-transition: background-color 0s;
    transition: background-color 0s; }

.section-description {
  margin-bottom: 34px; }

.no-actions {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 37px; }
  .no-actions__text {
    margin-right: 6px;
    display: inline-block; }

.js-animated {
  visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
     animation-name: fadeIn; }

.top-link {
  position: fixed;
  bottom: 11px;
  z-index: 2;
  right: 31px;
  display: block;
  width: 54px;
  height: 54px;
  padding-top: 22px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #3BBBB9;
  cursor: pointer;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: none; }
  .top-link.active {
    display: block; }
  .top-link:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-style: solid;
    border-width: 0 7.5px 12px 7.5px;
    border-color: transparent transparent #fff transparent; }

.contacts-block {
  background-color: #fff;
  margin-bottom: 34px; }

.contacts-block-wrap {
  padding: 20px 7px;
  display: table;
  width: 100%; }

.contact {
  text-align: center;
  display: table-cell; }
  .contact__icon {
    display: inline-block;
    vertical-align: middle;
    color: #3BBBB9;
    font-size: 20px;
    margin: 0 3px 5px 0; }
  .contact__text {
    display: inline-block;
    vertical-align: middle;
    color: #010303;
    font-size: 16px; }
  .contact__item {
    color: #010303;
    margin-right: 2px; }

.products-container {
  margin-bottom: 34px; }

.items-counter {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 125px;
  border: 1px solid #3BBBB9;
  background-color: #fff;
  padding: 10px 20px; }

.pagination {
  text-align: center;
  font-size: 0;
  padding: 15px 0; }
  .pagination__item {
    font-size: 14px;
    background-color: #3BBBB9;
    margin: 0 4px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    -webkit-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out; }
    .pagination__item--active {
      background-color: #29817f; }
    .pagination__item:hover {
      color: #fff;
      text-decoration: none;
      background-color: #29817f;
      -webkit-transition: background-color 0s;
      -o-transition: background-color 0s;
      transition: background-color 0s; }
    .pagination__item:focus {
      color: #fff;
      text-decoration: none; }
    .pagination__item--intermediate:hover {
      background-color: #3BBBB9; }

.bx_filter_input_container {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .bx_filter_input_container ::-webkit-input-placeholder {
    color: #1DA6A3; }
  .bx_filter_input_container ::-moz-placeholder {
    color: #1DA6A3; }
  .bx_filter_input_container :-moz-placeholder {
    color: #1DA6A3; }
  .bx_filter_input_container :-ms-input-placeholder {
    color: #1DA6A3; }

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content {
  -webkit-border-radius: 0;
          border-radius: 0; }

.modal-primary {
  text-align: center; }
  .modal-primary__title {
    font-size: 20px;
    color: #010303;
    font-weight: 600;
    border-bottom: 1px solid #3BBBB9;
    padding: 10px 0 13px;
    margin-bottom: 19px; }
  .modal-primary__description {
    color: #010303;
    margin-bottom: 7px;
    line-height: 1.3;
    padding: 0 8px; }
  .modal-primary__form {
    padding: 10px 20px; }
  .modal-primary__submit {
    text-transform: uppercase;
    outline: none;
    margin-bottom: 14px; }

.modal-short {
  width: 292px; }

.section-products #basicModal {
  margin: 0;
  padding: 0 !important; }

.authentication {
  display: none;
  position: absolute;
  z-index: 2;
  top: 62px;
  right: -55px;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  width: 290px;
  -webkit-box-shadow: 0 0 12px -3px #000;
          box-shadow: 0 0 12px -3px #000; }
  .authentication__triangle {
    position: absolute;
    z-index: 0;
    top: -20px;
    right: 90px;
    width: 30px;
    height: 30px;
    background: transparent url("../images/icons/sprite.png") 0 -229px no-repeat; }
  .authentication__input {
    margin-bottom: 16px; }
  .authentication__submit {
    text-transform: uppercase;
    margin-bottom: 8px; }
  .authentication__fieldset {
    color: #757474;
    font-size: 12px; }
  .authentication__span {
    color: #757474;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle; }
  .authentication__link {
    line-height: 1.8;
    color: #757474;
    font-size: 12px;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    text-decoration: underline; }
    .authentication__link:hover, .authentication__link:focus {
      color: #000; }

.registration {
  margin-bottom: 34px;
  background-color: #fff; }
  .registration__instruction {
    color: #8d8d8d;
    padding: 30px 0 0 55px; }
  .registration__sign {
    font-size: 16px;
    color: #d14841; }

.form-reg {
  margin: 0 55px; }
  .form-reg__block {
    float: left;
    margin: 0 124px 22px 0; }
  .form-reg__submit {
    font-weight: 600;
    margin-bottom: 41px; }

.subfieldset {
  position: relative;
  font-size: 12px;
  margin-left: 25px; }

.fieldset {
  width: 382px;
  margin-bottom: 10px; }
  .fieldset--margin {
    margin-bottom: 17px; }
  .fieldset__label {
    display: block;
    font-weight: normal;
    padding-left: 15px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #2e2e2e; }
  .fieldset__input-wrap {
    position: relative; }
  .fieldset__input {
    width: 100%;
    background-color: #E7E7E7;
    border: none;
    padding: 9px 14px;
    font-size: 16px; }
  .fieldset__sign {
    font-size: 16px;
    position: absolute;
    top: -2px;
    right: -12px;
    color: #d14841; }

.fieldset-secondary {
  margin-bottom: 16px;
  position: relative; }
  .fieldset-secondary__media-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 36px;
    margin-left: 28px;
    margin-top: -7px;
    text-align: center;
    line-height: 36px; }
  .fieldset-secondary__media {
    max-width: 100%;
    max-height: 100%; }

.fieldset-checkbox {
  margin-bottom: 15px; }
  .fieldset-checkbox input[type="checkbox"] {
    display: none; }
  .fieldset-checkbox input[type="checkbox"] + label {
    cursor: pointer;
    font-weight: normal; }
  .fieldset-checkbox input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #1DA6A3;
    margin: 0 5px 0 0; }
  .fieldset-checkbox input[type="checkbox"]:checked + label:before {
    background-color: orange;
    background: transparent url("../images/icons/sprite.png") 0 -209px no-repeat; }

.fieldset-checkbox--big {
  position: relative;
  margin-bottom: 7px; }
  .fieldset-checkbox--big input[type="checkbox"] + label {
    margin-left: 33px; }
  .fieldset-checkbox--big input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    margin: -1px 24px 0 0; }
  .fieldset-checkbox--big input[type="checkbox"]:checked + label:before {
    background-position: 1px -208px; }

.fieldset-checkbox--small {
  position: relative;
  margin-bottom: 1px; }
  .fieldset-checkbox--small input[type="checkbox"] + label {
    margin-left: 20px; }
  .fieldset-checkbox--small input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    margin: -1px 24px 0 0; }
  .fieldset-checkbox--small input[type="checkbox"]:checked + label:before {
    background-position: -2px -211px; }

.form-reg__checkbox-wrap {
  width: 100%; }
  .form-reg__checkbox-wrap input[type="checkbox"] {
    display: none; }
  .form-reg__checkbox-wrap input[type="checkbox"] + label {
    font-weight: normal;
    margin-bottom: 21px;
    color: #96908b; }
  .form-reg__checkbox-wrap input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #1DA6A3;
    margin: 0 5px 0 0; }
  .form-reg__checkbox-wrap input[type="checkbox"]:checked + label:before {
    background: transparent url("../images/icons/sprite.png") 0 -209px no-repeat; }

.review-form {
  position: relative;
  padding: 28px 66px 36px;
  /*border-bottom: 1px solid #F3F3F3;
  margin-bottom: 26px; */}
  .review-form__popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    width: 380px;
    padding: 25px 25px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    -webkit-box-shadow: 0 0 3px 3px rgba(59, 187, 185, 0.4);
            box-shadow: 0 0 3px 3px rgba(59, 187, 185, 0.4); }
  .review-form__input {
    border: 1px solid #D0D0D0;
    padding: 11px 18px;
    width: 46%;
    font-size: 16px; }
  .review-form__input:first-child {
    float: left; }
  .review-form__input:last-child {
    float: right; }
  .review-form__textarea {
    border: 1px solid #D0D0D0;
    padding: 11px 18px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
    min-height: 101px; }
  .review-form__submit {
    display: block;
    margin: auto; }
    .review-form__submit:focus, .review-form__submit:active {
      outline: none; }
  .review-form__trigger {
    font-size: 16px;
    font-weight: normal; }
  .review-form__rating-wrap {
    padding-top: 8px;
    display: inline-block; }
  .review-form__fieldset {
    float: right;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    margin-bottom: 17px; }

.radio-wrap label {
  margin-bottom: 0; }

.radio-wrap input[type="radio"] {
  display: none; }

.radio-wrap input[type="radio"] + label {
  text-transform: uppercase;
  font-weight: normal;
  color: #2e2e2e;
  padding-left: 6px; }

.radio-wrap input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 5px 0 0;
  background: transparent url("../images/icons/sprite.png") 0 -330px no-repeat; }

.radio-wrap input[type="radio"]:checked + label:before {
  background-position: 0 -298px; }

.discount {
  margin-right: 15px;
  display: inline-block; }
  .discount__icon {
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
    margin-top: -5px;
    margin: -5px 5px 0 0;
    display: inline-block; }
  .discount__label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 27px; }
  .discount__input {
    width: 140px;
    display: inline-block;
    border: none;
    text-align: center;
    padding: 7px 10px;
    margin-right: 25px; }
  .discount__submit {
    padding: 7px 40px;
    margin-right: 14px;
    border: none;
    color: #fff;
    background-color: #007F7D;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .discount__submit:hover {
      background-color: #009996; }
    .discount__submit:focus {
      background-color: #004241; }

.form-data {
  padding: 37px 36px; }

.form-payment {
  padding: 25px 20px 4px; }
  .form-payment__column:last-child {
    padding-left: 39px; }

.switcher input[type="checkbox"] {
  display: none; }

.switcher input[type="checkbox"] + label {
  width: 50%;
  float: left;
  height: 87px;
  padding: 19px 0 15px;
  background-color: #fff;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: background-color .25s ease-out;
  -o-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

.switcher input[type="checkbox"] + label:hover {
  background-color: #D5EAEA;
  -webkit-transition: background-color .25s ease-out;
  -o-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out; }

.switcher input[type="checkbox"]:checked + label {
  background-color: #3BBBB9;
  color: #fff;
  display: block; }
  .switcher input[type="checkbox"]:checked + label .switcher__icon {
    color: #fff; }
  .switcher input[type="checkbox"]:checked + label .switcher__title {
    color: #fff; }

.price .btn--warning {
  margin-top: 30px;
  margin-bottom: 30px; }

/*New styles 11.04.17 start*/
.section-gift {
    margin-bottom: 34px;
}
.padded-section {
  background-color: #fff;
  border-bottom: 1px solid #E7E7E7;
  padding: 30px 66px;
}
.section-title-header {
    font-size: 18px;
    font-weight: bold;
    color: #2e7e7c;
    text-transform: uppercase;
    margin-top: 0;
}
.section-title__icon {
    margin-right: 6px;
    font-size: 22px;
    position: relative;
    top: 2px;
}
.sg-wrap {
    margin-top: 35px;
}
.sg-wrap__figure {
    display: table-cell;
    padding-right: 30px;
}
.sg-wrap__image {
    max-width: 100%;
}
.sg-wrap__content {
    display: table-cell;
    vertical-align: top;
}
.section-cta {
    color: #010303;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.sg-wrap__text {
    line-height: 1.7;
}
.sg-wrap__text span {
    font-weight: 700;
}

.filter__econtent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 30%; */
    /* padding: 10px; */
    /* background-color: rgba(255,255,255, .9); */
    transition: all 0.35s ease-out;
}
.filter__elem:hover .filter__econtent {
    background-color: rgba(59, 187, 185, .9);
    text-decoration: none;
}
.filters--series__elem {
    height: 178px;
    line-height: 178px;
    text-align: center;
    /* padding: 25px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    transition: all 0.35s ease-out;
}
.filters--series__elem + .filters--series__elem {
    border-left: 1px solid #E7E7E7
}
.filters--series__elem:hover {
    box-shadow: 0 2px 5px rgba(113, 113, 113, 0.2);
    -webkit-filter: saturate(150%);
    filter: saturate(150%);
}

.checkout__td .product__tape {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
  background-color: #3BBBB9;
  max-width: 122px
}
.checkout__td .product__tape:after {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.checkout__td .section-title__icon {
  position: static;
  font-size: 15px;
}
.checkout__tr .checkout__td .product__tape_modifare {
 background-color: none; 
}

.checkout__tr .checkout__td .product__tape_modifare .icon-gift{
 color: #3BBBB9;
 font-size: 30px;
}
.product__tape_cart {
 	position: relative;
    background-color: #2e7e7c;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    width: 160px;
    height: 40px;
    margin: 25px auto;
}

.color-href-head {
	color: inherit;
}

/*New styles 11.04.17 end*/

@media (max-width: 1199px) {
  .contact__text {
    font-size: 15px; }
  .additional--size {
    padding-left: 20px; }
  .additional__range--position {
    max-width: 102px; }
  .basement {
    padding: 24px 17px 25px 53px; }
    .basement__mark {
      margin-right: 13px; }
    .basement__price {
      margin-right: 25px; }
  .supply__module {
    width: 220px; }
  .search-result {
    left: auto;
    right: 0;
    top: 95px; }
    .search-result__triangle {
      left: auto;
      right: 61px; }
  .search {
    display: none;
    background-color: #F4F4F4;
    position: absolute;
    top: 45px;
    right: 26px;
    width: 250px;
    margin-right: 0;
    border: 1px solid #247473;
    -webkit-box-shadow: 0 0 12px -3px #000;
            box-shadow: 0 0 12px -3px #000; }
    .search__input {
      padding: 6px 7px 6px 12px; }
  .advantages__icon {
    margin: 0 12px;
    font-size: 38px;
    vertical-align: top; }
  .advantages__text {
    font-size: 14px;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px); }
  .search-wrap__icon {
    display: inline-block;
    font-size: 27px;
    color: #43BCBA;
    cursor: pointer;
    width: 43px;
    height: 43px;
    line-height: 46px;
    vertical-align: middle;
    margin-right: 26px;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background: url("../images/icons/sprite.png") 0px 0px no-repeat transparent; }
  .search-wrap__close {
    font-size: 22px; }
  .search-wrap__close {
    display: none; }
  .arrows-nav__item--prev {
    width: auto;
    top: -45px;
    left: 0;
    right: 0;
    height: 45px; }
  .arrows-nav__item--next {
    width: auto;
    bottom: -45px;
    left: 0;
    right: 0;
    height: 45px; }

  .section-slider > .container {
    /*width: 100%;*/
    padding: 0 5px;
  }
  .slider {
    margin-bottom: 74px;
    margin-top: 45px;
    margin: 5px 0 0; }
    .slider .lSGallery {
      display: none; }
    .slider .lSSlideOuter {
      padding-right: 0 !important; }
  .contacts-wrap {
    margin-right: 49px; }
  .form-reg__block {
    margin-right: 55px; }
  .links__elem--padding {
    padding-left: 0; }
  .fieldset {
    width: 330px; }
  .footer__cell--line-height {
    line-height: 30px; }
  .checkout__link {
    margin-right: 34px; }
  .discount__label {
    margin-right: 27px;
    font-size: 14px; }
  .discount__input {
    width: 100px; }
  .card__name {
    font-size: 15px;
    margin-bottom: 2px; }
  .info-block__elem {
    line-height: 1.2;
    font-size: 13px; }
  .price {
    margin-bottom: 7px; }
    .price__btn:not(:last-child) {
      margin-top: 6px; }
  .product__rating {
    font-size: 14px;
    margin-bottom: 10px; }
  .product__code {
    font-size: 14px;
    margin-bottom: 10px; }
  .params__elem {
    margin-bottom: 10px; }
  .params__text {
    font-size: 14px; } }

@media (max-width: 991px) {
  .checkout__td .section-title__icon {
    display: none;
  }
  .checkout__td .product__tape {
    font-size: 14px;
    max-width: auto
  }
  .checkout__td .product__tape::after {
    content: none;
  }
    .padded-section {
        padding: 30px 15px;
    }
  .contacts-block-wrap {
    padding: 20px 10px 10px 70px; }
  .contact {
    display: block;
    text-align: left;
    float: left;
    width: 50%;
    margin-bottom: 20px; }
  .modal-dialog--broad {
    width: auto; }
  .product__banner-wrap {
    height: auto; }
  .series-filter {
    display: none; }
  .series-filter--display {
    display: block; }
  .basement {
    padding: 25px 37px 25px 37px; }
    .basement__module {
      display: block;
      margin-bottom: 10px; }
  .product-description {
    padding: 30px 15px; }
    .product-description__text {
      font-size: 14px; }
  .block-tape__text {
    font-size: 17px;
    margin: 0; }
  .form-filter__fieldset {
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 10px;
    padding-bottom: 5px; }
  .fieldset-checkbox--small {
    margin-top: 8px; }
  .age-filter__elem {
    margin-bottom: 22px; }
  .about-picker {
    width: 120px; }
  .checkout__td {
    padding: 17px 9px; }
    .checkout__td--nopadding-left {
      padding-left: 0; }
  .checkout__link {
    display: block;
    margin-bottom: 10px; }
  .discount {
    margin-bottom: 10px; }
  .review-form__rating-wrap {
    margin-bottom: 15px; }
  .review-form__fieldset {
    width: 100%; }
  .reasons__elem {
    height: 227px; }
  .work-time-wrap {
    display: none; }
  .logo {
    margin-right: 64px; }
  .contacts-wrap {
    margin-right: 64px; }

  .section-slider > .container {
    padding: 0 5px;
  }
    
  .slider {
    /*display: none; */
    max-height: unset;
    margin-bottom: 45px;
    margin: 5px 0 0;
  }

  .slider img {
    max-width: 100%;
  }
  .footer__cell {
    border-bottom: 1px solid #EDEDED; }
    .footer__cell--line-height {
      line-height: 60px; }
  .footer__cell {
    border: 1px solid #EDEDED; }
  .links {
    display: none; }
  .rights-row {
    padding-top: 15px; }
  .form-reg__block {
    float: none;
    margin: 0; }
  .fieldset {
    width: 382px; }
  .chapter__item:nth-child(4n+4) {
    border-right: 1px solid #E2E2E2; }
  .chapter__item:nth-child(3n+3) {
    border-right: none; }
  .card {
    margin-bottom: 0; }
    .card__block {
      margin-bottom: 34px; }
  .action__media-wrap {
    height: auto;
    text-align: center; }
  .action__block {
    padding-left: 0; } }

@media (max-width: 767px) {
    .sg-wrap__figure,
    .sg-wrap__content {
        display: block;
    }
    .sg-wrap__figure {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .section-cta {
        font-size: 16px;
    }
    .sg-wrap__text {
        line-height: inherit
    }
  .contact {
    width: 100%; }
  .sidebar {
    display: none; }
  .header {
    text-align: right;
    padding: 15px 0; }
  .product__banner {
    background-size: contain; }
  .product--size:nth-child(3n+1) {
    margin-left: 0; }
  .product--size:nth-child(3n+3) {
    margin-right: 0; }
  .product--size {
    width: 100%;
    margin-left: auto;
    margin-left: auto; }
  .chapter {
    margin-bottom: 42px; }
    .chapter__item-wrap {
      float: left;
      width: 49%;
      text-align: center;
      margin: 0 1% 2% 1%;
      background: white;
      border: 1px solid #E2E2E2; }
    .chapter__item-wrap:nth-child(4n+1) {
      margin-left: 1%; }
    .chapter__item-wrap:nth-child(4n+4) {
      margin-right: 1%; }
    .chapter__item-wrap:nth-child(2n+1) {
      margin-left: 0; }
    .chapter__item-wrap:nth-child(2n+2) {
      margin-right: 0; }
  .amount {
    display: block;
    float: none;
    text-align: left;
    margin-bottom: 15px; }
  .sorting {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 15px; }
  .series__block:not(:last-child) {
    border-right: 0; }
  .tab-pane__link-wrap {
    padding: 10px 15px; }
  .price__btn {
    max-width: 320px;
    padding: 12px 0;
    font-size: 16px; }
  .card__block {
    height: auto; }
  .info-block {
    padding-bottom: 10px; }
  .params {
    padding: 25px 25px 15px; }
  .subtitle {
    padding: 10px 15px;
    margin: 0; }
    .subtitle__text {
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      vertical-align: middle; }
  .list {
    margin: 0 7px 10px;
    padding-bottom: 3px;
    padding-right: 7px; }
  .checkout__link {
    margin-bottom: 20px; }
  .form-payment__column:last-child {
    padding-left: 15px; }
  .discount {
    border-bottom: 1px solid #fff; }
    .discount__input {
      margin-bottom: 15px; }
    .discount__submit {
      margin-right: 0;
      margin-bottom: 15px; }
    .discount__label {
      margin-bottom: 15px; }
  .read-more {
    margin-left: 15px; }
  .review-form {
    padding: 28px 15px 36px; }
    .review-form__input {
      width: 100%; }
    .review-form__input:first-child {
      margin-bottom: 17px; }
  .review {
    padding: 8px 15px 35px; }
    .review__rating {
      float: none; }
    .review__name {
      margin-bottom: 10px;
      display: inline-block; }
    .review__date {
      margin: 0 10px 10px 0;
      display: inline-block; }
    .review__town {
      margin-right: 10px; }
  .reviews__title-wrap {
    padding: 32px 67px 10px 67px; }
  .modal-short {
    width: auto; }
  .search-result {
    left: auto;
    right: 15px;
    top: 144px;
    left: 15px;
    max-width: 100%;
    width: auto;
    text-align: left; }
    .search-result__triangle {
      left: 20px; }
  .action__media-wrap {
    max-width: 300px;
    margin: 0 auto 28px; }
  .chapter__item:nth-child(3n+3) {
    border-right: 1px solid #E2E2E2; }
  .chapter__item:nth-child(2n+2) {
    border-right: none; }
  .rights__rest {
    display: none; }
  .links {
    display: none; }
  .advantages {
    display: none; }
  .description {
    display: none; }
  .filter__elem {
    padding: 15px 0;
    border-bottom: 1px solid #E7E7E7; }
  .authentication__triangle {
    right: 74px; }
  .search-wrap {
    position: static; }
  .search {
    text-align: left;
    left: 15px;
    right: 15px;
    top: 89px;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto; }
    .search__input {
      min-width: auto;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px); }
  .basket-preview__wrap {
    text-align: left; }
  .logo {
    float: left;
    margin-top: -6px;
    margin-right: 0; }
  .search-wrap__icon,
  .account,
  .contacts-wrap {
    margin-right: 10px; }
  .contacts {
    position: relative; }
    .contacts__wrap--hidden {
      position: absolute;
      right: 0;
      top: 59px;
      width: 165px;
      text-align: center;
      background-color: #fff;
      -webkit-box-shadow: 0 0 12px -3px #000;
              box-shadow: 0 0 12px -3px #000; }
    .contacts__triangle {
      position: absolute;
      z-index: 0;
      top: -20px;
      right: 10px;
      width: 30px;
      height: 30px;
      display: block;
      background: transparent url("../images/icons/sprite.png") 0 -229px no-repeat; }
    .contacts__wrap--hidden {
      display: none; }
    .contacts__icon--hidden {
      display: inline-block;
      font-size: 27px;
      color: #43BCBA;
      cursor: pointer;
      width: 43px;
      height: 43px;
      line-height: 46px;
      vertical-align: middle;
      margin-right: 26px;
      text-align: center;
      -webkit-transition: all 0.25s ease-out;
      -o-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      margin-right: 0;
      background: url("../images/icons/sprite.png") 0px 0px no-repeat transparent; }
  .nav {
    margin-left: -15px;
    margin-right: -15px; }
  .nav-tabs {
    margin: 0; }
    .nav-tabs__elem {
      width: 50%; }
    .nav-tabs__link {
      width: 100%;
      text-align: center;
      padding: 15px 0; }
  .nav-list {
    display: none; }
    .nav-list__elem {
      display: block;
      text-align: left; }
    .nav-list__link {
      padding-left: 20px; }
  .nav-icon {
    cursor: pointer;
    color: #fff; }
  .basket-preview {
    text-align: left; }
  .hamburger-slim {
    background: transparent;
    margin: 12px 15px 13px 0;
    position: relative;
    height: 30px;
    width: 35px; }
    .hamburger-slim:before, .hamburger-slim:after {
      background: #fff;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      content: "";
      height: 3px;
      left: 0;
      -webkit-transition: 0.75s;
      -o-transition: 0.75s;
      transition: 0.75s;
      width: 35px; }
    .hamburger-slim:before {
      -webkit-box-shadow: #fff 0 14px 0 0;
              box-shadow: #fff 0 14px 0 0;
      position: absolute;
      top: 0; }
    .hamburger-slim:after {
      position: absolute;
      top: -webkit-calc(100% - 2px);
      top: calc(100% - 2px); }
    .hamburger-slim--active:before {
      -webkit-box-shadow: transparent 0 0 0 0;
              box-shadow: transparent 0 0 0 0;
      top: 50%;
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
           -o-transform: rotate(225deg);
              transform: rotate(225deg); }
    .hamburger-slim--active:after {
      top: 50%;
      -webkit-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
           -o-transform: rotate(315deg);
              transform: rotate(315deg); }
  .footer__cell {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid transparent; }
  .rights-row {
    min-height: 0;
    background: none !important; }
  .display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .order-second {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; } }

@media (max-width: 640px) {
  .product-item {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px); }
  .reviews__headline {
    font-size: 14px; }
  .reviews__mark {
    font-size: 16px; }
  .block-tape {
    text-align: center; }
    .block-tape__block {
      right: -10%; }
    .block-tape__text {
      font-size: 16px; }
    .block-tape__icon {
      display: none; }
  .basement {
    padding: 20px; }
  .forms__textarea-wrap {
    padding: 20px; }
  .forms__textarea {
    min-height: 155px; }
  .supply {
    padding: 30px 20px 31px; }
    .supply__module:first-child {
      z-index: 2; }
  .reasons__elem {
    width: 100%;
    height: auto;
    min-height: 120px; }
  .review-form__textarea {
    min-height: 180px; }
  .form-reg {
    margin: 0 20px; }
  .registration__instruction {
    padding: 30px 20px 0 20px; }
  .fieldset {
    display: block;
    width: 100%; }
  .product {
    margin: 0 60px;
    border-left: 1px solid #EDEDED; }
    .product--size {
      width: 100%;
      margin: 0 0 35px; }
    .product--banner {
      margin-bottom: 43px; }
  .navigation {
    width: 100%;
    border-bottom: 1px solid #E7E7E7; }
    .navigation__btn {
      width: 50%; }
  .products__title {
    padding: 14px 15px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #e7e7e7; }
  .products__header {
    text-align: center; }
  .products__btn {
    padding: 10px 20px;
    font-size: 14px;
    width: 40%;
    float: none !important;
    margin: 10px 10px; }
  .action__block {
    padding: 0; }
  .action__title {
    font-size: 20px; }
  .timer {
    text-align: center; }
    .timer__elem {
      font-size: 16px;
      padding: 6px; }
    .timer__colon {
      font-size: 16px;
      margin-top: 15px;
      display: inline-block;
      vertical-align: top; }
    .timer .timer__module:first-child {
      margin-right: 13px; } }

@media (max-width: 480px) {
  .contacts-block-wrap {
    padding: 20px 15px; }
  .contact {
    width: 100%; }
  .modal-content__btn-primary {
    width: 100%;
    margin-bottom: 20px;
    padding: 16px 0; }
  .modal-content__btn-secondary {
    width: 100%;
    padding: 16px 0; }
  .select {
    width: 100%;
    padding: 5px;
    margin-top: 5px; }
  .nav-tabs {
    margin: 0; }
    .nav-tabs__elem {
      width: 100%; }
    .nav-tabs__link {
      width: 100%;
      text-align: center;
      padding: 15px 0;
      color: #A6A6A6; }
  .btns-nav__item {
    left: 0;
    width: auto;
    height: 40px; }
  .product-item {
    width: 100%; }
  .series-filter__fieldset {
    width: 100%; }
  .series-filter__submit {
    width: 90%;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px; }
  .basement__btn {
    float: none;
    margin-top: 10px;
    width: 100%;
    padding: 13px 21px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px; }
  .supply__module {
    width: 100%; }
  .form-payment__column {
    padding-left: 0; }
  .form-payment__column:last-child {
    padding-left: 0px; }
  .form-data {
    padding: 20px; }
  .discount {
    padding-bottom: 15px; }
    .discount__input {
      height: 40px;
      width: 100%; }
    .discount__submit {
      height: 40px;
      width: 100%; }
  .review-form__submit {
    width: 100%;
    min-height: 50px;
    font-size: 16px; }
  .form-reg__submit {
    width: 100%; }
  .contacts__triangle {
    left: 4px;
    right: auto; }
  .product {
    margin: 0;
    border-left: none; }
    .product--banner {
      margin-bottom: 43px; }
  .header {
    text-align: center; }
  .headline {
    padding: 0 40px 14px 40px; }
  .series__block {
    display: none; }
  .arrow-drop {
    display: inline-block; }
  .product-search {
    text-align: center; }
    .product-search__media-wrap {
      margin: 0 0 10px; }
    .product-search__info-wrap {
      max-width: 100%; }
  .search-result {
    top: 195px; }
    .search-result__link {
      padding: 22px 15px; }
  .series__block {
    width: 100%; }
  .logo { 
    text-align: center;
    display: block;
    float: none;
    margin-bottom: 10px; }
  .authentication {
    right: -85px; }
    .authentication__triangle {
      right: 104px; }
  .search {
    top: 145px; }
  .contacts__wrap {
    left: 0; } }


/*    new styles */

@media screen and (max-width: 767px) {

  body .search-result {
    left: 0 !important;
  }

  .search-result {
    top: 50px;
  }

  .header {
    position: relative;
    padding: 0;
    z-index: 2;
    border-bottom: 5px solid #43BCBA;
  }

  .header-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    padding-left: 45px;
  }

  .header-wrap .account-wrap {
    display: none;
  }

  .header-wrap .logo {
    width: 100%;
    margin: 0;
    margin-right: 10px;
    flex-grow: 1;
    text-align: left;
  }

  .header-wrap .logo img {
    max-width: 100%;
    max-height: 43px;
  }

  .search {
    top: 50px;
  }

  .contacts__wrap {
    left: -20px;
  }

  .contacts__triangle {
    left: 24px;
  }

  .contacts__icon--hidden,
  .search-wrap__icon,
  .basket,
  .contacts__close {
    width: 40px;
    height: 40px;
    background: none;
    border: 1px solid #777;
    border-radius: 50%;
    font-size: 20px;
    line-height: 38px;
  }

  .basket__icon {
    font-size: 24px;
  }

  .hamburger-slim {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    margin-left: 5px;
    z-index: 3;
  }

  .hamburger-slim:before, 
  .hamburger-slim:after {
    background: #43BCBA;
    width: 30px;
    height: 5px;
  }

  .hamburger-slim:before {
    box-shadow: #43BCBA 0 14px 0 0;
  }

  .hamburger-slim--active:before {
    box-shadow: transparent 0 0 0 0;
  }

  .basket-wrap div {
    top: -5px;
  }

}

/*  new styles end
*/