/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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 {
  -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"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "HelveticaNeueCyr", arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857;
  color: #5e489d;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #5e489d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #e1117f;
    text-decoration: none; }
  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 {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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: 20px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 27px; } }

small,
.small {
  font-size: 66%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  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%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.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; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 17px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.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%; } }
table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 27px;
  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: 18px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #e1117f;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 17, 127, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(225, 17, 127, 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 {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    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 {
  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; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 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 {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .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: #a596cf; }

@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; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 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;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .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: #38393d;
  background-color: #e1117f;
  border-color: #e1117f; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #38393d;
    background-color: #b20d64;
    border-color: #a80d5f; }
  .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: #e1117f;
    border-color: #e1117f; }
  .btn-primary .badge {
    color: #e1117f;
    background-color: #38393d; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .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:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .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:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .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:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .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: #5e489d;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #e1117f;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.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;
  visibility: hidden; }
  .collapse.in {
    display: block;
    visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -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;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: 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);
  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: absolute;
  top: 0;
  right: 0;
  left: 0;
  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; } }
.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;
  visibility: hidden !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; }

  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; }

  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; }

  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; }

  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; }

  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; } }
/* fonts */
@font-face {
  font-family: 'PTSans';
  src: url("../fonts/PTSans-Regular.woff2") format("woff2");
  font-weight: 400; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Thin.woff2") format("woff2");
  font-weight: 100; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Light.woff2") format("woff2");
  font-weight: 300; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 400; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
  font-weight: 700; }
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/HelveticaNeueCyr-Black.woff2") format("woff2");
  font-weight: 900; }
* {
  box-sizing: border-box;
  outline: none !important; }

img {
  max-width: 100%; }

textarea {
  resize: none; }

@media (min-width: 1500px) {
  .container {
    width: 1500px; } }

.svg-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  fill: currentColor; }
  .svg-icon svg {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top; }
  .svg-icon_after {
    margin-left: 5px; }
  .svg-icon_download {
    min-width: 36px;
    height: 36px;
    margin-right: 18px; }
  .svg-icon_basket {
    min-width: 33px; }
  .svg-icon_compare {
    width: 27px;
    height: 24px; }
  .svg-icon_favorite {
    width: 27px;
    height: 24px; }
  .svg-icon_owl-nav {
    width: 27px;
    height: 48px; }
  .svg-icon_arrow-right {
    width: 12px;
    height: 20px; }
  .svg-icon_pager {
    width: 21px;
    height: 16px; }
  .svg-icon_select {
    width: 7px;
    height: 10px;
    transform: rotate(90deg); }

