@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  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;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

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

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

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

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

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

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

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

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

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

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  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;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

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

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  /*@supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
      }
  }*/
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

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

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

:root {
  --dark-black-color: #292D33;
  --dark-grey-color: #1b1a27;
  --dark-teal-color: #e02a92;
  --dark-teal-light-color: #AAD8D3;
  --dark-white-color: #EEEEEE;
  --light-black-color: #343A40;
  --light-white-color: #E1E8EB;
  --light-yellow-color: #FFC107;
  --light-violet-color: #7952B3;
  --easeInSine: cubic-bezier(0.12, 0, 0.39, 0);
  --easeOutSine: cubic-bezier(0.61, 1, 0.88, 1);
  --easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInCirc: cubic-bezier(0.55, 0, 1, 0.45);
  --easeOutCirc: cubic-bezier(0, 0.55, 0.45, 1);
  --easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
  --easeInBack: cubic-bezier(0.36, 0, 0.66, -0.56);
  --easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);
  --easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.gp-player {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0;
  transition: all 500ms var(--easeInOutExpo);
  box-sizing: border-box;
}

.gp-player.playlist-openned {
  padding: 20px 0;
}

.gp-player * {
  box-sizing: border-box;
}

.gp-player-wrapper {
  position: relative;
  width: 100%;
  height: 150px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  z-index: 2;
}

.gp-player-left-side {
  position: relative;
  width: 210px;
  height: 150px;
  order: 0;
  flex: 0 0 auto;
  align-self: auto;
  transition: all 500ms var(--easeInOutExpo);
}

.gp-player-cover-wrapper {
  position: absolute;
  width: 190px;
  height: 190px;
  left: 20px;
  top: -20px;
  border-radius: 10px 10px 10px 10px;
  transition: all 500ms var(--easeInOutExpo);
  order: 0;
  flex: 1 1 auto;
  align-self: auto;
  z-index: 1;
}

.gp-player-cover-wrapper:before,
.gp-player-cover-wrapper:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}

.gp-player-cover-wrapper:before {
  transform: translate(-50%, -50%);
  border: 10px solid;
}