.page {
  min-height: 100vh;
  font-weight: 300;
  opacity: 0;
  overflow: hidden;
  padding-top: 145px;
  width: 100%; }
  @media (min-width: 992px) {
    .page {
      padding-top: 280px; } }
  .page__content {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .page__content {
        margin-bottom: 120px; } }
  .page__title {
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0;
    font-size: 30px;
    font-weight: 300;
    color: #5e489d; }
    .page__title_same {
      text-align: left; }
    @media (min-width: 992px) {
      .page__title {
        margin: 50px 0; } }
  .page__breadcrumbs {
    margin: 0 0 40px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 20px;
  min-height: 50px;
  line-height: 1;
  position: relative;
  z-index: 1;
  background: none !important;
  border: none !important;
  color: #fff;
  text-decoration: none !important; }
  .btn::before, .btn::after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .btn::before {
    border: 1px solid #e1117f;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); }
  .btn::after {
    background: #e1117f; }
  .btn__icon {
    fill: currentColor;
    margin-right: 15px; }
  .btn:hover {
    color: #e1117f; }
    .btn:hover::before {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .btn:hover::after {
      opacity: 0;
      -webkit-transform: scale3d(0.8, 0.8, 1);
      transform: scale3d(0.8, 0.8, 1); }

.btn-default {
  color: #13b6c8; }
  .btn-default::before {
    border-color: #13b6c8;
    background: #13b6c8; }
  .btn-default::after {
    background: #fff;
    border: 1px solid #13b6c8; }
  .btn-default:hover {
    color: #fff; }

.btn-info::before {
  border-color: #13b6c8; }
.btn-info::after {
  background: #13b6c8; }
.btn-info:hover {
  color: #13b6c8; }

.btn_in-form {
  margin-top: 15px;
  white-space: normal; }

.btn_remove {
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 0;
  position: relative;
  cursor: pointer; }
  .btn_remove::before, .btn_remove::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    height: 35px;
    width: 1px;
    background: #13b6c8;
    margin-top: -16px; }
  .btn_remove::before {
    transform: rotate(-45deg); }
  .btn_remove:hover::before, .btn_remove:hover::after {
    background: #e1117f; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1020;
  height: 95px; }
  .header__tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    padding: 12px 13px;
    color: #fff;
    background: #13b6c8;
    white-space: nowrap;
    display: none; }
  .header__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(19, 182, 200, 0.58); }
    @media (min-width: 992px) {
      .header__container {
        height: 180px;
        background: rgba(255, 255, 255, 0.8);
        position: relative; } }
  .header__main {
    position: relative;
    width: 100%;
    height: 95px;
    transform: translate(0, 0);
    transition: none;
    z-index: 1001; }
  .header__main-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: inherit;
    position: relative;
    z-index: 1002;
    height: 95px; }
  .header__logo-wrap {
    display: flex;
    align-items: center; }
  .header__logo {
    width: 95px;
    margin-right: 28px; }
  .header__phone {
    display: none; }
    @media (min-width: 992px) {
      .header__phone {
        display: block;
        margin-right: 28px; } }
  .header__social {
    display: none; }
    @media (min-width: 992px) {
      .header__social {
        display: block; } }
    .header__social a {
      display: inline-block;
      margin: 5px 12px 5px 0; }
    .header__social img {
      transition: transform .3s; }
      .header__social img:hover {
        transform: scale(1.2); }
  .header__controls {
    align-items: center;
    justify-content: flex-end;
    margin: 30px 0;
    display: flex; }
    @media (min-width: 992px) {
      .header__controls {
        margin: 0; } }
  .header__control {
    padding: 0 18px;
    border-left: 1px solid #5e489d;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header__control_first {
      border-left: none; }
    .header__control_lk {
      display: none;
      border-left: none;
      border-right: 1px solid #5e489d; }
    .header__control a {
      display: inline-block;
      position: relative; }
      .header__control a:hover .header__tooltip {
        display: block; }
  .header__menu-icon {
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto;
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer; }
    .header__menu-icon_logo {
      display: none; }
    .header__menu-icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #5e489d;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      .header__menu-icon span:nth-child(1) {
        top: 5px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
      .header__menu-icon span:nth-child(2) {
        top: 14px;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
        -o-transform-origin: center center;
        transform-origin: center center; }
      .header__menu-icon span:nth-child(3) {
        top: 23px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center; }
    .header__menu-icon.open span:nth-child(1), .st-menu-open .header__menu-icon span:nth-child(1) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 25px;
      left: 5px; }
    .header__menu-icon.open span:nth-child(2), .st-menu-open .header__menu-icon span:nth-child(2) {
      width: 0;
      opacity: 0; }
    .header__menu-icon.open span:nth-child(3), .st-menu-open .header__menu-icon span:nth-child(3) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 4px;
      left: 5px; }
  .header__catalog {
    position: relative;
    transform: translate(0, -100%);
    transition: transform .5s; }
    @media (min-width: 992px) {
      .header__catalog {
        transform: translate(0, 0); } }
    .header__catalog.opened {
      transform: translate(0, 0) !important;
      background: #e93d97;
      position: absolute;
      width: 100%;
      left: 0; }
      .header__catalog.opened .header__catalog-link {
        color: #fff; }
        .header__catalog.opened .header__catalog-link:hover, .header__catalog.opened .header__catalog-link:focus {
          color: rgba(255, 255, 255, 0.5); }
        .header__catalog.opened .header__catalog-link::before {
          color: #fff; }
    .header__catalog ul {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      margin: 0;
      padding: 0;
      list-style: none; }
    .header__catalog li {
      padding: 15px 0 24px;
      margin: 0;
      line-height: 24px;
      flex-basis: 100%;
      text-align: center;
      position: relative; }
      @media (min-width: 992px) {
        .header__catalog li {
          min-height: 70px;
          display: flex;
          align-items: center;
          justify-content: center; } }
      @media (min-width: 1500px) {
        .header__catalog li {
          padding: 15px 10px 0; } }
      .header__catalog li:hover ul {
        display: block; }
      .header__catalog li ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 216px;
        width: auto;
        max-width: 100%;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 9px 6px rgba(19, 182, 200, 0.4);
        flex-direction: column;
        padding: 9px 0;
        display: none; }
        .header__catalog li ul li {
          width: 100%;
          text-align: left;
          padding: 0 15px;
          margin: 9px 0;
          min-height: 0;
          display: block; }
  .header__catalog-link {
    position: relative;
    display: inline-block;
    padding-bottom: 10px; }
    .header__catalog-link::before {
      color: #5e489d;
      content: attr(data-hover);
      position: absolute;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -moz-transition: -moz-transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      pointer-events: none;
      left: 0; }
    .header__catalog-link::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #5e489d;
      opacity: 0;
      -webkit-transform: translateY(5px);
      -moz-transform: translateY(5px);
      transform: translateY(5px);
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -moz-transition: -moz-transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      pointer-events: none; }
    .header__catalog-link:hover::before, .header__catalog-link:focus::before {
      opacity: 0;
      -webkit-transform: translateY(-1px);
      -moz-transform: translateY(-1px);
      transform: translateY(-1px); }
    .header__catalog-link:hover::after, .header__catalog-link:focus::after {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px); }

@media (max-width: 767px) {
  .header__control_last {
    display: none; } }
@media (max-width: 991px) {
  .header .container {
    padding-left: 0;
    padding-right: 0; }
  .header a {
    color: #fff; }
    .header a:hover {
      color: rgba(255, 255, 255, 0.5); }
  .header__main {
    height: 95px;
    background: #e93d97;
    color: #fff; }
  .header__logo {
    background: #e30d7d;
    height: 95px;
    overflow: hidden;
    position: relative; }
    .header__logo img {
      position: relative;
      margin-top: -20px; }
  .header__control {
    border-color: #fff; }
    .header__control_lk {
      display: flex; }
  .header__menu-icon span {
    background: #fff; }
  .header__menu-icon_logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px; }
    .header__menu-icon_logo.open span:nth-child(1) {
      top: 35px; }
    .header__menu-icon_logo.open span:nth-child(3) {
      top: 0; }
  .header__catalog {
    background: #e93d97;
    padding-top: 15px; }
    .header__catalog .header__catalog-link {
      color: #fff; }
      .header__catalog .header__catalog-link::before {
        color: #fff; }
    .header__catalog ul {
      flex-wrap: wrap;
      justify-content: flex-start; }
    .header__catalog li {
      text-align: left;
      padding: 0 15px;
      margin-bottom: 10px;
      flex-basis: 40%; }
      .header__catalog li ul {
        display: none !important; } }
@media (max-width: 767px) {
  .header__container, .header__main-container, .header__main {
    height: 80px; }
  .header__logo {
    height: 80px;
    width: 80px;
    margin-right: 0; }
  .header__control {
    padding: 0 12px; }
  .header__catalog li {
    flex-basis: 100%; }
  .header__control_lk {
    display: none; } }

@media (min-width: 992px) {
  .header_fixed .header__container {
    box-shadow: none;
    height: 95px;
    transition: height .5s; }
  .header_fixed .header__main {
    position: relative;
    transform: translate(0, 100%);
    top: -95px;
    background: #e93d97;
    color: #fff;
    transition: transform .5s; }
    .header_fixed .header__main a {
      color: #fff; }
      .header_fixed .header__main a:hover {
        color: rgba(255, 255, 255, 0.5); }
  .header_fixed .header__logo {
    background: #e30d7d;
    height: 95px;
    overflow: hidden;
    position: relative; }
    .header_fixed .header__logo img {
      position: relative;
      margin-top: -20px; }
  .header_fixed .header__social {
    display: none; }
  .header_fixed .header__catalog {
    transform: translate(0, -200%); }
    .header_fixed .header__catalog ul ul {
      display: none !important; }
    .header_fixed .header__catalog .header__catalog-link::before, .header_fixed .header__catalog .header__catalog-link::after {
      content: none; }
  .header_fixed .header__control {
    border-color: #fff; }
  .header_fixed .header__menu-icon span {
    background: #fff; }
  .header_fixed .header__menu-icon_logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 0 0 0 -25px; }
    .header_fixed .header__menu-icon_logo.open span:nth-child(1) {
      top: 35px; }
    .header_fixed .header__menu-icon_logo.open span:nth-child(3) {
      top: 0; } }

.st-menu-open .header__menu-icon {
  pointer-events: none; }

.footer {
  background: #d0f0f4;
  color: #5e489d;
  font-size: 18px;
  line-height: 30px; }
  .footer__main {
    position: relative;
    padding-top: 30px; }
    @media (min-width: 992px) {
      .footer__main {
        padding-top: 106px; } }
  .footer__logo {
    position: absolute;
    top: -108px;
    left: 0;
    display: none; }
    @media (min-width: 992px) {
      .footer__logo {
        display: block; } }
  .footer__info {
    margin-left: -15px;
    margin-right: -15px; }
    .footer__info:before, .footer__info:after {
      content: " ";
      display: table; }
    .footer__info:after {
      clear: both; }
  .footer__menu-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .footer__menu-item {
        float: left;
        width: 25%; } }
    .footer__menu-item ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .footer__menu-item li {
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
      .footer__menu-item li li {
        text-transform: none;
        font-size: 16px; }
  .footer__contacts {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .footer__contacts {
        float: left;
        width: 50%; } }
  .footer__contacts-item {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .footer__contacts-item {
        float: left;
        width: 50%; } }
    @media (min-width: 1500px) {
      .footer__contacts-item {
        padding-left: 95px; } }
    .footer__contacts-item p {
      margin: 0; }
  .footer__download {
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 10px; }
  .footer__social p {
    margin-bottom: 15px; }
  .footer__social a {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 10px; }
  .footer__social img {
    transition: transform .3s; }
    .footer__social img:hover {
      transform: scale(1.2); }
  .footer__bottom {
    font-size: 14px;
    line-height: 16px;
    font-family: 'PTSans', arial, sans-serif; }
    .footer__bottom p {
      margin: 0; }
  .footer__copyright {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
    @media (min-width: 992px) {
      .footer__copyright {
        float: left;
        width: 75%; } }
    @media (min-width: 992px) {
      .footer__copyright {
        text-align: left; } }
  .footer__poweredby {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: none; }
    @media (min-width: 992px) {
      .footer__poweredby {
        float: left;
        width: 25%; } }
    @media (min-width: 992px) {
      .footer__poweredby {
        text-align: right; } }
    .footer__poweredby img {
      margin-right: 15px;
      background: #5e489d;
      padding: 4px 8px; }
    .footer__poweredby a {
      display: inline-flex;
      align-items: center;
      text-align: left;
      transition: color .2s; }

.news__tags {
  margin: 0 0 50px; }
.news__tag {
  display: inline-block;
  margin: 0 15px 12px 0;
  vertical-align: top;
  color: #e1117f;
  border: 1px solid #e1117f;
  padding: 8px 15px;
  text-decoration: none; }
  .news__tag:hover, .news__tag.active {
    color: #fff;
    background: #e1117f;
    text-decoration: none; }
.news__list {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0; }
  .news__list:before, .news__list:after {
    content: " ";
    display: table; }
  .news__list:after {
    clear: both; }
.news__item {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  float: none !important;
  font-size: 18px; }
  @media (min-width: 768px) {
    .news__item {
      float: left;
      width: 50%; } }
  @media (min-width: 1200px) {
    .news__item {
      float: left;
      width: 25%; } }
  .news__item:hover, .news__item:hover a {
    color: #e1117f; }
  .news__item:hover .news__media img {
    opacity: .5; }
.news__media {
  border: 1px solid #f2f2f2;
  margin-bottom: 15px;
  background: #e1117f;
  overflow: hidden;
  display: inline-block; }
  .news__media img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-size: cover;
    background-position: 50% 50%; }
.news__date {
  font-weight: 100; }
.news__title {
  font-size: 18px; }
.news__link {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  font-size: 0;
  display: block; }

.news_main .news__item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1200px) {
    .news_main .news__item {
      float: left;
      width: 50%; } }
.news_main .news__media {
  margin-bottom: 30px; }
.news_main .news__title {
  font-size: 24px; }
  @media (min-width: 992px) {
    .news_main .news__title {
      padding: 0 100px; } }
.news_main .news__date {
  font-weight: 700;
  margin-bottom: 10px; }

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 32px;
  margin-top: -16px;
  margin-left: -32px; }
  #loader .loader {
    margin: 0 auto;
    text-align: center; }

.loader {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #e1117f;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }
@media (min-width: 992px) {
  .video_main .page__title {
    height: 2em; } }
.video_main iframe {
  height: 200px; }
  .video_main iframe:hover {
    box-shadow: 0 3px 10px rgba(94, 72, 157, 0.66); }
  @media (min-width: 480px) {
    .video_main iframe {
      height: 350px; } }
  @media (min-width: 768px) {
    .video_main iframe {
      height: 400px; } }
  @media (min-width: 992px) {
    .video_main iframe {
      height: 300px; } }
  @media (min-width: 1200px) {
    .video_main iframe {
      height: 400px; } }
  @media (min-width: 1500px) {
    .video_main iframe {
      height: 490px; } }

.video_banner {
  position: relative;
  overflow: hidden;
  text-align: center; }
  .video_banner::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 2; }
  .video_banner .video__movie {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    margin: 0 auto;
    height: auto;
    z-index: 1;
    background-size: cover;
    display: block;
    object-fit: cover;
    opacity: 1;
    max-width: 100%; }

@media (min-width: 992px) {
  .popular_main .page__title {
    padding-left: 100px;
    padding-right: 100px;
    line-height: 1; } }
.popular_main .catalog__more {
  padding-top: 16px;
  text-align: center; }
  @media (min-width: 992px) {
    .popular_main .catalog__more {
      padding-top: 6px;
      text-align: right; } }

.owl-theme .owl-dots .owl-dot {
  margin: 10px 12px 0; }
  @media (min-width: 768px) {
    .owl-theme .owl-dots .owl-dot {
      margin-left: 20px;
      margin-right: 20px; } }
  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 1px;
    background: rgba(225, 17, 127, 0.5); }
  .owl-theme .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    margin: 0;
    background: #e1117f; }

@media (min-width: 992px) {
  .owl-carousel_main {
    position: relative;
    margin-top: -281px;
    height: 100vh;
    overflow: hidden; } }
.owl-carousel_main a {
  display: block; }
.owl-carousel_main .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%; }
  @media (min-width: 992px) {
    .owl-carousel_main .owl-dots {
      bottom: 60px; } }
.owl-carousel_main .item__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; }
  @media (min-width: 992px) {
    .owl-carousel_main .item__title {
      font-size: 60px; } }
  .owl-carousel_main .item__title .cd-intro-content {
    filter: drop-shadow(0 0 50px #fff); }
  .owl-carousel_main .item__title .cd-intro-content h1 {
    margin: 0;
    font-size: 20px; }
    @media (min-width: 992px) {
      .owl-carousel_main .item__title .cd-intro-content h1 {
        font-size: 60px; } }
  .owl-carousel_main .item__title .mask.cd-intro-content h1 {
    position: relative;
    font-weight: 700;
    /* <h1> text is not visible - it is used only as a container for the ::after element */
    color: transparent;
    overflow: hidden; }
  .owl-carousel_main .item__title .mask.cd-intro-content h1::after {
    /* this is the animated text */
    content: attr(data-content);
    position: absolute;
    top: 20px;
    left: 0;
    height: 100%;
    width: 100%;
    color: #5e489d;
    filter: drop-shadow(0 0 10px #fff);
    text-shadow: 0 0 17px #fff; }
  .owl-carousel_main .item__title .mask.cd-intro-content h1 span {
    position: relative;
    display: inline-block; }
  .owl-carousel_main .item__title .mask.cd-intro-content .action-wrapper {
    overflow: hidden; }
@media (min-width: 992px) {
  .owl-carousel_main .owl-item {
    height: 100vh; }
    .owl-carousel_main .owl-item img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: 0 auto; } }
.owl-carousel_main .owl-item.active {
  /* --------------------------------
  Mask
  -------------------------------- */ }
  .owl-carousel_main .owl-item.active .cd-intro-content h1,
  .owl-carousel_main .owl-item.active .cd-intro-content h1 span,
  .owl-carousel_main .owl-item.active .cd-intro-content p {
    opacity: 0;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .owl-carousel_main .owl-item.active .no-cssanimations .cd-intro-content h1,
  .owl-carousel_main .owl-item.active .no-cssanimations .cd-intro-content h1 span,
  .owl-carousel_main .owl-item.active .no-cssanimations .cd-intro-content p {
    opacity: 1; }
  .owl-carousel_main .owl-item.active .mask.cd-intro-content h1 {
    /* overwrite default style */
    opacity: 1; }
  .owl-carousel_main .owl-item.active .mask.cd-intro-content h1::after {
    -webkit-animation-name: cd-reveal-up;
    -moz-animation-name: cd-reveal-up;
    animation-name: cd-reveal-up;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  .owl-carousel_main .owl-item.active .mask.cd-intro-content h1 span {
    opacity: 1; }
  .owl-carousel_main .owl-item.active .mask.cd-intro-content h1 span::before {
    /* this is the loading bar */
    content: '';
    position: absolute;
    top: calc(100% + 8px);
    left: -1em;
    height: 2px;
    width: calc(100% + 2em);
    background-color: #ffffff;
    -webkit-animation: cd-loading-mask 1s 0.3s both;
    -moz-animation: cd-loading-mask 1s 0.3s both;
    animation: cd-loading-mask 1s 0.3s both; }
  @media only screen and (min-width: 768px) {
    .owl-carousel_main .owl-item.active .mask.cd-intro-content h1 {
      padding: 20px; }
    .owl-carousel_main .owl-item.active .mask.cd-intro-content h1 span::before {
      top: calc(100% + 18px); } }
  .owl-carousel_main .owl-item.active .mask.cd-intro-content p {
    position: relative;
    margin: 0;
    -webkit-animation-name: cd-reveal-down;
    -moz-animation-name: cd-reveal-down;
    animation-name: cd-reveal-down;
    filter: drop-shadow(0 0 10px #fff);
    text-shadow: 0 0 17px #fff; }
  .owl-carousel_main .owl-item.active .mask.cd-intro-content h1::after,
  .owl-carousel_main .owl-item.active .mask.cd-intro-content p {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .owl-carousel_main .owl-item.active .mask.cd-intro-content .action-wrapper .p {
    opacity: 1; }
@-webkit-keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes cd-reveal-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -moz-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@keyframes cd-reveal-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes cd-loading-mask {
  0%, 100% {
    -webkit-transform: scaleX(0); }
  40%, 60% {
    -webkit-transform: scaleX(1); } }
@-moz-keyframes cd-loading-mask {
  0%, 100% {
    -moz-transform: scaleX(0); }
  40%, 60% {
    -moz-transform: scaleX(1); } }
@keyframes cd-loading-mask {
  0%, 100% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0); }
  40%, 60% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); } }
@media (min-width: 992px) {
  .owl-carousel_popular {
    padding: 0 50px; } }
.owl-carousel_popular .item {
  padding: 5px 15px; }
.owl-carousel_popular .owl-nav .svg-icon {
  fill: #13b6c8; }
.owl-carousel_popular .owl-nav [class*='owl-'] {
  padding: 0;
  margin: 0;
  background: none !important; }
.owl-carousel_popular .owl-nav .owl-prev, .owl-carousel_popular .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  filter: drop-shadow(0 3px 2px rgba(0, 0, 0, 0.5)); }
  .owl-carousel_popular .owl-nav .owl-prev:hover .svg-icon, .owl-carousel_popular .owl-nav .owl-next:hover .svg-icon {
    fill: #e1117f; }
.owl-carousel_popular .owl-nav .owl-prev {
  left: -15px; }
  @media (min-width: 992px) {
    .owl-carousel_popular .owl-nav .owl-prev {
      left: 10px; } }
  .owl-carousel_popular .owl-nav .owl-prev .svg-icon {
    transform: rotate(180deg); }
.owl-carousel_popular .owl-nav .owl-next {
  right: -15px; }
  @media (min-width: 992px) {
    .owl-carousel_popular .owl-nav .owl-next {
      right: 10px; } }

.owl-carousel_same .item {
  padding: 5px 15px; }

.owl-carousel_position {
  margin-top: -145px;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .owl-carousel_position {
      margin-top: -280px; } }
  .owl-carousel_position .owl-nav {
    margin: 0; }
    .owl-carousel_position .owl-nav [class*='owl-'] {
      position: absolute;
      top: 0;
      width: 25%;
      height: 100%;
      border-radius: 0;
      background: transparent !important; }
    .owl-carousel_position .owl-nav .owl-prev {
      left: 0; }
    .owl-carousel_position .owl-nav .owl-next {
      right: 0; }

.owl-carousel_position-media .owl-item {
  opacity: 0;
  transition: opacity 2s; }
  .owl-carousel_position-media .owl-item.active {
    opacity: 1;
    transition: opacity .5s; }
.owl-carousel_position-media .owl-pager {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 52px;
  text-align: center;
  font-size: 36px; }
  .owl-carousel_position-media .owl-pager strong {
    margin: 0 5px; }
.owl-carousel_position-media .owl-dots {
  display: none; }
.owl-carousel_position-media .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  border-bottom: 1px solid #13b6c8;
  height: 52px;
  z-index: 20;
  margin: 0; }
  .owl-carousel_position-media .owl-nav .svg-icon {
    fill: #13b6c8; }
  .owl-carousel_position-media .owl-nav [class*='owl-'] {
    padding: 0;
    margin: 0;
    background: none !important; }
  .owl-carousel_position-media .owl-nav .owl-prev, .owl-carousel_position-media .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -24px; }
    .owl-carousel_position-media .owl-nav .owl-prev:hover .svg-icon, .owl-carousel_position-media .owl-nav .owl-next:hover .svg-icon {
      fill: #e1117f; }
  .owl-carousel_position-media .owl-nav .owl-prev {
    left: -15px; }
    @media (min-width: 992px) {
      .owl-carousel_position-media .owl-nav .owl-prev {
        left: 10px; } }
    .owl-carousel_position-media .owl-nav .owl-prev .svg-icon {
      transform: rotate(180deg); }
  .owl-carousel_position-media .owl-nav .owl-next {
    right: -15px; }
    @media (min-width: 992px) {
      .owl-carousel_position-media .owl-nav .owl-next {
        right: 10px; } }

.owl-carousel_compare {
  position: static; }
  .owl-carousel_compare .owl-nav {
    display: block !important;
    margin: 0; }
    .owl-carousel_compare .owl-nav [class*='owl-'] {
      padding: 0;
      margin: 0;
      background: none;
      border-radius: 0; }
    .owl-carousel_compare .owl-nav .owl-next,
    .owl-carousel_compare .owl-nav .owl-prev {
      background: rgba(19, 182, 200, 0.2);
      position: absolute;
      top: 0;
      height: 100%;
      color: #fff;
      padding: 15px;
      width: 20%;
      text-align: center; }
      .owl-carousel_compare .owl-nav .owl-next .svg-icon,
      .owl-carousel_compare .owl-nav .owl-prev .svg-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -13px;
        margin-top: -24px;
        background: none !important; }
    .owl-carousel_compare .owl-nav .owl-next {
      right: 0; }
      .owl-carousel_compare .owl-nav .owl-next:hover {
        background: rgba(19, 182, 200, 0.4);
        box-shadow: -2px 4px 10px rgba(94, 72, 157, 0.66); }
      @media (min-width: 992px) {
        .owl-carousel_compare .owl-nav .owl-next {
          width: 15%; }
          .owl-carousel_compare .owl-nav .owl-next .svg-icon {
            left: 15px;
            margin-left: 0; } }
    .owl-carousel_compare .owl-nav .owl-prev {
      left: 0;
      background: rgba(19, 182, 200, 0.7);
      width: 25%; }
      .owl-carousel_compare .owl-nav .owl-prev:hover {
        background: rgba(19, 182, 200, 0.9);
        box-shadow: 2px 4px 10px rgba(94, 72, 157, 0.66); }
      @media (min-width: 992px) {
        .owl-carousel_compare .owl-nav .owl-prev {
          width: 25%; }
          .owl-carousel_compare .owl-nav .owl-prev .svg-icon {
            left: 15px;
            margin-left: 0; } }
      .owl-carousel_compare .owl-nav .owl-prev .svg-icon {
        transform: rotate(180deg); }

.catalog-item {
  position: relative;
  font-size: 18px; }
  .catalog-item__media {
    position: relative;
    background: #13b6c8;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center; }
    .catalog-item__media img {
      opacity: 1;
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
    .catalog-item__media:hover {
      box-shadow: 4px 4px 10px rgba(94, 72, 157, 0.6); }
      .catalog-item__media:hover img {
        opacity: .5; }
      .catalog-item__media:hover .catalog-item__controls {
        opacity: 1; }
  .catalog-item__controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transition: opacity .5s; }
  .catalog-item__control {
    color: #fff;
    margin: 0 6px; }
    .catalog-item__control .svg-icon {
      width: 50px;
      height: 50px;
      filter: drop-shadow(2px 3px 6px rgba(94, 72, 157, 0.75)); }
    .catalog-item__control:hover {
      color: #fff; }
      .catalog-item__control:hover .svg-icon {
        filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.92)); }
  .catalog-item__info {
    position: relative;
    padding-right: 95px; }
  .catalog-item__title {
    font-weight: 700;
    line-height: normal;
    text-align: left; }
  .catalog-item__code {
    font-weight: 300;
    text-align: left; }
  .catalog-item__price {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 24px;
    text-align: right; }
    .catalog-item__price .price_old {
      text-decoration: line-through;
      font-weight: 300;
      font-size: 15px; }

.breadcrumbs__item {
  display: inline-block;
  margin-right: 15px; }
.breadcrumbs a {
  text-decoration: underline; }
  @media (min-width: 768px) {
    .breadcrumbs a {
      margin-right: 40px; } }

.contacts__map-wrap {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px; }
  .contacts__map-wrap:before, .contacts__map-wrap:after {
    content: " ";
    display: table; }
  .contacts__map-wrap:after {
    clear: both; }
  @media (min-width: 992px) {
    .contacts__map-wrap {
      margin-bottom: 100px; } }
.contacts__map {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  height: 300px; }
  @media (min-width: 768px) {
    .contacts__map {
      float: left;
      width: 50%; } }
  @media (min-width: 1200px) {
    .contacts__map {
      float: left;
      width: 75%; } }
  .contacts__map.active {
    display: block; }
  @media (min-width: 768px) {
    .contacts__map {
      height: 400px; } }
  @media (min-width: 1200px) {
    .contacts__map {
      height: 640px; } }
.contacts__nav {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .contacts__nav {
      float: left;
      width: 50%; } }
  @media (min-width: 1200px) {
    .contacts__nav {
      float: left;
      width: 25%; } }
.contacts__table {
  display: none; }
  .contacts__table.active {
    display: block; }
  .contacts__table table {
    width: 100%; }
  .contacts__table td {
    vertical-align: top;
    padding: 5px; }
    @media (min-width: 1200px) {
      .contacts__table td:last-of-type {
        min-width: 300px; } }
.contacts__form-back {
  padding: 50px 0;
  background: url(../images/contacts-form_bg.jpg) no-repeat 50% 50%;
  background-size: contain;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .contacts__form-back {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .contacts__form-back {
      padding: 120px 0 245px; } }
.contacts__form {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin: 0 auto;
  max-width: 720px;
  width: 90%; }
  @media (min-width: 768px) {
    .contacts__form {
      padding: 50px;
      width: 80%; } }
  @media (min-width: 1200px) {
    .contacts__form {
      padding: 70px 125px; } }
.contacts__form-title {
  margin: 0 0 5px; }

@media (max-width: 767px) {
  .contacts__table table {
    display: block; }
  .contacts__table tr {
    display: block;
    margin-bottom: 20px; }
  .contacts__table td {
    display: block; }
    .contacts__table td:first-of-type {
      font-weight: 700; }
    .contacts__table td:last-of-type {
      min-width: 0; } }

.map-nav__item {
  line-height: 1;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  color: currentColor;
  border: 0;
  background: none;
  -webkit-tap-highlight-color: transparent;
  text-transform: uppercase; }

.map-nav--beca {
  position: relative;
  padding: 30px 0; }
  .map-nav--beca .map-nav__item {
    width: auto;
    height: 1.8em;
    margin-bottom: 20px; }
    .map-nav--beca .map-nav__item::before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 60px;
      height: 1px;
      margin: -1px 0 0 0;
      opacity: 0.5;
      background: #13b6c8;
      -webkit-transform: scale3d(0.5, 1, 1);
      transform: scale3d(0.5, 1, 1);
      -webkit-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
      transition: transform 0.5s, opacity 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
    .map-nav--beca .map-nav__item:not(.map-nav__item_current):focus::before, .map-nav--beca .map-nav__item:not(.map-nav__item_current):hover::before {
      opacity: 1;
      -webkit-transform: scale3d(0.75, 1, 1);
      transform: scale3d(0.75, 1, 1); }
    .map-nav--beca .map-nav__item_current::before {
      opacity: 1;
      -webkit-transform: scale3d(2, 1, 1);
      transform: scale3d(2, 1, 1);
      height: 2px;
      width: 50%; }
    .map-nav--beca .map-nav__item_current .map-nav__item-title span {
      opacity: 0; }
    .map-nav--beca .map-nav__item_current .map-nav__item-title strong {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      font-weight: 700; }
  .map-nav--beca .map-nav__item-title {
    font-size: 1.25em;
    display: block;
    overflow: hidden;
    margin: 0 0 0 1.6em;
    text-align: left;
    white-space: nowrap;
    pointer-events: none; }
    .map-nav--beca .map-nav__item-title span {
      pointer-events: none;
      position: absolute;
      opacity: 1;
      transition: opacity 0.1s; }
    .map-nav--beca .map-nav__item-title strong {
      display: block;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      -webkit-transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.feedback__text {
  font-size: 14px;
  margin: 20px 0;
  line-height: 1.2; }
  .feedback__text a {
    text-decoration: underline; }
.feedback__input-wrap {
  position: relative;
  z-index: 1;
  display: block;
  vertical-align: top; }
  .feedback__input-wrap_hoshi {
    overflow: hidden; }
  .feedback__input-wrap_filled .feedback__label-content {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards; }
  .feedback__input-wrap_filled .feedback__label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.feedback__input, .feedback__textarea {
  position: relative;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  width: 100%;
  margin: 25px 0 0;
  height: 40px;
  padding: 0 10px;
  background: transparent !important; }
  .feedback__input:focus + .feedback__label .feedback__label-content, .feedback__textarea:focus + .feedback__label .feedback__label-content {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards; }
  .feedback__input:focus + .feedback__label::after, .feedback__textarea:focus + .feedback__label::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.feedback__textarea {
  padding-top: 7px; }
.feedback__label {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none; }
  .feedback__label::before, .feedback__label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #13b6c8; }
  .feedback__label::after {
    border-bottom: 1px solid #e1117f;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
.feedback__label-content {
  position: absolute;
  display: block;
  padding: 32px 0 0;
  width: 100%; }
.feedback__btn {
  padding: 30px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .feedback__btn {
      margin-top: 0; } }

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, -40%, 0);
    transform: translate3d(-18px, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, -40%, 0);
    transform: translate3d(-18px, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
.gifts__list {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0; }
  .gifts__list:before, .gifts__list:after {
    content: " ";
    display: table; }
  .gifts__list:after {
    clear: both; }
.gifts__item {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  float: none !important;
  font-size: 18px; }
  @media (min-width: 768px) {
    .gifts__item {
      float: left;
      width: 33.33333%; } }
  .gifts__item a {
    display: block;
    overflow: hidden; }
  .gifts__item img {
    transition: transform 2.5s; }
  .gifts__item:hover img {
    transform: scale(1.1); }

.onenews {
  margin-left: -15px;
  margin-right: -15px; }
  .onenews:before, .onenews:after {
    content: " ";
    display: table; }
  .onenews:after {
    clear: both; }
  .onenews__media {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .onenews__media {
        float: left;
        width: 50%; } }
    @media (min-width: 1200px) {
      .onenews__media {
        float: left;
        width: 58.33333%; } }
  .onenews__description {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .onenews__description {
        float: left;
        width: 50%; } }
    @media (min-width: 1200px) {
      .onenews__description {
        float: left;
        width: 41.66667%; } }
  .onenews__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    clear: both; }

.search {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 1030;
  display: none; }
  .search.opened {
    display: block; }
  .search .header__main {
    background: transparent; }
    @media (max-width: 991px) {
      .search .header__main {
        height: 100%;
        display: flex; }
        .search .header__main .container {
          width: 100%; } }
  .search .header__logo {
    background: transparent; }
    @media (max-width: 991px) {
      .search .header__logo {
        width: auto; } }
  @media (max-width: 991px) {
    .search .header__main-container {
      height: 100%; } }
  .search .header__logo-wrap {
    flex-basis: 100%; }
  .search .header__search-form {
    flex-basis: 100%;
    height: 95px;
    border-bottom: 1px solid #fff;
    align-items: center;
    display: flex;
    position: relative; }
  @media (max-width: 991px) {
    .search .header__controls {
      display: inline-block; } }
  .search .header__control {
    border-color: transparent; }
    .search .header__control a:not(.header__search) {
      color: #fff;
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 991px) {
        .search .header__control a:not(.header__search) {
          display: none; } }
      .search .header__control a:not(.header__search) * {
        pointer-events: none; }
    .search .header__control .header__search {
      color: #fff; }
  .search__placeholder {
    position: absolute;
    left: 0; }
  .search form {
    width: 100%; }
  .search__field {
    border: none;
    background: none;
    color: #fff;
    position: relative;
    width: 100%;
    padding-left: 55px; }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: 300; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

.cd-headline.push b {
  opacity: 0; }

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s; }

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s; }

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%); }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%); } }
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%); } }
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); } }
.sidebar-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(94, 72, 157, 0.9);
  z-index: 1030;
  transition: opacity 1.5s;
  opacity: 0;
  pointer-events: none; }

.sidebar {
  position: fixed;
  height: 100%;
  background: #fff;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 516px;
  padding: 60px 35px 30px;
  right: 0;
  transition: transform 0.3s .5s;
  z-index: 1031;
  overflow: auto;
  transform: translate(100%, 0); }
  .sidebar.opened {
    transform: translate(0, 0); }
  .sidebar__close {
    position: absolute;
    right: 35px;
    top: 30px;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .sidebar__close .header__menu-icon {
      margin-left: 10px; }
      .sidebar__close .header__menu-icon span {
        background: #5e489d; }
    .sidebar__close:hover .header__menu-icon span {
      background: #e1117f; }
  .sidebar__menu {
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 284px;
    padding: 0; }
    .sidebar__menu a {
      position: relative;
      display: inline-block;
      padding-bottom: 10px; }
      .sidebar__menu a::before {
        color: #5e489d;
        content: attr(data-hover);
        position: absolute;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        pointer-events: none;
        left: 0; }
      .sidebar__menu a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #5e489d;
        opacity: 0;
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        pointer-events: none; }
      .sidebar__menu a:hover::before, .sidebar__menu a:focus::before {
        opacity: 0;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        transform: translateY(-1px); }
      .sidebar__menu a:hover::after, .sidebar__menu a:focus::after {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px); }
  .sidebar__item {
    margin: 20px 0; }
    .sidebar__item_cabinet-link {
      padding-bottom: 30px;
      border-bottom: 1px solid #13b6c8;
      margin-bottom: 50px; }

.sidebar-opened {
  overflow: hidden; }
  .sidebar-opened .sidebar-wrap {
    pointer-events: all;
    opacity: 1; }

.sidebar_menu {
  padding-top: 150px; }

.sidebar_basket {
  display: flex;
  flex-direction: column; }
  .sidebar_basket .page__title {
    margin: 15px 0 35px; }

.basket {
  display: flex;
  flex-direction: column;
  flex-basis: 100%; }
  .basket__list {
    flex-grow: 1;
    border-top: 1px solid #13b6c8;
    overflow: auto; }
  .basket__item {
    border-bottom: 1px solid #13b6c8;
    position: relative;
    overflow: hidden;
    padding: 10px 0; }
  .basket__media {
    width: 94px;
    margin-right: 15px;
    float: left; }
    @media (max-width: 767px) {
      .basket__media {
        width: 100%;
        margin: 0 0 15px;
        float: none; } }
  .basket__info {
    padding: 0 80px 0 100px; }
    @media (max-width: 767px) {
      .basket__info {
        padding: 0; } }
  .basket__title {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1; }
    @media (max-width: 767px) {
      .basket__title {
        margin-bottom: 25px; } }
  .basket__price {
    position: absolute;
    bottom: 10px;
    right: 0; }
  .basket__delete {
    position: absolute;
    top: 15px;
    right: 0;
    color: #13b6c8; }
    .basket__delete::before {
      content: '+';
      font-size: 40px;
      transform: rotate(45deg);
      line-height: 0;
      display: block; }
  .basket__result {
    border-top: 1px solid #13b6c8;
    padding-top: 35px;
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 1; }
    .basket__result strong {
      font-size: 18px; }
  .basket__total {
    font-size: 18px; }
    .basket__total strong {
      font-size: 24px; }
  .basket__controls {
    border-top: 1px solid #13b6c8;
    padding-top: 40px; }
    .basket__controls .btn {
      margin-bottom: 10px; }
  .basket__counter .counter__input {
    width: 30px;
    height: 30px;
    border-radius: 0;
    line-height: 28px; }
  .basket__counter .counter__control {
    width: 30px;
    height: 30px;
    border-radius: 0;
    line-height: 28px;
    font-size: 30px; }

.counter {
  min-width: 62px; }
  .counter__input {
    width: 20px;
    height: 20px;
    border: 1px solid #13b6c8;
    background: none;
    font-size: 18px;
    text-align: center;
    vertical-align: top; }
  .counter__control {
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    vertical-align: top;
    cursor: pointer; }
    .counter__control:hover {
      color: #e1117f; }

.categories {
  margin-bottom: 95px;
  border-top: 1px solid #13b6c8;
  border-bottom: 1px solid #13b6c8;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap; }
  .categories__item {
    flex-basis: 100%;
    padding: 15px;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .categories__item {
        flex-basis: 33.33333%; } }
    @media (min-width: 992px) {
      .categories__item {
        flex-basis: 25%; } }
    @media (min-width: 1200px) {
      .categories__item {
        flex-basis: 20%; } }
    .categories__item:hover .categories__media {
      box-shadow: 0 3px 10px rgba(94, 72, 157, 0.66); }
  .categories__media {
    margin-bottom: 10px; }
  .categories__title {
    font-weight: 700;
    padding: 0 30px; }

.catalog {
  position: relative; }
  .catalog__showmore {
    text-align: center; }
    .catalog__showmore .plus {
      display: block;
      margin: 0 auto 30px;
      width: 82px;
      height: 82px;
      border-radius: 50%;
      border: 1px solid #5e489d;
      position: relative; }
      .catalog__showmore .plus::before, .catalog__showmore .plus::after {
        content: '';
        background: #5e489d;
        position: absolute;
        top: 50%;
        left: 50%; }
      .catalog__showmore .plus::before {
        width: 40px;
        height: 1px; }
      .catalog__showmore .plus::after {
        height: 40px;
        width: 1px; }
    .catalog__showmore a {
      display: inline-block; }
      .catalog__showmore a:hover {
        color: #5e489d; }
        .catalog__showmore a:hover .plus {
          background: #5e489d; }
          .catalog__showmore a:hover .plus::before, .catalog__showmore a:hover .plus::after {
            background: #fff; }
  .catalog__sorting {
    display: inline-block;
    position: relative;
    max-width: 100%; }
  .catalog__seo {
    margin-top: 60px;
    background: #13b6c8;
    color: #fff;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .catalog__seo-text {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .catalog__seo-text {
        float: left;
        width: 58.33333%; } }
    @media (min-width: 992px) {
      .catalog__seo-text {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .catalog__seo-text p {
      margin: 15px 0; }
    .catalog__seo-text a {
      color: currentColor; }
    .catalog__seo-text .panel-title {
      margin: 0;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 300;
      border-bottom: 1px solid #fff; }
      .catalog__seo-text .panel-title a {
        display: block;
        padding: 15px 0; }
    .catalog__seo-text .panel-collapse {
      border-top: 2px solid transparent; }
      .catalog__seo-text .panel-collapse.in {
        border-top-color: #fff; }
    .catalog__seo-text .panel-body {
      padding: 20px 0;
      margin: 0; }
      .catalog__seo-text .panel-body table {
        width: 100%; }
      .catalog__seo-text .panel-body td {
        padding: 2px 5px; }
  @media (max-width: 991px) {
    .catalog__seo-media {
      display: none; } }
  @media (min-width: 768px) {
    .catalog__seo-media {
      left: 58.33333%;
      position: absolute;
      top: 0;
      height: 100%; }
      .catalog__seo-media img {
        min-height: 100%;
        max-width: 1000%; } }
  @media (min-width: 1200px) {
    .catalog__seo-media {
      left: 66.66667%; } }

.catalog_with-filter {
  margin-left: -15px;
  margin-right: -15px; }
  .catalog_with-filter:before, .catalog_with-filter:after {
    content: " ";
    display: table; }
  .catalog_with-filter:after {
    clear: both; }
  .catalog_with-filter .catalog__filter-wraper {
    background-color: #ffffff;
    margin-bottom: 30px;
    text-align: right;
    z-index: 1;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .catalog_with-filter .catalog__filter {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .catalog_with-filter .catalog__filter {
        float: left;
        width: 25%; } }
  .catalog_with-filter .catalog__positions {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 !important; }
    @media (min-width: 992px) {
      .catalog_with-filter .catalog__positions {
        float: left;
        width: 75%; } }
    .catalog_with-filter .catalog__positions ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .catalog_with-filter .catalog__positions .cd-gallery {
      font-size: 0; }

.jq-selectbox {
  max-width: 100%; }
  .jq-selectbox.opened .jq-selectbox__select {
    color: #fff;
    background: #13b6c8; }
  .jq-selectbox__select-text {
    padding: 5px 30px 5px 20px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .jq-selectbox__select-text::before {
      content: attr(data-pretext); }
  .jq-selectbox__dropdown {
    background: #fff;
    text-align: left;
    color: #fff;
    background: #13b6c8;
    padding: 10px 20px;
    width: 100% !important; }
    .jq-selectbox__dropdown li {
      margin: 5px 0;
      cursor: pointer; }
      .jq-selectbox__dropdown li.selected, .jq-selectbox__dropdown li:hover {
        color: #5e489d; }
  .jq-selectbox li {
    white-space: normal; }
  .jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-50%, -50%);
    fill: currentColor; }

.cd-filter__title {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  background: #13b6c8;
  color: #fff;
  margin: 0 0 30px; }
  @media (min-width: 992px) {
    .cd-filter__title {
      opacity: 0;
      margin-bottom: 0; } }

.cd-gallery {
  padding: 0;
  width: 100%; }

.cd-gallery li {
  margin-bottom: 30px;
  vertical-align: top;
  padding: 0 15px 15px;
  display: inline-block; }

.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block; }

.cd-gallery .catalog-item {
  display: block;
  width: 100%; }

.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px; }

@media (min-width: 768px) {
  .cd-gallery {
    padding: 0; }

  .cd-gallery ul {
    text-align: justify; }

  .cd-gallery ul::after {
    clear: both;
    content: "";
    display: table; }

  .cd-gallery li {
    width: 48%; } }
@media (min-width: 1200px) {
  .cd-gallery {
    padding: 0;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s; }

  .cd-gallery li {
    width: 33%; } }
.cd-filter-block {
  margin-bottom: 30px; }
  .cd-filter-block h4 {
    font-weight: 700;
    font-size: 18px;
    border-bottom: 1px solid #13b6c8;
    margin: 0 0 15px;
    padding: 0 0 15px;
    cursor: pointer; }
  .cd-filter-block ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .cd-filter-block li {
    display: flex; }
  .cd-filter-block label {
    font-weight: 300;
    padding-left: 5px;
    cursor: pointer; }

.cd-filters li {
  position: relative; }
.cd-filters .filter {
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100; }
  .cd-filters .filter:checked + label {
    color: #e1117f; }
    .cd-filters .filter:checked + label::before {
      border-color: #e1117f;
      box-shadow: 0 0 0 1px #e1117f; }
    .cd-filters .filter:checked + label .pseudo-cross::before {
      height: 12px;
      transition: height .1s; }
    .cd-filters .filter:checked + label .pseudo-cross::after {
      height: 24px;
      transition: height .1s;
      transition-delay: .1s; }
.cd-filters .pseudo-cross {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  display: block;
  pointer-events: none; }
  .cd-filters .pseudo-cross::before, .cd-filters .pseudo-cross::after {
    content: '';
    display: block;
    width: 2px;
    height: 0;
    position: absolute;
    background: #e1117f;
    transition: none; }
  .cd-filters .pseudo-cross::before {
    transform: rotate(-35deg);
    left: 1px;
    top: 9px;
    transform-origin: 0 0; }
  .cd-filters .pseudo-cross::after {
    transform: rotate(23deg);
    left: 8px;
    bottom: 0;
    transform-origin: 0 100%; }
.cd-filters label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  vertical-align: top;
  cursor: pointer; }
  .cd-filters label::before {
    content: '';
    border: 1px solid #13b6c8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0; }

.cd-filter-block .cd-filters_colors {
  width: 110%; }
  .cd-filter-block .cd-filters_colors li {
    display: inline-block; }
  .cd-filter-block .cd-filters_colors label {
    height: 30px;
    font-size: 0;
    padding-left: 29px; }

.cd-filter-block_price {
  color: #13b6c8;
  margin-bottom: 15px; }

.price-input {
  display: inline-block;
  height: 30px;
  width: 35%;
  border: 1px solid #13b6c8;
  padding: 0 10px;
  color: #5e489d; }
  @media (min-width: 1200px) {
    .price-input {
      width: 90px; } }

.ui-slider-horizontal {
  height: 3px; }

.ui-slider .ui-slider-handle {
  border-radius: 50%;
  background: #e1117f;
  border-color: #e1117f;
  width: 15px;
  height: 15px;
  top: -7px; }

.ui-widget-header {
  background: #13b6c8;
  height: 3px !important;
  margin-top: -1px; }

.banners a:hover img {
  box-shadow: 0 3px 10px rgba(94, 72, 157, 0.66); }

.pager {
  display: flex;
  justify-content: space-between;
  clear: both;
  align-items: center; }
  @media (max-width: 767px) {
    .pager {
      flex-direction: column;
      align-content: center;
      justify-content: center; } }
  .pager__links {
    text-align: right; }
    @media (max-width: 767px) {
      .pager__links {
        margin: 20px 0; } }
    .pager__links a {
      margin: 0 7px;
      display: inline-block;
      vertical-align: middle; }
      .pager__links a.active {
        color: #e1117f;
        font-size: 24px;
        font-weight: 700; }

@media (max-width: 1199px) {
  .position__slider {
    width: 150%;
    position: relative;
    margin-left: -25%; }
    .position__slider .owl-nav {
      display: none; } }
@media (max-width: 767px) {
  .position__slider {
    display: none; } }
.position__media {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .position__media {
      float: left;
      width: 58.33333%; } }
.position__info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .position__info {
      float: left;
      width: 41.66667%; } }
.position__articul {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
.position__amount {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right; }
.position__title {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  .position__title .page__title {
    margin-top: 45px;
    margin-bottom: 25px; }
.position__price {
  border-bottom: 1px solid #13b6c8;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  clear: both; }
.position__counter {
  text-align: center; }
  .position__counter .counter__input {
    width: 50px;
    height: 50px; }
  .position__counter .counter__control {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 30px; }
.position__controls {
  text-align: center;
  margin: 30px 0 35px; }
.position__control {
  margin: 0 13px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center; }
  .position__control .svg-icon {
    fill: #13b6c8;
    margin-right: 6px; }
  .position__control:hover .svg-icon {
    fill: currentColor; }
.position__buy {
  text-align: center; }
  .position__buy .btn {
    padding: 20px 40px;
    text-transform: uppercase;
    max-width: 342px;
    width: 100%; }
    .position__buy .btn svg {
      margin-right: 40px; }

.order__delivery {
  margin: 20px 0 0;
  margin-left: -15px;
  margin-right: -15px; }
  .order__delivery:before, .order__delivery:after {
    content: " ";
    display: table; }
  .order__delivery:after {
    clear: both; }
.order__delivery-item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .order__delivery-item {
      float: left;
      width: 50%; } }
  @media (min-width: 1500px) {
    .order__delivery-item {
      width: 25%; } }
  .order__delivery-item input[type="radio"] {
    display: none; }
    .order__delivery-item input[type="radio"]:checked + label.order__delivery-label {
      color: #e1117f;
      border-color: #e1117f;
      box-shadow: 0 0 0 1px #e1117f; }
.order__delivery-label {
  border: 1px solid #13b6c8;
  color: #13b6c8;
  display: block;
  padding: 10px;
  font-weight: 300;
  font-size: 15px;
  min-height: 220px;
  cursor: pointer; }
  .order__delivery-label strong {
    white-space: nowrap; }
.order__delivery-icon {
  text-align: center;
  height: 60px;
  margin-bottom: 10px; }
  .order__delivery-icon .svg-icon {
    height: 60px;
    width: 100%; }
.order__delivery-title {
  font-weight: 700;
  margin: 12px 0;
  font-size: 18px; }
.order__delivery-price {
  margin: 12px 0; }
.order p {
  margin-top: 30px; }
.order__agreement {
  font-size: 14px;
  line-height: 1.2; }
  .order__agreement p {
    margin-top: 10px; }
  .order__agreement a {
    text-decoration: underline; }
.order__list {
  border: none; }
.order .basket__item {
  border: none; }
.order .basket__counter {
  font-size: 15px; }
.order .basket__result {
  border: none;
  padding-top: 0; }
  .order .basket__result strong {
    text-transform: uppercase; }
.order .basket__price {
  bottom: 40%; }
.order__price {
  font-size: 18px;
  float: right; }
.order__discount .label {
  float: left;
  margin-top: 30px;
  width: 100px; }
.order__discount .order__price {
  margin-top: 30px; }
@media (max-width: 767px) {
  .order__discount {
    position: relative; }
    .order__discount .label {
      float: none; }
    .order__discount .col-xs-6:first-of-type {
      width: 100%; }
    .order__discount .col-xs-6:last-of-type {
      position: absolute;
      right: 0;
      top: 0; } }
.order__delivery-form-item {
  display: none; }

.order-item {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px; }
  .order-item:before, .order-item:after {
    content: " ";
    display: table; }
  .order-item:after {
    clear: both; }
  .order-item__title {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 25px; }
    @media (min-width: 992px) {
      .order-item__title {
        float: left;
        width: 33.33333%; } }
  .order-item__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .order-item__content {
        float: left;
        width: 66.66667%; } }
  .order-item__payment {
    margin-top: 25px; }
    .order-item__payment .checkbox-wrap {
      margin-bottom: 20px; }

.checkbox-wrap {
  position: relative; }
  .checkbox-wrap .checkbox-input {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -10px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100; }
    .checkbox-wrap .checkbox-input:checked + label {
      color: #e1117f; }
      .checkbox-wrap .checkbox-input:checked + label::before {
        border-color: #e1117f;
        box-shadow: 0 0 0 1px #e1117f; }
      .checkbox-wrap .checkbox-input:checked + label .pseudo-cross::before {
        height: 12px;
        transition: height .1s; }
      .checkbox-wrap .checkbox-input:checked + label .pseudo-cross::after {
        height: 24px;
        transition: height .1s;
        transition-delay: .1s; }
  .checkbox-wrap .pseudo-cross {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    display: block;
    pointer-events: none; }
    .checkbox-wrap .pseudo-cross::before, .checkbox-wrap .pseudo-cross::after {
      content: '';
      display: block;
      width: 2px;
      height: 0;
      position: absolute;
      background: #e1117f;
      transition: none; }
    .checkbox-wrap .pseudo-cross::before {
      transform: rotate(-35deg);
      left: 1px;
      top: 9px;
      transform-origin: 0 0; }
    .checkbox-wrap .pseudo-cross::after {
      transform: rotate(23deg);
      left: 8px;
      bottom: 0;
      transform-origin: 0 100%; }
  .checkbox-wrap label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
    vertical-align: top;
    cursor: pointer; }
    .checkbox-wrap label::before {
      content: '';
      border: 1px solid #13b6c8;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: 0; }

.checkbox-wrap_inline {
  display: inline-block;
  margin-top: 25px;
  margin-left: 14px;
  margin-right: 14px; }

.order-item_in-cabinet {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #13b6c8;
  box-shadow: inset 0px -1px 0 0px #13b6c8; }
  @media (min-width: 992px) {
    .order-item_in-cabinet {
      flex-direction: row;
      align-items: center; } }
  .order-item_in-cabinet .order-item__number {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    min-width: 220px; }
  .order-item_in-cabinet .order-item__info {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    min-width: 220px; }
    .order-item_in-cabinet .order-item__info p {
      margin: 10px 0; }
    .order-item_in-cabinet .order-item__info strong {
      font-size: 24px; }
    .order-item_in-cabinet .order-item__info a {
      text-decoration: underline; }
      .order-item_in-cabinet .order-item__info a:hover {
        text-decoration: none; }

.fade.in {
  background: rgba(94, 72, 157, 0.9); }

.modal-content {
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none; }

.modal__title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 300;
  text-align: center; }
.modal__form {
  padding: 48px;
  position: relative;
  z-index: 20; }
.modal__map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 991px) {
    .modal__map {
      position: relative;
      height: 300px; } }

.modal_map .modal-dialog {
  width: 90%;
  max-width: 1040px; }
.modal_map .modal__form {
  pointer-events: none; }
  @media (max-width: 991px) {
    .modal_map .modal__form {
      padding: 0; } }
.modal_map .modal__map-table {
  padding: 28px;
  width: 50%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  pointer-events: all; }
  @media (max-width: 991px) {
    .modal_map .modal__map-table {
      width: 100%;
      font-size: 14px; } }
  .modal_map .modal__map-table table {
    width: 100%; }
  .modal_map .modal__map-table td {
    padding: 2px 5px; }

.modal-body {
  padding: 0;
  background: #fff; }

.modal_auth .modal-dialog {
  width: 100%;
  color: #fff;
  margin: 0; }
  @media (min-width: 992px) {
    .modal_auth .modal-dialog {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate(0, -50%) !important;
      pointer-events: none; } }
.modal_auth .modal-content .container {
  pointer-events: all; }
.modal_auth .modal__auth-form {
  padding: 70px 0;
  border-bottom: 1px solid #fff; }
  .modal_auth .modal__auth-form img {
    margin: 0 5px; }
.modal_auth .modal__reg-form {
  padding: 70px 0; }
.modal_auth .modal__agreement {
  font-size: 15px;
  line-height: 1.2; }
  .modal_auth .modal__agreement p {
    margin-top: 10px; }
  .modal_auth .modal__agreement a {
    text-decoration: underline; }
.modal_auth a {
  color: #fff;
  text-decoration: underline; }
  .modal_auth a:hover {
    text-decoration: none; }
@media (max-width: 1199px) {
  .modal_auth .btn {
    max-width: 290px; } }
.modal_auth .form-group {
  margin-bottom: 20px; }
.modal_auth label {
  font-weight: 400; }
.modal_auth .checkbox-wrap label::before {
  border-color: currentColor; }
.modal_auth .feedback__label::before, .modal_auth .feedback__label::after {
  border-color: currentColor; }
.modal_auth .checkbox-wrap .checkbox-input:checked + label {
  color: currentColor; }
  .modal_auth .checkbox-wrap .checkbox-input:checked + label::before {
    border-color: currentColor;
    box-shadow: 0 0 0 1px currentColor; }
.modal_auth .checkbox-wrap .pseudo-cross::before,
.modal_auth .checkbox-wrap .pseudo-cross::after {
  background: currentColor; }

.cabinet {
  margin-left: -15px;
  margin-right: -15px; }
  .cabinet:before, .cabinet:after {
    content: " ";
    display: table; }
  .cabinet:after {
    clear: both; }
  .cabinet__aside {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .cabinet__aside {
        float: left;
        width: 33.33333%; } }
  .cabinet__aside-title {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 300; }
  .cabinet__aside-menu {
    border: 1px solid #13b6c8;
    padding: 40px 44px;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .cabinet__aside-menu {
        max-width: 374px;
        padding-bottom: 302px;
        background: url(../images/cabinet__aside-menu.jpg) no-repeat 0 100%;
        background-size: 100% auto; } }
  .cabinet__aside-item {
    margin: 10px 30px 10px 0;
    display: inline-block; }
    @media (min-width: 992px) {
      .cabinet__aside-item {
        width: 100%;
        display: block;
        margin: 10px 0; } }
    .cabinet__aside-item > a {
      font-weight: 700;
      position: relative; }
    .cabinet__aside-item.active {
      width: 100%; }
      .cabinet__aside-item.active > a {
        color: #e1117f; }
        .cabinet__aside-item.active > a::before {
          content: '';
          display: block;
          background: url(../images/arrow-right-primary.png) no-repeat 0 100%;
          width: 10px;
          height: 17px;
          position: absolute;
          top: 0;
          left: -24px; }
  .cabinet__aside-info {
    padding: 10px 0 10px; }
    @media (min-width: 1200px) {
      .cabinet__aside-info {
        padding-left: 35px; } }
    .cabinet__aside-info p {
      margin: 5px 0; }
  .cabinet__content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .cabinet__content {
        float: left;
        width: 66.66667%; } }
    .cabinet__content h3 {
      font-size: 24px;
      font-weight: 700;
      margin: 30px 0 0; }
      .cabinet__content h3:first-of-type {
        margin: 0 0 30px; }
  .cabinet__subscribe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .cabinet__subscribe {
        flex-wrap: nowrap; } }
    .cabinet__subscribe .btn {
      margin-top: 25px; }
  .cabinet__subscribe-item {
    flex-grow: 1; }
  .cabinet__spy-table td {
    padding-top: 40px;
    vertical-align: top; }
    .cabinet__spy-table td strong {
      display: block; }
  .cabinet__spy-table td:first-of-type {
    padding-right: 30px;
    text-align: right;
    width: 120px; }
  @media (max-width: 767px) {
    .cabinet__spy-table tr {
      display: flex;
      flex-direction: column;
      margin-bottom: 40px; }
    .cabinet__spy-table td {
      padding-top: 0; }
    .cabinet__spy-table td:first-of-type {
      width: auto;
      text-align: left; }
      .cabinet__spy-table td:first-of-type strong {
        display: inline;
        margin-right: 10px; } }

.compare {
  font-size: 18px; }
  .compare__head-title {
    min-height: 1px;
    width: 25%;
    float: left;
    height: 410px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    padding: 20px 30px;
    font-weight: 700;
    z-index: 20;
    pointer-events: none; }
    @media (min-width: 992px) {
      .compare__head-title {
        color: #fff; } }
    @media (min-width: 1500px) {
      .compare__head-title {
        padding-left: 6%;
        padding-right: 6%; } }
  .compare__head-items {
    float: left;
    width: 75%; }
    .compare__head-items .owl-carousel {
      z-index: initial; }
    .compare__head-items .owl-nav div {
      z-index: 10; }
    .compare__head-items .catalog-item {
      height: 410px; }
    .compare__head-items .owl-carousel .owl-stage-outer {
      overflow: visible; }
    .compare__head-items .catalog-item {
      border-left: 1px solid #13b6c8; }
      .compare__head-items .catalog-item__media {
        margin-left: auto;
        margin-right: auto;
        max-width: 260px; }
      .compare__head-items .catalog-item__info {
        padding: 10px; }
      .compare__head-items .catalog-item__code {
        display: inline; }
      .compare__head-items .catalog-item__title {
        font-weight: 300;
        display: inline; }
      .compare__head-items .catalog-item__remove {
        text-align: center;
        margin-bottom: 12px; }

.compare__body {
  margin-bottom: 80px;
  clear: both; }
  .compare__body::after {
    content: '';
    display: block;
    clear: both; }

.compare__options {
  width: 25%;
  position: relative;
  z-index: 20;
  font-weight: 700;
  padding: 0 30px;
  pointer-events: none; }
  @media (min-width: 992px) {
    .compare__options {
      color: #fff; } }
  @media (min-width: 1500px) {
    .compare__options {
      padding-left: 6%;
      padding-right: 6%; } }

.compare-container {
  position: relative; }
  .compare-container::before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 13%;
    height: 100%;
    z-index: 1; }

.compare-container-wrap {
  width: 100%;
  position: relative;
  overflow: hidden; }

.compare__options-title {
  font-weight: 700;
  padding: 25px 0;
  line-height: 1.2; }

.catalog-item__options-title {
  font-weight: 700;
  padding: 25px 30px;
  line-height: 1.2; }

.compare__options-data {
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 6px 0; }

.catalog-item__options-data {
  padding: 6px 30px;
  border-top: 1px solid #13b6c8;
  display: flex;
  align-items: center;
  justify-content: center; }

.catalog-item__options-title,
.catalog-item__options-data {
  text-align: center; }

.catalog-item__options-list {
  position: absolute;
  top: 100%;
  margin: 0;
  border-top: 1px solid #13b6c8;
  box-shadow: -1px 0 0 #13b6c8;
  left: 0;
  width: 100%; }

@media (max-width: 767px) {
  .compare__head-title {
    display: none; }

  .compare__head-title, .compare__head-items {
    width: 100%; }

  .compare__head .catalog-item {
    position: static; }

  .compare__options {
    width: 50%; }

  .compare__options-title, .catalog__options-title,
  .compare__options-data, .catalog__options-data {
    padding-left: 6px;
    padding-right: 6px; }

  .catalog-item__options-list {
    padding-left: 50%; } }
.plus, .minus {
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  font-size: 0;
  vertical-align: middle; }
  .plus::before, .minus::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
    background: currentColor; }

.plus::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translate(-50%, -50%);
  background: currentColor; }

/*# sourceMappingURL=style.css.map */