.gp-player-cover-wrapper:after {
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: coverLoader 1s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

@keyframes coverLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.gp-player-particles-wrapper .gp-particle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.gp-player-cover-blurred {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
  transition: all 500ms var(--easeInOutExpo);
  filter: blur(15px) saturate(2);
  z-index: 2;
  opacity: 0;
}

.gp-player-cover {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 10px 10px;
  transition: all 500ms var(--easeInOutExpo);
  z-index: 3;
  opacity: 0;
}

.gp-player-right-side {
  position: relative;
  min-width: 0;
  width: 100%;
  height: 150px;
  padding: 20px;
}

.gp-player-song {
  position: relative;
  width: 100%;
}

.gp-player-song-title {
  position: relative;
  height: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  margin-top: -4px;
}

.gp-player-song-artist {
  position: relative;
  height: 20px;
  margin-top: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
}

.gp-player-song-title span,
.gp-player-song-artist span {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gp-player-seek {
  position: relative;
  margin-top: 10px;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
}

.gp-player-buffered {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.25;
  transition: all 250ms;
}

.gp-player-progress {
  position: relative;
  width: 0%;
  height: 10px;
  pointer-events: none;
  z-index: 1;
}

.gp-player-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 250ms;
}

.loading .gp-player-loader {
  opacity: 1;
}

.gp-player-loader span {
  position: absolute;
  width: 6px;
  height: 6px;
  left: -6px;
  top: 2px;
  border-radius: 3px;
}

.loading .gp-player-loader span {
  animation: gpLoader 1s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

.gp-player-loader span:nth-child(1) {
  -webkit-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.gp-player-loader span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
}

.gp-player-loader span:nth-child(3) {
  -webkit-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
}

@keyframes gpLoader {
  0% {
    left: -6px;
  }
  50% {
    width: 30px;
  }
  100% {
    left: 100%;
  }
}
.gp-player-timestamps {
  position: relative;
  width: 100%;
  height: 10px;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
}

.gp-player-currenttime,
.gp-player-duration {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  order: 0;
  flex: 0 0 auto;
  align-self: auto;
}

.gp-player-controls-wrapper {
  position: relative;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}

.gp-player-controls-left-side,
.gp-player-controls-right-side {
  min-width: 20px0;
  order: 0;
  flex: 1 1 auto;
  align-self: auto;
}

.gp-player-controls-left-side {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}

.gp-player-controls-right-side {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: center;
}

.gp-player-control {
  position: relative;
  margin-left: 20px;
  order: 0;
  flex: 0 0 auto;
  align-self: auto;
}

.gp-player-control:first-child {
  margin-left: 0;
}

.gp-button {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
}

.gp-button svg {
  transition: transform 250ms;
}

.gp-button:active svg {
  transform: scale(0.75, 0.75);
}

.gp-button svg path {
  transition: all 250ms cubic-bezier(0.25, 1, 0.5, 1), fill 0s, stroke 0s;
  stroke-width: 0;
}

.gp-playlist-toggle svg path,
.gp-next svg path,
.gp-prev svg path,
.gp-playback svg path {
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.gp-player-volume-seek-wrapper {
  position: relative;
  width: 0px;
  height: 10px;
  margin-left: 10px;
  display: grid;
  align-items: center;
  cursor: pointer;
  transition: all 250ms var(--easeInOutQuint);
}

.gp-volume-toggle.active + .gp-player-volume-seek-wrapper {
  width: 100px;
}

.gp-player-volume-seek {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 2.5px;
  overflow: hidden;
  pointer-events: none;
}

.gp-player-volume-value {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/* PLAYLIST */
.gp-playlist-wrapper {
  position: relative;
  width: auto;
  height: 0;
  padding: 0;
  margin: 0 20px;
  z-index: 1;
  border-radius: 0 0 10px 10px;
  transition: all 500ms var(--easeInOutExpo);
  overflow: hidden;
}

.gp-playlist-wrapper.scroll {
  padding-right: 10px;
}

.gp-playlist {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.gp-playlist-wrapper.scroll .gp-playlist {
  overflow-y: scroll;
  padding-right: 10px;
}

/* SCROLL */
.gp-playlist::-webkit-scrollbar {
  width: 4px;
}

.gp-playlist::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/* Track */
.gp-playlist::-webkit-scrollbar-track {
  border: none;
  border-radius: 2px;
}

/* Handle */
.gp-playlist::-webkit-scrollbar-thumb {
  border-radius: 2px;
  border: none;
}

/* FIREFOX */
.gp-playlist-wrapper {
  scrollbar-width: thin;
}

.gp-playlist-item {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid;
}

.gp-playlist-item:last-child {
  border-bottom: none !important;
}

.gp-playlist-marker {
  position: relative;
  width: 40px;
  height: 40px;
  order: 0;
  flex: 0 0 auto;
  align-self: auto;
}

.gp-playlist-bar:before,
.gp-playlist-bar:after,
.gp-playlist-bar {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 3px;
  transition: all 250ms cubic-bezier(0.075, 0.82, 0.165, 1), background 0s;
}

.gp-playlist-item.playing .gp-playlist-bar,
.gp-playlist-item.playing .gp-playlist-bar:before,
.gp-playlist-item.playing .gp-playlist-bar:after {
  width: 4px;
  height: 20px;
  top: auto;
  bottom: 10px;
  animation: gp-bars-playing 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.gp-playlist-item.playing .gp-playlist-bar:before,
.gp-playlist-item.playing .gp-playlist-bar:after {
  bottom: 0;
}

.gp-playlist-item.playing .gp-playlist-bar:before {
  left: -18px;
  animation-delay: 50ms;
}

.gp-playlist-item.playing .gp-playlist-bar:after {
  right: -18px;
  animation-delay: 150ms;
}

@keyframes gp-bars-playing {
  0%, 100% {
    height: 20px;
  }
  50% {
    height: 4px;
  }
}
.gp-playlist-song {
  padding-right: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  order: 0;
  flex: 1 1 auto;
  align-self: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gp-playlist-song span {
  font-weight: 700;
}

.gp-playlist-song-buy,
.gp-playlist-song-download {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  transition: transform 250ms;
}

.gp-playlist-song-buy:hover,
.gp-playlist-song-download:hover {
  transform: scale(1.25);
}

.gp-playlist-song-buy:active,
.gp-playlist-song-download:active {
  transform: scale(0.75);
}

.gp-playlist-song-buy svg,
.gp-playlist-song-download svg {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

/* PLAYLIST OPENNED */
.gp-player.playlist-openned .gp-player-left-side {
  width: 150px;
}

.gp-player.playlist-openned .gp-player-cover-wrapper {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 0px;
  top: 0px;
  border-radius: 10px 0px 0px 10px;
}

.gp-player.playlist-openned .gp-player-cover {
  border-radius: 10px 0px 0px 10px;
}

/* MOBILE */
@media only screen and (max-width: 600px) {
  .gp-player {
    padding: 30px 0;
  }

  .gp-player.playlist-openned {
    padding: 30px 0;
  }

  .gp-player-wrapper {
    display: block;
    height: auto;
  }

  .gp-player-left-side {
    width: 100%;
    height: 170px;
  }

  .gp-player.playlist-openned .gp-player-left-side {
    width: 100%;
  }

  .gp-player-cover-wrapper {
    left: 0;
    right: 0;
    margin: auto;
  }

  .gp-player.playlist-openned .gp-player-cover-wrapper {
    width: 190px;
    height: 190px;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    border-radius: 10px 10px 10px 10px;
  }

  .gp-player.playlist-openned .gp-player-cover {
    border-radius: 10px 10px 10px 10px;
  }

  .gp-player-right-side {
    padding: 20px;
  }

  .gp-playlist-wrapper {
    overflow-y: scroll;
  }

  .gp-playlist-wrapper.scroll:hover {
    border-radius: 0 0 10px 10px;
  }
}
/* SKIN */
/* DARK */
.dark .gp-player-wrapper {
  background: var(--dark-grey-color);
}

.dark .gp-player-cover-wrapper,
.dark .gp-player-particles-wrapper {
  background: var(--dark-black-color);
}

.dark .gp-player-cover-wrapper:before {
  border-color: var(--dark-grey-color);
}

.dark .gp-player-cover-wrapper:after {
  border-top-color: var(--dark-teal-color);
}

.dark .gp-player-song-title {
  color: var(--dark-white-color);
}

.dark .gp-player-song-artist {
  color: var(--dark-teal-light-color);
}

.dark .gp-player-seek {
  background: var(--dark-black-color);
}

.dark .gp-player-buffered {
  background: var(--dark-teal-color);
}

.dark .gp-player-progress {
  background: var(--dark-teal-color);
}

.dark .gp-player-loader {
  background: var(--dark-black-color);
}

.dark .gp-player-loader span {
  background: var(--dark-teal-color);
}

.dark .gp-player-timestamps {
  color: var(--dark-white-color);
}

.dark .gp-button svg {
  fill: var(--dark-white-color);
  stroke: var(--dark-white-color);
}

.dark .gp-button:hover svg {
  stroke: var(--dark-teal-light-color);
  fill: var(--dark-teal-light-color);
}

.dark .gp-button:active svg,
.dark .gp-button.active svg {
  stroke: var(--dark-teal-color);
  fill: var(--dark-teal-color);
}

.dark .gp-player-volume-seek {
  background: var(--dark-black-color);
}

.dark .gp-player-volume-value {
  background: var(--dark-teal-color);
}

.dark .gp-playlist-wrapper {
  background: var(--dark-grey-color);
}

.dark .gp-playlist-item {
  background: var(--dark-black-color);
  border-bottom-color: var(--dark-grey-color);
  color: var(--dark-white-color);
}

.dark .gp-playlist-item:hover {
  background: var(--dark-grey-color);
  color: var(--dark-white-color);
}

.dark .gp-playlist-item.active {
  background: var(--dark-teal-color);
  border-bottom-color: var(--dark-teal-color);
  color: var(--dark-black-color);
}

.dark .gp-playlist-bar:before,
.dark .gp-playlist-bar:after,
.dark .gp-playlist-bar {
  background: var(--dark-white-color);
}

.dark .gp-playlist-item:hover .gp-playlist-bar:before,
.dark .gp-playlist-item:hover .gp-playlist-bar:after,
.dark .gp-playlist-item:hover .gp-playlist-bar {
  background: var(--dark-white-color);
}

.dark .gp-playlist-item.active .gp-playlist-bar:before,
.dark .gp-playlist-item.active .gp-playlist-bar:after,
.dark .gp-playlist-item.active .gp-playlist-bar {
  background: var(--dark-black-color);
}

.dark .gp-playlist-song-buy svg,
.dark .gp-playlist-song-download svg {
  stroke: var(--dark-white-color);
}

.dark .gp-playlist-item:hover .gp-playlist-song-buy svg,
.dark .gp-playlist-item:hover .gp-playlist-song-download svg {
  stroke: var(--dark-white-color);
}

.dark .gp-playlist-item.active .gp-playlist-song-buy svg,
.dark .gp-playlist-item.active .gp-playlist-song-download svg {
  stroke: var(--dark-black-color);
}

/* Track */
.dark .gp-playlist::-webkit-scrollbar-track {
  background: var(--dark-black-color);
}

/* Handle */
.dark .gp-playlist::-webkit-scrollbar-thumb {
  background: var(--dark-teal-color);
}

/* FIREFOX */
.dark .gp-playlist {
  scrollbar-color: var(--dark-teal-color) var(--dark-black-color);
}

/* LIGHT */
.light .gp-player-wrapper {
  background: #EEE;
}

.light .gp-player-cover-wrapper,
.light .gp-player-particles-wrapper {
  background: #F8F8F8;
}

.light .gp-player-cover-wrapper:before {
  border-color: #EEE;
}

.light .gp-player-cover-wrapper:after {
  border-top-color: #F73D93;
}

.light .gp-player-song-title {
  color: #333;
}

.light .gp-player-song-artist {
  color: #777;
}

.light .gp-player-loader,
.light .gp-player-volume-seek,
.light .gp-player-seek {
  background: #333;
}

.light .gp-player-buffered {
  background: #F73D93;
}

.light .gp-player-loader span,
.light .gp-player-volume-value,
.light .gp-player-progress {
  background: #F73D93;
}

.light .gp-player-timestamps {
  color: #777;
}

.light .gp-button svg {
  fill: #222831;
  stroke: #222831;
}

.light .gp-button:hover svg {
  fill: #F73D93;
  stroke: #F73D93;
}

.light .gp-button:active svg,
.light .gp-button.active svg {
  fill: #F73D93;
  stroke: #F73D93;
}

.light .gp-playlist-wrapper {
  background: #EEE;
}

.light .gp-playlist-item {
  background: #F8F8F8;
  border-bottom-color: #EEE;
  color: #333;
}

.light .gp-playlist-item:hover {
  background: #F73D93;
  border-bottom-color: #F73D93;
  color: #FFF;
}

.light .gp-playlist-item.active {
  background: #F73D93;
  border-bottom-color: #F73D93;
  color: #FFF;
}

.light .gp-playlist-bar,
.light .gp-playlist-bar:before,
.light .gp-playlist-bar:after {
  background: #333;
}

.light .gp-playlist-item:hover .gp-playlist-bar,
.light .gp-playlist-item:hover .gp-playlist-bar:before,
.light .gp-playlist-item:hover .gp-playlist-bar:after {
  background: #FFF;
}

.light .gp-playlist-item.active .gp-playlist-bar,
.light .gp-playlist-item.active .gp-playlist-bar:before,
.light .gp-playlist-item.active .gp-playlist-bar:after {
  background: #FFF;
}

.light .gp-playlist-item .gp-playlist-song-buy svg,
.light .gp-playlist-song-download svg {
  stroke: #333;
}

.light .gp-playlist-item:hover .gp-playlist-song-buy svg,
.light .gp-playlist-item:hover .gp-playlist-song-download svg {
  stroke: #fff;
}

.light .gp-playlist-item.active .gp-playlist-song-buy svg,
.light .gp-playlist-item.active .gp-playlist-song-download svg {
  stroke: #fff;
}

/* Track */
.light .gp-playlist::-webkit-scrollbar-track {
  background: #222831;
}

/* Handle */
.light .gp-playlist::-webkit-scrollbar-thumb {
  background: #F73D93;
}

/* FIREFOX */
.light .gp-playlist {
  scrollbar-color: #F73D93 #222831;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative;
}

.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}

.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

.easy-autocomplete.eac-dark {
  color: #fff;
}

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
  color: #fff;
}

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}

.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
  color: #333;
}

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

.easy-autocomplete.eac-purple {
  color: #333;
}

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  font-weight: bold;
}

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/*# sourceMappingURL=easy-autocomplete.css.map */
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "alsrubl";
  src: url("fonts/r/rouble-webfont.eot");
  src: url("fonts/r/rouble-webfont.woff") format("woff"), url("fonts/r/rouble-webfont.ttf") format("truetype"), url("fonts/r/rouble-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.rub, .cardKitCh label span:after, .rub-type-symbol {
  font-family: "alsrubl";
}

i.rub, i.rub-type-symbol {
  font-style: normal;
}

@font-face {
  font-family: "Mabry Pro";
  src: url("fonts/mabrypro/19db990205089207b039.woff2");
}
@font-face {
  font-family: "Mabry Pro";
  src: url("fonts/mabrypro/b155e959ca3c72194673.woff2");
  font-style: italic;
}
@font-face {
  font-family: "Mabry Pro";
  src: url("fonts/mabrypro/f301b7100da17db3c2c0.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Mabry Pro";
  src: url("fonts/mabrypro/aaec7850d09c0889a8b5.woff2");
  font-weight: 700;
  font-style: italic;
}
/*
@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Regular'), local('Gilroy-Regular'),
  url('fonts/gilroy/Gilroy-Regular/Gilroy-Regular.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-Regular/Gilroy-Regular.woff') format('woff'),
  url('fonts/gilroy/Gilroy-Regular/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Regular Italic'), local('Gilroy-Regular-Italic'),
  url('fonts/gilroy/Gilroy-RegularItalic/Gilroy-RegularItalic.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-RegularItalic/Gilroy-RegularItalic.woff') format('woff'),
  url('fonts/gilroy/Gilroy-RegularItalic/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Medium'), local('Gilroy-Medium'),
  url('fonts/gilroy/Gilroy-Medium/Gilroy-Medium.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-Medium/Gilroy-Medium.woff') format('woff'),
  url('fonts/gilroy/Gilroy-Medium/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Medium Italic'), local('Gilroy-Medium-Italic'),
  url('fonts/gilroy/Gilroy-MediumItalic/Gilroy-MediumItalic.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-MediumItalic/Gilroy-MediumItalic.woff') format('woff'),
  url('fonts/gilroy/Gilroy-MediumItalic/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
  url('fonts/gilroy/Gilroy-Semibold/Gilroy-Semibold.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-Semibold/Gilroy-Semibold.woff') format('woff'),
  url('fonts/gilroy/Gilroy-Semibold/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Semibold Italic'), local('Gilroy-Semibold-Italic'),
  url('fonts/gilroy/Gilroy-SemiboldItalic/Gilroy-SemiboldItalic.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-SemiboldItalic/Gilroy-SemiboldItalic.woff') format('woff'),
  url('fonts/gilroy/Gilroy-SemiboldItalic/Gilroy-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}*/
/*
@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Semibold'), local('Gilroy-Semibold'),
  url('fonts/gilroy/Gilroy-Semibold/Gilroy-Semibold.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-Semibold/Gilroy-Semibold.woff') format('woff'),
  url('fonts/gilroy/Gilroy-Semibold/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Semibold Italic'), local('Gilroy-Semibold-Italic'),
  url('fonts/gilroy/Gilroy-SemiboldItalic/Gilroy-SemiboldItalic.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-SemiboldItalic/Gilroy-SemiboldItalic.woff') format('woff'),
  url('fonts/gilroy/Gilroy-SemiboldItalic/Gilroy-SemiboldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
*/
/*

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Bold'), local('Gilroy-Bold'),
  url('fonts/gilroy/Gilroy-Bold/Gilroy-Bold.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-Bold/Gilroy-Bold.woff') format('woff'),
  url('fonts/gilroy/Gilroy-Bold/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Bold Italic'), local('Gilroy-Bold-Italic'),
  url('fonts/gilroy/Gilroy-BoldItalic/Gilroy-BoldItalic.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-BoldItalic/Gilroy-BoldItalic.woff') format('woff'),
  url('fonts/gilroy/Gilroy-BoldItalic/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}*/
/*@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'),
  url('fonts/gilroy/Gilroy-Extrabold/Gilroy-Extrabold.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-Extrabold/Gilroy-Extrabold.woff') format('woff'),
  url('fonts/gilroy/Gilroy-Extrabold/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 700;//fw800
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: local('Gilroy Extrabold Italic'), local('Gilroy-Extrabold-Italic'),
  url('fonts/gilroy/Gilroy-ExtraboldItalic/Gilroy-ExtraboldItalic.woff2') format('woff2'),
  url('fonts/gilroy/Gilroy-ExtraboldItalic/Gilroy-ExtraboldItalic.woff') format('woff'),
  url('fonts/gilroy/Gilroy-ExtraboldItalic/Gilroy-ExtraboldItalic.ttf') format('truetype');
  font-weight: 700;//fw800
  font-style: italic;
}*/
/*

!* pt-sans-regular - cyrillic-ext_latin *!
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-regular.eot'); !* IE9 Compat Modes *!
	src: local('PT Sans'), local('PTSans-Regular'),
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-regular.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-regular.woff2') format('woff2'), !* Super Modern Browsers *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-regular.woff') format('woff'), !* Modern Browsers *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-regular.ttf') format('truetype'), !* Safari, Android, iOS *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-regular.svg#PTSans') format('svg'); !* Legacy iOS *!
}
!* pt-sans-italic - cyrillic-ext_latin *!
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-italic.eot'); !* IE9 Compat Modes *!
	src: local('PT Sans Italic'), local('PTSans-Italic'),
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-italic.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-italic.woff2') format('woff2'), !* Super Modern Browsers *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-italic.woff') format('woff'), !* Modern Browsers *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-italic.ttf') format('truetype'), !* Safari, Android, iOS *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-italic.svg#PTSans') format('svg'); !* Legacy iOS *!
}
!* pt-sans-700 - cyrillic-ext_latin *!
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700.eot'); !* IE9 Compat Modes *!
	src: local('PT Sans Bold'), local('PTSans-Bold'),
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700.woff2') format('woff2'), !* Super Modern Browsers *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700.woff') format('woff'), !* Modern Browsers *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700.ttf') format('truetype'), !* Safari, Android, iOS *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700.svg#PTSans') format('svg'); !* Legacy iOS *!
}
!* pt-sans-700italic - cyrillic-ext_latin *!
@font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700italic.eot'); !* IE9 Compat Modes *!
	src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), !* IE6-IE8 *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700italic.woff2') format('woff2'), !* Super Modern Browsers *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700italic.woff') format('woff'), !* Modern Browsers *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700italic.ttf') format('truetype'), !* Safari, Android, iOS *!
	url('fonts/ptsansg/pt-sans-v8-cyrillic-ext_latin-700italic.svg#PTSans') format('svg'); !* Legacy iOS *!
}*/
/*

@font-face {
	font-family: 'PT Sans';
	src: url('fonts/ptsans/pt_sans-web-bold-webfont.eot');
	src: url('fonts/ptsans/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/ptsans/pt_sans-web-bold-webfont.woff2') format('woff2'),
	url('fonts/ptsans/pt_sans-web-bold-webfont.woff') format('woff'),
	url('fonts/ptsans/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
	font-weight: 700;
	font-style: normal;

}




@font-face {
	font-family: 'PT Sans';
	src: url('fonts/ptsans/pt_sans-web-bolditalic-webfont.eot');
	src: url('fonts/ptsans/pt_sans-web-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/ptsans/pt_sans-web-bolditalic-webfont.woff2') format('woff2'),
	url('fonts/ptsans/pt_sans-web-bolditalic-webfont.woff') format('woff'),
	url('fonts/ptsans/pt_sans-web-bolditalic-webfont.svg#pt_sansbold_italic') format('svg');
	font-weight: 700;
	font-style: italic;

}




@font-face {
	font-family: 'PT Sans';
	src: url('fonts/ptsans/pt_sans-web-italic-webfont.eot');
	src: url('fonts/ptsans/pt_sans-web-italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/ptsans/pt_sans-web-italic-webfont.woff2') format('woff2'),
	url('fonts/ptsans/pt_sans-web-italic-webfont.woff') format('woff'),
	url('fonts/ptsans/pt_sans-web-italic-webfont.svg#pt_sansitalic') format('svg');
	font-weight: normal;
	font-style: italic;

}




@font-face {
	font-family: 'PT Sans';
	src: url('fonts/ptsans/pt_sans-web-regular-webfont.eot');
	src: url('fonts/ptsans/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/ptsans/pt_sans-web-regular-webfont.woff2') format('woff2'),
	url('fonts/ptsans/pt_sans-web-regular-webfont.woff') format('woff'),
	url('fonts/ptsans/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;

}*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 1.5) {
  .dpiTest {
    width: 20px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  line-height: 1.5;
  color: #212529;
}

body {
  overflow-x: hidden !important;
}

* {
  outline: none;
}

.wrapPage {
  margin: 0 auto;
}

* {
  word-wrap: break-word;
}

.clearFix {
  clear: both;
}

body .showOnM {
  display: none;
}
@media all and (max-width: 767px) {
  body .showOnM {
    display: block !important;
  }
}

@media all and (max-width: 767px) {
  body .hideOnM {
    display: none !important;
  }
}

.showOnTD {
  display: none;
}
@media all and (min-width: 768px) {
  .showOnTD {
    display: block;
  }
}

.defP {
  font-size: 1.4rem;
  line-height: 1.6em;
  color: #666;
}

.defWidth {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  min-width: 320px;
  max-width: 1220px;
}

body {
  word-spacing: 0.5px;
  font-feature-settings: "liga";
  font-style: normal;
  text-rendering: optimizelegibility;
  overflow-x: hidden;
}

.pageTitle {
  line-height: 1.1;
  font-size: 41px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.pageTitle.v2 {
  font-size: 33px;
  letter-spacing: -1px;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #0a0a0a;
}
.pageTitle.v2:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: "";
  margin: 3px 0 0 0;
  border: 1px dotted #0a0a0a;
  border-width: 1px 0;
  height: 3px;
}
@media all and (max-width: 767px) {
  .pageTitle {
    font-size: 28px;
  }
  .pageTitle.v2 {
    font-size: 24px;
  }
}

.catalogPageTitle {
  color: #000;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 16px;
}
@media all and (max-width: 959px) {
  .catalogPageTitle {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .catalogPageTitle {
    margin-top: 20px;
  }
}

.pageInfo {
  margin: 15px 0 0 0;
  font-size: 13px;
  line-height: 20px;
  font-style: italic;
  font-weight: 400;
  color: #444;
}
.course .pageInfo {
  color: #fff;
}
.pageInfoAuthor {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.pageInfoAuthor a {
  color: #444;
  font-weight: 600;
}
.course .pageInfoAuthor a {
  color: #fff;
}
.pageInfoDate {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.pageInfoComments {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 0 0 0 20px;
  position: relative;
}
.pageInfoComments:before {
  position: absolute;
  top: 50%;
  margin: -10px 0 0 0;
  left: 0;
  width: 15px;
  height: 20px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGZpbGw9IiM0NDQiPjxwYXRoIGQ9Ik0xNzAuNDc2LDE2Ni4xOWgxNTUuMDk3YzQuMjg1LDAsNy43Ni0zLjQ2OSw3Ljc2LTcuNzU0cy0zLjQ3NS03Ljc2NS03Ljc2LTcuNzY1SDE3MC40NzZjLTQuMjg1LDAtNy43NTQsMy40OC03Ljc1NCw3Ljc2NSAgUzE2Ni4xOTEsMTY2LjE5LDE3MC40NzYsMTY2LjE5eiIvPjxwYXRoIGQ9Ik0zNDguMDg4LDIwMy4zNjJIMjAyLjc0Yy00LjI4NCwwLTcuNzU5LDMuNDY5LTcuNzU5LDcuNzU0czMuNDc1LDcuNzY1LDcuNzU5LDcuNzY1aDE0NS4zNDhjNC4yODQsMCw3Ljc1NC0zLjQ4LDcuNzU0LTcuNzY1ICBTMzUyLjM3MiwyMDMuMzYyLDM0OC4wODgsMjAzLjM2MnoiLz48cGF0aCBkPSJNMzA2LjY5NSwyNTYuMDUySDE3MC40NzZjLTQuMjg1LDAtNy43NTQsMy40NjktNy43NTQsNy43NTRjMCw0LjI4NCwzLjQ2OSw3Ljc1NCw3Ljc1NCw3Ljc1NGgxMzYuMjE5ICBjNC4yNzksMCw3Ljc1NC0zLjQ3LDcuNzU0LTcuNzU0QzMxNC40NDgsMjU5LjUyMSwzMTAuOTc0LDI1Ni4wNTIsMzA2LjY5NSwyNTYuMDUyeiIvPjxwYXRoIGQ9Ik0zOTYuNzc2LDg2LjI4OEgxMTUuMjI1Yy0yOS45OTIsMC01NC40MDMsMjIuNTYyLTU0LjQwMyw1MC4zMDh2MTU0LjgzYzAsMjcuNzM1LDI0LjQxMSw1MC4yOTcsNTQuNDAzLDUwLjI5N2gxNjYuMDM0ICBsMTE5LjgxMiw4My45ODl2LTg0LjEzNWMyNy45OTYtMi4wMzgsNTAuMTA4LTIzLjc1Myw1MC4xMDgtNTAuMTUxdi0xNTQuODNDNDUxLjE3OSwxMDguODUsNDI2Ljc2OCw4Ni4yODgsMzk2Ljc3Niw4Ni4yODh6ICAgTTQyNy45MDYsMjkxLjQyNmMwLDE0LjkwMi0xMy45NzIsMjcuMDI1LTMxLjEzMSwyNy4wMjVoLTE4Ljk3OHY2Mi41MjNsLTg5LjE5My02Mi41MjNoLTE3My4zOCAgYy0xNy4xNjQsMC0zMS4xMzEtMTIuMTIzLTMxLjEzMS0yNy4wMjV2LTE1NC44M2MwLTE0LjkxMywxMy45NjctMjcuMDM1LDMxLjEzMS0yNy4wMzVoMjgxLjU1MSAgYzE3LjE1OSwwLDMxLjEzMSwxMi4xMjMsMzEuMTMxLDI3LjAzNVYyOTEuNDI2eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.course .pageInfoComments:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0xNzAuNDc2LDE2Ni4xOWgxNTUuMDk3YzQuMjg1LDAsNy43Ni0zLjQ2OSw3Ljc2LTcuNzU0cy0zLjQ3NS03Ljc2NS03Ljc2LTcuNzY1SDE3MC40NzZjLTQuMjg1LDAtNy43NTQsMy40OC03Ljc1NCw3Ljc2NSAgUzE2Ni4xOTEsMTY2LjE5LDE3MC40NzYsMTY2LjE5eiIvPjxwYXRoIGQ9Ik0zNDguMDg4LDIwMy4zNjJIMjAyLjc0Yy00LjI4NCwwLTcuNzU5LDMuNDY5LTcuNzU5LDcuNzU0czMuNDc1LDcuNzY1LDcuNzU5LDcuNzY1aDE0NS4zNDhjNC4yODQsMCw3Ljc1NC0zLjQ4LDcuNzU0LTcuNzY1ICBTMzUyLjM3MiwyMDMuMzYyLDM0OC4wODgsMjAzLjM2MnoiLz48cGF0aCBkPSJNMzA2LjY5NSwyNTYuMDUySDE3MC40NzZjLTQuMjg1LDAtNy43NTQsMy40NjktNy43NTQsNy43NTRjMCw0LjI4NCwzLjQ2OSw3Ljc1NCw3Ljc1NCw3Ljc1NGgxMzYuMjE5ICBjNC4yNzksMCw3Ljc1NC0zLjQ3LDcuNzU0LTcuNzU0QzMxNC40NDgsMjU5LjUyMSwzMTAuOTc0LDI1Ni4wNTIsMzA2LjY5NSwyNTYuMDUyeiIvPjxwYXRoIGQ9Ik0zOTYuNzc2LDg2LjI4OEgxMTUuMjI1Yy0yOS45OTIsMC01NC40MDMsMjIuNTYyLTU0LjQwMyw1MC4zMDh2MTU0LjgzYzAsMjcuNzM1LDI0LjQxMSw1MC4yOTcsNTQuNDAzLDUwLjI5N2gxNjYuMDM0ICBsMTE5LjgxMiw4My45ODl2LTg0LjEzNWMyNy45OTYtMi4wMzgsNTAuMTA4LTIzLjc1Myw1MC4xMDgtNTAuMTUxdi0xNTQuODNDNDUxLjE3OSwxMDguODUsNDI2Ljc2OCw4Ni4yODgsMzk2Ljc3Niw4Ni4yODh6ICAgTTQyNy45MDYsMjkxLjQyNmMwLDE0LjkwMi0xMy45NzIsMjcuMDI1LTMxLjEzMSwyNy4wMjVoLTE4Ljk3OHY2Mi41MjNsLTg5LjE5My02Mi41MjNoLTE3My4zOCAgYy0xNy4xNjQsMC0zMS4xMzEtMTIuMTIzLTMxLjEzMS0yNy4wMjV2LTE1NC44M2MwLTE0LjkxMywxMy45NjctMjcuMDM1LDMxLjEzMS0yNy4wMzVoMjgxLjU1MSAgYzE3LjE1OSwwLDMxLjEzMSwxMi4xMjMsMzEuMTMxLDI3LjAzNVYyOTEuNDI2eiIvPjwvc3ZnPg==);
}
.pageInfoViews {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  margin-right: 10px;
  position: relative;
}
.pageInfoViews:before {
  position: absolute;
  top: 50%;
  margin: -10px 0 0 0;
  left: 0;
  width: 15px;
  height: 20px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+PHBhdGggZD0iTTEyLDVjLTYuNTQsMC05Ljc2LDYuMjktOS44OSw2LjU1TDEuODgsMTJsLjIyLjQ1QzIuMjQsMTIuNzEsNS40NiwxOSwxMiwxOXM5Ljc2LTYuMjksOS44OS02LjU1bC4yMi0uNDUtLjIyLS40NUMyMS43NiwxMS4yOSwxOC41NCw1LDEyLDVabTAsMTJjLTQuMzgsMC03LTMuNy03Ljg1LTVDNSwxMC43LDcuNjIsNywxMiw3czcsMy43LDcuODUsNUMxOSwxMy4zLDE2LjM4LDE3LDEyLDE3WiIgZmlsbD0iIzQ0NCIvPjxwYXRoIGQ9Ik0xMiw4YTQsNCwwLDEsMCw0LDRBNCw0LDAsMCwwLDEyLDhabTAsNmEyLDIsMCwxLDEsMi0yQTIsMiwwLDAsMSwxMiwxNFoiIGZpbGw9IiM0NDQiLz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.course .pageInfoViews:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgZGF0YS1uYW1lPSJMYXllciAyIiBpZD0iTGF5ZXJfMiI+PHBhdGggZD0iTTEyLDVjLTYuNTQsMC05Ljc2LDYuMjktOS44OSw2LjU1TDEuODgsMTJsLjIyLjQ1QzIuMjQsMTIuNzEsNS40NiwxOSwxMiwxOXM5Ljc2LTYuMjksOS44OS02LjU1bC4yMi0uNDUtLjIyLS40NUMyMS43NiwxMS4yOSwxOC41NCw1LDEyLDVabTAsMTJjLTQuMzgsMC03LTMuNy03Ljg1LTVDNSwxMC43LDcuNjIsNywxMiw3czcsMy43LDcuODUsNUMxOSwxMy4zLDE2LjM4LDE3LDEyLDE3WiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMiw4YTQsNCwwLDEsMCw0LDRBNCw0LDAsMCwwLDEyLDhabTAsNmEyLDIsMCwxLDEsMi0yQTIsMiwwLDAsMSwxMiwxNFoiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
}
.pageInfoLearn {
  vertical-align: top;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 0 10px 0 0;
  position: relative;
}
.pageInfoLearn:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 16px;
  left: 0;
  top: 50%;
  margin: -8px 0 0 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzk4Ljk3IDM5OC45NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzk4Ljk3IDM5OC45NzsiIGZpbGw9IiNmZmYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9IkxheWVyXzVfNTlfIj4NCgkJPGc+DQoJCQk8cGF0aCBkPSJNMjI1LjA5MiwyNzYuNTg2Yy03LjEwMSw0LjM1NS0xNi4xOTUsNi43NTQtMjUuNjA3LDYuNzU0Yy05LjQxMiwwLTE4LjUwNi0yLjM5OC0yNS42MDctNi43NTRMNTcuOTQ2LDIwNS40ODQNCgkJCQljMCwwLTEwLjQ2NC02LjQxNC0xMC40NjQsOC4xMTZjMCwxNi41LDAsNjYsMCw2NmMwLDAuNjYsMCwzLjk3MywwLDVjMCwzNy40MDIsNjguMDUzLDc3LjcyMywxNTIsNzcuNzIzczE1Mi00MC4zMiwxNTItNzcuNzIzDQoJCQkJYzAtMS4wMjcsMC00LjM0LDAtNWMwLDAsMC01Mi41MDIsMC03MC4wMDNjMC0xMS42NjMtNy40MzktNS45NjQtNy40MzktNS45NjRMMjI1LjA5MiwyNzYuNTg2eiIvPg0KCQkJPHBhdGggZD0iTTM5Mi4yODksMTQ4LjkyN2M4LjkwOC01LjQ2Myw4LjkwOC0xNC40MDMsMC0xOS44NjdMMjE1LjY4MSw0MC43NDVjLTguOTA4LTUuNDYzLTIzLjQ4NS01LjQ2My0zMi4zOTMsMEw2LjY4MSwxMjkuMDYNCgkJCQljLTguOTA4LDUuNDYzLTguOTA4LDE0LjQwMywwLDE5Ljg2N2wxNzYuNjA3LDEwOC4zMTVjOC45MDgsNS40NjMsMjMuNDg1LDUuNDYzLDMyLjM5MywwIi8+DQoJCQk8cGF0aCBkPSJNMzg0Ljk4NSwzMDkuNDc1YzAtMjkuOTA2LDAtMTE5LjYyNSwwLTExOS42MjVzMC4wODMtNS42NjYtMy4yNzktMy43OTVjLTIuNjk3LDEuNTAxLTkuMzA4LDUuMTg2LTExLjYzNyw3LjIxMg0KCQkJCWMtMi42ODksMi4zMzctMi4wODMsNy41ODMtMi4wODMsNy41ODNzMCw4MS40NjksMCwxMDguNjI1YzAsMS41NDItMS4zMjUsMi4yNzgtMS45NTcsMi42NQ0KCQkJCWMtNi4xMDUsMy41ODktMTAuMjEsMTAuMjE0LTEwLjIxLDE3LjgwOWMwLDExLjQxNCw5LjI1MiwyMC42NjcsMjAuNjY3LDIwLjY2N2MxMS40MTQsMCwyMC42NjYtOS4yNTMsMjAuNjY2LTIwLjY2Nw0KCQkJCWMwLTcuNjI0LTQuMTM1LTE0LjI3LTEwLjI3OS0xNy44NUMzODYuMjYyLDMxMS43MjgsMzg0Ljk4NSwzMTEuMDE2LDM4NC45ODUsMzA5LjQ3NXoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pageInfoBuyed {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  margin-right: 10px;
  position: relative;
}
.pageInfoBuyed:before {
  position: absolute;
  top: 50%;
  margin: -10px 0 0 0;
  left: 0;
  width: 15px;
  height: 20px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iT3V0bGluZSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIGZpbGw9IiM0NDQiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNNDcyLDU2SDQyNGEyNC4wMjUsMjQuMDI1LDAsMCwwLTIzLjk3NywyMy4wOTJMMzg1LjQ0MSwxNTJIMjc1Ljg3MmE3Miw3MiwwLDEsMC0xMzUuNzQ0LDBIMjRhOCw4LDAsMCwwLTcuODQ1LDkuNTY5bDMyLDE2MEE4LDgsMCwwLDAsNTYsMzI4SDM2MGExNiwxNiwwLDAsMSwwLDMySDU2YTgsOCwwLDAsMC04LDh2MzJhOCw4LDAsMCwwLDgsOEg2OC4zMDVhMzIsMzIsMCwxLDAsNTUuMzksMGgxNjguNjFhMzIsMzIsMCwxLDAsNTUuMzksMEgzNjBhOCw4LDAsMCwwLDgtOFYzNzQuOTg3YTMyLDMyLDAsMCwwLDEuNDcyLTYxLjU1NWwzMC4zNzMtMTUxLjg2M0w0MTIsMTAwLjc3M0EyMy44NDEsMjMuODQxLDAsMCwwLDQyNCwxMDRoNDhhMjQsMjQsMCwwLDAsMC00OFpNMTEyLDQyNGExNiwxNiwwLDEsMS0xNi0xNkExNi4wMTksMTYuMDE5LDAsMCwxLDExMiw0MjRabTIyNCwwYTE2LDE2LDAsMSwxLTE2LTE2QTE2LjAxOSwxNi4wMTksMCwwLDEsMzM2LDQyNFptMTYtMzJINjRWMzc2SDM1MlpNMzE4LjcxMSwxNjhsLTkuNiw2NGgtNTYuN2wyLjQ3MS00OS40MjNBNzIuNTIzLDcyLjUyMywwLDAsMCwyNjcuODMzLDE2OFptLTEzOC4zLDgwaDU1LjE4bC0zLjIsNjRIMTgzLjYxWm0tMTIuODIsNjRoLTQ4LjdsLTkuNi02NGg1NS4xWm0xMi4wMi04MC0xLjkzNi0zOC43MjFhNzEuNzc4LDcxLjc3OCwwLDAsMCw2MC42NTIsMEwyMzYuMzksMjMyWm03MiwxNmg1NS4xbC05LjYsNjRoLTQ4LjdaTTIwOCw3MmE1Niw1NiwwLDEsMS01Niw1NkE1Ni4wNjMsNTYuMDYzLDAsMCwxLDIwOCw3MlpNMTYxLjExOSwxODIuNTc3LDE2My41OSwyMzJoLTU2LjdsLTkuNi02NGg1MC44NzhBNzIuNTIzLDcyLjUyMywwLDAsMCwxNjEuMTE5LDE4Mi41NzdaTTgxLjExMSwxNjhsOS42LDY0SDQ2LjU1OWwtMTIuOC02NFpNNDkuNzU5LDI0OEg5My4xMTFsOS42LDY0SDYyLjU1OVptMzAzLjY4Miw2NEgzMTMuMjg5bDkuNi02NGg0My4zNTJabTE2LTgwSDMyNS4yODlsOS42LTY0aDQ3LjM1MlpNNDcyLDg4SDQyNGE4LDgsMCwwLDEsMC0xNmg0OGE4LDgsMCwwLDEsMCwxNloiLz48cGF0aCBkPSJNMTg3LjM0MywxNTcuNjU3QTgsOCwwLDAsMCwxOTMsMTYwYy4xMiwwLC4yNDEsMCwuMzYyLS4wMDhhOCw4LDAsMCwwLDUuNzg0LTIuODcxbDQwLTQ4YTgsOCwwLDAsMC0xMi4yOTItMTAuMjQybC0zNC4zOTEsNDEuMjY5LTkuODA2LTkuODA1YTgsOCwwLDAsMC0xMS4zMTQsMTEuMzE0WiIvPjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.course .pageInfoBuyed:before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBpZD0iT3V0bGluZSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHdpZHRoPSI1MTIiIGZpbGw9IiNmZmYiIGhlaWdodD0iNTEyIj48cGF0aCBkPSJNNDcyLDU2SDQyNGEyNC4wMjUsMjQuMDI1LDAsMCwwLTIzLjk3NywyMy4wOTJMMzg1LjQ0MSwxNTJIMjc1Ljg3MmE3Miw3MiwwLDEsMC0xMzUuNzQ0LDBIMjRhOCw4LDAsMCwwLTcuODQ1LDkuNTY5bDMyLDE2MEE4LDgsMCwwLDAsNTYsMzI4SDM2MGExNiwxNiwwLDAsMSwwLDMySDU2YTgsOCwwLDAsMC04LDh2MzJhOCw4LDAsMCwwLDgsOEg2OC4zMDVhMzIsMzIsMCwxLDAsNTUuMzksMGgxNjguNjFhMzIsMzIsMCwxLDAsNTUuMzksMEgzNjBhOCw4LDAsMCwwLDgtOFYzNzQuOTg3YTMyLDMyLDAsMCwwLDEuNDcyLTYxLjU1NWwzMC4zNzMtMTUxLjg2M0w0MTIsMTAwLjc3M0EyMy44NDEsMjMuODQxLDAsMCwwLDQyNCwxMDRoNDhhMjQsMjQsMCwwLDAsMC00OFpNMTEyLDQyNGExNiwxNiwwLDEsMS0xNi0xNkExNi4wMTksMTYuMDE5LDAsMCwxLDExMiw0MjRabTIyNCwwYTE2LDE2LDAsMSwxLTE2LTE2QTE2LjAxOSwxNi4wMTksMCwwLDEsMzM2LDQyNFptMTYtMzJINjRWMzc2SDM1MlpNMzE4LjcxMSwxNjhsLTkuNiw2NGgtNTYuN2wyLjQ3MS00OS40MjNBNzIuNTIzLDcyLjUyMywwLDAsMCwyNjcuODMzLDE2OFptLTEzOC4zLDgwaDU1LjE4bC0zLjIsNjRIMTgzLjYxWm0tMTIuODIsNjRoLTQ4LjdsLTkuNi02NGg1NS4xWm0xMi4wMi04MC0xLjkzNi0zOC43MjFhNzEuNzc4LDcxLjc3OCwwLDAsMCw2MC42NTIsMEwyMzYuMzksMjMyWm03MiwxNmg1NS4xbC05LjYsNjRoLTQ4LjdaTTIwOCw3MmE1Niw1NiwwLDEsMS01Niw1NkE1Ni4wNjMsNTYuMDYzLDAsMCwxLDIwOCw3MlpNMTYxLjExOSwxODIuNTc3LDE2My41OSwyMzJoLTU2LjdsLTkuNi02NGg1MC44NzhBNzIuNTIzLDcyLjUyMywwLDAsMCwxNjEuMTE5LDE4Mi41NzdaTTgxLjExMSwxNjhsOS42LDY0SDQ2LjU1OWwtMTIuOC02NFpNNDkuNzU5LDI0OEg5My4xMTFsOS42LDY0SDYyLjU1OVptMzAzLjY4Miw2NEgzMTMuMjg5bDkuNi02NGg0My4zNTJabTE2LTgwSDMyNS4yODlsOS42LTY0aDQ3LjM1MlpNNDcyLDg4SDQyNGE4LDgsMCwwLDEsMC0xNmg0OGE4LDgsMCwwLDEsMCwxNloiLz48cGF0aCBkPSJNMTg3LjM0MywxNTcuNjU3QTgsOCwwLDAsMCwxOTMsMTYwYy4xMiwwLC4yNDEsMCwuMzYyLS4wMDhhOCw4LDAsMCwwLDUuNzg0LTIuODcxbDQwLTQ4YTgsOCwwLDAsMC0xMi4yOTItMTAuMjQybC0zNC4zOTEsNDEuMjY5LTkuODA2LTkuODA1YTgsOCwwLDAsMC0xMS4zMTQsMTEuMzE0WiIvPjwvc3ZnPgo=);
}

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
.videoContainer video, .videoContainer iframe, .videoContainer object, .videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}

.videoBox {
  position: relative;
  background-color: #f1f1f1;
}
.videoBox:after {
  padding: 45.746% 0 0 0;
  padding: 56% 0 0 0;
  content: "";
  display: block;
}
.videoBox video, .videoBox iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 459px) {
  .videoBox {
    margin: -30px 0 0 -15px;
    background-color: #000;
    width: calc(100% + 30px);
  }
  .videoBox:after {
    padding-top: 56%;
  }
}

.zeroBox, .storiesWrap, .functionalBox, .indexNews, .formList, .mainBottom, .mainInner, .mainFooterInner, .wrapContent {
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  letter-spacing: 0;
}

.zeroBoxInner, .functionalBoxEl, .indexNewsSidebar, .indexNewsContent, .formList > *, .mainBottomContent, .mainBottomSidebar, .mainContent, .mainSidebar, .mainFooterCol, .wrapContent > .sidebar, .wrapContent > .content {
  font-size: 14px;
  line-height: 1.3;
  word-spacing: normal;
  letter-spacing: normal;
}

.course + .wrapContent {
  margin-top: 40px;
}

.wrap {
  overflow: hidden;
}

.wrapContent {
  max-width: 1430px;
  padding: 0;
  margin: 20px auto;
  position: relative;
  width: 100%;
  clear: both;
}
@media all and (min-width: 768px) {
  .wrapContent {
    display: flex;
    flex-wrap: nowrap;
    align-items: start;
  }
}
@media all and (max-width: 1430px) {
  .wrapContent {
    overflow: hidden;
  }
}
.wrapContent > .content {
  width: calc(100% - 340px);
  padding: 0 15px;
  vertical-align: top;
  display: inline-block;
}
.wrapContent > .content + .content {
  margin-top: 30px;
}
.wrapContent > .content.wide {
  width: 100%;
}
@media all and (max-width: 1140px) {
  .wrapContent > .content {
    width: calc(100% - 250px);
  }
  .wrapContent > .content.wide {
    width: 100%;
  }
}
.wrapContent > .sidebar {
  width: 340px;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  position: sticky;
}
.wrapContent > .sidebar.noSticky {
  position: relative;
  top: auto;
}
@media all and (max-width: 1140px) {
  .wrapContent > .sidebar {
    width: 250px;
  }
}
@media all and (min-width: 1000px) {
  .wrapContent {
    max-width: 1500px;
  }
  .wrapContent > .content {
    padding: 0 15px 0 50px;
  }
  .wrapContent > .sidebar {
    padding: 0 15px 0 50px;
  }
  .wrapContent > .sidebar + .content {
    padding: 0 50px 0 15px;
  }
  .wrapContent > .content + .sidebar {
    padding: 0 50px 0 15px;
  }
  .wrapContent > .content.wide {
    padding: 0 50px;
  }
}
@media all and (min-width: 1140px) {
  .wrapContent {
    max-width: 1540px;
  }
  .wrapContent > .content {
    padding: 0 15px 0 70px;
  }
  .wrapContent > .sidebar {
    padding: 0 15px 0 70px;
  }
  .wrapContent > .sidebar + .content {
    padding: 0 70px 0 15px;
  }
  .wrapContent > .content + .sidebar {
    padding: 0 70px 0 15px;
  }
  .wrapContent > .content.wide {
    padding: 0 70px;
  }
}
@media all and (max-width: 1023px) {
  .wrapContent > .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapContent > .sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .wrapContent {
    overflow: hidden;
  }
  .wrapContent {
    display: block;
  }
  .wrapContent > .content {
    width: 100%;
  }
  .wrapContent > .sidebar {
    width: 100%;
    position: relative;
    top: auto;
    margin: 30px 0 0 0;
  }
  .wrapContent.sideToEnd {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .wrapContent.sideToEnd > .content {
    order: 2;
  }
  .wrapContent.sideToEnd > .sidebar {
    order: 3;
  }
}
@media all and (min-width: 1024px) {
  .wrapContent_card {
    padding: 0 15px;
  }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .wrapContent_card {
    padding: 0 10px;
  }
}
@media all and (min-width: 1024px) {
  .wrapContent_card {
    display: flex;
    justify-content: space-between;
  }
  .wrapContent_card .mainContent {
    width: 100%;
  }
  .wrapContent_card > .content {
    width: calc(100% - 520px);
    padding: 0 !important;
  }
  .wrapContent_card > .sidebar {
    width: 480px;
    padding: 0 !important;
  }
}
@media all and (max-width: 1023px) and (min-width: 768px) {
  .wrapContent_card {
    display: flex;
    justify-content: space-between;
  }
  .wrapContent_card .mainContent {
    width: 100%;
  }
  .wrapContent_card > .content {
    width: calc(100% - 320px);
    padding: 0 !important;
  }
  .wrapContent_card > .sidebar {
    width: 280px;
    padding: 0 !important;
  }
}

.contentAd {
  margin: 20px 0 0 0;
  text-align: center;
}
.contentAdTitle {
  color: #bbb;
  font-size: 10px;
  text-align: center;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 21px;
}
.contentAdImage {
  width: 100%;
  height: auto;
}

.sidebarAd {
  text-align: center;
}
.sidebarAdTitle {
  color: #bbb;
  font-size: 10px;
  text-align: center;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 21px;
}
.sidebarAdImage {
  width: 100%;
  height: auto;
}
.sidebarAd + * {
  margin-top: 20px;
}

/*

.wrapContent {
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  letter-spacing: 0;
  padding: 30px 0;
  @extend .defWidth;
  //margin: 0 -10px;
}

.sidebar {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px;
  font: $mainFont;
  word-spacing: normal;
  letter-spacing: normal;

  @media all and (max-width: 767px) {
    display: block;
    width: 100%;
  }
}

.content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding: 0 10px;
  font: $mainFont;
  word-spacing: normal;
  letter-spacing: normal;
  &.wide {
    float: none;
    width: 100%;
  }

  @media all and (max-width: 767px) {
    display: block;
    width: 100%;
  }
}

.pageTitle {
  font: $mainFont;
  word-spacing: normal;
  letter-spacing: normal;
  padding: 0 10px;
  position: relative;
  margin: 10px 20px 30px 20px;

  h1 {
    color: #492582;
    font-size: 24px;
    line-height: 26px;
    padding: 7px 0;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    @media all and (max-width: 959px) {
      display: block;
    }
  }

  @media all and (max-width: 767px) {
    margin: 10px 0px 20px 0px;
  }

}

.pageSort{
  float: right;
  position: relative;

  @media all and (max-width: 959px) {
    display: block;
    float: none;
    width: 208px;
  }



  select {
    background-color: #fafafa;
    border: solid 1px #ccc;
    color: #b6b4ba;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    height: 40px;
    width: 208px;
    line-height: 40px;
  }

  &:after {
    content: '>';
    font: 22px "Consolas",monospace;
    color: #aaa;
    transform: rotate(90deg);
    right: 10px;
    top: 8px;
    padding: 0 0 2px;
    background: #fafafa;
    position: absolute;
    pointer-events: none;
  }


  @media all and (max-width: 767px) {
    width: 100%;

    select {
      width: 100%;
    }
  }

}*/
.content .mainPriceBox {
  margin: 20px 0 0 0;
  display: none;
  padding: 16px;
  background: #f2f2f2;
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .content .mainPriceBox {
    display: block;
  }
}

.sidebar .mainPriceBox {
  padding: 16px;
  background: #f2f2f2;
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .sidebar .mainPriceBox {
    display: none;
  }
}
.sidebarBoxTitle {
  /*   &:after {
       content: "";
       display: block;
       position: absolute;
       left: 0;
       bottom: -1px;
       width: 83px;
       height: 1px;
       z-index: 2;
       background-color: $mainBlack;
     }*/
}
.sidebarBox + .sidebarBox {
  margin-top: 20px;
}

.w100 {
  width: 100% !important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  background: #e3e3e3;
}

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: #8c8e98;
  cursor: pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fcb800;
}

body * {
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body * ::-webkit-scrollbar {
  width: 4px;
  background: #e3e3e3;
}
body * ::-webkit-scrollbar-track {
  border: solid 1px #fff;
  border-width: 0 1px;
}
body * ::-webkit-scrollbar-thumb {
  background: #8c8e98;
  cursor: pointer;
}
body * ::-webkit-scrollbar-thumb:hover {
  background: #fcb800;
}

/*.btn {
  display: block;
  padding: 11px 11px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  border: none;
  border-radius: 4px;
  background-color: #fcb800;
  background-color: #f2e206;
  border: none;
  transition: all .4s ease;
  cursor: pointer;
  margin: 0 0 20px 0;
  text-align: center;
  text-decoration: none !important;

  &:hover {
    background-color: #222;
    color: #fff;
  }

  &Grey {

  }

  &White {
    background-color: #fff;
  }

  &Compact {
    display: inline-block;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
  }
}*/
.btn, .filterSubmit, .popupCompleteBtn, .popupAjaxCompleteBtn, .mainBuy, .courseBoxQuestionsElSkip {
  display: block;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  border: solid 2px rgb(248, 79, 57);
  border-radius: 25px;
  background-color: rgb(248, 79, 57);
  transition: all 0.4s ease;
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  position: relative;
  text-align: center;
  /* &:before {
     content: "";
     position: absolute;
     top: -5px;
     left: -5px;
     right: -5px;
     bottom: -5px;
     z-index: -1;
     background: linear-gradient(45deg, #e02a92, #ef3224, #7c3697);
     background-size: 400%;
     border-radius: 40px;
     opacity: 0;
     transition: 0.5%;
   }


   &:after {
     background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     border-radius: 50px;
     z-index: 2;
   }*/
  /*
  &:hover:before {
    filter: blur(10px);
    opacity: 1;
    animation: animate 8s linear infinite;
  }
  */
}
.btn:hover, .filterSubmit:hover, .popupCompleteBtn:hover, .popupAjaxCompleteBtn:hover, .mainBuy:hover, .courseBoxQuestionsElSkip:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.btnWhite {
  background-color: #fff;
  color: #000;
}
.btnWhite:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

.borderBtn, .mainGift {
  display: block;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border: solid 2px #266fef;
  border: solid 2px #f2e206;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  transition: all 0.4s ease;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
}
.borderBtn:hover, .mainGift:hover {
  background-color: #266fef;
  background-color: #f2e206;
  color: #000;
}

.borderBox {
  border: solid 1px #f2f2f2;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 9px 9px;
  margin: 10px 0;
}

.breadCrumbs {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  min-height: 26px;
  align-items: center;
  margin: 0 0 16px 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.breadCrumbs a {
  text-decoration: none;
}
.breadCrumbs span {
  color: #888;
}
.breadCrumbs li:not(:last-child) {
  padding-right: 19px;
  position: relative;
}
.breadCrumbs li:not(:last-child):after {
  width: 3px;
  height: 3px;
  background: #000039;
  border-radius: 50%;
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
}
@media all and (max-width: 767px) {
  .breadCrumbs {
    font-size: 12px;
  }
}

input,
textarea {
  font-family: 500 14px/1.4 "Mabry Pro", sans-serif;
}

html {
  margin: 0;
  padding: 0;
  /*&.showNav,
  &.showFilter {
    overflow: hidden !important;
    height: 100%;
  }*/
}

body {
  margin: 0;
  padding: 0;
  /*&.showNav,
  &.showFilter {
    overflow: hidden !important;
    height: 100%;
  }*/
}

.overflowHidden {
  overflow: hidden !important;
}

.globalBox, .courseInfoContent, .courseInfoHeaderInner, .mainFooterInner, .mainHeaderContentInner, .mainHeaderContent, .mainHeaderInner {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1240px) {
  .globalBox, .courseInfoContent, .courseInfoHeaderInner, .mainFooterInner, .mainHeaderContentInner, .mainHeaderContent, .mainHeaderInner {
    max-width: 1230px;
    width: 100%;
  }
}

html {
  padding: 0;
  margin: 0;
  min-width: 316px;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  min-width: 316px;
  position: relative;
  font: 500 14px/1.4 "Mabry Pro", sans-serif;
}

body {
  background-color: #fdfdfd;
  color: #212529;
}

.hidden {
  display: none !important;
}

.error,
.errortext,
.errorText {
  color: #f93b22;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #212529;
  /*.wrapContent & {
    color: $mainColor;

    &:hover {
      color: $mainColor;
    }

    &:active {
      color: $mainColor;
    }
  }*/
}
a:hover {
  text-decoration: underline;
  color: #212529;
}
a:active {
  text-decoration: none;
  color: #212529;
}

.clearFix {
  clear: both;
  float: none;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.w100 {
  width: 100%;
}

.fw500 {
  font-weight: 500;
}

.fn {
  float: none;
}

.animateAll, .donate button, .formSubmit, .mainFooterCol ul li a, .mainHeaderSearchBtn:after, .mainHeaderCart:after, .mainHeaderTopLinks a, .mainHeaderTopNav a {
  transition: all 0.5s;
}

.colorRed {
  color: red;
}

.dib {
  display: inline-block;
}

.mb-30 {
  margin-bottom: 30px;
}

.fixedHeader {
  padding-top: 52px;
}

.mainHeader {
  position: relative;
  height: 201px;
  overflow: visible;
}
@media all and (max-width: 767px) {
  .mainHeader {
    height: 52px;
  }
}
.mainHeaderYb {
  position: relative;
}
.mainHeaderYb:after {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDMwIDIyIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMjE3LjAyNmgxNy41MDFhNi4yMTcgNi4yMTcgMCAwMTYuMjE3IDYuMjE3djguNzQ4YTYuMjE3IDYuMjE3IDAgMDEtNi4yMTcgNi4yMTdoLTE3LjVBNi4yMTcgNi4yMTcgMCAwMTAgMTQuOTkxVjYuMjQzQTYuMjE3IDYuMjE3IDAgMDE2LjIxNy4wMjZ6bTUuMTEgMTQuOTJsOC4xODYtMy45MDNhLjMyOS4zMjkgMCAwMC4wMDctLjU5bC04LjE4NS00LjE0OGEuMzI5LjMyOSAwIDAwLS40NzcuMjkzdjguMDUyYzAgLjI0Mi4yNTIuNC40Ny4yOTd6Ij48L3BhdGg+Cjwvc3ZnPg==);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  content: "";
}
.mainHeaderFb {
  position: relative;
}
.mainHeaderFb:after {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDMwIDIyIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMjE3LjAyNmgxNy41MDFhNi4yMTcgNi4yMTcgMCAwMTYuMjE3IDYuMjE3djguNzQ4YTYuMjE3IDYuMjE3IDAgMDEtNi4yMTcgNi4yMTdoLTE3LjVBNi4yMTcgNi4yMTcgMCAwMTAgMTQuOTkxVjYuMjQzQTYuMjE3IDYuMjE3IDAgMDE2LjIxNy4wMjZ6bTUuMTEgMTQuOTJsOC4xODYtMy45MDNhLjMyOS4zMjkgMCAwMC4wMDctLjU5bC04LjE4NS00LjE0OGEuMzI5LjMyOSAwIDAwLS40NzcuMjkzdjguMDUyYzAgLjI0Mi4yNTIuNC40Ny4yOTd6Ij48L3BhdGg+Cjwvc3ZnPg==);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  content: "";
}
.mainHeaderIn {
  position: relative;
}
.mainHeaderIn:after {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDMwIDIyIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMjE3LjAyNmgxNy41MDFhNi4yMTcgNi4yMTcgMCAwMTYuMjE3IDYuMjE3djguNzQ4YTYuMjE3IDYuMjE3IDAgMDEtNi4yMTcgNi4yMTdoLTE3LjVBNi4yMTcgNi4yMTcgMCAwMTAgMTQuOTkxVjYuMjQzQTYuMjE3IDYuMjE3IDAgMDE2LjIxNy4wMjZ6bTUuMTEgMTQuOTJsOC4xODYtMy45MDNhLjMyOS4zMjkgMCAwMC4wMDctLjU5bC04LjE4NS00LjE0OGEuMzI5LjMyOSAwIDAwLS40NzcuMjkzdjguMDUyYzAgLjI0Mi4yNTIuNC40Ny4yOTd6Ij48L3BhdGg+Cjwvc3ZnPg==);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  content: "";
}
.mainHeaderTw {
  position: relative;
}
.mainHeaderTw:after {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDMwIDIyIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMjE3LjAyNmgxNy41MDFhNi4yMTcgNi4yMTcgMCAwMTYuMjE3IDYuMjE3djguNzQ4YTYuMjE3IDYuMjE3IDAgMDEtNi4yMTcgNi4yMTdoLTE3LjVBNi4yMTcgNi4yMTcgMCAwMTAgMTQuOTkxVjYuMjQzQTYuMjE3IDYuMjE3IDAgMDE2LjIxNy4wMjZ6bTUuMTEgMTQuOTJsOC4xODYtMy45MDNhLjMyOS4zMjkgMCAwMC4wMDctLjU5bC04LjE4NS00LjE0OGEuMzI5LjMyOSAwIDAwLS40NzcuMjkzdjguMDUyYzAgLjI0Mi4yNTIuNC40Ny4yOTd6Ij48L3BhdGg+Cjwvc3ZnPg==);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  content: "";
}
.mainHeaderTop {
  background: #000;
  color: #fff;
}
@media all and (max-width: 767px) {
  .mainHeaderTop {
    display: none;
  }
}
.mainHeaderTopNav {
  font-size: 13px;
  line-height: 14px;
}
.mainHeaderTopNav a {
  padding: 15px 9px;
  float: left;
  color: #fff;
  text-decoration: none;
}
.mainHeaderTopNav a:hover {
  color: #266fef;
  text-decoration: none;
}
.mainHeaderTopLinks a {
  color: #fff;
  text-decoration: none;
}
.mainHeaderTopLinks a:hover {
  color: #266fef;
  text-decoration: none;
}
.mainHeaderTopLinks > * {
  float: left;
  line-height: 14px;
  padding: 15px 0;
  min-width: 44px;
  min-height: 44px;
  text-align: center;
}
.mainHeaderAcc {
  margin-left: 30px;
}
.mainHeaderTop .mainHeaderInner {
  display: flex;
  justify-content: space-between;
}
.mainHeaderBanner .mainHeaderInner {
  height: 175px;
  position: relative;
}
.mainHeaderBanner {
  position: relative;
  background-size: cover;
  display: none;
}
@media all and (max-width: 767px) {
  .mainHeaderBanner {
    display: none;
  }
}
.mainHeaderBannerLogo {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("img/pianocenter_wh.svg");
  width: 300px;
  height: 90px;
  margin: -45px 0 0 0;
}
.konsa .mainHeaderBannerLogo {
  background-position: left 78%;
  background-image: url("img/konsa_wh.svg");
}
.mainHeaderLogo {
  display: none;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 40px;
  background-image: url("img/pianocenter_wh.svg");
}
.konsa .mainHeaderLogo {
  background-position: left 78%;
  background-image: url("img/konsa_wh.svg");
}
@media all and (max-width: 767px) {
  .mainHeaderLogo {
    margin: 6px 20px 0 0;
    width: 100px;
    margin-right: 10px;
  }
}
.fixedHeader .mainHeaderLogo {
  margin: 6px 20px 0 0;
}
@media all and (max-width: 959px) {
  .fixedHeader .mainHeaderLogo {
    width: 100px;
    margin-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .mainHeaderLogo {
    float: left;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
  }
}
.fixedHeader .mainHeaderLogo {
  float: left;
  display: block;
  margin: 6px 20px 0 0;
}
@media all and (max-width: 959px) {
  .fixedHeader .mainHeaderLogo {
    background-position: left center;
    background-repeat: no-repeat;
  }
  .konsa .fixedHeader .mainHeaderLogo {
    background-position: left 78%;
  }
}
.fixedHeader .mainHeader {
  position: absolute;
  height: 52px;
  top: 0;
}
.mainHeaderContent {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 10px;
  padding: 0;
  margin: -35px auto 0 auto;
  top: 0;
  z-index: 5;
  position: relative;
  height: 60px;
}
@media all and (min-width: 1000px) {
  .mainHeaderContent {
    margin-left: 50px;
    margin-right: 50px;
    width: auto;
  }
}
@media all and (min-width: 1140px) {
  .mainHeaderContent {
    margin-left: 70px;
    margin-right: 70px;
  }
}
@media all and (min-width: 1540px) {
  .mainHeaderContent {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 767px) {
  .mainHeaderContent {
    margin: 0;
    height: 52px;
  }
}
.mainHeaderContentInner {
  position: relative;
}
@media all and (max-width: 767px) {
  .mainHeaderContent {
    position: fixed;
    transition: margin 0.5s;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0px;
    height: 52px;
    max-width: 100%;
    border-radius: 0;
    background: #fff;
  }
}
.fixedHeader .mainHeaderContent {
  position: fixed;
  transition: margin 0.5s;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  height: 52px;
  max-width: 100%;
  background: #000;
}
.mainHeaderContentBtns {
  float: right;
}
.mainHeaderContentBtnsAcc {
  display: none;
}
.mainHeaderContentAcc {
  display: none;
}
@media all and (max-width: 767px) {
  .mainHeaderContentAcc {
    display: block;
    color: #000;
    position: absolute;
    height: 52px;
    line-height: 16px;
    padding: 18px 0 18px 20px;
    font-weight: 700;
    right: 90px;
  }
}
@media all and (max-width: 349px) {
  .mainHeaderContentAcc span {
    display: none;
  }
}
.fixedHeader .mainHeaderContentAcc {
  display: block;
  color: #000;
  color: #fff;
  position: absolute;
  right: 150px;
  height: 52px;
  line-height: 16px;
  padding: 18px 0 18px 20px;
  font-weight: 700;
}
@media all and (max-width: 959px) {
  .fixedHeader .mainHeaderContentAcc {
    right: 120px;
  }
}
@media all and (max-width: 767px) {
  .fixedHeader .mainHeaderContentAcc {
    right: 90px;
  }
}
.mainHeaderPhone {
  /*
  @media all and (max-width: 959pxpx) {
    display: block;
    color: #000;
    position: absolute;
    height: 52px;
    line-height: 16px;
    padding: 18px 0 18px 20px;
    font-weight: 700;
    right: 90px;
  }

  @media all and (max-width: 767px) {
    display: block;
    color: #000;
    position: absolute;
    height: 52px;
    line-height: 16px;
    padding: 18px 0 18px 20px;
    font-weight: 700;
    right: 90px;
  }
  */
}
.fixedHeader .mainHeaderPhone {
  display: block;
  color: #e02a92;
  text-decoration: underline;
  position: absolute;
  right: 150px;
  height: 52px;
  line-height: 16px;
  padding: 18px 0 18px 20px;
  font-weight: 700;
}
.fixedHeader .mainHeaderPhone:hover {
  color: #e02a92;
  text-decoration: none;
}
@media all and (max-width: 959px) {
  .fixedHeader .mainHeaderPhone {
    right: 120px;
    font-size: 0;
    width: 32px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNlMDJhOTIiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTIxLjM4NCwxNy43NTJhMi4xMDgsMi4xMDgsMCwwLDEtLjUyMiwzLjM1OSw3LjU0Myw3LjU0MywwLDAsMS01LjQ3Ni42NDJDMTAuNSwyMC41MjMsMy40NzcsMTMuNSwyLjI0Nyw4LjYxNGE3LjU0Myw3LjU0MywwLDAsMSwuNjQyLTUuNDc2LDIuMTA4LDIuMTA4LDAsMCwxLDMuMzU5LS41MjJMOC4zMzMsNC43YTIuMDk0LDIuMDk0LDAsMCwxLC40NDUsMi4zMjhBMy44NzcsMy44NzcsMCwwLDEsOCw4LjJjLTIuMzg0LDIuMzg0LDUuNDE3LDEwLjE4NSw3LjgsNy44YTMuODc3LDMuODc3LDAsMCwxLDEuMTczLS43ODEsMi4wOTIsMi4wOTIsMCwwLDEsMi4zMjguNDQ1WiIvPjwvc3ZnPg==) center no-repeat;
    background-size: 20px 20px;
  }
}
@media all and (max-width: 767px) {
  .fixedHeader .mainHeaderPhone {
    right: 90px;
  }
}
.mainHeaderNavToggle {
  display: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMCAxNCI+DQogICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyMHYySDB6TTAgNmgyMHYySDB6TTAgMTJoMjB2MkgweiI+PC9wYXRoPg0KPC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  float: left;
}
@media all and (max-width: 767px) {
  .mainHeaderNavToggle {
    display: inline-block;
    margin: 11px 15px 0 0;
  }
}
.mainHeaderSearch.active + .mainHeaderCart {
  display: none;
}
.mainHeaderCart {
  width: 60px;
  height: 60px;
  float: right;
  position: relative;
  cursor: pointer;
}
.mainHeaderCart:after {
  width: 22px;
  content: "";
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
  fill: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLXYtNTc0OWIyYzk9IiIgd2lkdGg9IjIzIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjMgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgY2xhc3M9IiI+PHBhdGggZGF0YS12LTU3NDliMmM5PSIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC44MzIwMzEgMC40NDkyMTlDMC40MTc4MTggMC40NDkyMTkgMC4wODIwMzEyIDAuNzg1MDA1IDAuMDgyMDMxMiAxLjE5OTIyQzAuMDgyMDMxMiAxLjYxMzQzIDAuNDE3ODE4IDEuOTQ5MjIgMC44MzIwMzEgMS45NDkyMkgzLjY1MTRMNC4wMjg1NSA0LjUxMzI0QzQuMDMwMTQgNC41MjY3NiA0LjAzMjEgNC41NDAyNyA0LjAzNDQ0IDQuNTUzNzVMNS45MjgzOCAxNS40OTA2QzUuOTkwNjMgMTUuODUwMSA2LjMwMjU0IDE2LjExMjcgNi42NjczOCAxNi4xMTI3SDE5LjM1MjFDMTkuNzY2MyAxNi4xMTI3IDIwLjEwMjEgMTUuNzc2OSAyMC4xMDIxIDE1LjM2MjdDMjAuMTAyMSAxNC45NDg0IDE5Ljc2NjMgMTQuNjEyNyAxOS4zNTIxIDE0LjYxMjdINy4yOTg2Nkw2Ljk5NzcxIDEyLjg3NDdIMTkuOTUwNkMyMC4xNDU2IDEyLjg3NDcgMjAuMzIzMiAxMi44MDAzIDIwLjQ1NjYgMTIuNjc4NEMyMC40OTk1IDEyLjYzOTEgMjAuNTM4IDEyLjU5NDkgMjAuNTcxIDEyLjU0NjNDMjAuNjI3OCAxMi40NjI5IDIwLjY2ODIgMTIuMzY3NCAyMC42ODc2IDEyLjI2NDRMMjIuMjk2NSA0LjU3OTQ2QzIyLjM0MjcgNC4zNTgzOCAyMi4yODY5IDQuMTI4MjEgMjIuMTQ0NSAzLjk1MjlDMjIuMDAyMSAzLjc3NzU4IDIxLjc4ODMgMy42NzU3OCAyMS41NjI0IDMuNjc1NzhINS40MjE1MUw1LjA0MTE2IDEuMDkwMDdDNC45ODcwMSAwLjcyMTk3NyA0LjY3MTIgMC40NDkyMTkgNC4yOTkxNCAwLjQ0OTIxOUgwLjgzMjAzMVpNMTkuMzQxNCAxMS4zNzQ3SDYuNzM3OTVMNS42NjQ0OCA1LjE3NTc4SDIwLjYzOTFMMTkuMzQxNCAxMS4zNzQ3Wk04LjEyNjc3IDE5LjgxNDlDOC44NDQ1MyAxOS44MTQ5IDkuNDI2MzkgMTkuMjc2MSA5LjQyNjM5IDE4LjYxMTVDOS40MjYzOSAxNy45NDcgOC44NDQ1MyAxNy40MDgyIDguMTI2NzcgMTcuNDA4MkM3LjQwOTAxIDE3LjQwODIgNi44MjcxNSAxNy45NDcgNi44MjcxNSAxOC42MTE1QzYuODI3MTUgMTkuMjc2MSA3LjQwOTAxIDE5LjgxNDkgOC4xMjY3NyAxOS44MTQ5Wk0xOS4xNDYyIDE4LjYxMTVDMTkuMTQ2MiAxOS4yNzYxIDE4LjU2NDQgMTkuODE0OSAxNy44NDY2IDE5LjgxNDlDMTcuMTI4OCAxOS44MTQ5IDE2LjU0NjkgMTkuMjc2MSAxNi41NDY5IDE4LjYxMTVDMTYuNTQ2OSAxNy45NDcgMTcuMTI4OCAxNy40MDgyIDE3Ljg0NjYgMTcuNDA4MkMxOC41NjQ0IDE3LjQwODIgMTkuMTQ2MiAxNy45NDcgMTkuMTQ2MiAxOC42MTE1WiIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mainHeaderCart i {
  background: #fff;
  border-radius: 50%;
  color: #000;
  font-weight: 300;
  height: 16px;
  display: block;
  font-style: normal;
  font-size: 10px;
  line-height: 16px;
  width: 16px;
  position: absolute;
  z-index: 2;
  top: 50%;
  text-align: center;
  left: 50%;
  margin: -15px 0 0 5px;
}
@media all and (max-width: 767px) {
  .mainHeaderCart {
    width: 45px;
    height: 52px;
    margin-right: -10px;
  }
}
.fixedHeader .mainHeaderCart {
  height: 52px;
}
@media all and (max-width: 959px) {
  .fixedHeader .mainHeaderCart {
    width: 45px;
  }
}
@media all and (max-width: 767px) {
  .fixedHeader .mainHeaderCart {
    width: 45px;
    margin-right: -10px;
  }
}
.mainHeaderSearch {
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: calc(100% - 75px);
  right: 75px;
  height: 60px;
  background: #fff;
  padding: 10px 80px 10px 10px;
  border-right: solid 1px #f7f7f7;
  opacity: 0;
  transition: opacity 0.5s;
}
.mainHeaderSearch.active {
  opacity: 1;
  top: 0;
  display: block;
}
.mainHeaderSearchInput {
  display: block;
  width: 100%;
  border: solid 1px #eaeaea;
  line-height: 20px;
  color: #444;
  max-width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 9px 9px;
}
.mainHeaderSearchSubmit {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  background-color: transparent;
  right: 15px;
  cursor: pointer;
  display: block;
  border: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4PSIwcHgiIHk9IjBweCIKICAgICB2aWV3Qm94PSIwIDAgMjQgMjQiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgICAgICA8cGF0aAogICAgICAgICAgICAgICAgZD0iTTEwIDE3YTcgNyAwIDEgMCAwLTE0IDcgNyAwIDAgMCAwIDE0em02LTEuNzA4bDUuODU0IDUuODU0YS41LjUgMCAwIDEtLjcwOC43MDhsLTUuODU0LTUuODU1YTggOCAwIDEgMSAuNzA3LS43MDd6IgogICAgICAgICAgICAgICAgZmlsbD0iIzAwMCIgIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIxIiAvPgo8L3N2Zz4=);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.mainHeaderSearchBtn {
  width: 60px;
  height: 60px;
  float: right;
  position: relative;
  cursor: pointer;
}
.mainHeaderSearchBtn:after {
  width: 20px;
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  fill: #000;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4PSIwcHgiIHk9IjBweCIKICAgICB2aWV3Qm94PSIwIDAgMjQgMjQiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgICAgICA8cGF0aAogICAgICAgICAgICAgICAgZD0iTTEwIDE3YTcgNyAwIDEgMCAwLTE0IDcgNyAwIDAgMCAwIDE0em02LTEuNzA4bDUuODU0IDUuODU0YS41LjUgMCAwIDEtLjcwOC43MDhsLTUuODU0LTUuODU1YTggOCAwIDEgMSAuNzA3LS43MDd6IgogICAgICAgICAgICAgICAgZmlsbD0iI2ZmZiIgIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIiAvPgo8L3N2Zz4=);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.mainHeaderSearchBtn:hover:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4PSIwcHgiIHk9IjBweCIKICAgICB2aWV3Qm94PSIwIDAgMjQgMjQiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgICAgICA8cGF0aAogICAgICAgICAgICAgICAgZD0iTTEwIDE3YTcgNyAwIDEgMCAwLTE0IDcgNyAwIDAgMCAwIDE0em02LTEuNzA4bDUuODU0IDUuODU0YS41LjUgMCAwIDEtLjcwOC43MDhsLTUuODU0LTUuODU1YTggOCAwIDEgMSAuNzA3LS43MDd6IgogICAgICAgICAgICAgICAgZmlsbD0iI2ZmZiIgIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIiAvPgo8L3N2Zz4=);
}
.mainHeaderSearchBtn.active:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQogICAgPGc+DQogICAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy40MTQgMTJMMjMuNzA3IDEuNzA3QTEgMSAwIDEwMjIuMjkzLjI5M0wxMiAxMC41ODYgMS43MDcuMjkzQS45OTkuOTk5IDAgMTAuMjkzIDEuNzA3TDEwLjU4NiAxMiAuMjkzIDIyLjI5M2EuOTk5Ljk5OSAwIDEwMS40MTQgMS40MTRMMTIgMTMuNDE0bDEwLjI5MyAxMC4yOTNhLjk5Ny45OTcgMCAwMDEuNDE0IDAgMSAxIDAgMDAwLTEuNDE0TDEzLjQxNCAxMnoiPjwvcGF0aD4NCiAgICA8L2c+DQo8L3N2Zz4=);
}
.mainHeaderSearchBtn.active:hover:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQogICAgPGc+DQogICAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy40MTQgMTJMMjMuNzA3IDEuNzA3QTEgMSAwIDEwMjIuMjkzLjI5M0wxMiAxMC41ODYgMS43MDcuMjkzQS45OTkuOTk5IDAgMTAuMjkzIDEuNzA3TDEwLjU4NiAxMiAuMjkzIDIyLjI5M2EuOTk5Ljk5OSAwIDEwMS40MTQgMS40MTRMMTIgMTMuNDE0bDEwLjI5MyAxMC4yOTNhLjk5Ny45OTcgMCAwMDEuNDE0IDAgMSAxIDAgMDAwLTEuNDE0TDEzLjQxNCAxMnoiPjwvcGF0aD4NCiAgICA8L2c+DQo8L3N2Zz4=);
}
@media all and (max-width: 767px) {
  .mainHeaderSearchBtn {
    width: 30px;
    height: 52px;
  }
}
.fixedHeader .mainHeaderSearchBtn {
  height: 52px;
}
@media all and (max-width: 959px) {
  .fixedHeader .mainHeaderSearchBtn {
    width: 45px;
  }
}
@media all and (max-width: 767px) {
  .fixedHeader .mainHeaderSearchBtn {
    width: 30px;
  }
}
.fixedHeader .mainHeaderSearch {
  height: 52px;
  padding: 6px 80px 6px 6px;
}
.fixedHeader .mainHeaderSearchSubmit {
  height: 52px;
}
@media all and (max-width: 959px) {
  .fixedHeader .mainHeaderSearch {
    width: calc(100% - 45px);
  }
}
@media all and (max-width: 959px) {
  .fixedHeader .mainHeaderSearch {
    height: 52px;
    width: calc(100% - 45px);
    padding: 6px 80px 6px 6px;
  }
  .fixedHeader .mainHeaderSearchSubmit {
    height: 52px;
  }
}
@media all and (max-width: 767px) {
  .mainHeaderSearch, .fixedHeader .mainHeaderSearch {
    height: 52px;
    width: calc(100% - 45px);
    padding: 6px 40px 6px 6px;
  }
  .mainHeaderSearchSubmit, .fixedHeader .mainHeaderSearchSubmit {
    height: 52px;
    width: 39px;
    right: 0;
  }
}

@media all and (min-width: 768px) {
  .mainNav {
    float: left;
  }
  .mainNavClose {
    display: none;
  }
  .mainNavEl {
    float: left;
  }
  .mainNavElSub {
    display: none;
    border-radius: 10px;
  }
  .mainNavElSubArticleControls {
    margin: 10px 0 0 0;
  }
  .mainNavElSubArticlePrev, .mainNavElSubArticleNext {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: solid 1px #dcdcdc;
  }
  .mainNavElSubArticlePrev:after, .mainNavElSubArticleNext:after {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform-origin: center;
    border: solid 1px #dcdcdc;
    margin: -3px 0 0 -3px;
    content: "";
  }
  .mainNavElSubArticlePrev.disabled, .mainNavElSubArticleNext.disabled {
    opacity: 0.5;
  }
  .mainNavElSubArticlePrev:not(.disabled):hover, .mainNavElSubArticleNext:not(.disabled):hover {
    background-color: #266fef;
    border-color: #266fef;
    opacity: 1;
    cursor: pointer;
  }
  .mainNavElSubArticlePrev:not(.disabled):hover:after, .mainNavElSubArticleNext:not(.disabled):hover:after {
    border-color: #fff;
  }
  .mainNavElSubArticlePrev:after {
    border-width: 0 1px 1px 0;
    transform: rotate(135deg);
    margin: -3px 0 0 -2px;
  }
  .mainNavElSubArticleNext:after {
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
  }
  .mainNavEl .subArticleEl {
    width: 20%;
    float: left;
    padding: 0 10px;
  }
  .mainNavEl .subArticleElImg {
    padding: 66% 0 0 0;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  .mainNavEl .subArticleElImg img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
  }
  .mainNavEl .subArticleElTag {
    padding: 7px 0 0;
  }
  .mainNavEl .subArticleElTag a {
    padding: 6px 0;
    color: #666666;
    font-size: 11px;
    line-height: 1;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    text-decoration: none;
  }
  .mainNavEl .subArticleElTag a:hover {
    color: #000;
    text-decoration: none;
  }
  .mainNavEl .subArticleElName {
    margin: 1px 0 4px 0;
  }
  .mainNavEl .subArticleElName a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #051d2d;
    text-decoration: none;
  }
  .mainNavEl .subArticleElName a:hover {
    color: #266fef;
    text-decoration: none;
  }
  .mainNavEl .subArticleElAuth {
    color: #666666;
    font-size: 11px;
    line-height: 1;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    text-decoration: none;
  }
  .mainNavEl .subArticleElAuth:hover {
    color: #000;
    text-decoration: none;
  }
  .mainNavEl .subArticleElDate {
    color: #aaa;
    font-size: 11px;
    line-height: 1;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    text-decoration: none;
  }
  .mainNavElTitle {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 20px 14px;
    position: relative;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .mainNavElTitle {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fixedHeader .mainNavElTitle {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media all and (min-width: 768px) {
  .mainNavElTitle:after {
    width: 6px;
    height: 6px;
    border: solid 2px #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    content: "";
    right: 14px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -3px;
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .mainNavElTitle:after {
    right: 10px;
  }
  .fixedHeader .mainNavElTitle:after {
    right: 5px;
  }
}
@media all and (min-width: 768px) {
  .mainNavElTitle:hover {
    color: #266fef;
    text-decoration: none;
  }
  .mainNavElTitle:hover:after {
    border-color: #266fef;
  }
}
@media all and (min-width: 768px) {
  .fixedHeader .mainNavElTitle {
    padding: 14px 10px;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  .mainNavEl.subList {
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .mainNavEl.subList .mainNavElSub {
    display: block;
    padding: 18px 0;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.14);
    position: absolute;
    top: -999px;
    left: 0;
    background-color: #fff;
    z-index: 99;
  }
  .mainNavEl.subList .mainNavElSubList {
    min-width: 100%;
  }
  .mainNavEl.subList .mainNavElSubList a {
    padding: 4px 20px;
    display: block;
  }
  .mainNavEl.subList .mainNavElSubElTitle {
    display: block;
    padding: 4px 28px;
    color: #919191;
    font-size: 13px;
    text-decoration: none;
  }
  .mainNavEl.subList .mainNavElSubElTitle:hover {
    color: #266fef;
    background: rgba(2, 75, 107, 0.05);
  }
}
@media all and (min-width: 768px) {
  .mainNavEl.subList:hover .mainNavElSub {
    top: 100%;
  }
}
@media all and (min-width: 768px) {
  .mainNavEl.subArticle .mainNavElSub {
    display: block;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    z-index: 99;
    height: auto;
    border: 1px solid #eaeaea;
    overflow: hidden;
    padding: 0 30px;
    max-height: 0;
    position: absolute;
    width: 100%;
    left: 50%;
    top: -999px;
    transform: translateX(-50%);
    max-width: 1402px;
  }
  .mainNavEl.subArticle .mainNavElSubNavEl {
    text-align: right;
  }
  .mainNavEl.subArticle .mainNavElSubNavEl a {
    padding: 2px 22px;
    color: #000000;
    display: block;
    background: rgba(0, 0, 0, 0);
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
  }
  .mainNavEl.subArticle .mainNavElSubNavEl a:hover {
    color: #266fef;
    text-decoration: none;
  }
  .mainNavEl.subArticle .mainNavElSubArticle {
    display: flex;
    align-items: stretch;
  }
  .mainNavEl.subArticle .mainNavElSubArticleContent {
    width: calc(100% - 200px);
    padding: 0 0 0 30px;
  }
  .mainNavEl.subArticle .mainNavElSubArticleContent.wide {
    width: 100%;
    padding: 0;
  }
  .mainNavEl.subArticle .mainNavElSubArticleSidebar {
    width: 200px;
    position: relative;
  }
  .mainNavEl.subArticle .mainNavElSubArticleSidebar:after {
    background: rgba(10, 0, 0, 0.05);
    position: absolute;
    top: -30px;
    right: 0;
    width: 1px;
    bottom: -30px;
    display: block;
    content: "";
  }
  .mainNavEl.subArticle .mainNavElSubArticleSidebar + .mainNavElSubArticleContent .subArticleEl {
    width: 25%;
  }
  .mainNavEl.subArticle .mainNavElSubArticleList {
    margin: 0 -10px;
    overflow: hidden;
  }
}
@media all and (min-width: 768px) {
  .mainNavEl.subArticle:hover .mainNavElSub {
    top: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: none;
  }
  .fixedHeader .mainNavEl.subArticle:hover .mainNavElSub {
    top: 48px;
  }
}
@media all and (min-width: 768px) {
  .mainNavEl.subList .mainNavElTitle, .mainNavEl.subArticle .mainNavElTitle {
    padding-right: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 959px) {
  .mainNavEl.subList .mainNavElTitle, .mainNavEl.subArticle .mainNavElTitle {
    padding-right: 20px;
  }
  .fixedHeader .mainNavEl.subList .mainNavElTitle, .fixedHeader .mainNavEl.subArticle .mainNavElTitle {
    padding-right: 15px;
  }
}
@media all and (min-width: 768px) {
  .mainNavEl.subList .mainNavElTitle:after, .mainNavEl.subArticle .mainNavElTitle:after {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .mainNavSocial {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .mainNavAcc {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .mainNav {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    z-index: 40;
    transition: left 0.5s;
    padding: 20px;
    color: #fff;
    overflow: auto;
    background: #007cba url("img/navBg.png") center top no-repeat;
    background-size: cover;
  }
  .mainNav:after {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    content: "";
    z-index: 41;
    transition: left 0.5s;
  }
  .mainNav > * {
    position: relative;
    z-index: 45;
  }
  .mainNav a {
    color: #fff;
    text-decoration: none;
  }
  .mainNav a:hover {
    color: #fff;
    text-decoration: none;
  }
  .mainNavElTitle, .mainNavElSubEl a {
    display: block;
    line-height: 21px;
    font-size: 21px;
    color: #fff;
    margin-left: 0;
    padding: 12px 30px 12px 12px;
    font-weight: 700;
  }
  .mainNavEl.subArticle .mainNavElSub {
    display: none;
  }
  .mainNavEl.subList .mainNavElTitle {
    display: none;
  }
  .mainNavEl.subList .mainNavElSub {
    display: block;
  }
  .mainNavSocial {
    display: block;
  }
  .mainNavAcc {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .mainNavAcc a {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
  }
  .mainNavList {
    margin: 20px 0 0 0;
  }
  .mainNavClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQogICAgPGc+DQogICAgICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy40MTQgMTJMMjMuNzA3IDEuNzA3QTEgMSAwIDEwMjIuMjkzLjI5M0wxMiAxMC41ODYgMS43MDcuMjkzQS45OTkuOTk5IDAgMTAuMjkzIDEuNzA3TDEwLjU4NiAxMiAuMjkzIDIyLjI5M2EuOTk5Ljk5OSAwIDEwMS40MTQgMS40MTRMMTIgMTMuNDE0bDEwLjI5MyAxMC4yOTNhLjk5Ny45OTcgMCAwMDEuNDE0IDAgMSAxIDAgMDAwLTEuNDE0TDEzLjQxNCAxMnoiPjwvcGF0aD4NCiAgICA8L2c+DQo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    z-index: 50;
    cursor: pointer;
  }
  .showNav .mainNav, .showNav .mainNav:after {
    left: 0;
  }
}

.mainFooter {
  background: #1b1a27;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
}
.mainFooterInner {
  padding: 45px 15px;
  position: relative;
  z-index: 2;
}
.mainFooterLogo {
  display: block;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 40px;
  background-image: url("img/pianocenter_wh.svg");
}
.konsa .mainFooterLogo {
  background-image: url("img/konsa_wh.svg");
}
.mainFooterContent {
  margin: 0 -15px;
  overflow: hidden;
}
.mainFooterCopyright {
  margin: 10px 0;
}
.mainFooterCol {
  width: 25%;
  padding: 15px 15px;
  display: inline-block;
  vertical-align: top;
}
.mainFooterColTitle {
  color: #febe2b;
  font-size: 24px;
  font-weight: 900;
  line-height: 28px;
  margin: 0 0 16px 0;
}
.mainFooterCol ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.mainFooterCol ul li {
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mainFooterCol ul li a {
  color: #fff;
  text-decoration: none;
}
.mainFooterCol ul li a:hover {
  color: #febe2b;
  text-decoration: none;
}
.mainFooterNav {
  text-align: left;
  width: 16.6666%;
  margin-left: 16.6666%;
}
.mainFooterNav + .mainFooterNav {
  margin-left: 0;
}
.mainFooterNewsEl {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 25% 0 0;
  position: relative;
}
.mainFooterNewsEl:hover {
  color: #fff;
  text-decoration: none;
}
.mainFooterNewsEl:hover .mainFooterNewsElTitle {
  color: #febe2b;
}
.mainFooterNewsEl + .mainFooterNewsEl {
  margin-top: 30px;
}
.mainFooterNewsElTitle {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 500;
  transition: all 0.3s;
}
.mainFooterNewsElDate {
  margin: 6px 0 0 0;
  font-size: 13px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}
.mainFooterNewsElImg {
  position: absolute;
  width: 20%;
  top: 0;
  right: 0;
}
.mainFooterNewsElImg img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1023px) {
  .mainFooter {
    padding-left: 0px;
    padding-right: 0px;
  }
  .mainFooterContent {
    margin: 0 -10px;
  }
  .mainFooterCol {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mainFooterCol:last-child {
    width: 30%;
  }
  .mainFooterNav {
    width: 20%;
    margin-left: 0;
  }
  .mainFooterNav + .mainFooterNav {
    margin-left: 0;
  }
}
@media all and (max-width: 959px) {
  .mainFooterCol {
    display: block;
    width: 100%;
  }
  .mainFooterCol:last-child {
    display: inline-block;
    width: 40%;
  }
  .mainFooterNav {
    display: inline-block;
    width: 30%;
  }
}
@media all and (max-width: 680px) {
  .mainFooterCol {
    display: block;
    width: 100%;
  }
  .mainFooterCol:last-child {
    display: block;
    width: 100%;
  }
  .mainFooterNav {
    display: inline-block;
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  .mainFooterCol {
    display: block;
    width: 100%;
  }
  .mainFooterCol:last-child {
    display: block;
    width: 100%;
  }
  .mainFooterNav {
    display: block;
    width: 100%;
  }
}

.pageHeader {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 20px auto;
  display: flex;
}
@media all and (min-width: 1000px) {
  .pageHeader {
    max-width: 1500px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (min-width: 1140px) {
  .pageHeader {
    max-width: 1540px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.pageHeader[data-column] {
  flex-direction: column;
  padding: 0 15px 20px 15px;
}
@media (max-width: 1023px) {
  .pageHeader[data-column] {
    padding: 0 10px 15px 10px;
  }
}
@media all and (max-width: 1023px) {
  .pageHeader {
    padding-left: 10px;
    display: block;
    padding-right: 10px;
  }
}
.pageHeaderInner {
  width: calc(100% - 341px);
  padding-right: 20px;
}
@media all and (max-width: 1023px) {
  .pageHeaderInner {
    width: 100%;
  }
}
.pageHeaderCourse {
  width: 33.3334%;
  width: 341px;
}
@media all and (max-width: 1023px) {
  .pageHeaderCourse {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
  }
  .pageHeaderCourse .mainPrice {
    width: 400px;
    padding: 0 20px 0 0;
  }
  .pageHeaderCourse .mainBuy {
    display: block;
    width: 50%;
    margin: 0 20px 0 0;
  }
  .pageHeaderCourse .mainGift {
    width: 50%;
    margin: 0;
  }
}
@media all and (max-width: 480px) {
  .pageHeaderCourse {
    display: block;
  }
  .pageHeaderCourse .mainPrice {
    width: 100%;
    padding: 0;
  }
  .pageHeaderCourse .mainBuy {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .pageHeaderCourse .mainGift {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.course {
  background-color: #1b1a27;
  color: #fff;
  padding: 50px 0 50px 0;
  width: 100%;
  margin: 25px 0 40px 0;
}
.functionalBox + .course, .wrapContent + .course {
  margin: 20px 0 0px 0;
}
@media all and (max-width: 1019px) {
  .course {
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    margin-top: 0;
    padding-top: 0px;
  }
}
@media all and (max-width: 767px) {
  .course {
    margin-bottom: 20px;
  }
}
.course .pageHeader {
  color: #fff;
}
.courseContent {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media all and (max-width: 1023px) {
  .courseContent {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (min-width: 1000px) {
  .courseContent {
    max-width: 1500px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (min-width: 1140px) {
  .courseContent {
    max-width: 1540px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.courseSlider {
  max-width: 1440px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 20px auto 20px auto;
  position: relative;
  overflow: auto;
}
@media all and (min-width: 1000px) {
  .courseSlider {
    max-width: 1500px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (min-width: 1140px) {
  .courseSlider {
    max-width: 1540px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.courseSlider .slick-arrow {
  width: 15px;
  height: 15px;
  border: solid 2px #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  content: "";
  font-size: 0;
  line-height: 0;
  background: none;
  top: 50%;
  transform: rotate(135deg);
  transform-origin: center;
  margin-top: -3px;
  position: absolute;
  left: 15px;
}
.courseSlider .slick-arrow.slick-next {
  left: auto;
  right: 15px;
  transform: rotate(-45deg);
}
.courseSlider .slick-dots {
  display: none !important;
}
.courseSliderList {
  padding: 0 30px;
}
.courseSlider .slick-track {
  display: flex;
  align-items: stretch;
}
.courseSliderEl {
  width: 200px;
  overflow: hidden;
  outline: none;
  display: block;
  float: none !important;
  height: auto !important;
  margin: 0 10px;
  position: relative;
  justify-content: center;
}
.courseSliderElImg {
  padding: 56.25% 0 0 0;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.courseSliderElImg img {
  max-width: 100%;
  display: block;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.courseSliderElTitle {
  text-align: center;
  margin: 5px 0 0 0;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.courseHeader {
  margin: 0 0 18px 0;
}
.courseHeaderTitle {
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 8px 0;
  line-height: 32px;
}
.courseHeaderInfo {
  color: #dcdee1;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.courseBox {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
@media all and (max-width: 1019px) {
  .courseBox {
    display: block;
    border-radius: 10px 10px 0 0;
  }
}
.courseBoxContent {
  width: calc(100% - 341px);
  height: 550px;
  position: relative;
}
@media all and (max-width: 1019px) {
  .courseBoxContent {
    height: 450px;
    width: 100%;
  }
}
@media all and (max-width: 959px) {
  .courseBoxContent {
    height: 56.25vw;
    width: 100%;
  }
}
.courseBoxSidebar {
  width: 341px;
  height: 550px;
  position: relative;
}
@media all and (max-width: 1019px) {
  .courseBoxSidebar {
    height: auto;
    width: 100%;
    display: block;
  }
}
.courseBoxSidebarActive {
  background-color: #266fef;
  height: 86px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 123px;
}
.courseBoxSidebarActiveTitle {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.courseBoxSidebarActive:before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: calc(50% - 20px);
  left: 107px;
}
.courseBoxSidebarActiveControl {
  position: absolute;
  width: 85px;
  height: 65px;
  top: calc(50% - 32px);
  left: 15px;
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4PSIwcHgiIHk9IjBweCIKICAgICB2aWV3Qm94PSIwIDAgMjQgMjQiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxwYXRoCiAgICAgICAgICAgIGQ9Ik02LjkzMSA0LjAwMWMtMS4wNjYuMDAzLTEuOTMuODktMS45MzEgMS45ODZ2MTIuMDI3YzAgLjcxLjM2OCAxLjM2NS45NjYgMS43MmExLjg4NiAxLjg4NiAwIDAgMCAxLjkzMy0uMDAxbDEwLjEzNS02LjAxM2MuNTk4LS4zNTUuOTY2LTEuMDEuOTY2LTEuNzJzLS4zNjgtMS4zNjUtLjk2Ni0xLjcyTDcuODk5IDQuMjY3QTEuODk0IDEuODk0IDAgMCAwIDYuOTM0IDRsLS4wMDMuMDAxeiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4=);
  background-size: 55px 55px;
  background-position: center;
  background-repeat: no-repeat;
}
.courseBoxSidebarActiveTime {
  position: absolute;
  bottom: 0;
  right: 6px;
  font-size: 10px;
  font-style: italic;
  color: #ffffff;
  line-height: 17px;
}
.courseBoxSidebarActive:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAGBAMAAADwPukCAAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlM9KRgMBADiSB2HAAAAFElEQVR4XmNgYBBgUGAwYHBgCAAAA3wA8fpXm6EAAAAASUVORK5CYII=) repeat-x;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  content: "";
  left: 0;
  right: 0;
}
.courseBoxSidebarTitle {
  font-size: 15px;
  line-height: 20px;
  color: #dcdee1;
  padding: 10px 0 9px 61px;
  position: absolute;
  top: 0;
  left: 0;
}
.courseBoxList {
  padding: 0;
  position: absolute;
  top: 86px;
  right: 0;
  background-color: #222;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  color: #fff;
}
@media all and (max-width: 1019px) {
  .courseBoxList {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    overflow: visible;
    display: block;
  }
}
.courseBoxEl {
  cursor: pointer;
  min-height: 120px;
  color: #dcdee1;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding: 10px 10px 10px 170px;
}
.courseBoxEl.locked, .courseBoxEl.unlocked {
  padding-right: 30px;
}
.courseBoxEl.locked:after, .courseBoxEl.unlocked:after {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 5px;
  top: 50%;
  content: "";
  margin: -10px 0 0 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0zNiAyMXYtNmMwLTYuMS00LjktMTEtMTEtMTFTMTQgOC45IDE0IDE1djYiLz48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDUwdjUwSDB6Ii8+PHBhdGggZD0iTTQxIDIwSDljLTEuNyAwLTMgMS4zLTMgM3YyNGMwIDEuNyAxLjMgMyAzIDNoMzJjMS43IDAgMy0xLjMgMy0zVjIzYzAtMS43LTEuMy0zLTMtM3pNMjcgMzUuMlYzOGMwIDEuMS0uOSAyLTIgMnMtMi0uOS0yLTJ2LTIuOGMtLjYtLjUtMS0xLjMtMS0yLjIgMC0xLjcgMS4zLTMgMy0zczMgMS4zIDMgM2MwIC45LS40IDEuNy0xIDIuMnoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.courseBoxEl.unlocked:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMjhiMzUxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICB2aWV3Qm94PSIwIDAgNTAgNTAiIHdpZHRoPSI1MHB4IiBoZWlnaHQ9IjUwcHgiPjxwYXRoIGQ9Ik0gMjIuNzgxMjUgMCBDIDIxLjYwNTQ2OSAtMC4wMDM5MDYyNSAyMC40MDYyNSAwLjE2NDA2MyAxOS4yMTg3NSAwLjUzMTI1IEMgMTIuOTAyMzQ0IDIuNDkyMTg4IDkuMjg5MDYzIDkuMjY5NTMxIDExLjI1IDE1LjU5Mzc1IEwgMTEuMjUgMTUuNjU2MjUgQyAxMS41MDc4MTMgMTYuMzY3MTg4IDEyLjE5OTIxOSAxOC42MTcxODggMTIuNjI1IDIwIEwgOSAyMCBDIDcuMzAwNzgxIDIwIDYgMjEuMzAwNzgxIDYgMjMgTCA2IDQ3IEMgNiA0OC42OTkyMTkgNy4zMDA3ODEgNTAgOSA1MCBMIDQxIDUwIEMgNDIuNjk5MjE5IDUwIDQ0IDQ4LjY5OTIxOSA0NCA0NyBMIDQ0IDIzIEMgNDQgMjEuMzAwNzgxIDQyLjY5OTIxOSAyMCA0MSAyMCBMIDE0Ljc1IDIwIEMgMTQuNDQxNDA2IDE5LjAwNzgxMyAxMy41MTE3MTkgMTYuMDc0MjE5IDEzLjEyNSAxNSBMIDEzLjE1NjI1IDE1IEMgMTEuNTE5NTMxIDkuNzIyNjU2IDE0LjUgNC4xMDkzNzUgMTkuNzgxMjUgMi40Njg3NSBDIDI1LjA1MDc4MSAwLjgzMjAzMSAzMC42OTUzMTMgMy43OTY4NzUgMzIuMzQzNzUgOS4wNjI1IEMgMzIuMzQzNzUgOS4wNjY0MDYgMzIuMzQzNzUgOS4wODk4NDQgMzIuMzQzNzUgOS4wOTM3NSBDIDMyLjU3MDMxMyA5Ljg4NjcxOSAzMy42NTYyNSAxMy40MDYyNSAzMy42NTYyNSAxMy40MDYyNSBDIDMzLjc0NjA5NCAxMy43NjU2MjUgMzQuMDI3MzQ0IDE0LjA1MDc4MSAzNC4zODY3MTkgMTQuMTM2NzE5IEMgMzQuNzUgMTQuMjI2NTYzIDM1LjEyODkwNiAxNC4xMDkzNzUgMzUuMzc1IDEzLjgzMjAzMSBDIDM1LjYyMTA5NCAxMy41NTA3ODEgMzUuNjk1MzEzIDEzLjE2MDE1NiAzNS41NjI1IDEyLjgxMjUgQyAzNS41NjI1IDEyLjgxMjUgMzQuNDMzNTk0IDkuMTcxODc1IDM0LjI1IDguNTMxMjUgTCAzNC4yNSA4LjUgQyAzMi43ODEyNSAzLjc2MTcxOSAyOC42MDE1NjMgMC41NDI5NjkgMjMuOTM3NSAwLjA2MjUgQyAyMy41NTA3ODEgMC4wMjM0Mzc1IDIzLjE3MTg3NSAwIDIyLjc4MTI1IDAgWiBNIDI1IDMwIEMgMjYuNjk5MjE5IDMwIDI4IDMxLjMwMDc4MSAyOCAzMyBDIDI4IDMzLjg5ODQzOCAyNy42MDE1NjMgMzQuNjg3NSAyNyAzNS4xODc1IEwgMjcgMzggQyAyNyAzOS4xMDE1NjMgMjYuMTAxNTYzIDQwIDI1IDQwIEMgMjMuODk4NDM4IDQwIDIzIDM5LjEwMTU2MyAyMyAzOCBMIDIzIDM1LjE4NzUgQyAyMi4zOTg0MzggMzQuNjg3NSAyMiAzMy44OTg0MzggMjIgMzMgQyAyMiAzMS4zMDA3ODEgMjMuMzAwNzgxIDMwIDI1IDMwIFoiLz48L3N2Zz4=);
}
.courseBoxElControl {
  width: 32px;
  padding: 0 8px 0 0;
  height: 24px;
}
.courseBoxElImg {
  top: 10px;
  left: 10px;
  width: 150px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  position: absolute;
}
.courseBoxElImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.courseBoxElTitle {
  overflow: hidden;
  font-size: 18px;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 15px;
  display: block;
}
.courseBoxElDuration {
  font-size: 14px;
  font-style: normal;
  color: #777777;
  display: block;
  line-height: 13px;
  margin: 5px 0 0 0;
}
.courseBoxEl .ss-svg-icon use,
.courseBoxEl .ss-svg-icon path {
  fill: #dcdee1;
  color: #dcdee1;
}
.courseBoxEl:hover {
  background-color: #333333;
}
.courseBoxEl.active {
  background-color: #404040;
  border-color: transparent !important;
  color: #fff;
}
.courseBoxEl.active:before {
  position: absolute;
  background: #266fef;
  width: 3px;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
}
.courseBoxEl.active:hover {
  background-color: #404040;
  cursor: default;
}
.courseBoxEl.active .ss-svg-icon use,
.courseBoxEl.active .ss-svg-icon path {
  fill: #fff;
  color: #fff;
}
.courseBoxEl:hover .ss-svg-icon use,
.courseBoxEl:hover .ss-svg-icon path {
  fill: #fff;
  color: #fff;
}
.courseBoxQuestions {
  background-color: #000;
  height: 100%;
  padding: 10px 50px;
  width: 100%;
  position: absolute;
}
.courseBoxQuestionsSubmit {
  display: none;
}
.courseBoxQuestions.ready .courseBoxQuestionsElSkip {
  display: none;
}
.courseBoxQuestions.ready .courseBoxQuestionsSubmit {
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  color: #000;
  text-align: center;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  margin: 15px 0 0 0;
}
.courseBoxQuestionsPrev {
  width: 15px;
  height: 15px;
  border: solid 2px #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  content: "";
  font-size: 0;
  line-height: 0;
  background: none;
  top: 50%;
  transform: rotate(135deg);
  transform-origin: center;
  margin-top: -3px;
  left: 15px;
  cursor: pointer;
}
.courseBoxQuestionsPrev:before {
  position: absolute;
  cursor: pointer;
  content: "";
  top: -20px;
  left: -15px;
  right: -15px;
  bottom: -15px;
}
.courseBoxQuestionsNext {
  width: 15px;
  height: 15px;
  border: solid 2px #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  content: "";
  font-size: 0;
  line-height: 0;
  background: none;
  top: 50%;
  transform-origin: center;
  margin-top: -3px;
  left: auto;
  right: 15px;
  transform: rotate(-45deg);
  cursor: pointer;
}
.courseBoxQuestionsNext:before {
  position: absolute;
  cursor: pointer;
  content: "";
  top: -20px;
  left: -15px;
  right: -15px;
  bottom: -15px;
}
.courseBoxQuestionsBottom {
  display: none;
}
.courseBoxQuestionsPosition {
  position: absolute;
  left: 0px;
  bottom: 10px;
  right: 0px;
  display: flex;
}
.courseBoxQuestionsPosition i {
  height: 4px;
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
}
.courseBoxQuestionsPosition i span {
  position: absolute;
  width: 100px;
  text-align: center;
  color: #fff;
  bottom: 20px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  left: 50%;
  font-style: normal;
  margin: 0 0 0 -50px;
  display: none;
}
.courseBoxQuestionsPosition i.ok {
  background: #6b66da;
}
.courseBoxQuestionsPosition i.current {
  background: #266fef;
}
.courseBoxQuestionsPosition i.current span {
  display: block;
}
.courseBoxQuestionsPosition i.ok.current {
  border-top: solid 2px #6b66da;
}
.courseBoxQuestionsList {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 55px;
  overflow: auto;
}
.courseBoxQuestionsEl {
  display: none;
  text-align: left;
}
.courseBoxQuestionsEl.active {
  width: 100%;
  align-items: start;
  display: flex;
}
.courseBoxQuestionsElList {
  width: 50%;
}
.courseBoxQuestionsElCh, .courseBoxQuestionsElRd {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 10px 0;
}
.courseBoxQuestionsElCh input, .courseBoxQuestionsElRd input {
  position: absolute;
  width: 22px;
  height: 22px;
  opacity: 0;
  z-index: 1;
}
.courseBoxQuestionsElCh label, .courseBoxQuestionsElRd label {
  display: block;
  position: relative;
  color: #fff;
  line-height: 20px;
  min-height: 22px;
  vertical-align: top;
  padding: 5px 5px 5px 40px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
  cursor: pointer;
}
.courseBoxQuestionsElCh label:before, .courseBoxQuestionsElRd label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.courseBoxQuestionsElCh input:checked + label:after, .courseBoxQuestionsElRd input:checked + label:after {
  left: 13px;
  top: 8px;
  width: 7px;
  height: 12px;
  display: block;
  border: solid #6c6c6c;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  content: "";
}
.courseBoxQuestionsElInfo {
  width: 50%;
  padding: 0 20px 0 0;
}
.courseBoxQuestionsElTitle {
  font-size: 20px;
  line-height: 24px;
}
.courseBoxQuestionsElSkip {
  display: inline-block;
  margin: 20px 0 0 0;
}
.courseBoxQuestionsInner {
  display: block;
  height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  .courseBoxQuestions {
    padding: 10px 40px;
    justify-content: normal;
    align-items: normal;
    overflow: auto;
  }
  .courseBoxQuestionsPrev {
    left: 10px;
  }
  .courseBoxQuestionsPrev:before {
    left: -10px;
    right: -10px;
  }
  .courseBoxQuestionsNext {
    right: 10px;
  }
  .courseBoxQuestionsNext:before {
    left: -10px;
    right: -10px;
  }
  .courseBoxQuestionsList {
    display: block;
    width: 100%;
    text-align: left;
  }
  .courseBoxQuestionsEl {
    flex-direction: column;
  }
  .courseBoxQuestionsElInfo {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .courseBoxQuestionsElList {
    width: 100%;
  }
}
.courseBoxVideo {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: relative;
}
.courseBoxVideoModule {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.courseBoxVideoModule video, .courseBoxVideoModule iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
.courseBoxClosed {
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.85);
  overflow: hidden;
}
.courseBoxClosedInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
}
.courseBoxClosedTitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.courseBoxClosedText {
  width: 300px;
  margin: 8px auto 0px;
  color: #dcdee1;
  padding-top: 7px;
}
.courseBoxClosedBtn {
  margin-top: 20px;
  padding: 12px 24px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  color: #000;
  border: none;
  font-weight: 600;
  border-radius: 4px;
  background-color: #fcb800;
  transition: all 0.4s ease;
  cursor: pointer;
}
.courseBoxViews {
  margin: 12px 0 0 0;
  font-size: 13px;
  display: block;
  width: 100%;
  color: #dcdee1;
}
.courseBoxViewsCounter {
  color: #00ff84;
}
.courseInfoHeader {
  background-color: #f4f4f4;
  border-bottom: 1px solid #dcdee1;
}
.courseInfoHeaderInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courseInfoTabs {
  padding-top: 24px;
  display: block;
  overflow: hidden;
}
.courseInfoTabs a {
  font-weight: 700;
  z-index: 2;
  line-height: 20px;
  border-bottom: 4px solid transparent;
  color: #002333;
  text-decoration: none;
  display: block;
  float: left;
  padding-bottom: 21px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 8px;
}
.courseInfoTabs a.active {
  color: #3722d3 !important;
  border-bottom-color: #3722d3 !important;
}
.courseInfoOptions {
  display: block;
}
.courseInfoOptionsBtn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  font-size: 15px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgb(0, 35, 51);
  color: rgb(0, 35, 51);
  text-decoration: none;
  padding: 5px 20px;
  font-weight: 700;
  border-radius: 2px;
  line-height: 16px;
}
.courseInfoOptionsBtn + .courseInfoOptionsBtn {
  margin-left: 20px;
}
.courseInfoOptionsBtn svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin-right: 3px;
}
.courseInfoOptionsBtn svg, .courseInfoOptionsBtn path {
  fill: rgb(0, 35, 51);
  stroke: rgb(0, 35, 51);
}
.courseInfoOptionsBtn:hover, .courseInfoOptionsBtn.active {
  color: #fff;
  background-color: rgb(0, 35, 51);
}
.courseInfoOptionsBtn:hover svg, .courseInfoOptionsBtn:hover path, .courseInfoOptionsBtn.active svg, .courseInfoOptionsBtn.active path {
  fill: #fff;
  stroke: #fff;
}
.courseInfoContent {
  max-width: 1000px;
}
.courseAbout {
  display: flex;
  align-items: stretch;
  padding: 20px 0 0 0;
}
.courseAboutContent {
  width: calc(100% - 314px);
}
.courseAboutContent h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 18px 0;
  line-height: 28px;
}
.courseAboutContent p {
  margin: 0 0 15px 0;
}
.courseAboutSidebar {
  width: 314px;
  padding: 0 0 0 24px;
}
.courseDetails {
  display: flex;
  text-align: center;
  flex-direction: row;
  margin: 0 0 28px 0;
  justify-content: space-around;
}
.courseDetailsAuthor {
  padding: 30px 0;
  border-top: 1px solid #dcdee1;
}
.courseDetailsLevelIcon {
  height: 32px;
  line-height: 32px;
}
.courseDetailsLevelIcon i {
  background-color: #ffe03d;
  height: 12px;
  width: 5px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 2px;
  border-radius: 2px;
}
.courseDetailsLevelIcon i + i {
  height: 19px;
}
.courseDetailsLevelIcon i + i + i {
  height: 26px;
}
.courseDetailsLevelTitle {
  font-size: 15px;
  padding: 11px 0 0 0;
  line-height: 20px;
}
.courseDetailsStudentsCounter {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.courseDetailsStudentsTitle {
  font-size: 15px;
  padding: 11px 0 0 0;
  line-height: 20px;
}
.courseDetailsProjectsCounter {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.courseDetailsProjectsTitle {
  font-size: 15px;
  padding: 11px 0 0 0;
  line-height: 20px;
}

.ss-svg-icon {
  width: 24px;
  height: 24px;
}

.inform {
  top: 20px;
  right: 20px;
  position: absolute;
  width: 24px;
  height: 24px;
  overflow: visible;
  cursor: default;
  z-index: 5;
}
.informIcon {
  width: 24px;
  height: 24px;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  cursor: default;
  font-size: 16px;
  line-height: 20px;
  padding: 2px 0;
}
.informContent {
  position: absolute;
  top: 30px;
  right: 0;
  width: 300px;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  display: none;
}
@media all and (max-width: 359px) {
  .informContent {
    width: 280px;
  }
}
.inform:hover .informContent {
  display: block;
}

.news {
  margin: 20px 0 0 0;
}
.news:first-child {
  margin: 0;
}
.newsTitle {
  color: #000;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 16px;
}
.news_noBorder .newsList {
  border: none;
}
.news_noBorder .newsEl {
  margin-left: 0;
  margin-right: 0;
}
.news_roundImg .newsElImg {
  border-radius: 50%;
  width: 20%;
}
.newsList {
  border: solid 1px #eaeaea;
  border-radius: 10px;
}
.newsListAll {
  margin: 20px 19px 19px 19px;
  display: block;
  background-color: #000000;
  font-size: 11px;
  color: #fff;
  line-height: 15px;
  padding: 10px;
  letter-spacing: 1px !important;
  border-radius: 3px;
  transition: all 0.3s ease;
  text-decoration: none !important;
  text-align: center;
}
.newsListAll:hover {
  background-color: #6b66da;
  color: #fff;
}
.newsEl {
  padding: 10px 0;
  margin: 0 19px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  overflow: hidden;
}
.newsEl:first-child {
  padding-top: 19px;
}
.newsEl:last-child {
  padding-bottom: 19px;
}
.newsElTitle {
  padding: 0px 0 0 calc(26% + 10px);
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
}
.newsElPrice {
  font-size: 16px;
  text-transform: uppercase;
  padding-left: calc(26% + 10px);
  margin: 2px 0 0 0;
}
.newsElDate {
  margin: 6px 0 0 0;
  font-size: 13px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  padding-left: calc(26% + 10px);
}
.newsEl.noImage .newsElTitle {
  padding: 4px 0 0 0;
}
.newsEl.noImage .newsElDate {
  padding-right: 0;
}
.newsEl.noImage + .newsEl.noImage {
  border-top: solid 1px #eaeaea;
}
.newsEl_imgWide .newsElTitle {
  padding: 4px 0 0 0;
}
.newsEl_imgWide .newsElDate {
  padding-right: 0;
}
.newsElImg {
  float: left;
  width: 26%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
}
.newsElImg img {
  position: absolute;
  opacity: 0;
}
.newsElImg:after {
  display: block;
  padding: 100% 0 0 0;
  content: "";
}
.newsEl_imgWide .newsElImg {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
}
.newsEl_imgWide .newsElImg:after {
  padding: 56.25% 0 0 0;
}

.text {
  overflow: hidden;
}
.textVideoAlign {
  float: left;
  width: 60%;
  margin: 0 30px 0 0;
}
.textVideoAlign + p {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .textVideoAlign {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
}

.textBox {
  font-size: 16px;
  margin: 20px 0;
}
.textBox .content > * {
  margin-top: 0;
}
.textBox.borderBox {
  overflow: hidden;
}
.textBox_dark.textBox {
  background-color: #1b1a27;
  color: #fff;
}
.textBox_dark.textBox .pageTitle {
  color: inherit;
}
.textBox_dark.textBox a {
  color: inherit;
}
@media all and (max-width: 767px) {
  .textBox_dark.textBox {
    margin: 20px -10px;
    border-radius: 0;
  }
}
.textBox > *:first-child {
  margin-top: 0;
}
.textBox > *:last-child {
  margin-bottom: 0;
}
.textBox .videoBox, .textBox .scaleHoverImg {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}
.textBox .videoBox iframe, .textBox .scaleHoverImg iframe {
  overflow: hidden;
  border-radius: 10px;
}
.videoBox + .textBox {
  margin-top: 30px;
}
.textBox > *:first-child {
  margin-top: 0;
}
.textBox .textVideoAlign {
  margin-bottom: 0;
}
.textBox iframe {
  max-width: 100%;
}
.textBox a {
  color: #266fef;
  text-decoration: none;
}
.textBox a:hover {
  color: #266fef;
  text-decoration: underline;
}
.textBox p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 26px;
}
.textBoxImg {
  border-radius: 10px;
  overflow: hidden;
}
.textBoxImg img {
  width: 100%;
  height: auto;
}
.textBoxImg figcaption {
  text-align: left;
  margin: 6px 0 26px;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px;
  color: #444;
  text-decoration: none;
}
.textBox blockquote {
  padding: 0;
  position: relative;
  border-left: none;
  margin: 40px 5% 38px;
  font-style: italic;
  text-align: center;
  color: #e02a92;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .textBox blockquote {
    margin: 20px 5%;
    font-size: 22px;
    line-height: 28px;
  }
}
.textBox h3 {
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.textBox h2 {
  line-height: 24px;
}
.textBox h2, .textBox h3, .textBox h4 {
  vertical-align: middle;
}
.textBox h2 img, .textBox h3 img, .textBox h4 img {
  vertical-align: top;
  height: 24px;
  width: auto;
  margin: 0 10px 0 0;
}
@media all and (max-width: 959px) {
  .textBox h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .textBox h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

.pageTitle.v3 {
  font-family: Gelasio;
  padding: 0 0 4px 0;
}

.pageTitleCategory {
  color: #757575;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
}

.pageTitleInfo {
  font-family: Gelasio;
  line-height: 1.4;
  font-size: 16px;
  font-style: italic;
  color: #757575;
  margin: 0 0 15px 0;
}

.mainSlider {
  padding: 20px 0 30px 0;
  position: relative;
  overflow: auto;
}
@media all and (max-width: 767px) {
  .mainSlider {
    padding-bottom: 10px;
  }
}
.mainSlider .slick-arrow {
  width: 15px;
  height: 15px;
  border: solid 2px #000;
  border-width: 0 2px 2px 0;
  position: absolute;
  content: "";
  font-size: 0;
  line-height: 0;
  background: none;
  top: 50%;
  transform: rotate(135deg);
  transform-origin: center;
  margin-top: -3px;
  left: 15px;
}
.mainSlider .slick-arrow.slick-next {
  left: auto;
  right: 15px;
  transform: rotate(-45deg);
}
.mainSlider .slick-dots {
  display: none !important;
}
.mainSliderList {
  padding: 0 30px;
}
.mainSlider .slick-track {
  display: flex;
  align-items: stretch;
}
.mainSliderEl {
  width: 200px;
  overflow: hidden;
  outline: none;
  display: inline-flex !important;
  float: none !important;
  height: auto !important;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  align-items: stretch;
  justify-content: center;
}
.mainSliderEl:after {
  content: "";
  display: block;
  padding: 56.25% 0 0 0;
  font-size: 0;
  line-height: 0;
}
.mainSliderEl img {
  max-width: 100%;
  display: block;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mainPrice {
  font-size: 24px;
  font-weight: 600;
}
.mainPriceInfo {
  margin: 20px 0 0 0;
  text-align: center;
}
.mainPriceBox[data-border] {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ededed;
}
.mainPriceOld {
  display: inline-block;
  font-size: 18px;
  color: grey;
  position: relative;
}
.mainPriceOld:after {
  content: "a";
  display: inline-block;
  font-family: "alsrubl";
  padding: 0 0 0 4px;
}
html[lang=en] .mainPriceOld:after {
  content: "$";
}
.mainPriceOld:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 2px;
  content: "";
  height: 1px;
  margin: -1px 0 0 0;
  transform: rotate(-5deg);
  transform-origin: center;
  background: grey;
}
.mainPriceCurrent {
  display: block;
}
.mainPriceCurrent:after {
  content: "a";
  display: inline-block;
  font-family: "alsrubl";
  padding: 0 0 0 4px;
}
html[lang=en] .mainPriceCurrent:after {
  content: "$";
}
.mainBuy {
  margin: 20px 0 0 0;
}
.mainGift {
  margin: 20px 0 0 0;
}
.mainImg {
  border-radius: 10px;
  overflow: hidden;
}
.mainImg:first-child {
  margin: 0;
}
.mainImg img {
  width: 100%;
  height: auto;
}
.mainVideo {
  margin: 20px 0 20px 0;
  border-radius: 10px;
  background: #000;
  position: relative;
  padding: 52% 0 0 0;
}
.mainVideo video, .mainVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
.mainInner {
  margin: 0px -15px 0 -15px;
}
.mainSidebar {
  width: 33.3333%;
  padding: 0 15px;
  vertical-align: top;
  display: inline-block;
  position: sticky;
}
.mainSidebar > *:first-child {
  margin-top: 0 !important;
}
@media all and (max-width: 1019px) {
  .mainSidebar {
    display: none;
  }
}
.mainContent {
  width: 66.6666%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.mainContent.wide {
  width: 100%;
}
@media all and (max-width: 1019px) {
  .mainContent {
    display: block;
    width: 100%;
  }
}

.mainBottom {
  margin: 15px -15px 0 -15px;
}
.mainBottomSidebar {
  width: 33.3333%;
  padding: 0 15px;
  vertical-align: top;
  display: inline-block;
  position: sticky;
  top: 0;
}
@media all and (max-width: 1019px) {
  .mainBottomSidebar {
    display: none;
  }
}
.mainBottomContent {
  width: 66.6666%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
.mainBottomContent.wide {
  width: 100%;
}
@media all and (max-width: 1019px) {
  .mainBottomContent {
    display: block;
    width: 100%;
  }
}

.person {
  padding: 21px;
  border: 1px solid #ededed;
  margin: 30px 0 0 0;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.personAva {
  max-width: 120px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.personAva:after {
  display: block;
  padding: 100% 0 0 0;
  content: "";
}
.personAva img {
  position: absolute;
  opacity: 0;
}
.personTitle {
  padding-top: 17px;
  padding-bottom: 8px;
}
.personTitle a {
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  color: #febe2b;
  text-decoration: none;
}
.personTitle a:hover {
  color: #febe2b;
  text-decoration: none;
}
.personLink {
  margin-bottom: 6px;
}
.personLink a {
  font-size: 11px;
  font-style: italic;
  line-height: 21px;
  color: #aaa;
  text-decoration: none;
}
.personLink a:hover {
  color: #febe2b;
  text-decoration: none;
}
.personAbout {
  font-size: 14px;
  line-height: 1.3;
}
.personSocial {
  margin: 5px 0 0 0;
}

.social {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.social > a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  position: relative;
}
.socialYb {
  position: relative;
}
.socialYb:after {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDMwIDIyIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMjE3LjAyNmgxNy41MDFhNi4yMTcgNi4yMTcgMCAwMTYuMjE3IDYuMjE3djguNzQ4YTYuMjE3IDYuMjE3IDAgMDEtNi4yMTcgNi4yMTdoLTE3LjVBNi4yMTcgNi4yMTcgMCAwMTAgMTQuOTkxVjYuMjQzQTYuMjE3IDYuMjE3IDAgMDE2LjIxNy4wMjZ6bTUuMTEgMTQuOTJsOC4xODYtMy45MDNhLjMyOS4zMjkgMCAwMC4wMDctLjU5bC04LjE4NS00LjE0OGEuMzI5LjMyOSAwIDAwLS40NzcuMjkzdjguMDUyYzAgLjI0Mi4yNTIuNC40Ny4yOTd6Ij48L3BhdGg+Cjwvc3ZnPg==);
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
}
.socialFb {
  position: relative;
}
.socialFb:after {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4PSIwcHgiIHk9IjBweCIKICAgICB2aWV3Qm94PSIwIDAgMTggMTgiICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIgogICAgICAgICAgZD0iTTE3LjAwNyAwSC45OTNBLjk5My45OTMgMCAwIDAgMCAuOTkzdjE2LjAxNGMwIC41NDguNDQ1Ljk5My45OTMuOTkzaDguNjIxdi02Ljk3SDcuMjdWOC4zMTNoMi4zNDVWNi4zMWMwLTIuMzI1IDEuNDItMy41OTEgMy40OTQtMy41OTEuOTk0IDAgMS44NDguMDc0IDIuMDk2LjEwN3YyLjQzaC0xLjQzOGMtMS4xMjggMC0xLjM0Ni41MzYtMS4zNDYgMS4zMjJ2MS43MzVoMi42OWwtLjM1IDIuNzE2aC0yLjM0VjE4aDQuNTg3YS45OTMuOTkzIDAgMCAwIC45OTMtLjk5M1YuOTkzQS45OTMuOTkzIDAgMCAwIDE3LjAwNyAweiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
}
.socialIn {
  position: relative;
}
.socialIn:after {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik04LjkyMiAwaDEyLjEwNGM0LjkyIDAgOC45MjEgNC4wMDIgOC45MjIgOC45MjJ2MTIuMTA0YzAgNC45Mi00LjAwMyA4LjkyMi04LjkyMiA4LjkyMkg4LjkyMkM0LjAwMiAyOS45NDggMCAyNS45NDUgMCAyMS4wMjZWOC45MjJDMCA0LjAwMiA0LjAwMiAwIDguOTIyIDB6bTEyLjEwNCAyNi45MzVhNS45MDkgNS45MDkgMCAwMDUuOTA5LTUuOTA5VjguOTIyYTUuOTA5IDUuOTA5IDAgMDAtNS45MDktNS45MUg4LjkyMmE1LjkwOSA1LjkwOSAwIDAwLTUuOTEgNS45MXYxMi4xMDRhNS45MDkgNS45MDkgMCAwMDUuOTEgNS45MDloMTIuMTA0eiI+PC9wYXRoPgogICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgNy43NDVDMCAzLjQ3NSAzLjQ3NSAwIDcuNzQ1IDBjNC4yNzEgMCA3Ljc0NiAzLjQ3NSA3Ljc0NiA3Ljc0NSAwIDQuMjcxLTMuNDc1IDcuNzQ2LTcuNzQ2IDcuNzQ2QzMuNDc1IDE1LjQ5IDAgMTIuMDE2IDAgNy43NDV6bTMuMDEzIDBhNC43MzMgNC43MzMgMCAxMDkuNDY1IDAgNC43MzMgNC43MzMgMCAwMC05LjQ2NSAweiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4yMjggNy4yMjgpIj48L3BhdGg+CiAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMS44NTYgMy43MTJhMS44NTYgMS44NTYgMCAxMDAtMy43MTIgMS44NTYgMS44NTYgMCAwMDAgMy43MTJ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMC44NzggNS40MykiPjwvcGF0aD4KPC9zdmc+);
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
}
.socialTw {
  position: relative;
}
.socialTw:after {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDMwIDI1Ij4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS40NjIgMi45MzNjLS42NjUuMjk1LTEuMzU1LjUyOC0yLjA2NC42OTZBNi40MzUgNi40MzUgMCAwMDI5LjA5Ny45MjNhLjMzNy4zMzcgMCAwMC0uNDk0LS4zOTMgMTEuOTEyIDExLjkxMiAwIDAxLTMuMTU2IDEuMzA0LjgzNi44MzYgMCAwMS0uNzUtLjE4NiA2LjQ1NCA2LjQ1NCAwIDAwLTQuMjctMS42MTIgNi45IDYuOSAwIDAwLTIuMDQ1LjMxNiA2LjI1MyA2LjI1MyAwIDAwLTQuMjE0IDQuNTA1IDYuODg2IDYuODg2IDAgMDAtLjE1MyAyLjM3Ny4yMzkuMjM5IDAgMDEtLjI2LjI2QzkuMTc2IDcuMDcgNS4wNDQgNC44NjIgMi4xMjQgMS4yOGEuMzM3LjMzNyAwIDAwLS41NTMuMDQzIDYuNDUgNi40NSAwIDAwLS44NzQgMy4yNDVjMCAxLjc1LjcwMyAzLjM5OSAxLjkyNCA0LjZhNS43ODQgNS43ODQgMCAwMS0xLjQ3Mi0uNTcuMzM3LjMzNyAwIDAwLS41MDEuMjkyIDYuNDYyIDYuNDYyIDAgMDAzLjc3IDUuOTU0IDUuNzUyIDUuNzUyIDAgMDEtMS4yMjYtLjEwMy4zMzguMzM4IDAgMDAtLjM4NS40MzUgNi40NjkgNi40NjkgMCAwMDUuMTEgNC40IDExLjkxIDExLjkxIDAgMDEtNi42NyAyLjAyNkguNDk4Yy0uMjMgMC0uNDI1LjE0OS0uNDgzLjM3Mi0uMDU4LjIyLjA0OC40NS4yNDQuNTY1YTE3LjcxNSAxNy43MTUgMCAwMDguOTAyIDIuNGMyLjczNiAwIDUuMjk2LS41NDMgNy42MDgtMS42MTRhMTYuNzk3IDE2Ljc5NyAwIDAwNS41NjYtNC4xNyAxOC4yODcgMTguMjg3IDAgMDAzLjQwOC01LjcwOWMuNzU4LTIuMDI0IDEuMTU4LTQuMTg1IDEuMTU4LTYuMjQ3VjcuMWMwLS4zMzIuMTUtLjY0My40MTEtLjg1NWExMi43NTcgMTIuNzU3IDAgMDAyLjU2Ny0yLjgxN2MuMTg3LS4yODEtLjEwOS0uNjMzLS40MTgtLjQ5NnoiPjwvcGF0aD4KPC9zdmc+);
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
}
.socialVk {
  position: relative;
}
.socialVk:after {
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIiA/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMzUwIiBoZWlnaHQ9IjM1MCIgdmlld0JveD0iMCAwIDM1MCAzNTAiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGRlc2M+Q3JlYXRlZCB3aXRoIEZhYnJpYy5qcyAxLjcuMjI8L2Rlc2M+DQo8ZGVmcz4NCjwvZGVmcz4NCjxnIGlkPSJpY29uIiBzdHlsZT0ic3Ryb2tlOiBub25lOyBzdHJva2Utd2lkdGg6IDE7IHN0cm9rZS1kYXNoYXJyYXk6IG5vbmU7IHN0cm9rZS1saW5lY2FwOiBidXR0OyBzdHJva2UtbGluZWpvaW46IG1pdGVyOyBzdHJva2UtbWl0ZXJsaW1pdDogMTA7IGZpbGw6IG5vbmU7IGZpbGwtcnVsZTogbm9uemVybzsgb3BhY2l0eTogMTsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xLjk0NDQ0NDQ0NDQ0NDQyODcgLTEuOTQ0NDQ0NDQ0NDQ0NDI4Nykgc2NhbGUoMy44OSAzLjg5KSIgPg0KCTxwYXRoIGQ9Ik0gODcuOTM1IDIxLjg5NCBjIDAuNjI2IC0yLjA4NiAwIC0zLjYxOSAtMi45NzcgLTMuNjE5IGggLTkuODQ2IGMgLTIuNTA0IDAgLTMuNjU4IDEuMzI0IC00LjI4MyAyLjc4NSBjIDAgMCAtNS4wMDggMTIuMjA0IC0xMi4xMDEgMjAuMTMyIGMgLTIuMjk0IDIuMjk1IC0zLjMzNyAzLjAyNiAtNC41OSAzLjAyNiBjIC0wLjYyNSAwIC0xLjUzMSAtMC43MzEgLTEuNTMxIC0yLjgxNiBWIDIxLjg5NCBjIDAgLTIuNTAzIC0wLjcyNyAtMy42MTkgLTIuODEzIC0zLjYxOSBIIDM0LjMyIGMgLTEuNTY0IDAgLTIuNTA2IDEuMTYyIC0yLjUwNiAyLjI2NCBjIDAgMi4zNzMgMy41NDcgMi45MjEgMy45MTMgOS41OTcgdiAxNC40OTkgYyAwIDMuMTc5IC0wLjU3NCAzLjc1NyAtMS44MjYgMy43NTcgYyAtMy4zMzcgMCAtMTEuNDU3IC0xMi4yNiAtMTYuMjczIC0yNi4yODggYyAtMC45NDQgLTIuNzI3IC0xLjg5IC0zLjgyOCAtNC40MDYgLTMuODI4IEggMy4zNzYgQyAwLjU2MiAxOC4yNzUgMCAxOS41OTkgMCAyMS4wNTkgYyAwIDIuNjA4IDMuMzM3IDE1LjU0MyAxNS41NDIgMzIuNjUgYyA4LjEzNiAxMS42ODIgMTkuNTk5IDE4LjAxNiAzMC4wMzEgMTguMDE2IGMgNi4yNTggMCA3LjAzMyAtMS40MDcgNy4wMzMgLTMuODMgdiAtOC44MjkgYyAwIC0yLjgxNCAwLjU5MyAtMy4zNzUgMi41NzUgLTMuMzc1IGMgMS40NiAwIDMuOTYzIDAuNzI5IDkuODA1IDYuMzYyIGMgNi42NzYgNi42NzYgNy43NzYgOS42NzEgMTEuNTMyIDkuNjcxIGggOS44NDYgYyAyLjgxMiAwIDQuMjE5IC0xLjQwNyAzLjQwOCAtNC4xODIgYyAtMC44ODkgLTIuNzY3IC00LjA3NiAtNi43ODEgLTguMzA1IC0xMS41MzggYyAtMi4yOTUgLTIuNzEyIC01LjczOCAtNS42MzMgLTYuNzgxIC03LjA5NCBjIC0xLjQ2MSAtMS44NzcgLTEuMDQzIC0yLjcxMSAwIC00LjM4MSBDIDc0LjY4NyA0NC41MyA4Ni42ODQgMjcuNjMxIDg3LjkzNSAyMS44OTQiIHN0eWxlPSJzdHJva2U6IG5vbmU7IHN0cm9rZS13aWR0aDogMTsgc3Ryb2tlLWRhc2hhcnJheTogbm9uZTsgc3Ryb2tlLWxpbmVjYXA6IGJ1dHQ7IHN0cm9rZS1saW5lam9pbjogbWl0ZXI7IHN0cm9rZS1taXRlcmxpbWl0OiAxMDsgZmlsbDogI2ZmZjsgZmlsbC1ydWxlOiBldmVub2RkOyBvcGFjaXR5OiAxOyIgdHJhbnNmb3JtPSIgbWF0cml4KDEgMCAwIDEgMCAwKSAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgLz4NCjwvZz4NCjwvc3ZnPg==);
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
}
.person .social > * {
  filter: invert(1);
}

.section {
  padding: 20px;
  background: #bfc0c2;
  color: #000;
  border-radius: 10px;
}
@media all and (max-width: 959px) {
  .section {
    padding: 10px;
  }
}

.form {
  display: block;
  margin: 20px 0 0 0;
}
.form:first-child {
  margin-top: 0;
}
.formText {
  margin: 15px 0;
}
.formTitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 6px;
}
.formTitle img {
  width: 24px;
  height: auto;
  margin: 0 5px 0 0;
}
.section .formTitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
@media all and (max-width: 1023px) {
  .section .formTitle {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .section .formTitle {
    font-size: 20px;
  }
}
.formInfo {
  margin: 15px 0 0 0;
  padding: 0 0 0 30px;
  position: relative;
  display: block;
}
.formInfo:before {
  width: 20px;
  height: 20px;
  content: "?";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -10px 0 0 0;
  background: #f2e206;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 0;
  text-align: center;
  border-radius: 50%;
}
.formList {
  margin: 0 -15px;
}
.formEl, .formCoupon {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
}
.formEl > input, .formEl > textarea, .formEl > select, .formElInput, .formCoupon > input, .formCoupon > textarea, .formCoupon > select, .formCouponInput {
  display: block;
  width: 100%;
  border: solid 1px #eaeaea;
  line-height: 21px;
  color: #444;
  max-width: 100%;
  border-radius: 6px;
  height: 34px;
  min-height: 34px;
  padding: 6px 9px;
}
.formEl > textarea, .formCoupon > textarea {
  height: 168px;
  min-height: 168px;
  resize: none;
}
.formEl.wide, .formCoupon.wide {
  width: 100%;
}
@media all and (max-width: 767px) {
  .formEl, .formCoupon {
    width: 100%;
  }
}
.formSubmit {
  margin: 10px 0 0 0;
  background-color: #f2e206;
  border-radius: 0;
  color: #000;
  border: none;
  padding: 14px 24px;
  font-weight: 500;
  border-radius: 50px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #e02a92;
  color: #fff;
}
.formSubmit:hover {
  background-color: #222;
  color: #fff;
}
.section .formSubmit {
  font-size: 16px;
  line-height: 16px;
  display: block;
  width: 100%;
  font-weight: 600;
  border-radius: 4px;
}
.formCoupon {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  border: 2px dashed #e6e6e6;
}
@media all and (max-width: 360px) {
  .formCoupon {
    padding: 5px;
    border: 1px dashed #e6e6e6;
  }
}
.formCoupon > div, .formCoupon > span {
  display: block;
  margin: 10px 0 0 0;
}
.formCoupon input {
  width: calc(100% - 130px);
}
.formCouponSubmit {
  background-color: #f2e206;
  font-size: 14px;
  min-height: 14px;
  line-height: 1;
  padding: 10px 0;
  color: #000;
  border: none;
  transition: all 0.4s ease;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 120px;
  margin: 0 0 0 10px !important;
  border-radius: 6px;
}
.formCouponSubmit:hover {
  background-color: #222;
  color: #fff;
}

.pagination {
  padding-top: 30px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  letter-spacing: 0;
}
.pagination a, .pagination span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  word-spacing: normal;
  letter-spacing: normal;
  padding: 0 14px;
  position: relative;
  color: #000;
  line-height: 32px;
  border: none;
  background-color: #f5f5f5;
  font-size: 14px;
  transition: all 0.4s ease;
}
.pagination a.active,
.pagination a:hover {
  background-color: #266fef;
  color: #fff;
  text-decoration: none;
}

.indexTopArticle {
  display: flex;
  margin: 0 -15px;
  align-items: start;
}
.indexTopArticleSlider {
  max-width: 1440px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 20px auto 20px auto;
  position: relative;
  overflow: auto;
}
.indexTopArticleSlider .slick-arrow {
  width: 15px;
  height: 15px;
  border: solid 2px #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  content: "";
  font-size: 0;
  line-height: 0;
  background: none;
  top: 50%;
  transform: rotate(135deg);
  transform-origin: center;
  margin-top: -3px;
  position: absolute;
  left: 15px;
}
.indexTopArticleSlider .slick-arrow.slick-next {
  left: auto;
  right: 15px;
  transform: rotate(-45deg);
}
.indexTopArticleSlider .slick-dots {
  display: none !important;
}
.indexTopArticleSliderList {
  padding: 0 30px;
}
.indexTopArticleSlider .slick-track {
  display: flex;
  align-items: stretch;
}
.indexTopArticleSliderEl {
  width: 200px;
  overflow: hidden;
  outline: none;
  display: inline-flex !important;
  overflow: hidden;
  float: none !important;
  height: auto !important;
  margin: 0 10px;
  position: relative;
  border-radius: 8px;
  align-items: stretch;
  justify-content: center;
}
.indexTopArticleSliderEl:after {
  content: "";
  display: block;
  padding: 56.25% 0 0 0;
  font-size: 0;
  line-height: 0;
}
.indexTopArticleSliderEl img {
  max-width: 100%;
  display: block;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.indexTopArticleContent {
  width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
}
.indexTopArticleSidebar {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 1023px) {
  .indexTopArticle {
    margin-left: -10px;
    margin-right: -10px;
  }
  .indexTopArticleContent {
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexTopArticleSidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media all and (max-width: 767px) {
  .indexTopArticle {
    display: block;
  }
  .indexTopArticleContent {
    width: 100%;
    position: relative;
    top: auto;
  }
  .indexTopArticleSidebar {
    width: 100%;
    margin-top: 30px;
  }
}

.indexNews {
  margin: 0 -15px;
}
.indexNewsContent {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 270px);
  padding-left: 15px;
  padding-right: 15px;
}
.indexNewsSidebar {
  display: inline-block;
  vertical-align: top;
  width: 270px;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  top: 60px;
}
@media all and (max-width: 1023px) {
  .indexNews {
    margin-left: -10px;
    margin-right: -10px;
  }
  .indexNewsContent {
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexNewsSidebar {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 959px) {
  .indexNews {
    display: block;
  }
  .indexNewsContent {
    width: 100%;
  }
  .indexNewsSidebar {
    width: 100%;
    position: relative;
    top: auto;
  }
}
.indexNewsTitle {
  position: relative;
}
.indexNewsTitleBg {
  font-size: 90px;
  text-transform: uppercase;
  position: absolute;
  left: -4px;
  z-index: 1;
  top: -8px;
  line-height: 1;
  letter-spacing: -0.6px;
  white-space: nowrap;
  color: #f3f3f3;
  font-weight: 800;
}
.indexNewsTitleFg {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.6px;
  padding: 36px 0 26px 12px;
  color: #6b66da;
  position: relative;
  z-index: 2;
}

.indexMainHeader {
  background-color: #6b66da;
  padding: 50px 15px 70px 15px;
  color: #fff;
  margin: 0 -15px;
  position: relative;
}
@media all and (max-width: 1023px) {
  .indexMainHeader {
    margin: 0 -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.indexMainHeader > * {
  z-index: 2;
  position: relative;
}
.indexMainHeader:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  bottom: 0;
  background-color: #6b66da;
  content: "";
  transform: translate(-50%, 0);
  z-index: 0;
}
.indexMainTitle {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
}
.indexMainText {
  margin: 16px 0 0 0;
  font-size: 16px;
  line-height: 28px;
}
.indexMainInner {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin: 30px -15px 0 -15px;
}
.indexMainSidebar {
  width: 41.66666667%;
  padding: 0 15px;
  margin: -100px 0 0 0;
  position: sticky;
  top: 52px;
  z-index: 2;
}
.indexMainSidebar.wide {
  width: 66.6666%;
}
.indexMainContent {
  width: 58.33333333%;
  padding: 0 15px;
}
.indexMainContent.wide {
  width: 100%;
  clear: both;
}
.indexMainSidebar.wide + .indexMainContent {
  width: 33.3333%;
}
@media all and (max-width: 1023px) {
  .indexMain {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .indexMainInner {
    margin-left: -10px;
    margin-right: -10px;
  }
  .indexMainSidebar {
    padding: 0 10px;
  }
  .indexMainContent {
    padding: 0 10px;
  }
}
@media all and (max-width: 767px) {
  .indexMainInner {
    display: block;
  }
  .indexMainContent {
    width: 100% !important;
  }
  .indexMainSidebar {
    width: 100% !important;
    position: relative;
    top: auto;
    margin-bottom: 30px;
  }
}

.article + .article {
  margin-top: 25px;
}
.articleList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.article_vertical .articleEl {
  display: flex;
  width: 100%;
}
.article_vertical .articleElImg {
  width: calc(40% + 20px);
  padding: 0 20px 0 0;
}
.article_vertical .articleElContent {
  width: calc(60% - 20px);
  border-top: solid 1px #eaeaea;
  padding: 10px 0 0 0;
}
.article_vertical .articleElText {
  margin: 12px 0 0 0;
}
.article_grid .articleList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.article_grid .articleEl {
  width: calc(50% - 8px);
  margin: 0;
}
@media all and (max-width: 767px) {
  .article_grid .articleEl {
    width: calc(50% - 8px);
  }
}
.articleEl {
  width: auto;
  padding: 10px;
  border: solid 1.5px #000;
  border-radius: 10px;
  width: 100%;
}
.articleEl:last-child {
  padding-bottom: 0;
}
.articleElImg {
  position: relative;
}
.articleElImg .iframeBox {
  width: 100%;
  padding: 56.25% 0 0 0;
  position: relative;
  background: #000;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.articleElImg iframe {
  width: 100%;
  height: 100%;
  vertical-align: top;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  overflow: hidden;
  background: #000;
}
.articleElImg iframe video {
  width: 100%;
  height: 100%;
}
.articleElImg video, .articleElImg iframe {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  vertical-align: top;
}
.articleElImg img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.articleElImgLink[data-video] {
  position: relative;
  display: block;
  /*    &:after {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 10px;
        bottom: 10px;
        border-radius: 50%;
        background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhZCIgZGF0YS1pY29uPSJwbGF5LWNpcmNsZSIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXBsYXktY2lyY2xlIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PGcgY2xhc3M9ImZhLWdyb3VwIj48cGF0aCBjbGFzcz0iZmEtc2Vjb25kYXJ5IiBmaWxsPSIjMDAwIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNXB4IiBkPSJNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTE1LjcgMjcybC0xNzYgMTAxYy0xNS44IDguOC0zNS43LTIuNS0zNS43LTIxVjE1MmMwLTE4LjQgMTkuOC0yOS44IDM1LjctMjFsMTc2IDEwN2MxNi40IDkuMiAxNi40IDMyLjkgMCA0MnoiIG9wYWNpdHk9IjAuNCI+PC9wYXRoPjxwYXRoIGNsYXNzPSJmYS1wcmltYXJ5IiBmaWxsPSIjZmZmIiBkPSJNMzcxLjcgMjgwbC0xNzYgMTAxYy0xNS44IDguOC0zNS43LTIuNS0zNS43LTIxVjE1MmMwLTE4LjQgMTkuOC0yOS44IDM1LjctMjFsMTc2IDEwN2MxNi40IDkuMiAxNi40IDMyLjkgMCA0MnoiPjwvcGF0aD48L2c+PC9zdmc+);
        background-size: contain;
        content: "";
      }*/
}
.articleElImgLink[data-bg] {
  padding: 56.25% 0 0 0;
  top: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.articleElImgLink[data-bg] img {
  position: absolute;
  top: 0;
  opacity: 0;
}
.articleElImgLink[data-bg][data-h=medium] {
  padding: 60% 0 0 0;
}
.articleElContent {
  padding: 13px 0 0 0;
}
.articleElImg .articleElTag {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}
.articleElAuthor {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.articleElPriceCurrent {
  vertical-align: top;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1;
}
.articleElPriceCurrent:after {
  content: "a";
  display: inline-block;
  font-family: "alsrubl";
  padding: 0 0 0 4px;
}
.articleElTag {
  font-size: 11px;
  line-height: 1;
  margin: 0 0 6px 0;
}
.articleElTag a {
  display: inline-block;
  padding: 3px 4px 2px;
  margin-right: 5px;
  background-color: #6b66da;
  line-height: 1;
  color: #fff;
  vertical-align: top;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
}
.articleElName {
  margin: 0 0 6px;
}
.articleElName a {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
}
.articleElName a:hover {
  color: #6b66da;
}
.articleEl_large .articleElName {
  margin: 0 0 5px 0;
}
.articleEl_large .articleElName a {
  font-size: 28px;
}
@media all and (max-width: 1023px) {
  .articleEl_large .articleElName a {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .articleEl_large .articleElName a {
    font-size: 20px;
  }
}
.articleElInfo {
  margin: 0 0 6px;
}
.articleElAuth {
  padding: 0 6px 0 0;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  font-size: 13px;
  font-style: italic;
  line-height: 1;
  text-decoration: none;
  font-weight: 400;
}
.articleElAuth:hover {
  color: #000000;
}
.articleElDate {
  vertical-align: top;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1;
}
.articleElLearn {
  vertical-align: top;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 0 10px 0 0;
  position: relative;
  line-height: 1;
}
.articleElLearn:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 16px;
  left: 0;
  top: 50%;
  margin: -8px 0 0 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE4LjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzk4Ljk3IDM5OC45NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzk4Ljk3IDM5OC45NzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGcgaWQ9IkxheWVyXzVfNTlfIj4NCgkJPGc+DQoJCQk8cGF0aCBkPSJNMjI1LjA5MiwyNzYuNTg2Yy03LjEwMSw0LjM1NS0xNi4xOTUsNi43NTQtMjUuNjA3LDYuNzU0Yy05LjQxMiwwLTE4LjUwNi0yLjM5OC0yNS42MDctNi43NTRMNTcuOTQ2LDIwNS40ODQNCgkJCQljMCwwLTEwLjQ2NC02LjQxNC0xMC40NjQsOC4xMTZjMCwxNi41LDAsNjYsMCw2NmMwLDAuNjYsMCwzLjk3MywwLDVjMCwzNy40MDIsNjguMDUzLDc3LjcyMywxNTIsNzcuNzIzczE1Mi00MC4zMiwxNTItNzcuNzIzDQoJCQkJYzAtMS4wMjcsMC00LjM0LDAtNWMwLDAsMC01Mi41MDIsMC03MC4wMDNjMC0xMS42NjMtNy40MzktNS45NjQtNy40MzktNS45NjRMMjI1LjA5MiwyNzYuNTg2eiIvPg0KCQkJPHBhdGggZD0iTTM5Mi4yODksMTQ4LjkyN2M4LjkwOC01LjQ2Myw4LjkwOC0xNC40MDMsMC0xOS44NjdMMjE1LjY4MSw0MC43NDVjLTguOTA4LTUuNDYzLTIzLjQ4NS01LjQ2My0zMi4zOTMsMEw2LjY4MSwxMjkuMDYNCgkJCQljLTguOTA4LDUuNDYzLTguOTA4LDE0LjQwMywwLDE5Ljg2N2wxNzYuNjA3LDEwOC4zMTVjOC45MDgsNS40NjMsMjMuNDg1LDUuNDYzLDMyLjM5MywwIi8+DQoJCQk8cGF0aCBkPSJNMzg0Ljk4NSwzMDkuNDc1YzAtMjkuOTA2LDAtMTE5LjYyNSwwLTExOS42MjVzMC4wODMtNS42NjYtMy4yNzktMy43OTVjLTIuNjk3LDEuNTAxLTkuMzA4LDUuMTg2LTExLjYzNyw3LjIxMg0KCQkJCWMtMi42ODksMi4zMzctMi4wODMsNy41ODMtMi4wODMsNy41ODNzMCw4MS40NjksMCwxMDguNjI1YzAsMS41NDItMS4zMjUsMi4yNzgtMS45NTcsMi42NQ0KCQkJCWMtNi4xMDUsMy41ODktMTAuMjEsMTAuMjE0LTEwLjIxLDE3LjgwOWMwLDExLjQxNCw5LjI1MiwyMC42NjcsMjAuNjY3LDIwLjY2N2MxMS40MTQsMCwyMC42NjYtOS4yNTMsMjAuNjY2LTIwLjY2Nw0KCQkJCWMwLTcuNjI0LTQuMTM1LTE0LjI3LTEwLjI3OS0xNy44NUMzODYuMjYyLDMxMS43MjgsMzg0Ljk4NSwzMTEuMDE2LDM4NC45ODUsMzA5LjQ3NXoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.articleElText {
  margin: 20px 0 0;
  font-size: 13px;
  color: #777;
  line-height: 21px;
}
@media all and (max-width: 1023px) {
  .articleEl {
    padding: 12px;
    width: 100%;
  }
}
@media all and (max-width: 1023px) and (max-width: 767px) {
  .articleEl {
    /* width: 50%;
     &_large {
      width: 100%;
     }*/
  }
}

.addReply {
  margin: 20px 0 0 0;
}

.functionalBox {
  max-width: 1640px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
@media all and (max-width: 1023px) {
  .functionalBox {
    padding: 0 10px;
  }
}
@media all and (max-width: 959px) {
  .functionalBox {
    display: block;
    padding: 0;
  }
}
@media all and (min-width: 1000px) {
  .functionalBox {
    max-width: 1500px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media all and (min-width: 1140px) {
  .functionalBox {
    max-width: 1540px;
    padding-left: 55px;
    padding-right: 55px;
  }
}
.functionalBoxEl {
  margin: 20px 15px;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 10px;
  width: calc(33.3333% - 30px);
}
.indexMainContent .functionalBoxEl {
  width: auto !important;
  margin: 0 0 15px 0 !important;
}
@media all and (max-width: 1100px) {
  .functionalBoxEl {
    width: calc(33.3333% - 10px);
    margin: 15px 5px;
    padding: 10px;
  }
}
@media all and (max-width: 959px) {
  .functionalBoxEl {
    width: auto;
    display: block;
    padding: 20px 10px;
    border: none;
    margin: 15px 10px;
  }
}
@media all and (max-width: 767px) {
  .functionalBoxEl {
    margin: 15px 10px;
  }
}
.functionalBoxEl_simple {
  width: 100%;
  padding: 10px;
  margin: 0;
}
.functionalBoxElTitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  margin-bottom: 16px;
  color: #000;
}
.functionalBoxEl p {
  color: #000000;
  font-size: 14px;
  line-height: 1;
  font-style: italic;
  margin-bottom: 21px;
}

.formSubscribe {
  display: flex;
}
.formSubscribe input {
  font-size: 14px;
  line-height: 1;
  border: 1px solid #e1e1e1;
  max-width: 100%;
  border-radius: 10px 0 0 10px;
  padding: 3px 12px;
  min-height: 42px;
  height: auto;
  color: #000000;
  width: calc(100% - 100px);
  background-color: #ffffff;
}
.formSubscribe button {
  background-color: #6b66da;
  font-size: 14px;
  min-height: 42px;
  line-height: 1;
  padding: 3px 0;
  color: #fff;
  border: none;
  display: block;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100px;
  border-radius: 0 10px 10px 0;
}
.formSubscribe_col {
  flex-direction: column;
  gap: 10px;
}
.formSubscribe_col input {
  width: 100%;
  border-radius: 10px;
}
.formSubscribe_col button {
  width: 100%;
  border-radius: 10px;
}

.socialInfo {
  margin: 0 -8px;
  overflow: hidden;
}
.socialInfoEl {
  width: calc(33.3333% - 16px);
  margin: 0 8px;
  float: left;
  height: 100px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
.socialInfoElIcon {
  height: 32px;
  margin-top: 10px;
}
.socialInfoElIcon i {
  width: 24px;
  display: block;
  height: 24px;
  margin: 4px auto 0 auto;
}
.socialInfoElCounter {
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
}
.socialInfoElTitle {
  font-size: 13px;
  font-weight: normal;
  line-height: 21px;
}
.socialInfoEl[data-fb] {
  background-color: #516eab;
}
.socialInfoEl[data-tw] {
  background-color: #29c5f6;
}
.socialInfoEl[data-yb] {
  background-color: #e14e42;
}
.socialInfoEl:hover {
  background-color: #222;
}

.audioEl {
  display: block;
  overflow: hidden;
}
.audioElContent {
  width: 80%;
  float: left;
}
@media all and (max-width: 380px) {
  .audioElContent {
    width: 100%;
  }
}
.audioElName {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 6px 0;
}
.audioElName a {
  color: #000;
  text-decoration: none;
}
.audioElName a:hover {
  color: #000;
  text-decoration: none;
}
.audioElInfo {
  font-size: 13px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}
.audioElInfo a {
  text-decoration: none;
}
.audioElMedia {
  margin: 5px 0 0 0;
}
.audioElMedia audio {
  height: 45px;
  width: 100%;
}
.audioElImg {
  width: 20%;
  float: right;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
@media all and (max-width: 380px) {
  .audioElImg {
    display: none;
  }
}
.audioElImg:after {
  padding: 100% 0 0 0;
  display: block;
  content: "";
}
.audioElImg img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.media {
  overflow: hidden;
}
.mediaEl {
  margin: 37px 0;
  display: flex;
  align-items: stretch;
}
.mediaElImg {
  width: 20%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mediaElImg:after {
  padding: 100% 0 0 0;
  content: "";
  display: block;
}
.mediaElImgLink {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 10px;
}
.mediaElImgLink img {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.mediaElContent {
  width: 80%;
  padding: 0 35px 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: #eaeaea;
}
.mediaElTag {
  position: absolute;
  z-index: 2;
  margin: 7px;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 4px 4px 4px 6px;
  display: inline-block;
  background-color: #193eef;
  font-weight: 400;
  text-transform: none;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1px;
}
.mediaElName {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
  width: 100%;
}
.mediaElName a {
  color: #febe2b;
  text-decoration: none;
}
.mediaElName a:hover {
  text-decoration: none;
  color: #febe2b;
}
.mediaEl:hover .mediaElName a {
  color: #febe2b;
}
.mediaElAudio {
  margin: 24px 0 0;
  font-size: 14px;
}
.mediaElAudio audio {
  width: 100%;
  background: none;
}
.mediaList_compact {
  margin: 0 -55px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mediaList_compact .mediaEl {
  width: 50%;
  background: none;
  padding: 0 55px;
}
.textBox .mediaList_compact .mediaEl {
  width: 100%;
}
.mediaList_compact .mediaElContent {
  padding: 0 0 0 34px;
}
.mediaList_compact .mediaElName {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
}
@media all and (max-width: 959px) {
  .mediaEl {
    margin: 20px 0;
  }
  .mediaElImg {
    width: 24%;
    overflow: hidden;
  }
  .mediaElContent {
    width: 76%;
    padding: 10px 20px 10px 20px;
  }
  .mediaElName {
    font-size: 20px;
  }
  .mediaElTag {
    margin: 0;
    width: 100%;
    padding-left: 4px;
  }
  .mediaElAudio {
    margin: 10px 0 0 0;
  }
  .mediaList_compact {
    margin: 0px;
    display: block;
  }
  .mediaList_compact .mediaEl {
    width: 100%;
    background: none;
    padding: 0px;
  }
  .mediaList_compact .mediaElContent {
    padding: 10px 20px 10px 20px;
  }
  .mediaList_compact .mediaElName {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .mediaElContent {
    padding: 10px 10px 10px 15px !important;
  }
}

.mediaCompactTitle {
  color: #febe2b;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 16px;
}
.mediaCompactEl {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.mediaCompactEl:hover {
  text-decoration: none;
}
.mediaCompactElImg {
  width: 25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}
.mediaCompactElImg:after {
  padding: 100% 0 0 0;
  content: "";
  display: block;
}
.mediaCompactElImg img {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.mediaCompactElContent {
  padding: 0 0 0 28px;
  width: 75%;
}
.mediaCompactElName {
  font-size: 21px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.mediaCompactElName a {
  color: #febe2b;
  text-decoration: none;
}
.mediaCompactElName a:hover {
  text-decoration: none;
  color: #febe2b;
}
.mediaCompactEl:hover .mediaCompactElName a {
  color: #febe2b;
  text-decoration: none;
}
.mediaCompactElInfo {
  margin: 16px 0 0 0;
  margin: 6px 0 0 0;
  color: #888888;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.personList {
  overflow: hidden;
}
.personListInner {
  display: flex;
  margin: 0 -20px;
  align-items: stretch;
  flex-wrap: wrap;
}
.personListEl {
  padding: 20px;
  width: 33.3333%;
}
.personListEl .person {
  height: 100%;
  width: 100%;
  margin: 0;
}
@media all and (max-width: 767px) {
  .personListEl {
    width: 100%;
  }
}

.mediaCard {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -25px;
  display: block;
  clear: both;
}
.mediaCardInner {
  display: flex;
  padding: 42px 7% 17px 7%;
  width: 100%;
  align-items: flex-start;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8) 50%, rgba(10, 10, 10, 0.9));
}
.mediaCardImg {
  width: 31%;
  padding-left: 62px;
  padding-right: 62px;
  position: relative;
}
.mediaCardImgEl {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.mediaCardImgEl:after {
  padding: 100% 0 0 0;
  display: block;
  content: "";
}
.mediaCardImgEl img {
  position: absolute;
  opacity: 0;
}
.mediaCardContent {
  width: 69%;
  padding-left: 62px;
  padding-right: 62px;
}
.mediaCardTitle {
  color: #ffffff;
  font-size: 50px;
  margin: 0;
  line-height: 1.1;
  font-weight: 700;
}
.mediaCardAudio {
  margin-top: 58px;
  margin-bottom: 20px;
}
.mediaCardAudio audio {
  width: 100%;
  display: block;
  background: transparent;
}
.mediaCardInfo {
  margin: 28px 0 0 0;
  display: flex;
  align-items: center;
}
.mediaCardInfoImg {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.mediaCardInfoAuthor {
  padding: 0 0 0 18px;
}
.mediaCardInfoAuthorBy {
  margin-bottom: 4px;
  color: #c1c1c1;
  font-size: 11px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
}
.mediaCardInfoAuthorName {
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
.mediaCardInfoCategory {
  padding-left: 56px;
}
.mediaCardInfoCategoryLink {
  border-width: 1px;
  background-color: #193eef;
  padding: 4px 4px 4px 6px;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1px;
}
.mediaCardInfoDate {
  padding-left: 29px;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 1px;
}
.mediaCardInfoViews {
  padding-left: 27px;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 1px;
}
@media all and (max-width: 1800px) {
  .mediaCardInner {
    padding: 42px 20px 17px 20px;
  }
  .mediaCardImg {
    padding-left: 0;
  }
  .mediaCardContent {
    padding-right: 0;
  }
}
@media all and (max-width: 1440px) {
  .mediaCardImg {
    padding-left: 0;
    padding-right: 20px;
  }
  .mediaCardContent {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media all and (max-width: 1250px) {
  .mediaCardTitle {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
  }
}
@media all and (max-width: 1130px) {
  .mediaCardAudio {
    margin-top: 28px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 959px) {
  .mediaCardInner {
    display: block;
  }
  .mediaCardInfo {
    flex-wrap: wrap;
  }
  .mediaCardInfoAuthor {
    width: calc(100% - 40px);
    margin: 0 0 10px 0;
  }
  .mediaCardInfoCategory {
    padding-left: 58px;
  }
  .mediaCardInfoDate {
    padding-left: 15px;
  }
  .mediaCardInfoViews {
    padding-left: 15px;
  }
  .mediaCardImg {
    padding-left: 0;
    padding-right: 0px;
    width: 100%;
  }
  .mediaCardContent {
    padding-right: 0;
    padding-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
}

#comments {
  margin-bottom: 50px;
}

#comments h5 {
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 600;
}

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

.comments-list > li {
  margin-bottom: 15px;
  padding: 15px;
}

.comments-list > li:after, .comments-list > li:before {
  content: " ";
  display: table;
}

.comments-list > li:after {
  clear: both;
}

.comments-list > li.rating {
  border: 1px dashed #e7e7e7;
}

.comments-list .children {
  list-style: none;
  margin: 15px -15px 0;
  padding-left: 40px;
}

.comments-list .children > li {
  padding: 15px;
}

.comments-list .children > li:last-child {
  border-bottom: 0;
}

.comment:after, .comment:before {
  content: " ";
  display: table;
}

.comment:after {
  clear: both;
}

.comment-pic, .comment-text {
  display: inline-block;
  float: left;
}

.comment-pic {
  width: 15%;
}

.comment-pic img {
  margin-top: 10px;
  width: 75px;
  border-radius: 50%;
}

.comment-text {
  width: 85%;
  padding-left: 15px;
}

.comment-date {
  color: #858585;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
}

.comment-reply {
  font-size: 11px;
  text-transform: uppercase;
}

.comment-respond {
  margin-bottom: 50px;
  padding: 20px 0;
}

.comment-respond textarea {
  max-width: 100%;
  min-height: 120px;
  resize: none;
}

.comment-respond h5 {
  font-size: 11px;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  font-weight: 600;
}

.comment-images {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0 0 0;
  gap: 4px;
}
.comment-images a {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.comment-images a img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  overflow: hidden;
  border-radius: 10px;
}
.accordionEl + .accordionEl {
  border-top: 1px solid #ddd;
}
.accordionElTitle {
  background-color: #f7f7f7;
  color: #444;
  cursor: pointer;
  padding: 18px 30px 18px 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  position: relative;
  transition: 0.4s;
}
.accordionElTitle.active, .accordionElTitle:hover {
  background-color: #ccc;
}
.accordionElTitle:after {
  content: "+";
  /* Unicode character for "plus" sign (+) */
  font-size: 16px;
  color: #777;
  border: none;
  position: absolute;
  right: 10px;
  margin-left: 5px;
}
.accordionElTitle.active:after {
  content: "−";
  /* Unicode character for "minus" sign (-) */
}
.accordionEl.fixed .accordionElTitle {
  cursor: default !important;
  background-color: #ccc;
}
.accordionEl.fixed .accordionElTitle:after {
  content: "−";
  /* Unicode character for "minus" sign (-) */
}
.accordionElContent {
  padding: 0 18px;
  background-color: white;
  color: #000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordionEl.fixed .accordionElContent {
  max-height: 3000px !important;
}

/* Style the accordion panel. Note: hidden by default */
.popup, .popupAjax {
  display: none;
  width: 495px;
  padding: 30px 20px 35px 20px;
  background: #f2f2f2;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  border: solid 1px #dddddd;
  z-index: 500;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  /*

  &Close {
    //@extend .icon-popup-close;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    display: none;

    .content & {
      display: none;
    }
  }
  */
}
.popup .popupAjax, .popupAjax .popupAjax {
  display: block;
}
.fancybox-inner .popup, .fancybox-inner .popupAjax {
  display: block;
}
.popup .iframe_video_container, .popupAjax .iframe_video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
}
.popup .iframe_video_container iframe, .popupAjax .iframe_video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .formSubmit, .popupAjax .formSubmit {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}
.popup#showVideoModal, .popupAjax#showVideoModal {
  width: 90vw;
  max-width: 1200px;
}
.popupTitle, .popupAjaxTitle {
  font-size: 26px;
  color: #000000;
  line-height: 30px;
  position: relative;
  margin: 0 0 25px 0;
}
.popup .help-block, .popupAjax .help-block {
  color: red;
  font-size: 14px;
}
.popupComplete, .popupAjaxComplete {
  margin: 30px 0 0 0;
}
.popupCompleteBtn, .popupAjaxCompleteBtn {
  display: inline-block;
  vertical-align: top;
}
.comparePopup .popupCompleteBtn, .basketPopup .popupCompleteBtn, .comparePopup .popupAjaxCompleteBtn, .basketPopup .popupAjaxCompleteBtn {
  width: 45%;
  margin: 0;
}
.comparePopup .popupCompleteBtn + .popupCompleteBtn, .basketPopup .popupCompleteBtn + .popupCompleteBtn, .comparePopup .popupCompleteBtn + .popupAjaxCompleteBtn, .basketPopup .popupCompleteBtn + .popupAjaxCompleteBtn, .comparePopup .popupAjaxCompleteBtn + .popupCompleteBtn, .basketPopup .popupAjaxCompleteBtn + .popupCompleteBtn, .comparePopup .popupAjaxCompleteBtn + .popupAjaxCompleteBtn, .basketPopup .popupAjaxCompleteBtn + .popupAjaxCompleteBtn {
  width: 45%;
  float: right;
  margin: 0;
}
.popupCompleteText, .popupAjaxCompleteText {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.popupCompleteText a, .popupAjaxCompleteText a {
  color: #fcb800;
  text-decoration: none;
}
.popupCompleteText a:hover, .popupCompleteText a:active, .popupAjaxCompleteText a:hover, .popupAjaxCompleteText a:active {
  color: #fcb800;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .popup, .popupAjax {
    width: 260px;
    padding: 55px 14px 14px 14px;
  }
  .popupTitle, .popupAjaxTitle {
    font-size: 20px;
    text-align: center;
    line-height: 22px;
  }
  .popupCompleteBtn, .popupAjaxCompleteBtn {
    display: block;
    width: 200px;
    margin: 0 auto 20px auto;
  }
  .comparePopup .popupCompleteBtn, .basketPopup .popupCompleteBtn, .comparePopup .popupAjaxCompleteBtn, .basketPopup .popupAjaxCompleteBtn {
    width: 200px;
    margin: 0 auto;
  }
  .comparePopup .popupCompleteBtn + .popupCompleteBtn, .basketPopup .popupCompleteBtn + .popupCompleteBtn, .comparePopup .popupCompleteBtn + .popupAjaxCompleteBtn, .basketPopup .popupCompleteBtn + .popupAjaxCompleteBtn, .comparePopup .popupAjaxCompleteBtn + .popupCompleteBtn, .basketPopup .popupAjaxCompleteBtn + .popupCompleteBtn, .comparePopup .popupAjaxCompleteBtn + .popupAjaxCompleteBtn, .basketPopup .popupAjaxCompleteBtn + .popupAjaxCompleteBtn {
    width: 200px;
    float: none;
    margin: 10px auto 0 auto;
  }
}

.myOrderFormInput {
  display: block;
  width: 100%;
  border: solid 1px #c5c5c5;
  border-radius: 3px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #3c434c;
  margin: 0 0 15px 0;
}

.donate {
  margin: 20px 0 0 0;
}
.donate:first-child {
  margin: 0;
}
.donateTitle {
  color: #febe2b;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 16px;
}
.donateForm {
  position: relative;
}
.donateForm:after {
  content: "c";
  display: inline-block;
  font-family: "alsrubl";
  position: absolute;
  top: 0;
  right: 5px;
  line-height: 21px;
  padding: 6px 0 6px 0;
  font-size: 14px;
}
.donate input {
  display: block;
  width: 100%;
  border: solid 1px #eaeaea;
  border-width: 0 0 1px 0;
  line-height: 21px;
  color: #444;
  font-weight: 700;
  text-align: center;
  max-width: 100%;
  height: 34px;
  min-height: 34px;
  padding: 6px 30px;
  border-radius: 6px;
}
.donate button {
  background-color: #f2e206;
  color: #000;
  width: 100%;
  border: none;
  padding: 10px 4px;
  margin: 10px 0 0 0;
  font-weight: 500;
  border-radius: 6px;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.donate button:hover {
  background-color: #222;
  color: #fff;
}

.giveDonate {
  background-color: #e02a92;
  display: block;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  border: solid 2px #e02a92;
  border-radius: 25px;
  transition: all 0.4s ease;
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  margin: 20px 0 0 0;
  text-align: center;
}
.giveDonate:hover {
  color: #fff;
  text-decoration: none;
}

.card {
  margin: 3px auto 20px auto;
  /*
  @media all and (max-width: 959px) {
    &Kit {
      &El {
        width: calc(33.3333% - 50px);

        &Total {
          width: calc(33.3333% - 50px);
        }

        &Sep {

        }
      }
    }
  }

  @media all and (max-width: 767px) {
    &Kit {
      &List {
        margin: 0 -10px 30px -10px;
      }

      &El {
        width: calc(50% - 30px);
        padding: 0 10px;

        &Total {
          width: 100%;
          padding: 0 10px;
        }

        &Sep {

        }

        &Sep {
          width: 30px;
        }
      }
    }

  }
  */
}
.card > *:first-child {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .card {
    margin: 20px 0 0px 0;
  }
}
.cardMain {
  overflow: visible;
}
.cardBox {
  margin-bottom: 16px;
  margin-top: 16px;
}
.cardBoxTitle {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Mabry Pro", sans-serif;
  color: #000;
}
@media all and (max-width: 767px) {
  .cardBoxTitle {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 6px;
  }
}
.cardKit {
  padding: 16px;
  border: solid 1px #f2f2f2;
  background: #f2f2f2;
  border-radius: 10px;
  /*      &List {
          font-size: 0;
          line-height: 0;
          word-spacing: 0;
          letter-spacing: 0;
          margin: 0 -10px 30px -10px;
          display: flex;
          align-items: stretch;
          flex-wrap: wrap;

          .mainContent & {
            @media all and (min-width: 1000px) {
              padding-right: 20px;
            }

            @media all and (min-width: 768px) and (max-width: 999px) {
              padding: 0 0 0 10px;
              margin: 0 -20px;
            }
          }

          &.hide {
            display: none;
          }
        }*/
  /*      &El {
          width: calc(25% - 50px);
          display: inline-block;
          vertical-align: top;
          word-spacing: normal;
          letter-spacing: normal;
          padding: 0 20px;
          font-size: 16px;
          line-height: 1.2;
          margin: 20px 0 0 0;
          text-decoration: none !important;

          &:hover {
            text-decoration: none !important;
          }

          .mainContent & {
            @media all and (min-width: 1000px) {
              width: calc(25% - 30px);
              padding: 0 10px;
              margin: 20px 0 0 0;
            }

            @media all and (min-width: 768px) and (max-width: 999px) {
              width: calc(50% - 40px);
              padding: 0 10px;
              margin: 20px 0 0 0;
            }

          }

          &.hide {
            display: none;
          }

          &Total {
            width: calc(20% - 50px);
            display: inline-block;
            vertical-align: middle;
            word-spacing: normal;
            letter-spacing: normal;
            padding: 0;
            font-size: 14px;
            line-height: 1.2;
            margin: 20px 0 0 0;
            text-decoration: none;


            .mainContent & {

              @media all and (min-width: 1000px) {
                width: calc(25%);
                padding: 0 0 0 10px;
                margin: 20px 0 0 0;
              }


              @media all and (min-width: 768px) and (max-width: 999px) {
                width: calc(50% - 40px);
                padding: 0 10px;
                margin: 20px 0 0 0;
              }

            }

            &:hover {
              text-decoration: none;
            }

            &Title {
              font-size: 1.4rem;
              line-height: 1.6em;
              color: #666;
            }

            &Price {
              color: red;
              font-size: 20px;
              font-weight: 500;
              line-height: 1.2;
              margin-bottom: 10px;

              &:after {
                @extend .rub;
                content: Title;

                html[lang="en"] & {
                  content: "";
                }
              }

            }

            &BuyAll {
              padding: 10px 5px;
              margin-bottom: 10px;
              font-size: 14px;
              line-height: 20px;
              color: #000;
              border: none;
              width: 100%;
              text-align: center;
              font-weight: 500;
              border-radius: 4px;
              transition: all .4s ease;
              cursor: pointer;
              background-color: #fcb800;

              &:hover {
                color: #fff;
                background-color: #000;
              }
            }

            &WishAll {
              padding: 10px 2px;
              margin-bottom: 10px;
              font-size: 14px;
              line-height: 20px;
              color: #000;
              border: 1px solid #ccc;
              width: 100%;
              text-align: center;
              font-weight: 500;
              border-radius: 4px;
              transition: all .4s ease;
              cursor: pointer;
              background-color: #fff;

              &:hover {
                color: #000;
                background-color: #fcb800;
                border-color: #fcb800;
              }
            }
          }

          &:hover {
            text-decoration: none;
          }

          &Img {
            display: block;
            border-radius: 6px;
            overflow: hidden;

            img {
              vertical-align: top;
              width: 100%;
            }
          }

          &Title {
            font-size: 14px;
            line-height: 1.2em;
            padding: 10px 0 5px 0;
            color: #06c;
            transition: all 0.5s;
            display: block;

            &:hover {
              color: #fcb800;
            }
          }

          &Price {
            display: block;
            font-size: 14px;
            font-weight: 400;
            color: #000;
            line-height: 1.2;

            &Current {
              &:after {
                @extend .rub;
                content: "a";

                html[lang="en"] & {
                  content: "";
                }
              }
            }
          }

          &.hide + &Sep {
            display: none;
          }

          &Sep {
            display: inline-block;
            vertical-align: middle;
            width: 50px;
            word-spacing: normal;
            letter-spacing: normal;
            font-size: 26px;
            line-height: 26px;
            position: relative;


            .mainContent & {
              width: 30px;
            }


            &.hide {
              display: none;
            }

            &:after {
              content: '';
              //background-image: url("img/svg/plus-light.svg");
              //background-image: url("img/svg/plus.svg");
              background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjUxMnB0IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiNmY2I4MDAiIGQ9Im0yNTYgMGMtMTQxLjE2NDA2MiAwLTI1NiAxMTQuODM1OTM4LTI1NiAyNTZzMTE0LjgzNTkzOCAyNTYgMjU2IDI1NiAyNTYtMTE0LjgzNTkzOCAyNTYtMjU2LTExNC44MzU5MzgtMjU2LTI1Ni0yNTZ6bTExMiAyNzcuMzMyMDMxaC05MC42Njc5Njl2OTAuNjY3OTY5YzAgMTEuNzc3MzQ0LTkuNTU0Njg3IDIxLjMzMjAzMS0yMS4zMzIwMzEgMjEuMzMyMDMxcy0yMS4zMzIwMzEtOS41NTQ2ODctMjEuMzMyMDMxLTIxLjMzMjAzMXYtOTAuNjY3OTY5aC05MC42Njc5NjljLTExLjc3NzM0NCAwLTIxLjMzMjAzMS05LjU1NDY4Ny0yMS4zMzIwMzEtMjEuMzMyMDMxczkuNTU0Njg3LTIxLjMzMjAzMSAyMS4zMzIwMzEtMjEuMzMyMDMxaDkwLjY2Nzk2OXYtOTAuNjY3OTY5YzAtMTEuNzc3MzQ0IDkuNTU0Njg3LTIxLjMzMjAzMSAyMS4zMzIwMzEtMjEuMzMyMDMxczIxLjMzMjAzMSA5LjU1NDY4NyAyMS4zMzIwMzEgMjEuMzMyMDMxdjkwLjY2Nzk2OWg5MC42Njc5NjljMTEuNzc3MzQ0IDAgMjEuMzMyMDMxIDkuNTU0Njg3IDIxLjMzMjAzMSAyMS4zMzIwMzFzLTkuNTU0Njg3IDIxLjMzMjAzMS0yMS4zMzIwMzEgMjEuMzMyMDMxem0wIDAiLz48L3N2Zz4=);
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 26px 26px;
              line-height: 26px;
              position: absolute;
              display: block;
              height: 26px;
              text-align: center;
              top: 50%;
              left: 0;
              right: 0;
              margin: -13px 0 0 0;
              font-weight: 400;
              font-size: 26px;
              color: #666;
              word-spacing: normal;
              letter-spacing: normal;
            }

            &Equal {
              display: inline-block !important;

              &:after {
                //background-image: url("img/svg/equals-light.svg");
                background: none !important;
              }
            }
          }

        }*/
}
.cardKitBox {
  margin-bottom: 16px;
  margin-top: 16px;
  overflow: hidden;
}
.mainPriceBox .cardKitBox {
  border: none;
  border-radius: 0;
  padding: 0;
}
.cardKit .cardKit {
  margin: 0;
}
.cardKitTitle {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Mabry Pro", sans-serif;
  color: #000;
}
.cardKitCh {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.cardKitCh:last-child {
  margin: 0;
}
.cardKitCh input {
  position: absolute;
  top: 0;
  left: -40px;
}
.cardKitCh input:checked + label:before {
  background-color: #222222;
  border-color: #222222;
}
.cardKitCh input:checked + label:after {
  display: block;
  transform: rotate(45deg);
}
.cardKitCh input:disabled + label {
  cursor: default;
}
.cardKitCh label {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
  padding: 0 0 0 30px;
}
.cardKitCh label b {
  color: #000;
  font-weight: 600;
}
.cardKitCh label span {
  color: red;
  font-weight: 500;
}
.cardKitCh label span:after {
  content: Title;
}
html[lang=en] .cardKitCh label span:after {
  content: "";
}
.cardKitCh label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  z-index: 1;
  border: 1px solid #000;
  transition: all 0.4s ease;
}
.cardKitCh label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.4s ease;
  display: none;
}
@media all and (max-width: 380px) {
  .cardKit {
    /*  &List {
        margin: 0 -5px 30px -5px;
      }

      &El {
        padding: 0 5px;

        &Total {
          width: calc(100%);
          padding: 0 5px;
        }

      }*/
  }
  .cardKitBox {
    padding: 15px 10px;
  }
}
.cardHeader, .cardDetails {
  width: 480px;
  float: right;
}
.cardMedia {
  width: calc(100% - 520px);
  float: left;
}
.cardMediaLarge {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
}
.cardMediaLarge:after {
  padding: 80% 0 0 0;
  display: block;
  content: "";
}
.cardMediaLarge .swiper-button-prev,
.cardMediaLarge .swiper-button-next {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.2s, opacity 0.2s;
  box-shadow: 0px 0.9px 1.5px 0 rgba(0, 0, 0, 0.03);
}
.cardMediaLarge .swiper-button-prev svg,
.cardMediaLarge .swiper-button-next svg {
  display: block;
  width: 24px;
  height: 24px;
}
.cardMediaLarge .swiper-button-prev:after,
.cardMediaLarge .swiper-button-next:after {
  display: none;
}
.cardMediaLarge .swiper-button-prev.swiper-button-disabled,
.cardMediaLarge .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.4;
}
.cardMediaLarge .swiper-button-prev {
  left: 20px;
}
.cardMediaLarge .swiper-button-next {
  right: 20px;
}
.cardMediaLargeEl {
  border-radius: 15px;
  overflow: hidden;
  display: inline-flex !important;
  position: relative;
}
.cardMediaLargeEl:after {
  padding: 80% 0 0 0;
  display: block;
  content: "";
}
.cardMediaLargeEl iframe, .cardMediaLargeEl video, .cardMediaLargeEl img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  object-fit: cover;
  object-position: center;
}
.cardMediaLargeEl video {
  background-color: #000;
  border-radius: 15px;
  overflow: hidden;
}
.cardMediaLargeEl_video {
  position: relative;
}
.cardMediaLargeEl_video:before {
  z-index: 10;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 80px;
  content: "";
}
.cardMediaLargeList {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cardMediaPreview {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0 20px;
}
.cardMediaPreview .swiper-button-next,
.cardMediaPreview .swiper-button-prev {
  width: 15px;
  height: 15px;
  border: solid 2px #000;
  border-width: 0 2px 2px 0;
  position: absolute;
  content: "";
  font-size: 0;
  line-height: 0;
  background: none;
  top: 50%;
  transform: rotate(135deg);
  transform-origin: center;
  margin-top: -7px;
  position: absolute;
  left: 5px;
}
.cardMediaPreview .swiper-button-next:after,
.cardMediaPreview .swiper-button-prev:after {
  display: none;
}
.cardMediaPreview .swiper-button-next {
  left: auto;
  right: 5px;
  transform: rotate(-45deg);
}
.cardMediaPreviewEl {
  position: relative;
  cursor: pointer;
  display: inline-flex !important;
  border-radius: 10px;
  overflow: hidden;
  transform: translateZ(0);
}
.cardMediaPreviewEl:before {
  padding: 80% 0 0 0;
  content: "";
  display: block;
}
.cardMediaPreviewEl:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  content: "";
  transition: all 0.5s;
  border: solid 2px #fff;
  outline: solid 5px #fff;
}
.cardMediaPreviewEl:hover:after {
  border: solid 2px #000;
}
.cardMediaPreviewEl.swiper-slide-thumb-active:after {
  border: solid 2px #000 !important;
  opacity: 1 !important;
}
.cardMediaPreviewEl_video:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMzAgMzMwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzcuNzI4LDMyOC4xMmMyLjI2NiwxLjI1Niw0Ljc3LDEuODgsNy4yNzIsMS44OGMyLjc2MywwLDUuNTIyLTAuNzYzLDcuOTUtMi4yOGwyNDAtMTQ5Ljk5OQ0KCWM0LjM4Ni0yLjc0MSw3LjA1LTcuNTQ4LDcuMDUtMTIuNzJjMC01LjE3Mi0yLjY2NC05Ljk3OS03LjA1LTEyLjcyTDUyLjk1LDIuMjhjLTQuNjI1LTIuODkxLTEwLjQ1My0zLjA0My0xNS4yMjItMC40DQoJQzMyLjk1OSw0LjUyNCwzMCw5LjU0NywzMCwxNXYzMDBDMzAsMzIwLjQ1MywzMi45NTksMzI1LjQ3NiwzNy43MjgsMzI4LjEyeiIvPjwvc3ZnPg==);
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.cardMediaPreviewEl img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  background: #fff;
  object-fit: contain;
  object-position: center;
}
@media all and (max-width: 959px) {
  .cardMediaPreviewEl {
    width: 80px;
  }
}
.cardMediaSection {
  background: #1b1a27;
  overflow: visible;
  /*
      .swiper-button-prev,
      .swiper-button-next {
        font-size: 0px;
        line-height: 0px;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        padding: 0;
        position: absolute;
        background: #fff;
        outline: none;
        top: 50%;
        margin: -20px 0 0 0;
        opacity: 0.6;
        z-index: 2;

        &:after {
          width: 15px;
          height: 15px;
          border: solid 2px #000;
          border-width: 0 2px 2px 0;
          position: absolute;
          content: "";
          font-size: 0;
          line-height: 0;
          background: none;
          top: 50%;
          left: 50%;
          transform: rotate(135deg);
          transform-origin: center;
          margin: -7px 0 0 -5px;
        }


        &:hover {
          opacity: 1;
        }

        &:before {
          font-size: 30px;
          line-height: 30px;
          position: absolute;
          background: #fff;
          top: 5px;
          left: 5px;
          //@extend .lineariconsEl;
        }
      }

      .swiper-button-next {
        //@extend .icon-chevron-right;
        right: 25px;

        &:after {
          transform: rotate(-45deg);
          margin: -7px 0 0 -10px;
        }
      }

      .swiper-button-prev {
        //@extend .icon-chevron-left;
        left: 25px;
      }*/
}
.cardMediaSectionBox {
  overflow: hidden;
  margin: 60px 0 15px 0;
}
.cardMediaSectionBox + .wrapContent {
  margin-top: 0;
}
@media all and (max-width: 959px) {
  .cardMediaSectionBox {
    margin: 20px 0 0px 0;
  }
}
.cardMediaSection .swiper-button-prev,
.cardMediaSection .swiper-button-next {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.2s, opacity 0.2s;
  box-shadow: 0px 0.9px 1.5px 0 rgba(0, 0, 0, 0.03);
}
.cardMediaSection .swiper-button-prev svg,
.cardMediaSection .swiper-button-next svg {
  display: block;
  width: 24px;
  height: 24px;
}
.cardMediaSection .swiper-button-prev:after,
.cardMediaSection .swiper-button-next:after {
  display: none;
}
.cardMediaSection .swiper-button-prev.swiper-button-disabled,
.cardMediaSection .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.4;
}
.cardMediaSection .swiper-button-prev {
  left: 40px;
}
.cardMediaSection .swiper-button-next {
  right: 40px;
}
.cardMediaSection .swiper-pagination {
  bottom: 12px;
  line-height: 0;
}
@media all and (max-width: 1400px) {
  .cardMediaSection .swiper-pagination {
    bottom: 7px;
  }
}
.cardMediaSection .swiper-pagination-bullet {
  border: solid 1px #fff;
  opacity: 1;
  background: #000;
}
.cardMediaSection .swiper-pagination-bullet-active {
  border-color: #fff;
  background: #fff;
}
.cardMediaSectionEl {
  padding: 32px 26px;
  position: relative;
}
@media all and (max-width: 1400px) {
  .cardMediaSectionEl {
    padding: 20px 15px;
  }
}
.cardMediaSectionElImg {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 6px;
}
.cardMediaSectionElImg:after {
  padding: 80% 0 0 0;
  content: "";
  display: block;
}
.cardMediaSectionEl img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cardMediaSectionElContent {
  position: absolute;
  padding: 60px 30px 30px 30px;
  bottom: 32px;
  left: 26px;
  right: 26px;
  z-index: 3;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(0deg, rgb(12, 12, 12), rgba(0, 0, 0, 0) 100%);
}
@media all and (max-width: 1400px) {
  .cardMediaSectionElContent {
    bottom: 15px;
    left: 20px;
    right: 20px;
  }
}
.cardMediaSectionElTitle {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.cardMediaSectionElText {
  color: #f2f2f2;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
}
.cardMediaSectionElBottom {
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.cardName {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 10px 0;
  word-break: break-word;
}
.cardNameInfo {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 10px 0;
  word-break: break-word;
}
.cardPrice {
  margin: 0 0 20px 0;
  font-family: courier, arial, sans-serif;
}
.cardPriceCur {
  font-size: 28px;
  text-transform: uppercase;
}
.cardBuy {
  margin: 30px 0 0 0;
  font-size: 16px;
  line-height: 20px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px;
  position: relative;
  text-align: center;
  display: block;
  background-color: #e02a92;
  color: #fff;
  cursor: pointer;
  /*   &:after {
       background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       bottom: 0;
       border-radius: 50px;
       z-index: 2;
     }

     &:hover {
       animation: animate 8s linear infinite;
     }*/
  /*   &:before {
        content: "";
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        z-index: -1;
        background: linear-gradient(45deg, #e02a92, #ef3224, #7c3697);
        background-size: 400%;
        border-radius: 40px;
        opacity: 0;
        transition: 0.5%;
      }

      &:hover:before {
        filter: blur(10px);
        opacity: 1;
        animation: animate 8s linear infinite;
      }
  */
}
.cardBuy span {
  position: relative;
  z-index: 3;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.cardBuyText {
  margin: 20px 0 0 0;
  font-family: courier, arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.cardInfo {
  margin: 30px 0 0 0;
}
.cardInfoEl {
  border-bottom: 1px solid #d0d0d0;
}
.cardInfoElTitle {
  font-size: 22px;
  color: #000;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 700;
  position: relative;
}
.cardInfoElTitle:after, .cardInfoElTitle:before {
  background-color: #000000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 1px;
  top: 50%;
  transform-origin: center;
  transition: transform 200ms ease-in-out;
  width: 6px;
  margin-top: -1px;
}
.cardInfoElTitle:before {
  margin-top: -3px;
  width: 2px;
  height: 6px;
  right: 3px;
}
.cardInfoEl.active .cardInfoElTitle:before {
  transform: rotate(90deg);
}
.cardInfoElContent {
  max-height: 0;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.5s;
}
.cardInfoElContent > *:first-child {
  margin-top: 0;
}
.cardInfoElContent > *:last-child {
  margin-bottom: 0;
}
.cardInfoElContent p {
  margin: 20px 0;
}
.cardInfoElContent ul {
  margin-bottom: 20px;
  margin-left: -8px;
  padding-left: 24px;
  list-style: disc;
}
.cardInfoElContent ul li {
  margin: 0;
}
.cardInfoElContent ul li + li {
  margin: 5px 0 0 0;
}
.cardInfoEl.active .cardInfoElContent {
  padding: 0 0 15px 0;
  max-height: 3000px;
}
.cardInfoEl .videoBox:after {
  padding: 80% 0 0 0;
}
.cardOptions {
  margin: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cardOptions #errorChange {
  width: 100%;
}
.cardQnt {
  width: 101px;
  min-width: 101px;
  padding: 0 15px 0 15px;
  margin: 0 0 15px 0;
  order: 3;
}
.cardQntTitle {
  margin: 0px 0 10px 0;
  font-family: courier, arial, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
.cardSize, .cardColor {
  margin: 0 0 15px 0;
}
.cardSizeTitle, .cardColorTitle {
  margin: 0px 0 10px 0;
  font-family: courier, arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
.card #errorChange {
  width: 100%;
  text-align: center;
  display: block;
  color: #f14705;
  margin: 10px 0 15px 0;
}
.cardColor {
  width: calc(100% - 180px);
}
.cardSize {
  width: 180px;
  display: block;
}
.cardSizeForm {
  position: relative;
}
.cardSizeForm input {
  flex: 0 0 auto;
  height: 36px;
  vector-effect: top;
  outline: none;
  left: 0;
  line-height: 36px;
  padding: 0 20px 0 12px;
  position: relative;
  display: block;
  top: 0;
  background: #f2f2f2;
  width: 100%;
  border-radius: 40px;
  font-size: 13px;
}
.cardSizeForm button {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  border-radius: 40px;
  background: #000;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardSizeSelect {
  background-color: #f2f2f2;
  border: 1px solid #000000;
  display: inline-flex;
  position: relative;
  width: auto;
  min-width: 150px;
  border-radius: 0;
  overflow: hidden;
  align-items: center;
  border-radius: 40px;
}
.cardSizeSelect select {
  flex: 0 0 auto;
  height: 36px;
  vector-effect: top;
  width: 100%;
  outline: none;
  border-radius: 0;
  left: 0;
  line-height: 36px;
  padding: 0 20px 0 12px;
  position: relative;
  top: 0;
  background: #f2f2f2;
  width: 100%;
  border-radius: 40px;
  font-size: 13px;
}
.cardSizeSelectIcon {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  z-index: 0;
}
.cardSizeSelectIcon svg {
  display: block;
}
.cardSizeInfo {
  margin-top: 10px;
}
.cardSizeInfo a {
  opacity: 0.7;
  text-decoration: underline;
  color: #000;
  font-size: 16px;
}
.cardSizeInfo a:hover {
  opacity: 1;
  text-decoration: none;
}
.cardColor {
  padding: 0 15px 0 0;
}
.cardColorList {
  display: flex;
  flex-wrap: wrap;
  min-height: 38px;
  align-items: center;
  margin: 0 -5px;
}
.cardColorEl {
  margin: 5px;
  background-color: #000000;
  background-size: cover;
  border-radius: 50%;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: relative;
  text-align: center;
}
.cardColorEl.active:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgb(0, 0, 0);
}
@media all and (max-width: 959px) {
  .cardMedia {
    padding-right: 10px;
  }
  .cardHeader {
    padding-left: 10px;
  }
}
@media all and (max-width: 1023px) {
  .cardMedia {
    width: calc(100% - 320px);
  }
  .cardHeader {
    width: 280px;
  }
  .cardDetails {
    width: 280px;
  }
}
@media all and (max-width: 767px) {
  .cardMain {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cardMedia {
    padding: 0px;
    width: 100%;
    float: none;
    order: 1;
  }
  .cardHeader {
    order: 0;
    padding: 0 0 10px 0;
    width: 100%;
  }
  .cardDetails {
    float: none;
    order: 3;
    margin-top: 20px;
    padding-left: 0px;
    width: 100%;
  }
}

.onlyM {
  display: none;
}
@media all and (max-width: 767px) {
  .onlyM {
    display: block;
  }
}

.popupFI {
  text-decoration: underline;
  color: #3583bd;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s;
}
.popupFI:hover {
  text-decoration: none;
  color: #000;
}

/*.videoBox {
  position: relative;
  line-height: 0;
  font-size: 0;
  margin-top: 25px;
  overflow: hidden;

  .nav + & {
    margin-top: -20px;

    @media all and (max-width: 767px) {
      margin-top: 0;
    }
  }

  &[data-width="full"] {
    max-height: calc(100vh - 49px);
  }

  &:after {
    display: block;
    content: "";
    line-height: 0;
    font-size: 0;
    padding-bottom: 56%;
  }

  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
  }
}*/
.videoPreview {
  display: flex;
  align-items: center;
  color: #3583bd;
  max-width: 400px;
  font-weight: 700;
  margin: 15px 0 0 0;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 0.929em;
}
.videoPreviewImg {
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.videoPreviewTitle {
  text-decoration: underline;
}
.videoPreview:hover {
  color: #000;
}
.videoPreview:hover .videoPreviewTitle {
  text-decoration: none;
}

.smallGallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
  width: calc(100% + 20px);
}
.smallGallery a {
  display: inline-flex;
  border-radius: 10px;
  position: relative;
  max-width: 140px;
  width: calc(50% - 20px);
  margin: 10px;
  overflow: hidden;
}
.smallGallery a:after {
  content: "";
  padding: 100% 0 0 0;
  display: block;
}
.smallGallery a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.textCompact {
  position: relative;
  /* &Btn {
      margin: 10px 0 0 0;
      font-size: 14px;
      line-height: 20px;
      border-radius: 50px;
      border: none;
      overflow: hidden;
      font-weight: 700;
      padding: 10px;
      text-align: center;
      display: inline-block;
      background-color: #f2f2f2;
      color: #000;
      cursor: pointer;
    }
  */
}
.textCompactInner {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.textCompactInner > *:first-child {
  margin-top: 0;
}
.textCompactInner > *:last-child {
  margin-bottom: 0;
}
.textCompactInner:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 150px;
  transition: all 0.2s;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
}
.textCompactBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: none;
  border: none;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  padding: 140px 0 0 0;
  line-height: 10px;
}
.textCompact.active .textCompactInner {
  max-height: none;
}
.textCompact.active .textCompactInner:after {
  height: 0;
}
.textCompact.active .textCompactBtn {
  display: none;
}

.filterTitle {
  color: #6b66da;
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .filterTitle {
    display: none;
  }
}
.filterToggle {
  display: none;
}
@media all and (max-width: 767px) {
  .filterToggle {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    margin: 15px 0 15px 0;
    border-radius: 21px;
    width: 100%;
    cursor: pointer;
    border: solid 1.5px #000;
  }
}
.filterClose {
  display: none;
}
.filterBox {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 16px;
}
.filterBox + .filterBox {
  margin-top: 16px;
}
.filterBoxTitle {
  color: #000;
  font-weight: 700;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
.filterBoxTitle span:after {
  width: 6px;
  height: 6px;
  margin: 0 0 0 5px;
  position: relative;
  top: -4px;
  display: inline-block;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transform-origin: center;
  content: "";
}
.filterBoxContent {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.filterBox.active .filterBoxContent {
  padding: 15px 0 0 0;
  max-height: 2000px;
  overflow: hidden;
}
.filterBox.fixed .filterBoxContent {
  padding: 15px 0 0 0;
  max-height: 2000px;
  overflow: hidden;
}
.filterBox.active .filterBoxTitle span:after {
  transform: rotate(225deg);
  top: 0;
}
.filterBox.fixed .filterBoxTitle span:after {
  display: none;
}
.filterCh, .formBoxCd, .catalogStockCh, .filterRd, .formBoxRd {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
}
.filterCh input, .formBoxCd input, .catalogStockCh input, .filterRd input, .formBoxRd input {
  position: absolute;
  width: 22px;
  height: 22px;
  opacity: 0;
  z-index: 1;
}
.filterCh label, .formBoxCd label, .catalogStockCh label, .filterRd label, .formBoxRd label {
  display: block;
  padding: 1px 0 1px 32px;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  min-height: 22px;
  vertical-align: top;
  z-index: 2;
  cursor: pointer;
}
.filterCh label:before, .formBoxCd label:before, .catalogStockCh label:before, .filterRd label:before, .formBoxRd label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #000;
}
.filterCh input:checked + label:after, .formBoxCd input:checked + label:after, .catalogStockCh input:checked + label:after, .filterRd input:checked + label:after, .formBoxRd input:checked + label:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  display: block;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  content: "";
}
.filter input:disabled + label {
  cursor: default;
  opacity: 0.5;
}
.filterRd label:before, .formBoxRd label:before {
  border-radius: 50%;
}
.filterRd input:checked + label:before, .formBoxRd input:checked + label:before {
  border-color: #000;
}
.filterRd input:checked + label:after, .formBoxRd input:checked + label:after {
  left: 6px;
  top: 6px;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  display: block;
  border: none;
  background: #000;
  transform: none;
  position: absolute;
  content: "";
}
.filterOptions {
  padding: 15px 0 0 0;
  display: flex;
}
.filterSubmit {
  /*    color: #fff;
      background: #fd860a;
      border: solid 1px #fd860a;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      padding: 6px;
      width: calc(50% - 5px);
      border-radius: 17px;
      margin: 0 5px 0 0;
      transition: all 0.5s;

      &:hover {
        color: #fff;
        background: $mainBlack;
        border-color: $mainBlack;
        cursor: pointer;
      }*/
  background-color: #e02a92;
  color: #fff;
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
}
.filterClear {
  color: #fd860a;
  background: #fff;
  border: solid 1px #fd860a;
  border-radius: 17px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 6px;
  width: calc(50% - 5px);
  margin: 0 0 0 5px;
  transition: all 0.5s;
}
.filterClear:hover {
  color: #000;
  border-color: #000;
  cursor: pointer;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .filter {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    bottom: 0;
    transition: left linear 0.3s;
    overflow: auto;
    margin: 0;
    background: #fff;
    z-index: 1000;
  }
  body.showFilter .filter {
    left: 0;
  }
  .filterSubmit {
    margin: 0;
  }
  .filterClose {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    padding: 10px;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1000;
  }
  .filterClose:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+DQogICAgPGc+DQogICAgICAgIDxwYXRoIGQ9Ik0xMy40MTQgMTJMMjMuNzA3IDEuNzA3QTEgMSAwIDEwMjIuMjkzLjI5M0wxMiAxMC41ODYgMS43MDcuMjkzQS45OTkuOTk5IDAgMTAuMjkzIDEuNzA3TDEwLjU4NiAxMiAuMjkzIDIyLjI5M2EuOTk5Ljk5OSAwIDEwMS40MTQgMS40MTRMMTIgMTMuNDE0bDEwLjI5MyAxMC4yOTNhLjk5Ny45OTcgMCAwMDEuNDE0IDAgMSAxIDAgMDAwLTEuNDE0TDEzLjQxNCAxMnoiPjwvcGF0aD4NCiAgICA8L2c+DQo8L3N2Zz4=);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .filterClose:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    content: "";
    display: block;
  }
  .filterInner {
    padding: 10px 10px 10px 10px;
    position: absolute;
    overflow: auto;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 80px;
  }
  .filterOptions {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 10px 0 0 0;
  }
}

.catalog .slick-arrow {
  font-size: 0px;
  line-height: 0px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  background: #fff;
  outline: none;
  top: 50%;
  margin: -20px 0 0 0;
  opacity: 0.6;
  z-index: 2;
}
.catalog .slick-arrow:after {
  width: 15px;
  height: 15px;
  border: solid 2px #000;
  border-width: 0 2px 2px 0;
  position: absolute;
  content: "";
  font-size: 0;
  line-height: 0;
  background: none;
  top: 50%;
  left: 50%;
  transform: rotate(135deg);
  transform-origin: center;
  margin: -7px 0 0 -5px;
}
.catalog .slick-arrow.slick-next:after {
  transform: rotate(-45deg);
  margin: -7px 0 0 -10px;
}
.catalog .slick-arrow:hover {
  opacity: 1;
}
.catalog .slick-arrow:before {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  background: #fff;
  top: 5px;
  left: 5px;
}
.catalog .slick-next {
  right: 25px;
}
.catalog .slick-prev {
  left: 25px;
}
.catalog .slick-dots {
  display: none !important;
}
.catalogList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 15px -7px;
}
.catalog_x4 .catalogList {
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (min-width: 960px) {
  .catalog_x4 .catalogEl {
    width: calc(25% - 14px);
  }
}
@media all and (max-width: 959px) {
  .catalog_x4 .catalogEl {
    width: calc(50% - 14px);
  }
}
.catalogSlider {
  margin: 50px 0;
  padding: 0 0 20px 0;
  /*   .swiper-button-prev,
      .swiper-button-next {
        font-size: 0px;
        line-height: 0px;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        padding: 0;
        position: absolute;
        background: #fff;
        outline: none;
        top: 50%;
        margin: -20px 0 0 0;
        opacity: 0.6;
        z-index: 2;

        &:after {
          width: 15px;
          height: 15px;
          border: solid 2px #000;
          border-width: 0 2px 2px 0;
          position: absolute;
          content: "";
          font-size: 0;
          line-height: 0;
          background: none;
          top: 50%;
          left: 50%;
          transform: rotate(135deg);
          transform-origin: center;
          margin: -7px 0 0 -5px;
        }


        &:hover {
          opacity: 1;
        }

        &:before {
          font-size: 30px;
          line-height: 30px;
          position: absolute;
          background: #fff;
          top: 5px;
          left: 5px;
          //@extend .lineariconsEl;
        }
      }

      .swiper-button-next {
        //@extend .icon-chevron-right;
        right: 0px;

        &:after {
          transform: rotate(-45deg);
          margin: -7px 0 0 -10px;
        }
      }

      .swiper-button-prev {
        //@extend .icon-chevron-left;
        left: 0px;
      }
  */
}
@media all and (max-width: 959px) {
  .catalogSlider {
    margin: 30px 0;
  }
}
.catalogSlider .swiper-button-prev.swiper-button-disabled,
.catalogSlider .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.1;
}
.catalogSlider .swiper-pagination {
  bottom: 0px;
  line-height: 0;
}
@media all and (max-width: 1400px) {
  .catalogSlider .swiper-pagination {
    bottom: 7px;
  }
}
.catalogSlider .swiper-pagination-bullet {
  border: solid 1px #eaeaea;
  opacity: 1;
  background: #eaeaea;
}
.catalogSlider .swiper-pagination-bullet-active {
  border-color: #e02a92;
  background: #e02a92;
}
.catalogSlider .swiper-button-prev,
.catalogSlider .swiper-button-next {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.2s, opacity 0.2s;
  box-shadow: 0px 0.9px 1.5px 0 rgba(0, 0, 0, 0.03);
}
.catalogSlider .swiper-button-prev svg,
.catalogSlider .swiper-button-next svg {
  display: block;
  width: 24px;
  height: 24px;
}
.catalogSlider .swiper-button-prev:after,
.catalogSlider .swiper-button-next:after {
  display: none;
}
.catalogSlider .swiper-button-prev.swiper-button-disabled,
.catalogSlider .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 0.4;
}
.catalogSlider .swiper-button-prev {
  left: 20px;
}
.catalogSlider .swiper-button-next {
  right: 20px;
}
.catalogSlider .catalogEl {
  margin: 0;
  height: auto;
  display: inline-flex;
}
.catalogEl {
  width: calc(33.3333% - 14px);
  margin: 7px;
  padding: 14px 14px 78px 14px;
  border-radius: 10px;
  padding: 10px;
  align-items: start;
  background-color: #fff;
  transition: all 0.5s;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
.catalogSlider .catalogEl {
  padding: 9px;
  border: solid 1px #eaeaea;
}
@media all and (max-width: 639px) {
  .catalogEl {
    width: calc(50% - 14px);
  }
}
@media all and (max-width: 319px) {
  .catalogEl {
    width: calc(100% - 14px);
  }
}
.catalogEl:hover .swiper-pagination {
  opacity: 1;
}
.catalogElImg {
  padding: 80% 0 0 0;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 15px;
  width: calc(100% + 20px);
  display: flex;
  text-decoration: none;
  margin: 0 0 16px -10px;
  transition: opacity 0.2s;
  overflow: hidden;
  /*
        &:after {
          padding: 125% 0 0 0;
          content: "";
          display: block;
        }*/
}
.catalogSlider .catalogElImg {
  width: 100%;
  margin: 0 0 16px 0;
}
.catalogElImg > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.catalogElImg img[src$="item-loading.png"] {
  width: 48px !important;
  height: 48px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  object-fit: contain !important;
  margin: -24px 0 0 -24px !important;
  object-position: center !important;
}
.swiper-slide .catalogElImg {
  display: inline-flex;
  width: 100%;
}
.swiper-slide .catalogElImg img {
  opacity: 1;
  object-fit: cover;
  object-position: center;
}
.catalogElImg .swiper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  display: block;
}
.catalogElImg .swiper-wrapper {
  z-index: 1;
  align-items: stretch;
}
.catalogElImg .swiperImgWrap {
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: contain;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
}
.catalogElImg .swiperImgWrap:after {
  padding: 80% 0 0 0;
  content: "";
  display: block;
}
.catalogElImg .swiperImgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.catalogElImg .swiper-pagination {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 2;
  opacity: 0.5;
}
@media all and (max-width: 960px) {
  .catalogElImg .swiper-pagination {
    opacity: 1;
  }
}
.catalogElImg .swiper-pagination-bullet {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  border-radius: 0;
  position: relative;
}
.catalogElImg .swiper-pagination-bullet:after {
  border-top: solid 4px #000;
  opacity: 0.75;
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 10px;
  border-radius: 2px;
  left: 10px;
  right: 10px;
}
.catalogElImg .swiper-pagination-bullet-active:after {
  opacity: 1;
  border-top: solid 4px #000;
}
.catalogElInfo {
  text-align: left;
  display: block;
}
.catalogElName {
  color: #000 !important;
  font-family: "Mabry Pro", sans-serif;
  font-weight: 700;
}
.catalogElName:hover {
  color: #5B5C6C !important;
  text-decoration: underline;
}
.catalogElNameInfo {
  color: #000 !important;
  font-family: "Mabry Pro", sans-serif;
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.catalogElNameInfo:hover {
  color: #5B5C6C !important;
  text-decoration: underline;
}
.catalogElColor {
  margin: 5px 0 0 0;
}
.catalogElColorList {
  display: flex;
  flex-wrap: wrap;
  min-height: 38px;
  align-items: center;
  margin: 0 -5px;
}
.catalogElColorEl {
  margin: 5px;
  background-color: #000000;
  background-size: cover;
  border-radius: 50%;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: relative;
  text-align: center;
}
.catalogElColorEl.active:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgb(0, 0, 0);
}
.catalogElPrice {
  text-align: left;
  margin: 5px 0 0 0;
  margin-top: auto;
}
.catalogElPriceCur {
  color: #5B5C6C;
  font-size: 1.145em;
  font-weight: 700;
}
.catalogElPriceCur:after {
  content: " руб.";
}
html[lang=en] .catalogElPriceCur:after {
  content: " руб.";
}
.konsa .catalogElPriceCur:after, html[lang=en] .konsa .catalogElPriceCur:after {
  content: "";
}
.konsa .catalogElPriceCur:before {
  content: "AED ";
}
.catalogElPriceCredit {
  color: #5B5C6C;
  font-size: 1.045em;
  font-weight: 700;
}
.catalogElPriceCredit:after {
  content: " руб./мес.";
}
html[lang=en] .catalogElPriceCredit:after {
  content: " $/month";
}
.konsa .catalogElPriceCredit:after, html[lang=en] .konsa .catalogElPriceCredit:after {
  content: "";
}
.catalogElRating {
  margin: 5px 0 0 0;
  width: 100%;
  display: block;
}
.catalogElBuy {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: #fd860a;
  border: solid 1px #fd860a;
  line-height: 20px;
  padding: 12px 0;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}
@media all and (max-width: 767px) {
  .catalogElBuy {
    display: none;
  }
}
.catalogElPrice {
  padding-top: 8px;
  padding-left: 0;
  width: 100%;
}
.catalogElRating {
  text-align: center;
}
@media all and (min-width: 960px) {
  .catalog_x4 .catalogEl {
    flex-direction: column;
    text-align: center;
  }
  .catalog_x4 .catalogElPrice {
    padding-top: 8px;
    padding-left: 0;
    width: 100%;
  }
  .catalog_x4 .catalogElRating {
    text-align: center;
  }
}
.catalogOption {
  padding: 5px 0;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 959px) {
  .catalogOption {
    flex-direction: column;
    text-align: center;
    align-items: left;
    justify-content: center;
    margin: 15px 0 0 0;
  }
}
.catalog + .catalogOption {
  margin: 15px 0 0 0;
}
.catalogStock {
  display: inline-flex;
  flex-wrap: wrap;
  font-weight: 400;
  color: #6c6c6c;
}
.catalogStockTitle {
  margin: 0 10px 0 0;
}
.catalogStockCh {
  margin: 0 15px 0 0;
  font-weight: 400;
}
.catalogStockCh label {
  font-weight: 400;
}
@media all and (max-width: 959px) {
  .catalogStock + .pagination {
    margin-top: 10px;
  }
}
@media all and (max-width: 639px) {
  .catalogStock {
    text-align: left;
  }
  .catalogStockTitle {
    width: 100%;
    margin: 0 0 0 0;
  }
  .catalogStockCh {
    margin: 5px 10px 0 0;
  }
}

.pagination {
  display: inline-flex;
}
.pagination a, .pagination span {
  margin: 0 0 0 3px;
  color: #000;
  background: #fff;
  border: solid 1px #e5e5e5;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 0;
}
.pagination a.active, .pagination a:hover, .pagination span.active, .pagination span:hover {
  border-color: #000;
}

/*
@font-face {
  font-family: 'gotham-htf-bold';
  src: url("//cdn.shopify.com/s/files/1/2403/8187/files/gotham-htf-bold.woff2?v=6265072679982171356") format('woff2'), url("//cdn.shopify.com/s/files/1/2403/8187/files/gotham-htf-bold.woff?v=5095487823502688638") format('woff'), url("//cdn.shopify.com/s/files/1/2403/8187/files/gotham-htf-bold.ttf?v=315047652011209556") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("//cdn.shopify.com/s/files/1/2403/8187/files/GothamBold.woff2?v=9359460107500114053") format('woff2'), url("//cdn.shopify.com/s/files/1/2403/8187/files/GothamBold.woff?v=9363268276078449859") format('woff'), url("//cdn.shopify.com/s/files/1/2403/8187/files/GothamBold.ttf?v=4080236755602390279") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url("//cdn.shopify.com/s/files/1/2403/8187/files/GothamMedium.woff2?v=17465759298602699321") format('woff2'), url("//cdn.shopify.com/s/files/1/2403/8187/files/GothamMedium.woff?v=15911343527286712650") format('woff'), url("//cdn.shopify.com/s/files/1/2403/8187/files/GothamMedium.ttf?v=11777892150238278178") format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/
.basket {
  margin: 40px 0;
  /*  &Coupon {
      margin: 30px 0 0 0;
      background-color: #fff9e7;
      padding: 35px 50px;
      display: flex;
      align-items: center;
      justify-content: center;

      &Title {
        font-size: 16px;
        line-height: 1.2;
      }

      &Text {
        font-weight: 700;
        margin: 15px 0 0 0;
      }

      &Error {
        margin: 5px 0 0 0;
        color: red;
        display: block;
      }

      &Val {
        margin: 0 40px;
        width: 300px;

        &Text {
          @extend .formElInput;
          text-align: center;
          font-weight: 700;
          display: block;
        }

        input {
          @extend .formElInput;
          text-align: center;
          font-weight: 700;
          display: block;
        }
      }

      &Main {
        text-align: center;
        width: 200px;
      }

      &Submit {
      }

      &Submit, &Remove {
        width: 200px;

        &Btn {
          font-size: 14px;
          line-height: 16px;
          border-radius: 10px;
          overflow: hidden;
          text-transform: uppercase;
          font-weight: 700;
          padding: 15px;
          border: none;
          text-align: center;
          color: #000;
          display: block;
          background: $templateColor;
          cursor: pointer;
          width: 100%;
          max-width: 250px;

          &:hover {
            text-decoration: none;
            background: $mainBlack;
            color: #fff;
          }
        }
      }
    }*/
}
.basketSubTitleFont, .basketDeliveryTitle, .basketTotalSum, .basketAddProductTitle, .basketAddText h3, .basketElName, .basketListHeader, .basketTitle {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: normal;
}
@media all and (max-width: 619px) {
  .basketSubTitleFont, .basketDeliveryTitle, .basketTotalSum, .basketAddProductTitle, .basketAddText h3, .basketElName, .basketListHeader, .basketTitle {
    font-size: 16px;
  }
}
.basketTextFont, .basketKeepShopping, .basketCh, .basketTotalInfo, .basketAddProductColor, .basketAddProductSize {
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
  text-transform: capitalize;
}
@media all and (max-width: 619px) {
  .basketTextFont, .basketKeepShopping, .basketCh, .basketTotalInfo, .basketAddProductColor, .basketAddProductSize {
    font-size: 16px;
  }
}
.basketBtn, .basketSubmitBtn, .basketAddBtn, .basketHeaderBtn {
  background-color: #fdd007;
  color: #000000;
  cursor: pointer;
  padding: 0 40px;
  font-size: 16px;
  letter-spacing: 1.64px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  height: 50px;
  border-radius: 50px;
  display: block;
  border: none;
  line-height: 50px;
  text-align: center;
  background-color: #e02a92;
  color: #fff;
}
.basketBtn:hover, .basketSubmitBtn:hover, .basketAddBtn:hover, .basketHeaderBtn:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.basketTitle {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}
.basketHeader {
  margin: 70px 0 50px 0;
  text-align: center;
  position: relative;
}
.basketHeaderBtn {
  position: absolute;
  right: 0;
  top: -10px;
}
.basketList {
  margin: 40px 0 0 0;
}
.basketListHeader {
  display: flex;
}
.basketListHeader span {
  width: 100%;
  padding: 0 0 20px 0;
  text-align: left;
}
.basketListHeader span:nth-child(2) {
  width: 140px;
  min-width: 140px;
}
.basketListHeader span:nth-child(3) {
  width: 140px;
  min-width: 140px;
}
.basketListHeader span:nth-child(4) {
  width: 140px;
  min-width: 140px;
}
.basketEl {
  display: flex;
  position: relative;
  border-top: solid 1px #e5e5e5;
  padding: 25px 0 25px 190px;
  align-items: start;
  min-height: 160px;
}
.basketElDetails, .basketElOptions {
  margin: 8px 0 0 0;
  padding-left: 13px;
  position: relative;
  font-size: 16px;
  list-style: none;
  display: block;
}
.basketElDetails:before, .basketElOptions li:before {
  content: "+";
  display: block;
  left: 0;
  position: absolute;
}
.basketElOptions {
  padding: 0;
}
.basketElOptions li {
  margin-top: 1px;
  padding-left: 13px;
  position: relative;
  text-transform: capitalize;
}
.basketElImg {
  width: 170px;
  position: absolute;
  top: 25px;
  left: 0;
  height: 110px;
  display: flex;
  overflow: hidden;
  border-radius: 12px;
}
.basketElImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.basketElInfo {
  padding: 0 20px 0 0;
  width: 100%;
}
.basketElName {
  font-size: 18px;
}
.basketElQnt, .basketElPrice {
  width: 140px;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.basketElQnt .qnt {
  border-radius: 4px;
}
.basketElQnt .qntMinus {
  border-radius: 4px 0 0 4px;
}
.basketElQnt .qntPlus {
  border-radius: 0 4px 4px 0;
}
.basketElPrice, .basketElTotal {
  font-size: 16px;
}
.basketElPrice span:before {
  content: "$";
}
.basketElTotal {
  width: 140px;
  min-width: 140px;
}
.basketElTotal span:before {
  content: "$";
}
.basketElRemoveBtn {
  margin: 5px 0 0 0;
  font-size: 14px;
  opacity: 0.4;
}
.basketAdd {
  text-align: left;
  padding: 35px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff9e7;
}
.basketAddText {
  font-size: 16px;
  width: 40%;
  text-align: center;
  max-width: 275px;
}
.basketAddText h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.basketAddText p {
  margin: 10px 0;
}
.basketAddProduct {
  margin: 0 35px;
  width: 40%;
  align-items: start;
  display: inline-flex;
}
.basketAddProductImg {
  width: calc(45% - 20px);
  margin: 0 20px 0 0;
  position: relative;
  border: solid 3px #ffffff;
  vertical-align: top;
  border-radius: 12px;
  overflow: hidden;
}
.basketAddProductImg img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.basketAddProductTitle {
  margin-bottom: 7px;
  font-size: 20px;
  text-transform: uppercase;
}
.basketAddProductTitle span {
  font-family: inherit;
}
.basketAddProductSize {
  margin-bottom: 5px;
  list-style: none;
  display: block;
}
.basketAddProductSizeSelect {
  display: inline-block;
  position: relative;
}
.basketAddProductSizeSelect select {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.basketAddProductSizeSelect label {
  display: block;
  position: absolute;
  transform: rotate(-45deg) translateY(-50%);
  z-index: 0;
  border: solid #343538;
  box-shadow: none;
  color: inherit;
  border-width: 0 0 1px 1px;
  width: 6px;
  height: 6px;
  top: 6px;
  right: 4px;
  content: "";
}
.basketAddProductSize select {
  border: none;
  height: 20px;
  padding-left: 1px;
  padding-right: 23px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.basketAddProductColor {
  margin-bottom: 5px;
  list-style: none;
  display: block;
}
.basketAddProductColorList {
  margin: 10px 0 0 0;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
}
.basketAddProductColorEl {
  padding: 3px 5px;
  margin-bottom: 3px;
  position: relative;
}
.basketAddProductColorEl input {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.basketAddProductColorEl.active label:before,
.basketAddProductColorEl input:checked + label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 0px 1px rgb(0, 0, 0);
  box-shadow: 0px 0px 0px 1px rgb(0, 0, 0);
}
.basketAddProductColorElImg {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.basketAddProductColorEl label {
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  height: 22px;
  min-width: 22px;
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  object-fit: contain;
  text-align: center;
  width: 22px;
}
.basketAddProductColorEl label img {
  width: 22px;
  height: 22px;
}
.basketAddProductContent {
  width: 55%;
  font-size: 16px;
}
.basketBottom {
  display: flex;
  padding: 20px 0 0 0;
  width: 100%;
  flex-direction: column;
  align-items: end;
}
.basketBottomBtns {
  display: inline-flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: end;
  margin: 40px 0 0 0;
}
.basketTotal {
  display: block;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  max-width: 500px;
  width: 100%;
  margin: 0 0 30px calc(100% - 500px);
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 30px;
  text-align: right;
}
.basketTotalInfo {
  margin-top: 15px;
  position: relative;
  text-align: right;
}
.basketTotalSum {
  width: 100%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}
.basketTotalSumNumber {
  font-size: 26px;
  line-height: 1.2;
  margin-left: 10px;
  text-transform: uppercase;
}
.basketSubmitBtn {
  width: 250px;
}
.basketDeliveryTitle {
  text-align: right;
}
.basketDeliveryList {
  margin: 15px 0 0 0;
  text-align: right;
}
.basketCh {
  position: relative;
  line-height: 15px;
  display: inline-block;
  margin: 0 0 0 20px;
}
.basketChList {
  text-align: right;
}
.basketCh input {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  opacity: 0;
}
.basketCh label {
  padding: 0 0 0 25px;
  display: block;
  line-height: 15px;
}
.basketCh label:before {
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  display: block;
  width: 15px;
  content: "";
  height: 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.basketCh label:after {
  background-color: #000000;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 4px;
  content: "";
  left: 4px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
}
.basketCh input:checked + label:after {
  opacity: 1;
}
.basketKeepShopping {
  text-decoration: underline;
  width: 200px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin: 15px 0;
}
.basketKeepShopping:hover {
  text-decoration: none;
  color: #000;
}
@media all and (max-width: 959px) {
  .basketAdd {
    flex-direction: column;
  }
  .basketAddText {
    width: 100%;
    margin: 0 auto;
  }
  .basketAddProduct {
    width: auto;
    max-width: 500px;
    margin: 30px auto;
  }
  .basketAddProductImg {
    max-width: 150px;
    width: 100%;
  }
  .basketAddProductContent {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 767px) {
  .basket {
    /*    &Coupon {
          width: 100%;
          padding: 15px;
          flex-direction: column;

          &Val {
            margin: 20px 0;
          }

          &Error {
            text-align: center;
          }

          &Submit, &Remove {
            width: 200px;

            &Btn {
              padding: 10px;
            }
          }
        }*/
  }
  .basket {
    margin: 10px 0 0 0;
  }
  .basketAdd {
    flex-direction: column;
    padding: 15px;
    margin: 30px 0;
  }
  .basketAddProduct {
    width: 100%;
  }
  .basketBtn, .basketHeaderBtn, .basketAddBtn, .basketSubmitBtn {
    height: 40px;
    line-height: 40px;
  }
  .basketTotalSumNumber {
    font-size: 20px;
    margin: 0 0 0 15px;
  }
  .basketCredit {
    margin: 15px 0;
  }
  .basketTitle {
    text-align: left;
    font-size: 18px;
  }
  .basketHeader {
    text-align: left;
    margin: 0;
  }
  .basketHeaderBtn {
    width: 150px;
    min-width: 150px;
    top: -5px;
    padding: 0;
    text-align: center;
  }
  .basketList {
    margin: 20px 0 0 0;
  }
  .basketListHeader {
    display: none;
  }
  .basketSubmitBtn {
    width: 200px;
  }
  .pageHeader .basketSubmitBtn {
    display: none;
  }
  .basketEl {
    flex-wrap: wrap;
    align-items: start;
    padding: 20px 0 20px 170px;
    min-height: 140px;
    position: relative;
  }
  .basketElImg {
    width: 150px;
    height: 140px;
    top: 20px;
  }
  .basketElInfo {
    vertical-align: top;
    padding: 0;
    font-size: 16px;
    width: 100%;
  }
  .basketElName {
    font-size: 18px;
  }
  .basketElQnt, .basketElPrice, .basketElTotal {
    width: 100%;
    padding: 0;
    margin: 5px 0 0 0;
  }
  .basketElQnt {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    order: 4;
    margin: 15px 0 0 0;
  }
  .basketElQnt .qnt > * {
    height: 28px;
  }
  .basketElQnt .qntMinus, .basketElQnt .qntPlus {
    line-height: 26px;
  }
  .basketElQnt .qntMinus {
    border-radius: 4px 0 0 4px;
  }
  .basketElQnt .qntPlus {
    border-radius: 0 4px 4px 0;
  }
  .basketElRemoveBtn {
    font-size: 12px;
    margin: 0;
  }
  .basketElPrice {
    display: none;
  }
  .basketElPrice:before {
    content: "Price: ";
    font-size: 8px;
  }
  .basketElPriceCur, .basketElPriceOld {
    display: inline;
  }
  .basketElTotal {
    text-align: left;
    order: 6;
    width: 110px;
    margin: 15px 0 0 0;
    font-size: 18px;
    line-height: 20px;
  }
  .basketElTotal:before {
    content: "Total: ";
    display: block;
    vertical-align: top;
    font-size: 8px;
  }
  .basketElTotalSum {
    line-height: 16px;
    display: inline;
  }
}
@media all and (max-width: 400px) {
  .basketAddProductImg {
    /*  max-width: 40%;
      width: 40%;*/
  }
}
@media all and (max-width: 359px) {
  .basketEl {
    padding-left: 140px;
    min-height: 105px;
  }
  .basketElImg {
    width: 120px;
    height: 65px;
  }
}
@media all and (max-width: 369px) {
  .basketAddProduct {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .basketAddProductImg {
    margin: 0;
  }
  .basketAddProductContent {
    width: 100%;
    text-align: center;
  }
  .basketAddProductColorList {
    align-items: center;
    justify-content: center;
  }
}

.orderNewSubmit {
  padding: 0 0 0 30px;
}
.orderNewSubmitBtn {
  background: #fd860a;
  color: white;
  border-color: white;
  width: 100%;
  display: block;
  border-radius: 25px;
  text-align: center;
  line-height: 20px;
  padding: 15px;
  cursor: pointer;
  border: none;
  font-size: 18px;
  transition: all 0.5s;
}
.orderNewSubmitBtn:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
.orderNewSubmitRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 959px) {
  .orderNewSubmit {
    padding: 20px 0 0 0;
    width: 100%;
  }
  .orderNewSubmitRow {
    flex-direction: column;
    align-items: start;
  }
}

.sidebarBoxTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.sidebarBoxTitle {
  padding: 0 0 13px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.sidebarBoxTitle:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 83px;
  height: 1px;
  z-index: 2;
  background-color: #000;
}

.qnt {
  width: 86px;
  display: flex;
  border: 1px solid #e5e5e5;
}
.qntMinus, .qntPlus {
  width: 28px;
  line-height: 36px;
  height: 38px;
  transition: all 0.4s ease;
  position: relative;
  background: #fff;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.qntMinus:hover, .qntPlus:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.qntVal {
  width: 30px;
  display: block;
  text-align: center;
  height: 38px;
  padding: 8px 0;
  line-height: 20px;
  margin: 0 auto;
  border: none;
  border-width: 1px 0;
}

.formBoxControl {
  outline: none;
  height: 50px;
  font-size: 14px;
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 #000;
  text-shadow: 0 0 black;
}
.formBoxTitle {
  margin: 30px 0 20px 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.formBoxRow {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.formBoxEl {
  width: 50%;
  padding: 0 15px;
  margin: 15px 0 0 0;
}
@media all and (max-width: 767px) {
  .formBoxEl {
    width: 100%;
  }
}
.formBoxEl.wide {
  width: 100%;
}
.formBoxLabel, .formBoxEl label {
  margin-bottom: 5px;
  display: inline-block;
}
.formBoxLabel[required]:after, .formBoxEl label[required]:after {
  content: "*";
  display: inline-block;
  vertical-align: top;
  color: #952c2c;
}
.formBoxInput, .formBoxEl > input, .formBoxTextarea, .formBoxEl textarea {
  transition: all 0.4s ease;
  padding: 7.5px 10px 7.5px;
  background: #fff;
  border: solid 1px #e5e5e5;
  min-height: 38px;
  border-radius: 3px;
  display: block;
  width: 100%;
}
.formBoxInput:focus, .formBoxEl > input:focus, .formBoxTextarea:focus, .formBoxEl textarea:focus {
  border-color: rgba(214, 169, 22, 0.5);
  box-shadow: 0 0 3px rgba(214, 169, 22, 0.5);
}
.formBoxTextarea, .formBoxEl textarea {
  height: 120px;
  resize: none;
}
.formBoxSubmit {
  margin: 30px 0 0 0;
}
.formBoxSubmitBtn {
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
  transition: all 0.4s ease;
  padding: 7.5px 19px;
  font-size: 13px;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  border-radius: 18px;
  overflow: hidden;
  font-weight: 700;
  display: block;
  width: 100%;
  /*.order &, .basket & {
    border-color: #fd860a;

    &:hover {
      background-color: #fd860a;
    }
  }*/
}
.formBoxSubmitBtn:hover {
  background-color: #000;
  color: #fff;
}
.formBoxRd {
  padding: 0 15px;
  margin: 15px 0 0 0;
}
.formBoxCd {
  padding: 0 15px;
  margin: 15px 0 0 0;
}

.videoBanner {
  background-color: #1b1a27;
  margin: 0 0 20px 0;
  /*&Title {
    font-family: $titleFont;
    font-size: 32px;
    line-height: 32px;

    @media all and (max-width: 959px) {
      font-size: 24px;
      line-height: 24px;
    }

  }

  &SubTitle {
    font-family: $titleFont;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0 0 0;

    @media all and (max-width: 959px) {
      font-size: 18px;
      line-height: 18px;
    }
  }

  &Text {
    p {
      margin: 10px 0 0 0;
    }
  }*/
}
@media all and (min-width: 768px) {
  .videoBanner {
    margin-top: -26px;
    padding-top: 26px;
  }
}
.videoBannerContent {
  max-width: 1250px;
  padding: 30px 10px;
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  letter-spacing: 0;
  margin: 0 auto;
}
@media all and (max-width: 1199px) {
  .videoBannerContent {
    width: 100%;
  }
}
@media all and (min-width: 960px) {
  .mainNav + .videoBanner {
    margin-top: -45px;
    padding-top: 25px;
  }
}
.videoBannerMedia {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
}
.videoBannerMediaInner {
  padding: 56.25% 0 0 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.videoBannerMediaInner iframe, .videoBannerMediaInner video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.videoBannerMedia video {
  width: 100%;
  /* Could Use thise as well for Individual Controls */
}
.videoBannerMedia video::-webkit-media-controls-play-button {
  display: none;
}
.videoBannerMedia video::-webkit-media-controls-timeline {
  display: none;
}
@media all and (max-width: 959px) {
  .videoBannerMedia {
    width: 45%;
  }
}
@media all and (max-width: 767px) {
  .videoBannerMedia {
    display: block;
    width: 100%;
  }
}
.videoBannerInfo {
  display: inline-block;
  width: 40%;
  padding: 0 10px 0 50px;
  font-size: 16px;
  line-height: 1.3;
  word-spacing: normal;
  letter-spacing: normal;
  vertical-align: middle;
  color: #fff;
}
@media all and (max-width: 959px) {
  .videoBannerInfo {
    width: 55%;
  }
}
@media all and (max-width: 767px) {
  .videoBannerInfo {
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.videoBannerTitle {
  line-height: 40px;
  font-weight: 700;
  position: relative;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  display: block;
  font-family: "Mabry Pro", sans-serif;
}
.videoBannerSubTitle {
  line-height: 1.2;
  margin-top: 0;
  font-size: 12px;
  color: red;
  font-weight: #f14705;
  margin-bottom: 10px;
}
.videoBannerText {
  margin-bottom: 0;
  font-size: 12px;
  color: #999999;
  line-height: 1.8em;
}
.videoBannerText strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #669900;
}
.videoBannerBtn {
  margin-top: 15px;
  padding: 10px 24px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  border: none;
  font-weight: 600;
  border-radius: 40px;
  background-color: rgb(248, 79, 57);
  background-color: #e02a92;
  color: #fff;
  transition: all 0.4s ease;
  cursor: pointer;
}
.videoBannerBtn:hover {
  background-color: #222;
  color: #fff;
}
@media all and (max-width: 479px) {
  .videoBannerTitle {
    font-size: 24px;
  }
  .videoBannerSubTitle {
    color: red;
  }
  .videoBannerText {
    font-size: 12px;
  }
}
.videoBanner .social {
  margin: 20px 0 0 0;
}
.videoBanner .social i {
  filter: invert(1);
}
.videoBanner .social {
  display: flex;
}
.videoBanner .social a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  text-align: center;
  border-radius: 5px;
  margin: 0 3px 3px 0;
  position: relative;
  transition: color 0.75s ease, background-color 0.75s ease, border-color 0.75s ease;
  transition-property: color, background-color, border-color;
  transition-duration: 0.75s, 0.75s, 0.75s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0s, 0s;
}
.videoBanner .social a:hover {
  border-color: #000;
}
.videoBanner .social i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoBanner .icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}
.videoBanner .icon-facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNjQgNTEyIj48cGF0aCBmaWxsPSIjMjIyMjI2IiBkPSJNNzYuNyA1MTJWMjgzSDB2LTkxaDc2Ljd2LTcxLjdDNzYuNyA0Mi40IDEyNC4zIDAgMTkzLjggMGMzMy4zIDAgNjEuOSAyLjUgNzAuMiAzLjZWODVoLTQ4LjJjLTM3LjggMC00NS4xIDE4LTQ1LjEgNDQuM1YxOTJIMjU2bC0xMS43IDkxaC03My42djIyOSIvPjwvc3ZnPg==);
}
.videoBanner .icon-vk {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjMjIyMjI2IiBkPSJNNTQ1IDExNy43YzMuNy0xMi41IDAtMjEuNy0xNy44LTIxLjdoLTU4LjljLTE1IDAtMjEuOSA3LjktMjUuNiAxNi43IDAgMC0zMCA3My4xLTcyLjQgMTIwLjUtMTMuNyAxMy43LTIwIDE4LjEtMjcuNSAxOC4xLTMuNyAwLTkuNC00LjQtOS40LTE2LjlWMTE3LjdjMC0xNS00LjItMjEuNy0xNi42LTIxLjdoLTkyLjZjLTkuNCAwLTE1IDctMTUgMTMuNSAwIDE0LjIgMjEuMiAxNy41IDIzLjQgNTcuNXY4Ni44YzAgMTktMy40IDIyLjUtMTAuOSAyMi41LTIwIDAtNjguNi03My40LTk3LjQtMTU3LjQtNS44LTE2LjMtMTEuNS0yMi45LTI2LjYtMjIuOUgzOC44Yy0xNi44IDAtMjAuMiA3LjktMjAuMiAxNi43IDAgMTUuNiAyMCA5My4xIDkzLjEgMTk1LjVDMTYwLjQgMzc4LjEgMjI5IDQxNiAyOTEuNCA0MTZjMzcuNSAwIDQyLjEtOC40IDQyLjEtMjIuOSAwLTY2LjgtMy40LTczLjEgMTUuNC03My4xIDguNyAwIDIzLjcgNC40IDU4LjcgMzguMSA0MCA0MCA0Ni42IDU3LjkgNjkgNTcuOWg1OC45YzE2LjggMCAyNS4zLTguNCAyMC40LTI1LTExLjItMzQuOS04Ni45LTEwNi43LTkwLjMtMTExLjUtOC43LTExLjItNi4yLTE2LjIgMC0yNi4yLjEtLjEgNzItMTAxLjMgNzkuNC0xMzUuNnoiLz48L3N2Zz4=);
}
.videoBanner .icon-youtube {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjMjIyMjI2IiBkPSJNNTQ5LjY1NSAxMjQuMDgzYy02LjI4MS0yMy42NS0yNC43ODctNDIuMjc2LTQ4LjI4NC00OC41OTdDNDU4Ljc4MSA2NCAyODggNjQgMjg4IDY0UzExNy4yMiA2NCA3NC42MjkgNzUuNDg2Yy0yMy40OTcgNi4zMjItNDIuMDAzIDI0Ljk0Ny00OC4yODQgNDguNTk3LTExLjQxMiA0Mi44NjctMTEuNDEyIDEzMi4zMDUtMTEuNDEyIDEzMi4zMDVzMCA4OS40MzggMTEuNDEyIDEzMi4zMDVjNi4yODEgMjMuNjUgMjQuNzg3IDQxLjUgNDguMjg0IDQ3LjgyMUMxMTcuMjIgNDQ4IDI4OCA0NDggMjg4IDQ0OHMxNzAuNzggMCAyMTMuMzcxLTExLjQ4NmMyMy40OTctNi4zMjEgNDIuMDAzLTI0LjE3MSA0OC4yODQtNDcuODIxIDExLjQxMi00Mi44NjcgMTEuNDEyLTEzMi4zMDUgMTEuNDEyLTEzMi4zMDVzMC04OS40MzgtMTEuNDEyLTEzMi4zMDV6bS0zMTcuNTEgMjEzLjUwOFYxNzUuMTg1bDE0Mi43MzkgODEuMjA1LTE0Mi43MzkgODEuMjAxeiIvPjwvc3ZnPg==);
}
.videoBanner .icon-instagram {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjMjIyMjI2IiBkPSJNMjI0LjEgMTQxYy02My42IDAtMTE0LjkgNTEuMy0xMTQuOSAxMTQuOXM1MS4zIDExNC45IDExNC45IDExNC45UzMzOSAzMTkuNSAzMzkgMjU1LjkgMjg3LjcgMTQxIDIyNC4xIDE0MXptMCAxODkuNmMtNDEuMSAwLTc0LjctMzMuNS03NC43LTc0LjdzMzMuNS03NC43IDc0LjctNzQuNyA3NC43IDMzLjUgNzQuNyA3NC43LTMzLjYgNzQuNy03NC43IDc0Ljd6bTE0Ni40LTE5NC4zYzAgMTQuOS0xMiAyNi44LTI2LjggMjYuOC0xNC45IDAtMjYuOC0xMi0yNi44LTI2LjhzMTItMjYuOCAyNi44LTI2LjggMjYuOCAxMiAyNi44IDI2Ljh6bTc2LjEgMjcuMmMtMS43LTM1LjktOS45LTY3LjctMzYuMi05My45LTI2LjItMjYuMi01OC0zNC40LTkzLjktMzYuMi0zNy0yLjEtMTQ3LjktMi4xLTE4NC45IDAtMzUuOCAxLjctNjcuNiA5LjktOTMuOSAzNi4xcy0zNC40IDU4LTM2LjIgOTMuOWMtMi4xIDM3LTIuMSAxNDcuOSAwIDE4NC45IDEuNyAzNS45IDkuOSA2Ny43IDM2LjIgOTMuOXM1OCAzNC40IDkzLjkgMzYuMmMzNyAyLjEgMTQ3LjkgMi4xIDE4NC45IDAgMzUuOS0xLjcgNjcuNy05LjkgOTMuOS0zNi4yIDI2LjItMjYuMiAzNC40LTU4IDM2LjItOTMuOSAyLjEtMzcgMi4xLTE0Ny44IDAtMTg0Ljh6TTM5OC44IDM4OGMtNy44IDE5LjYtMjIuOSAzNC43LTQyLjYgNDIuNi0yOS41IDExLjctOTkuNSA5LTEzMi4xIDlzLTEwMi43IDIuNi0xMzIuMS05Yy0xOS42LTcuOC0zNC43LTIyLjktNDIuNi00Mi42LTExLjctMjkuNS05LTk5LjUtOS0xMzIuMXMtMi42LTEwMi43IDktMTMyLjFjNy44LTE5LjYgMjIuOS0zNC43IDQyLjYtNDIuNiAyOS41LTExLjcgOTkuNS05IDEzMi4xLTlzMTAyLjctMi42IDEzMi4xIDljMTkuNiA3LjggMzQuNyAyMi45IDQyLjYgNDIuNiAxMS43IDI5LjUgOSA5OS41IDkgMTMyLjFzMi43IDEwMi43LTkgMTMyLjF6Ii8+PC9zdmc+);
}

.cartOrder {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  transition: all 0.2s ease-out;
  line-height: 1.5;
  margin: -25px 0 0 0;
  padding: 25px 0 0 0;
}
@media all and (max-width: 619px) {
  .cartOrder {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .cartOrder {
    padding: 0;
    margin: 0;
  }
}
.cartOrder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff9e7;
  width: 50%;
  bottom: 0;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .cartOrder:before {
    display: none;
  }
}
.cartOrderInner {
  max-width: 1430px;
  margin: 0 auto;
  position: relative;
  padding: 60px 15px;
  z-index: 2;
  width: 100%;
  display: flex;
}
@media all and (max-width: 767px) {
  .cartOrderInner {
    padding: 0px 15px 20px 15px;
    display: block;
  }
}
.cartOrderCh {
  position: relative;
  overflow: hidden;
}
.cartOrderChTitle {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1px;
}
.cartOrderCh input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cartOrderCh label {
  padding: 0 0 0 28px;
  display: block;
}
.cartOrderCh label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  border-radius: 4px;
  border: solid 1px #000;
}
.cartOrderCh input:checked + label:before {
  background: #000 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4zIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjguOSAwLjMgMTAuMyA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDguOSAwLjMgMTAuMyA4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuNiA4LjFsLTMuNy0zLjggMS0xLjEgMi43IDIuNyA1LjUtNS40IDEgMXoiLz48L3N2Zz4=) center no-repeat;
  background-size: 10px 8px;
}
.cartOrderSelect {
  position: relative;
}
.cartOrderSelect select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.cartOrderSelect select + label {
  color: #000000;
  display: inline-block;
  background: #ffffff;
  width: auto;
  white-space: nowrap;
  position: absolute;
  font-size: 11px;
  line-height: 12px;
  padding: 2px 5px;
  left: 5px;
  top: -6px;
}
@media all and (max-width: 767px) {
  .cartOrderSelect select + label {
    font-size: 9px;
  }
}
.cartOrderSelect select option {
  background-color: #fff;
  color: #000;
}
.cartOrderForm {
  padding: 0 20px 0 0;
  width: 50%;
  order: 1;
}
@media all and (max-width: 767px) {
  .cartOrderForm {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
  }
}
.cartOrderFormSeparator {
  margin: 30px 0;
  line-height: 14px;
  position: relative;
  text-align: center;
}
.cartOrderFormSeparator:after {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 1px;
  overflow: hidden;
  content: "";
  background: #e6e6e6;
}
.cartOrderFormSeparator span {
  display: inline-block;
  z-index: 2;
  padding: 0 10px;
  background: #fff;
  position: relative;
}
.cartOrderInfo {
  width: 50%;
  padding: 0 0 0 90px;
  order: 2;
}
@media all and (max-width: 1200px) {
  .cartOrderInfo {
    padding: 0 0 0 40px;
  }
}
@media all and (max-width: 959px) {
  .cartOrderInfo {
    padding: 0 0 0 15px;
  }
}
@media all and (max-width: 767px) {
  .cartOrderInfo {
    display: block;
    width: auto;
    margin: 0px -15px 0 -15px;
    background-color: #fff9e7;
    padding: 30px 15px;
  }
}
.cartOrderBox + .cartOrderBox {
  margin: 40px 0 0 0;
}
.cartOrderBoxTitle {
  font-size: 16px;
  line-height: 1.2;
  color: #333333;
  text-transform: uppercase;
  font-weight: normal;
  margin: 15px 0;
}
@media all and (max-width: 619px) {
  .cartOrderBoxTitle {
    font-size: 14px;
  }
}
.cartOrderBoxAlert {
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px;
}
.cartOrderRow {
  display: flex;
  width: calc(100% + 10px);
  margin-left: -5px;
}
@media all and (max-width: 959px) {
  .cartOrderRow {
    flex-wrap: wrap;
  }
}
.cartOrder_important {
  margin: 10px 0;
  border-radius: 10px;
  padding: 19px 9px;
  border: solid 1px #f2f2f2;
  background: #f2f2f2;
}
.cartOrderEl {
  padding: 10px 5px;
  width: 100%;
  position: relative;
}
@media all and (max-width: 959px) {
  .cartOrderEl {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
.cartOrderEl input[type=text] + label,
.cartOrderEl input[type=password] + label,
.cartOrderEl input[type=date] + label,
.cartOrderEl input[type=email] + label,
.cartOrderEl textarea + label,
.cartOrderEl input[type=tel] + label {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 10px;
  left: 5px;
  transition: all 0.3s;
}
.cartOrderEl input[type=text]::placeholder,
.cartOrderEl input[type=password]::placeholder,
.cartOrderEl input[type=date]::placeholder,
.cartOrderEl input[type=email]::placeholder,
.cartOrderEl textarea::placeholder,
.cartOrderEl input[type=tel]::placeholder {
  color: #fff;
}
.cartOrderEl input[type=text].changed + label,
.cartOrderEl input[type=password].changed + label,
.cartOrderEl input[type=date].changed + label,
.cartOrderEl input[type=email].changed + label,
.cartOrderEl textarea.changed + label,
.cartOrderEl input[type=tel].changed + label {
  color: #000000;
  display: inline-block;
  background: #ffffff;
  width: auto;
  white-space: nowrap;
  font-size: 11px;
  line-height: 12px;
  height: 16px;
  padding: 2px 5px;
  left: 10px;
  top: 3px;
}
.cartOrder textarea::placeholder {
  color: #fff;
}
.cartOrder textarea.changed + label {
  color: #000000;
  display: inline-block;
  background: #ffffff;
  width: auto;
  white-space: nowrap;
  font-size: 11px;
  line-height: 12px;
  height: 16px;
  padding: 2px 5px;
  left: 10px;
  top: 3px;
}
.cartOrderBack {
  order: 1;
  text-decoration: underline;
  text-transform: uppercase;
}
.cartOrderSubmit {
  order: 2;
}
.cartOrderFooter {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cartOrderFooterInfo {
  margin: 12px 0 0 0;
  color: rgb(105, 105, 105);
}
.cartOrderListEl {
  position: relative;
  display: flex;
  align-items: center;
  margin: 12px 0 0 0;
}
.cartOrderListEl:first-child {
  margin: 0;
}
.cartOrderListElImg {
  width: 140px;
  min-width: 140px;
  border-radius: 8px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  display: block;
  overflow: hidden;
}
.cartOrderListElImg img {
  width: 100%;
  height: auto;
}
.cartOrderListElQnt {
  position: absolute;
  top: -10px;
  left: 130px;
  background: #fdd007;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0;
}
.cartOrderListElInfo {
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  width: calc(100% - 90px - 60px);
}
.cartOrderListElPrice {
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  width: 90px;
  text-align: right;
}
@media all and (max-width: 619px) {
  .cartOrderListElPrice {
    font-size: 14px;
  }
}
.cartOrderListElName {
  display: block;
  font-size: 18px;
}
.cartOrderListElProperty {
  display: block;
}
@media all and (max-width: 767px) {
  .cartOrderListEl {
    flex-wrap: wrap;
    display: block;
    display: table;
    width: 100%;
  }
  .cartOrderListElImg {
    float: left;
  }
  .cartOrderListElInfo {
    padding: 0;
    float: right;
    width: calc(100% - 160px);
  }
  .cartOrderListElPrice {
    float: right;
    width: calc(100% - 160px);
  }
}
.cartOrderBtn, .cartOrderCodeSubmit, .cartOrderSubmit {
  background-color: #fdd007;
  color: #000000;
  background-color: #e02a92;
  color: #fff;
  cursor: pointer;
  padding: 0 40px;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  height: 50px;
  display: block;
  border: none;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}
.cartOrderBtn:hover, .cartOrderCodeSubmit:hover, .cartOrderSubmit:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}
@media all and (max-width: 767px) {
  .cartOrderBtn, .cartOrderCodeSubmit, .cartOrderSubmit {
    height: 40px;
    line-height: 40px;
  }
}
.cartOrderDetails {
  margin: 20px 0 0 0;
  border-top: solid 1px rgba(175, 175, 175, 0.34);
}
.cartOrderDetailsEl {
  padding: 25px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cartOrderDetailsEl span + span {
  line-height: 1.4;
  font-size: 16px;
  text-transform: uppercase;
}
@media all and (max-width: 619px) {
  .cartOrderDetailsEl span + span {
    font-size: 14px;
  }
}
.cartOrderDetailsEl_total {
  border-top: solid 1px rgba(175, 175, 175, 0.34);
  margin: 20px 0 0 0;
}
.cartOrderTotal {
  font-size: 26px;
  letter-spacing: 2px;
}
.cartOrderInputEl, .cartOrderCodeVal input, .cartOrderSelect select, .cartOrderEl input[type=text],
.cartOrderEl input[type=password],
.cartOrderEl input[type=date],
.cartOrderEl input[type=email],
.cartOrderEl textarea,
.cartOrderEl input[type=tel] {
  height: 50px;
  padding: 12px 10px;
  display: block;
  background: #fff;
  width: 100%;
  line-height: 24px;
  border: 1px solid #000;
  border-radius: 8px;
  box-shadow: none !important;
}
@media all and (max-width: 767px) {
  .cartOrderInputEl, .cartOrderCodeVal input, .cartOrderSelect select, .cartOrderEl input[type=text],
.cartOrderEl input[type=password],
.cartOrderEl input[type=date],
.cartOrderEl input[type=email],
.cartOrderEl textarea,
.cartOrderEl input[type=tel] {
    height: 40px;
    line-height: 14px;
  }
}
.cartOrderInputElTextarea, .cartOrder textarea {
  height: 100px;
  padding: 12px 10px;
  display: block;
  background: #fff;
  width: 100%;
  line-height: 24px;
  border: 1px solid #000;
  border-radius: 8px;
  box-shadow: none !important;
  resize: none;
}
@media all and (max-width: 767px) {
  .cartOrderInputElTextarea, .cartOrder textarea {
    height: 80px;
    line-height: 14px;
  }
}
.cartOrderInputElLabel, .cartOrderEl input[type=text] + label,
.cartOrderEl input[type=password] + label,
.cartOrderEl input[type=date] + label,
.cartOrderEl input[type=email] + label,
.cartOrderEl textarea + label,
.cartOrderEl input[type=tel] + label {
  height: 50px;
  padding: 13px 11px;
  line-height: 24px;
  display: block;
  width: 100%;
  border-radius: 0;
  box-shadow: none !important;
}
@media all and (max-width: 767px) {
  .cartOrderInputElLabel, .cartOrderEl input[type=text] + label,
.cartOrderEl input[type=password] + label,
.cartOrderEl input[type=date] + label,
.cartOrderEl input[type=email] + label,
.cartOrderEl textarea + label,
.cartOrderEl input[type=tel] + label {
    height: 40px;
    line-height: 14px;
  }
}
.cartOrderCode {
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  border-top: solid 1px rgba(175, 175, 175, 0.34);
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cartOrderCodeVal {
  width: calc(100% - 155px);
  border-radius: 50px;
}
.cartOrderCodeVal input {
  border-color: #d0d0d0;
  border-radius: 50px;
}
.cartOrderCodeSubmit {
  width: 140px;
}
@media all and (max-width: 959px) {
  .cartOrderCode {
    display: block;
  }
  .cartOrderCodeVal {
    width: 100%;
  }
  .cartOrderCodeSubmit {
    margin: 15px 0 0 0;
    width: 100%;
  }
}

.stories {
  min-width: 100%;
  padding: 0;
}
@media all and (max-width: 767px) {
  .stories {
    padding-right: 20px;
  }
}
@media all and (min-width: 960px) {
  .stories {
    padding: 0 5px;
  }
}
@media all and (min-width: 1000px) {
  .stories {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (min-width: 1140px) {
  .stories {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (min-width: 1540px) {
  .stories {
    padding-left: calc(50vw - 710px);
    padding-right: calc(50vw - 710px);
  }
}
.textBox .stories {
  padding: 0;
  margin: 20px -10px;
}
@media all and (max-width: 767px) {
  .textBox .stories {
    padding-right: 20px;
  }
}
.cardMedia .stories {
  padding: 0;
  margin: 0px -10px;
}
@media all and (max-width: 767px) {
  .cardMedia .stories {
    padding-right: 20px;
  }
}
.storiesWrap {
  margin: 0 auto;
  padding: 0;
  display: flex;
  min-width: 100%;
  align-items: stretch;
}
@media all and (max-width: 959px) {
  .storiesWrap {
    display: block;
    padding: 0;
  }
}
.storiesList {
  display: flex;
}
.storiesEl {
  padding: 10px;
}
.storiesElLink {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 178% 0 0 0;
}
.storiesElLink:after {
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.35) 100%);
  display: none;
}
.storiesElDate {
  padding: 12px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  z-index: 2;
}
.storiesElText {
  padding: 40px 0 0 12px;
  position: absolute;
  display: block;
  bottom: 12px;
  left: 0;
  right: 0;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.storiesPrev, .storiesNext {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.2s, opacity 0.2s;
  box-shadow: 0px 0.9px 1.5px 0 rgba(0, 0, 0, 0.03);
}
.storiesPrev svg, .storiesNext svg {
  display: block;
  width: 24px;
  height: 24px;
}
.storiesPrev {
  left: 30px;
}
.storiesNext {
  right: 30px;
}

.storiesTextTitle {
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.storiesTextTitle img {
  vertical-align: top;
  height: 24px;
  width: auto;
  margin: 0 10px 0 0;
}

.storiesPopup {
  opacity: 0;
  transition: opacity 0.2s;
  background: #0b0b0b;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.storiesPopup.active {
  height: 100%;
  bottom: 0;
  opacity: 1;
}
.storiesPopupClose {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  font-family: Arial, Baskerville, monospace;
  font-size: 0;
  top: 1rem;
  right: 1rem;
  padding: 0;
  z-index: 10;
  color: #fff;
  color: transparent;
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  box-shadow: none;
}
.storiesPopupClose:before {
  content: "";
  width: 55%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.storiesPopupClose:after {
  content: "";
  width: 55%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.storiesPopupClose:hover, .storiesPopupClose:focus {
  opacity: 1;
}
.storiesPopupSlider {
  height: 100%;
  width: 100%;
  position: relative;
}
.storiesPopupList {
  align-items: center;
}
.storiesPopupEl {
  background-color: rgb(28, 28, 33);
  width: 90%;
  height: 160vw;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
}
.storiesPopupEl_video:not(.swiper-slide-active):after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 10;
  transition: all 0.5s;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMzAgMzMwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzcuNzI4LDMyOC4xMmMyLjI2NiwxLjI1Niw0Ljc3LDEuODgsNy4yNzIsMS44OGMyLjc2MywwLDUuNTIyLTAuNzYzLDcuOTUtMi4yOGwyNDAtMTQ5Ljk5OQ0KCWM0LjM4Ni0yLjc0MSw3LjA1LTcuNTQ4LDcuMDUtMTIuNzJjMC01LjE3Mi0yLjY2NC05Ljk3OS03LjA1LTEyLjcyTDUyLjk1LDIuMjhjLTQuNjI1LTIuODkxLTEwLjQ1My0zLjA0My0xNS4yMjItMC40DQoJQzMyLjk1OSw0LjUyNCwzMCw5LjU0NywzMCwxNXYzMDBDMzAsMzIwLjQ1MywzMi45NTksMzI1LjQ3NiwzNy43MjgsMzI4LjEyeiIvPjwvc3ZnPg==);
  background-size: 38px 38px;
  background-position: center;
  background-repeat: no-repeat;
}
.storiesPopupEl_video:before {
  z-index: 10;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 80px;
  content: "";
}
@media all and (min-width: 48rem) {
  .storiesPopupEl {
    width: 48vh;
    height: 80vh;
  }
}
.storiesPopupElDate {
  padding: 25px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  z-index: 4;
}
.storiesPopupElText {
  padding: 25px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  z-index: 3;
  text-shadow: rgba(28, 28, 33, 0.6) 0px 1px 4px;
  background-image: linear-gradient(0deg, rgba(28, 28, 33, 0.6), rgba(28, 28, 33, 0));
}
.storiesPopupElText a {
  color: #fff;
  text-decoration: none;
}
.storiesPopupElText p {
  margin: 0;
}
.storiesPopupElPhoto, .storiesPopupElVideo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.storiesPopupElVideo {
  background: #000;
  opacity: 0;
  transition: opacity 0.3s;
}
.storiesPopupElVideo[src] {
  opacity: 1;
}
.storiesPopupElPreloader {
  width: 2rem;
  height: 2rem;
  margin-left: -1rem;
  margin-top: -1rem;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  z-index: 1;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.storiesPopupPrev, .storiesPopupNext {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: box-shadow 0.2s, opacity 0.2s;
  box-shadow: 0px 0.9px 1.5px 0 rgba(0, 0, 0, 0.03);
}
.storiesPopupPrev svg, .storiesPopupNext svg {
  display: block;
  width: 24px;
  height: 24px;
}
.storiesPopupPrev {
  left: 30px;
}
.storiesPopupNext {
  right: 30px;
}

.fullVideo {
  position: relative;
  width: 100%;
  background: #000;
}
.fullVideoInner {
  position: relative;
  margin: 0 auto;
  display: block;
}
.fullVideoInner:after {
  padding-top: 42.857%;
  display: block;
  content: "";
}
.fullVideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}