@import "/template/fonts/roboto/roboto.css";
@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes preloader-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes preloader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes preloader-color {
  0%,
  40%,
  66%,
  80%,
  90% {
    stroke: #1785fd;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
iframe {
  width: 100%;
}
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: Roboto;
  -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;
}
div {
  box-sizing: border-box;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
template {
  display: none;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  resize: none;
}
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;
}
ul {
  padding: 0;
  margin: 0;
}
input {
  line-height: normal;
}
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
input::placeholder {
  font-size: 0.9em;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hidden,
[hidden] {
  display: none !important;
}
.pure-image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
.pure-image-thumbnail {
  padding: 0.25em;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25em;
  max-width: 100%;
  height: auto;
}
.pure-image-rounded {
  border-radius: 0.25em;
}
.pure-button {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  zoom: 1;
  outline: 0;
  text-decoration: none;
  border: 1px solid #eee;
  font-family: inherit;
  font-size: 1em;
  padding: 0.5em 1.2em;
  margin: 0;
  color: #333;
  border-radius: 4px;
}
.pure-button,
.pure-button:hover {
  background-color: #fff;
}
.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset,
    0 0 6px rgba(0, 0, 0, 0.2) inset;
  background-color: #f7f7f7;
  padding-top: 0.6em;
  padding-bottom: 0.4em;
}
.pure-button-disabled,
.pure-button[disabled] {
  border: 1px solid transparent;
  background-image: none;
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}
.pure-button-primary {
  background-color: #0076ff;
  color: #fff;
}
.pure-button-primary:hover {
  background-color: #0f7eff;
}
.pure-button-primary:active {
  background-color: #006ff0;
}
.pure-button-success {
  background-color: #4aab4a;
  color: #fff;
}
.pure-button-success:hover {
  background-color: #51b451;
}
.pure-button-success:active {
  background-color: #45a045;
}
.pure-button-info {
  background-color: #37a2c2;
  color: #fff;
}
.pure-button-info:hover {
  background-color: #40a9c9;
}
.pure-button-info:active {
  background-color: #3498b6;
}
.pure-button-warning {
  background-color: #e59b33;
  color: #fff;
}
.pure-button-warning:hover {
  background-color: #e7a241;
}
.pure-button-warning:active {
  background-color: #e39425;
}
.pure-button-danger {
  background-color: #d9534f;
  color: #fff;
}
.pure-button-danger:hover {
  background-color: #dc5f5c;
}
.pure-button-danger:active {
  background-color: #d64742;
}
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="text"] {
  padding: 0.5em 0.6em;
}
.pure-form input[type="color"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="text"] {
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px rgba(221, 221, 221, 0.76);
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.pure-form input[type="date"],
.pure-form input[type="datetime-local"],
.pure-form input[type="datetime"],
.pure-form input[type="email"],
.pure-form input[type="month"],
.pure-form input[type="password"],
.pure-form input[type="time"],
.pure-form input[type="url"],
.pure-form input[type="week"],
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px rgba(221, 221, 221, 0.76);
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px rgba(221, 221, 221, 0.76);
  border-radius: 4px;
  box-sizing: border-box;
}
.pure-form input[type="color"] {
  padding: 0.2em 0.5em;
}
.pure-form input:not([type]):focus,
.pure-form input[type="color"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="text"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="week"]:focus {
  outline: 0;
  border-color: #75b5ff;
}
.pure-form input[type="checkbox"]:focus,
.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus {
  outline: 0;
}
.pure-form input:not([type])[disabled],
.pure-form input[type="color"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="text"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="week"][disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[type="checkbox"]:focus:invalid:focus,
.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  padding: 0.5em 0.6em 0.3em;
  display: inline-block;
  box-shadow: inset 0 1px 3px rgba(221, 221, 221, 0.76);
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #75b5ff;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc;
}
.pure-form input:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
}
.pure-form .pure-input-rounded,
.pure-form input.pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-3-4 {
  width: 75%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.pure-form-stacked input:not([type]),
.pure-form-stacked input[type="color"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="file"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="week"] {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked label,
.pure-form-stacked select,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.pure-form-aligned .pure-help-inline,
.pure-form-aligned input,
.pure-form-aligned select {
  display: inline-block;
  vertical-align: middle;
}
.pure-form-aligned textarea {
  display: inline-block;
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
.pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: Roboto, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  word-spacing: -0.43em;
  flex-wrap: nowrap;
}
.pure-g-vertical-top {
  align-items: flex-start;
}
.pure-g-vertical-center {
  align-items: center;
}
.pure-g-vertical-bottom {
  align-items: flex-end;
}
.pure-g-horizontal-left {
  text-align: left;
}
.pure-g-horizontal-center {
  text-align: center;
}
.pure-g-horizontal-right {
  text-align: right;
}
.pure-g-justify-between {
  justify-content: space-between !important;
}
.pure-g-justify-center {
  justify-content: center !important;
}
.pure-g-justify-end {
  justify-content: flex-end !important;
}
.pure-g-justify-around {
  justify-content: space-around !important;
}
.pure-g-auto {
  display: flex;
  align-content: flex-start;
}
.pure-g-auto .pure-u-auto {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.pure-g-auto + .pure-g-auto,
.pure-g-auto + .pure-gutter,
.pure-g-auto + .pure-gutter-vertical,
.pure-gutter + .pure-g-auto,
.pure-gutter + .pure-gutter,
.pure-gutter-vertical + .pure-g-auto,
.pure-gutter-vertical + .pure-gutter-vertical {
  margin-top: 24px;
}
.pure-g-auto > .pure-u-auto + .pure-u-auto,
.pure-gutter-horizontal > [class*="pure-u"] + [class*="pure-u"],
.pure-gutter > [class*="pure-u"] + [class*="pure-u"] {
  margin-left: 24px;
}
.pure-u-1-1,
.pure-u-1-12,
.pure-u-1-2,
.pure-u-1-24,
.pure-u-1-3,
.pure-u-1-4,
.pure-u-1-5,
.pure-u-1-6,
.pure-u-1-8,
.pure-u-10-12,
.pure-u-10-24,
.pure-u-11-12,
.pure-u-11-24,
.pure-u-12-12,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-2-12,
.pure-u-2-2,
.pure-u-2-24,
.pure-u-2-3,
.pure-u-2-4,
.pure-u-2-5,
.pure-u-2-6,
.pure-u-2-8,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24,
.pure-u-3-12,
.pure-u-3-24,
.pure-u-3-3,
.pure-u-3-4,
.pure-u-3-5,
.pure-u-3-6,
.pure-u-3-8,
.pure-u-4-12,
.pure-u-4-24,
.pure-u-4-4,
.pure-u-4-5,
.pure-u-4-6,
.pure-u-4-8,
.pure-u-5-12,
.pure-u-5-24,
.pure-u-5-5,
.pure-u-5-6,
.pure-u-5-8,
.pure-u-6-12,
.pure-u-6-24,
.pure-u-6-6,
.pure-u-6-8,
.pure-u-7-12,
.pure-u-7-24,
.pure-u-7-8,
.pure-u-8-12,
.pure-u-8-24,
.pure-u-8-8,
.pure-u-9-12,
.pure-u-9-24 {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  box-sizing: border-box;
}
.pure-u-1-1 {
  width: 100%;
}
.pure-u-1-2 {
  width: 50%;
}
.pure-u-2-2 {
  width: 100%;
}
.pure-u-1-3 {
  width: 33.3333333333%;
}
.pure-u-2-3 {
  width: 66.6666666667%;
}
.pure-u-3-3 {
  width: 100%;
}
.pure-u-1-4 {
  width: 25%;
}
.pure-u-2-4 {
  width: 50%;
}
.pure-u-3-4 {
  width: 75%;
}
.pure-u-4-4 {
  width: 100%;
}
.pure-u-1-5 {
  width: 20%;
}
.pure-u-2-5 {
  width: 40%;
}
.pure-u-3-5 {
  width: 60%;
}
.pure-u-4-5 {
  width: 80%;
}
.pure-u-5-5 {
  width: 100%;
}
.pure-u-1-6 {
  width: 16.6666666667%;
}
.pure-u-2-6 {
  width: 33.3333333333%;
}
.pure-u-3-6 {
  width: 50%;
}
.pure-u-4-6 {
  width: 66.6666666667%;
}
.pure-u-5-6 {
  width: 83.3333333333%;
}
.pure-u-6-6 {
  width: 100%;
}
.pure-u-1-8 {
  width: 12.5%;
}
.pure-u-2-8 {
  width: 25%;
}
.pure-u-3-8 {
  width: 37.5%;
}
.pure-u-4-8 {
  width: 50%;
}
.pure-u-5-8 {
  width: 62.5%;
}
.pure-u-6-8 {
  width: 75%;
}
.pure-u-7-8 {
  width: 87.5%;
}
.pure-u-8-8 {
  width: 100%;
}
.pure-u-1-12 {
  width: 8.3333333333%;
}
.pure-u-2-12 {
  width: 16.6666666667%;
}
.pure-u-3-12 {
  width: 25%;
}
.pure-u-4-12 {
  width: 33.3333333333%;
}
.pure-u-5-12 {
  width: 41.6666666667%;
}
.pure-u-6-12 {
  width: 50%;
}
.pure-u-7-12 {
  width: 58.3333333333%;
}
.pure-u-8-12 {
  width: 66.6666666667%;
}
.pure-u-9-12 {
  width: 75%;
}
.pure-u-10-12 {
  width: 83.3333333333%;
}
.pure-u-11-12 {
  width: 91.6666666667%;
}
.pure-u-12-12 {
  width: 100%;
}
.pure-u-1-24 {
  width: 4.1666666667%;
}
.pure-u-2-24 {
  width: 8.3333333333%;
}
.pure-u-3-24 {
  width: 12.5%;
}
.pure-u-4-24 {
  width: 16.6666666667%;
}
.pure-u-5-24 {
  width: 20.8333333333%;
}
.pure-u-6-24 {
  width: 25%;
}
.pure-u-7-24 {
  width: 29.1666666667%;
}
.pure-u-8-24 {
  width: 33.3333333333%;
}
.pure-u-9-24 {
  width: 37.5%;
}
.pure-u-10-24 {
  width: 41.6666666667%;
}
.pure-u-11-24 {
  width: 45.8333333333%;
}
.pure-u-12-24 {
  width: 50%;
}
.pure-u-13-24 {
  width: 54.1666666667%;
}
.pure-u-14-24 {
  width: 58.3333333333%;
}
.pure-u-15-24 {
  width: 62.5%;
}
.pure-u-16-24 {
  width: 66.6666666667%;
}
.pure-u-17-24 {
  width: 70.8333333333%;
}
.pure-u-18-24 {
  width: 75%;
}
.pure-u-19-24 {
  width: 79.1666666667%;
}
.pure-u-20-24 {
  width: 83.3333333333%;
}
.pure-u-21-24 {
  width: 87.5%;
}
.pure-u-22-24 {
  width: 91.6666666667%;
}
.pure-u-23-24 {
  width: 95.8333333333%;
}
.pure-u-24-24 {
  width: 100%;
}
.pure-u-vertical-top {
  align-self: flex-start;
}
.pure-u-vertical-center {
  align-self: center;
}
.pure-u-vertical-bottom {
  align-self: flex-end;
}
.pure-u-horizontal-left {
  text-align: left;
}
.pure-u-horizontal-center {
  text-align: center;
}
.pure-u-horizontal-right {
  text-align: right;
}
.pure-switcher input[type="checkbox"],
.pure-switcher input[type="radio"],
[v-cloak] > * {
  display: none;
}
.card {
  display: block;
  border-radius: 16px;
  box-sizing: border-box;
  text-shadow: 0 5px 20px rgba(42, 57, 65, 0.4);
}
.card-trends-desktop:hover .img-wrap img,
.card:hover .img-wrap img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.card-desktop {
  background: rgba(43, 28, 28, 0.25);
  background-size: cover;
  width: 262px;
  padding: 60px 24px 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.card-desktop .img-wrap {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.card-desktop .overlay {
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.99;
}
.card h3 {
  height: 160px;
  display: table-cell;
  vertical-align: bottom;
  font-size: 17px;
  position: relative;
}
.card .bottom-line {
  opacity: 0.8;
  font-size: 11px;
  line-height: 14px;
  margin-top: 10px;
}
.card .bottom-line .browsing {
  flex-shrink: 0;
  position: relative;
}
.card .bottom-line .browsing i {
  margin-right: 4px;
}
.card .bottom-line .date {
  flex-shrink: 0;
}
.card .bottom-line .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card .bottom-line .marker {
  margin: 0 6px;
}
.card-desktop-big {
  padding-bottom: 18px;
  width: 360px;
  min-height: 360px;
}
.card-desktop-big h3 {
  height: 257px;
}
.card-desktop-big .bottom-line .title {
  max-width: 180px;
}
.card .bottom-line,
.card-desktop-big .bottom-line,
.card-desktop-narrow .bottom-line {
  justify-content: left;
}
.card-desktop-big .bottom-line .marker,
.card-desktop-narrow .bottom-line .marker {
  margin: 0 6px;
}
.card-desktop-narrow {
  width: 458px;
  height: 165px;
}
.card-desktop-narrow h3 {
  height: 56px;
}
.card-desktop-narrow .bottom-line .title {
  max-width: 270px;
}
.card-trends {
  max-width: 245px;
  color: #2a3941;
  overflow: hidden;
  min-height: 324px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}
.card-trends .img-wrap {
  min-height: 200px;
  background: linear-gradient(
      0deg,
      rgba(16, 10, 10, 0.8) 0,
      rgba(43, 28, 28, 0.15) 24.76%
    ),
    url(/images/desktop/example1.jpg);
  background-size: cover;
}
.card-trends h3 {
  padding: 24px 16px;
  height: auto;
}
.card-trends-desktop .img-wrap {
  overflow: hidden;
  width: 100%;
  height: 120px;
  background: #c4c4c4;
  border-radius: 0 16px 0 16px;
}
.card-desktop .img-wrap img,
.card-trends-desktop .img-wrap img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.25s ease-out;
}
.card-trends-desktop .text {
  font-size: 14px;
  color: #2a3941;
  padding: 12px 24px 24px;
  line-height: 110%;
  height: 96px;
  overflow: hidden;
}
.btnMore {
  color: #8a8f9b;
}
.btnMore .fas {
  transform: rotateY(180deg);
  font-size: 14px;
  margin-left: 6px;
}
.btnMore:active,
.btnMore:hover {
  color: #007aff;
}
.regions {
  border-radius: 16px;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  color: #2a3941;
  padding: 18px 24px;
  width: 300px;
  line-height: 26px;
  box-sizing: border-box;
  background: #fff;
}
.regions #formRegions > div:last-child .pure-switcher-radio {
  padding-bottom: 0;
}
.pure-switcher {
  user-select: none;
  cursor: pointer;
}
.pure-switcher-radio {
  display: block;
  line-height: 40px;
  padding: 0 6px;
  position: relative;
}
.pure-switcher-radio:hover {
  background: rgba(0, 122, 255, 0.03);
  border-radius: 50px;
}
.pure-switcher-radio:after {
  content: "";
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTMiIGN5PSIxMyIgcj0iMTMiIGZpbGw9IiNFRkVGRjQiLz48L3N2Zz4=)
    no-repeat center center;
  position: absolute;
  width: 26px;
  height: 26px;
  right: 6px;
  bottom: 8px;
}
.pure-switcher-radio-sel:after,
.pure-switcher-radio-sel:hover:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTMiIGN5PSIxMyIgcj0iMTMiIGZpbGw9IiNFRkVGRjQiLz48Y2lyY2xlIGN4PSIxMyIgY3k9IjEzIiByPSI2IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXIpIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iNyIgeTE9IjciIHgyPSIxOSIgeTI9IjE5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzI2OEVGRiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwN0FGRiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==)
    no-repeat center center;
}
.pure-switcher-checkbox {
  display: inline-block;
  padding-left: 18px;
  font-size: 16px;
  line-height: 140%;
  transition: 0.25s ease-in;
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -ms-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
}
.pure-switcher-checkbox:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBvcGFjaXR5PSIuMyIgY3g9IjEzIiBjeT0iMTMiIHI9IjEzIiBmaWxsPSIjOEE4RjlCIi8+PC9zdmc+)
    no-repeat center center;
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.pure-switcher-checkbox-sel:after,
.pure-switcher-checkbox-sel:hover:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTMiIGN5PSIxMyIgcj0iMTMiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz48cGF0aCBkPSJNOSAxMi4xN2wzLjE4IDMuNTJMMTggOS4yMyIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4Mj0iMjYiIHkyPSIyNiIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMyNjhFRkYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMDdBRkYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=)
    no-repeat center center;
}
.prompt {
  max-width: 262px;
}
.prompt-main {
  width: 262px;
  position: absolute;
  z-index: 100000;
  top: 62px;
  left: -50px;
}
.prompt-popup {
  background: #007aff;
  border-radius: 16px;
  color: #efeff4;
  font-size: 16px;
  padding: 18px 12px 18px 18px;
  box-shadow: 0 20px 30px rgba(0, 122, 255, 0.25);
  position: relative;
  margin-bottom: 24px;
}
.prompt-popup .title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.prompt-popup .title:before {
  content: "";
  background: url(/images/mobile/hello.png) no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 3px;
}
.prompt-popup .closePrompt {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  opacity: 0.8;
  margin-top: 18px;
  display: inline-block;
  line-height: 90%;
  cursor: pointer;
}
.prompt-popup .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px;
  border-color: transparent transparent #007aff;
  position: absolute;
  transform: rotate(-165deg);
  bottom: -11px;
  left: 30px;
}
.prompt-signature {
  display: flex;
  padding: 6px;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 50px;
  color: #2a3941;
  font-size: 16px;
  position: relative;
}
.prompt-signature .img-wrap {
  overflow: hidden;
  width: 46px;
  height: 46px;
  background: #c4c4c4;
  margin-right: 18px;
  border-radius: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
}
.prompt-signature .text {
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prompt-signature .text .position {
  font-size: 14px;
  opacity: 0.6;
  font-family: Roboto;
}
.notification {
  background: linear-gradient(180deg, #48e845 0, #2aba1d 100%);
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 250px;
  box-shadow: 0 20px 30px rgba(68, 226, 64, 0.3);
  padding: 12px;
  box-sizing: border-box;
  height: 59px;
}
.btnReturn::before,
.notification:before,
.prompt-popup .title:before {
  background-size: contain;
}
.tab-bar {
  color: #fff;
  font-size: 14px;
}
.tab-bar .mnu,
.tab-bar .scroll-up {
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 44px;
  height: 44px;
}
.tab-bar .mnu {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDExYTEgMSAwIDAgMCAxIDFoMTZhMSAxIDAgMSAwIDAtMkgxYTEgMSAwIDAgMC0xIDF6bTAtNWExIDEgMCAwIDAgMSAxaDE2YTEgMSAwIDEgMCAwLTJIMWExIDEgMCAwIDAtMSAxem0xLTZhMSAxIDAgMCAwIDAgMmgxNmExIDEgMCAxIDAgMC0ySDF6IiBmaWxsPSIjMDA3pure-switcher-checkboxZGIi8+PC9zdmc+)
      no-repeat center center,
    #fff;
  position: relative;
}
.tab-bar .scroll-up {
  background: url(/images/mobile/scroll_up.svg) no-repeat center center, #fff;
}
.tab-bar .settings {
  background: linear-gradient(165.49deg, #449dfe 0, #007aff 100%);
  box-shadow: 0 15px 30px rgba(0, 122, 255, 0.35);
  border-radius: 50px;
  letter-spacing: 1px;
  height: 44px;
  box-sizing: border-box;
  justify-content: center;
  position: relative;
  min-width: 170px;
  padding: 5px 5px 5px 24px;
  margin: 0 14px;
}
.scroll:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(/images/mobile/scroll_up.svg) no-repeat center center;
  width: 20px;
  height: 20px;
  top: 12px;
  left: 12px;
}
.tab-bar .settings .img-wrap {
  position: absolute;
  left: 5px;
}
.tab-bar .settings .img-wrap img {
  width: 34px;
  height: 34px;
}
.tab-bar .settings .text {
  line-height: 35px;
}
.apply .btnClose {
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 44px;
  height: 44px;
  background: url(/images/mobile/close.png) no-repeat center center, #fff;
  position: relative;
  background-size: 18px;
}
.apply .btnApply {
  background: linear-gradient(165.49deg, #449dfe 0, #007aff 100%);
  box-shadow: 0 15px 30px rgba(0, 122, 255, 0.35);
  border-radius: 50px;
  letter-spacing: 1px;
  height: 44px;
  padding: 5px;
  box-sizing: border-box;
  justify-content: center;
  position: relative;
  min-width: 170px;
  margin-left: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}
.btnReturn,
.owl-carousel .item {
  text-align: center;
  position: relative;
}
.btnReturn {
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  color: #2a3941;
  height: 44px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 48px;
}
.owl-carousel .item {
  height: 477px;
  max-width: 848px;
  overflow: hidden;
  background: #c4c4c4;
  border-radius: 16px;
  margin: auto;
}
.owl-carousel .item img {
  width: 100%;
  height: auto;
}
.owl-carousel .item .overlay {
  position: absolute;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.99;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  transition: opacity 0.3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  max-width: 1004px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 15px;
  padding: 42px 60px 60px;
  position: relative;
  transition: all 0.3s ease;
  margin: auto;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
}
.modal-container h3 {
  font-size: 22px;
  color: #8a8f9b;
  opacity: 0.5;
  margin: 0 0 12px;
  padding-left: 10px;
  display: inline-block;
}
.modal-container .btnReset {
  text-decoration-line: underline;
  color: #8a8f9b;
  opacity: 0.5;
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
}
.modal-container .btnReset:hover {
  color: #007aff;
}
.modal-container .btnClose {
  width: 22px;
  height: 22px;
  background: url(/images/mobile/close.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 24px;
  right: 24px;
}
.modal-container .sections {
  flex-wrap: wrap;
}
.section,
.section-news,
.section-partners {
  width: 290px;
  position: relative;
  line-height: 44px;
  cursor: pointer;
  padding-left: 12px;
  box-sizing: border-box;
  display: block;
}
.section-news:hover,
.section-partners:hover,
.section:hover {
  background: rgba(0, 122, 255, 0.03);
  border-radius: 50px;
}
.section-news:hover svg path,
.section-partners:hover svg path,
.section:hover svg path {
  fill: #7cbbff;
  opacity: 1;
}
.scroll {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 20px;
}
.ripple-parent {
  list-style-type: none;
  position: relative;
  overflow: hidden;
}
.ripple,
.test .inside-img .answer.correct .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ripple {
  user-select: none;
}
.ink,
.ink-white {
  display: block;
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
}
.ink {
  background: rgba(30, 67, 135, 0.1);
}
.ink-white {
  background: rgba(255, 255, 255, 0.1);
}
.ink.animate {
  animation: ripple 0.45s ease-in-out;
  -webkit-animation: ripple 0.45s ease-in-out;
}
.test {
  margin: 38px 0 60px;
  height: 477px;
  position: relative;
}
.test .counter {
  width: 90px;
  height: 19px;
  background: #007aff;
  border-radius: 16px;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  line-height: 90%;
  padding: 4px 8px;
  text-align: center;
  margin: auto;
}
.test .btn-test {
  background: rgba(0, 122, 255, 0.08);
  border-radius: 24px;
  margin: auto;
  color: #007aff;
  padding: 13px 32px;
  display: inline-block;
  font-weight: 700;
}
.test .btn-test:hover {
  background: rgba(0, 122, 255, 0.16);
}
.test .img-wrap {
  width: 100%;
  height: 140px;
  border-radius: 16px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.test .img-wrap .question {
  color: #fff;
  text-shadow: 0 5px 20px rgba(42, 57, 65, 0.4);
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  padding: 16px;
  position: relative;
}
.test .img-wrap .counter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  width: 45px;
}
.test .img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}
.test .subtitle,
.test .title {
  text-align: center;
  padding: 0 16px;
}
.test .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  margin: 16px 0;
}
.test .subtitle {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 16px;
}
.test .nav {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
}
.test .nav .btn-test {
  margin: 0;
}
.test .nav .prev {
  margin-right: 8px;
}
.test .nav .next:before,
.test .nav .prev:before {
  content: "";
  display: block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjMyIDIwLjkyTDIgMTIuNTczVjExLjRsOC4zMi04LjMyIDEuMiAxLjE3My02LjkwNyA2LjkwN0gyMnYxLjY4SDQuNTg3bDYuOTMzIDYuOTA3LTEuMTczIDEuMTczaC0uMDI3eiIgZmlsbD0iIzAwN0FGRiIvPjwvc3ZnPg==)
    no-repeat center center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.test .nav .next.blocked:before,
.test .nav .prev.blocked:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjMyIDIwLjkyTDIgMTIuNTczVjExLjRsOC4zMi04LjMyIDEuMiAxLjE3My02LjkwNyA2LjkwN0gyMnYxLjY4SDQuNTg3bDYuOTMzIDYuOTA3LTEuMTczIDEuMTczaC0uMDI3eiIgZmlsbD0iIzhBOEY5QiIvPjwvc3ZnPg==)
    no-repeat center center;
}
.test .nav .next.blocked:before,
.test .nav .next:before {
  transform: rotate(180deg);
}
.test .nav .next,
.test .nav .prev {
  width: 56px;
  height: 40px;
  position: relative;
  padding: 0;
}
.test .nav .next.blocked,
.test .nav .prev.blocked {
  background: #efeff4;
}
.test .finish,
.test .start {
  text-align: center;
}
.test .start .counter {
  margin-bottom: 16px;
}
.test .inside .answer {
  color: #8a8f9b;
  padding: 16px;
  box-shadow: inset 0 -1px 0 #efeff4;
  position: relative;
  font-size: 14px;
  line-height: 100%;
  cursor: pointer;
}
.test .inside .answer:hover {
  color: #2a3941;
}
.test .inside .answer.correct {
  color: #4caf50;
}
.test .inside .answer.correct:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNDM4IDUuMjVjLjE1NiAwIC4yODkuMDU1LjM5OC4xNjQuMTEuMTEuMTY0LjI0Mi4xNjQuMzk5djUuNjI1YzAgLjE1Ni0uMDU1LjI4OS0uMTY0LjM5OGEuNTQyLjU0MiAwIDAxLS4zOTguMTY0SC41NjJhLjU0Mi41NDIgMCAwMS0uMzk4LS4xNjQuNTQyLjU0MiAwIDAxLS4xNjQtLjM5OVY1LjgxNGMwLS4xNTcuMDU1LS4yOS4xNjQtLjM5OWEuNTQyLjU0MiAwIDAxLjM5OC0uMTY0aDEuODc1em0tMS4zMzYgNS42NDhjLjEwOS4xMS4yNDIuMTY1LjM5OC4xNjUuMTU2IDAgLjI5LS4wNTUuMzk4LS4xNjVhLjU0Mi41NDIgMCAwMC4xNjUtLjM5OC41NDIuNTQyIDAgMDAtLjE2NS0uMzk4LjU0Mi41NDIgMCAwMC0uMzk4LS4xNjUuNTQyLjU0MiAwIDAwLS4zOTguMTY1LjU0Mi41NDIgMCAwMC0uMTY1LjM5OGMwIC4xNTYuMDU1LjI5LjE2NS4zOTh6bTcuODk4LTljMCAuMzkxLS4xMjUuODM2LS4zNzUgMS4zMzYtLjI1LjQ4NS0uMzgzLjc4Mi0uMzk4Ljg5MWgyLjM2N2MuMzkgMCAuNzE5LjE0Ljk4NC40MjIuMjgxLjI2Ni40MjIuNTc4LjQyMi45MzcgMCAuNDctLjE0OC44NTItLjQ0NSAxLjE0OWgtLjAyNGMuMTI1LjI2NS4xNzIuNTc4LjE0LjkzN2ExLjc2IDEuNzYgMCAwMS0uMzUuOTM4Yy4wOTMuMzEyLjEuNjMzLjAyMy45NmExLjkxOCAxLjkxOCAwIDAxLS4zOTkuNzk4Yy4wOTQuNDA2LjA0Ny43NS0uMTQgMS4wMy0uMTU3LjIyLS4zOTkuMzg0LS43MjcuNDkzLS4zMjguMTEtLjYyNS4xNzItLjg5LjE4OC0uMjUuMDE1LS42MDIuMDIzLTEuMDU1LjAyM2gtLjA3Yy0uNzUgMC0xLjY4OC0uMjUtMi44MTMtLjc1LS41NDctLjI1LS45NTMtLjM3NS0xLjIxOS0uMzc1YS4yOTEuMjkxIDAgMDEtLjIxLS4wOTQuMjUzLjI1MyAwIDAxLS4wNzEtLjE4N1Y1LjU3OGMwLS4wNzguMDMxLS4xNC4wOTQtLjE4Ny4zMTItLjMyOS42NzItLjc5IDEuMDc4LTEuMzgzLjQyMi0uNjEuNzU4LTEuMDMxIDEuMDA4LTEuMjY2LjIxOC0uMjM0LjQxNC0uNjk1LjU4Ni0xLjM4M0M2LjczNC40NTMgNyAwIDcuMzEyIDBjLjE3MiAwIC4zMzYuMDIzLjQ5My4wNy4xNzIuMDMyLjM1MS4xMS41MzkuMjM1LjIwMy4xMS4zNi4zMDQuNDY5LjU4Ni4xMjQuMjguMTg3LjYxNy4xODcgMS4wMDd6IiBmaWxsPSIjNENBRjUwIi8+PC9zdmc+)
    no-repeat center center;
}
.test .inside .answer.wrong {
  color: #ed0e23;
}
.test .inside .answer.correct:before,
.test .inside .answer.selected:before,
.test .inside .answer.wrong:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 18px;
}
.test .inside .answer.wrong:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNDM4IDcuMjVjLjE1NiAwIC4yODktLjA1NS4zOTgtLjE2NEEuNTQyLjU0MiAwIDAwMyA2LjY4N1YxLjA2M2EuNTQyLjU0MiAwIDAwLS4xNjQtLjM5OEEuNTQyLjU0MiAwIDAwMi40MzguNUguNTYyYS41NDIuNTQyIDAgMDAtLjM5OC4xNjQuNTQyLjU0MiAwIDAwLS4xNjQuMzk4djUuNjI1YzAgLjE1Ny4wNTUuMjkuMTY0LjM5OS4xMS4xMS4yNDIuMTY0LjM5OC4xNjRoMS44NzV6TTEuMTAxIDEuNjAyYS41NDIuNTQyIDAgMDEuMzk4LS4xNjVjLjE1NiAwIC4yOS4wNTUuMzk4LjE2NS4xMS4xMDkuMTY1LjI0Mi4xNjUuMzk4IDAgLjE1Ni0uMDU1LjI5LS4xNjUuMzk4YS41NDIuNTQyIDAgMDEtLjM5OC4xNjQuNTQyLjU0MiAwIDAxLS4zOTgtLjE2NEEuNTQyLjU0MiAwIDAxLjkzNyAyYzAtLjE1Ni4wNTUtLjI5LjE2NS0uMzk4em03Ljg5OCA5YzAtLjM5MS0uMTI1LS44MzYtLjM3NS0xLjMzNi0uMjUtLjQ4NS0uMzgzLS43ODItLjM5OC0uODkxaDIuMzY3Yy4zOSAwIC43MTktLjE0Ljk4NC0uNDIyLjI4MS0uMjY2LjQyMi0uNTc4LjQyMi0uOTM3IDAtLjQ3LS4xNDgtLjg1Mi0uNDQ1LTEuMTQ5aC0uMDI0Yy4xMjUtLjI2NS4xNzItLjU3OC4xNC0uOTM3YTEuNzYgMS43NiAwIDAwLS4zNS0uOTM4IDEuODIgMS44MiAwIDAwLjAyMy0uOTYgMS45MTkgMS45MTkgMCAwMC0uMzk5LS43OThjLjA5NC0uNDA2LjA0Ny0uNzUtLjE0LTEuMDMtLjE1Ny0uMjItLjM5OS0uMzg0LS43MjctLjQ5M2EzLjUgMy41IDAgMDAtLjg5LS4xODhDOC45MzguNTA4IDguNTg1LjUgOC4xMzMuNWgtLjA3Yy0uNzUgMC0xLjY4OC4yNS0yLjgxMy43NS0uNTQ3LjI1LS45NTMuMzc1LTEuMjE5LjM3NWEuMjkxLjI5MSAwIDAwLS4yMS4wOTQuMjUzLjI1MyAwIDAwLS4wNzEuMTg3djUuMDE2YzAgLjA3OC4wMzEuMTQuMDk0LjE4Ny4zMTIuMzI5LjY3Mi43OSAxLjA3OCAxLjM4My40MjIuNjEuNzU4IDEuMDMxIDEuMDA4IDEuMjY2LjIxOC4yMzQuNDE0LjY5NS41ODYgMS4zODMuMjE4LjkwNi40ODQgMS4zNTkuNzk2IDEuMzU5LjE3MiAwIC4zMzYtLjAyMy40OTMtLjA3LjE3Mi0uMDMyLjM1MS0uMTEuNTM5LS4yMzUuMjAzLS4xMS4zNi0uMzA0LjQ2OS0uNTg2LjEyNC0uMjguMTg3LS42MTcuMTg3LTEuMDA3eiIgZmlsbD0iI0ZGMkM1NSIvPjxwYXRoIGQ9Ik0yLjQzOCA3LjI1Yy4xNTYgMCAuMjg5LS4wNTUuMzk4LS4xNjRBLjU0Mi41NDIgMCAwMDMgNi42ODdWMS4wNjNhLjU0Mi41NDIgMCAwMC0uMTY0LS4zOThBLjU0Mi41NDIgMCAwMDIuNDM4LjVILjU2MmEuNTQyLjU0MiAwIDAwLS4zOTguMTY0LjU0Mi41NDIgMCAwMC0uMTY0LjM5OHY1LjYyNWMwIC4xNTcuMDU1LjI5LjE2NC4zOTkuMTEuMTEuMjQyLjE2NC4zOTguMTY0aDEuODc1ek0xLjEwMSAxLjYwMmEuNTQyLjU0MiAwIDAxLjM5OC0uMTY1Yy4xNTYgMCAuMjkuMDU1LjM5OC4xNjUuMTEuMTA5LjE2NS4yNDIuMTY1LjM5OCAwIC4xNTYtLjA1NS4yOS0uMTY1LjM5OGEuNTQyLjU0MiAwIDAxLS4zOTguMTY0LjU0Mi41NDIgMCAwMS0uMzk4LS4xNjRBLjU0Mi41NDIgMCAwMS45MzcgMmMwLS4xNTYuMDU1LS4yOS4xNjUtLjM5OHptNy44OTggOWMwLS4zOTEtLjEyNS0uODM2LS4zNzUtMS4zMzYtLjI1LS40ODUtLjM4My0uNzgyLS4zOTgtLjg5MWgyLjM2N2MuMzkgMCAuNzE5LS4xNC45ODQtLjQyMi4yODEtLjI2Ni40MjItLjU3OC40MjItLjkzNyAwLS40Ny0uMTQ4LS44NTItLjQ0NS0xLjE0OWgtLjAyNGMuMTI1LS4yNjUuMTcyLS41NzguMTQtLjkzN2ExLjc2IDEuNzYgMCAwMC0uMzUtLjkzOCAxLjgyIDEuODIgMCAwMC4wMjMtLjk2IDEuOTE5IDEuOTE5IDAgMDAtLjM5OS0uNzk4Yy4wOTQtLjQwNi4wNDctLjc1LS4xNC0xLjAzLS4xNTctLjIyLS4zOTktLjM4NC0uNzI3LS40OTNhMy41IDMuNSAwIDAwLS44OS0uMTg4QzguOTM4LjUwOCA4LjU4NS41IDguMTMzLjVoLS4wN2MtLjc1IDAtMS42ODguMjUtMi44MTMuNzUtLjU0Ny4yNS0uOTUzLjM3NS0xLjIxOS4zNzVhLjI5MS4yOTEgMCAwMC0uMjEuMDk0LjI1My4yNTMgMCAwMC0uMDcxLjE4N3Y1LjAxNmMwIC4wNzguMDMxLjE0LjA5NC4xODcuMzEyLjMyOS42NzIuNzkgMS4wNzggMS4zODMuNDIyLjYxLjc1OCAxLjAzMSAxLjAwOCAxLjI2Ni4yMTguMjM0LjQxNC42OTUuNTg2IDEuMzgzLjIxOC45MDYuNDg0IDEuMzU5Ljc5NiAxLjM1OS4xNzIgMCAuMzM2LS4wMjMuNDkzLS4wNy4xNzItLjAzMi4zNTEtLjExLjUzOS0uMjM1LjIwMy0uMTEuMzYtLjMwNC40NjktLjU4Ni4xMjQtLjI4LjE4Ny0uNjE3LjE4Ny0xLjAwN3oiIGZpbGw9IiNFRDBFMjMiLz48L3N2Zz4=)
    no-repeat center center;
}
.test .inside .answer.selected {
  color: #2a3941;
}
.test .inside .answer.selected:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjgyNC42ODRjLjczNC41OTYgMS4xMjUgMS4zNTUgMS4xNzEgMi4yNzkuMDQ3LjkyMy0uMjY1IDEuNzA1LS45MzYgMi4zNDZsLTQuNTIgNC40NjhhLjc1OC43NTggMCAwMS0xLjA3OCAwTC45NDEgNS4zMDlDLjI3IDQuNjY5LS4wNDIgMy44ODYuMDA1IDIuOTYzLjA1IDIuMDM5LjQ0MiAxLjI4IDEuMTc1LjY4NGEyLjk0NCAyLjk0NCAwIDAxMi4yMDItLjY3Yy44NDMuMDYgMS41NjEuMzggMi4xNTUuOTZMNiAxLjQyMmwuNDY4LS40NDZBMy4yOTUgMy4yOTUgMCAwMTguNi4wMTRjLjg0My0uMDc1IDEuNTg0LjE0OSAyLjIyNC42N3oiIGZpbGw9IiMwMDdBRkYiLz48L3N2Zz4=)
    no-repeat center center;
}
.test .inside .signature {
  color: #2a3941;
  margin: 8px 0 0;
  position: relative;
}
.test .inside .btn-test {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 126px;
}
.test .inside-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}
.test .inside-img .answer {
  width: 48.5%;
  height: 126px;
  margin-bottom: 8px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.test .inside-img .answer:hover {
  border: 4px solid #007aff;
}
.test .inside-img .answer.correct .overlay {
  background: rgba(76, 175, 80, 0.8);
}
.test .inside-img .answer.correct .overlay:before,
.test .inside-img .answer.wrong .overlay:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 19px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.test .inside-img .answer.correct .overlay:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQyMyAxNS4yODVsLTUuMDA2LTUuMDA2YTEuNDE2IDEuNDE2IDAgMTAtMi4wMDIgMi4wMDJsNy4wMDggNy4wMDlMMjMuNTg1IDMuMTI4YTEuNDE2IDEuNDE2IDAgMDAtMi4wMDItMi4wMDNsLTE0LjE2IDE0LjE2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
    no-repeat center center;
}
.test .inside-img .answer.wrong .overlay {
  background: linear-gradient(
    0deg,
    rgba(237, 14, 35, 0.8),
    rgba(237, 14, 35, 0.8)
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.test .inside-img .answer.wrong .overlay:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjE1IDEwbDcuNDM4LTcuNTYxYTEuNDM1IDEuNDM1IDAgMDAwLTIuMDEyIDEuNDI2IDEuNDI2IDAgMDAtMi4wMzQgMEw4LjEzNCAxMGw5LjQyIDkuNTc0Yy41Ni41NjggMS40NzUuNTY4IDIuMDM1IDBhMS40MzUgMS40MzUgMCAwMDAtMi4wMTNMMTIuMTUgMTB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTcuODUgMTBMLjQxMSAyLjQzOWExLjQzNSAxLjQzNSAwIDAxMC0yLjAxMiAxLjQyNiAxLjQyNiAwIDAxMi4wMzQgMEwxMS44NjYgMTBsLTkuNDIgOS41NzRhMS40MjYgMS40MjYgMCAwMS0yLjAzNCAwIDEuNDM1IDEuNDM1IDAgMDEwLTIuMDEzTDcuODQ5IDEweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
    no-repeat center center;
}
.test .inside-img .answer.marked:hover {
  border: 0;
}
.test .inside-img .question {
  color: #2a3941;
  text-shadow: none;
}
.noUi-target,
.test .question {
  position: relative;
}
.test .question .info {
  background: #f6f6f6;
  border-radius: 8px;
  font-size: 12px;
  line-height: 120%;
  color: #2a3941;
  padding: 8px 16px;
  position: absolute;
  top: -65px;
  min-height: 58px;
}
.test .question img {
  margin-top: 36px;
  position: relative;
  z-index: 1;
}
.noUi-target {
  direction: ltr;
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -9px;
  left: auto;
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3fb8af;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  background: #fff;
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after,
.noUi-handle:before {
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  top: 6px;
}
.noUi-handle:before {
  left: 14px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
}
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal {
  height: 3px;
}
.noUi-target {
  box-shadow: none;
  border: 0;
  background: #8e8e93;
}
.noUi-connect {
  background: #0061d2;
}
.noUi-handle {
  border: 0;
  border-radius: 50%;
  background-color: #0076ff;
  cursor: pointer;
  box-shadow: none;
  top: -9px !important;
  width: 20px !important;
  height: 20px !important;
}
.noUi-handle:after,
.noUi-handle:before {
  content: none;
}
.noUi-handle:focus {
  outline: 0;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  height: 60px !important;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: 0;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-theme .owl-nav button.owl-next span,
.owl-theme .owl-nav button.owl-prev span {
  display: none;
}
.modal a.close-modal,
.owl-carousel .owl-video-tn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: -40px;
  position: relative;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"].active,
.owl-theme .owl-nav [class*="owl-"]:hover {
  outline: 0;
}
.owl-theme .owl-nav button.owl-prev {
  display: inline-block;
  width: 11px;
  height: 18px;
  margin-right: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uNTMgOC41TDkuMDMgMGwxLjA2IDEuMDYtNy45NyA3Ljk3TDEwLjEgMTdsLTEuMDYgMS4wNi04LjUtOC41TDAgOS4wM2wuNTMtLjUzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
    no-repeat center center;
}
.owl-theme .owl-nav button.owl-next {
  display: inline-block;
  width: 11px;
  height: 18px;
  margin-left: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjY1IDguNUwxLjE1IDAgLjEgMS4wNmw3Ljk3IDcuOTdMLjA5IDE3bDEuMDYgMS4wNiA4LjUtOC41LjUzLS41My0uNTMtLjUzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
    no-repeat center center;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots {
  margin-top: 12px;
  position: absolute;
  bottom: 0;
  right: 24px;
  z-index: 10;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  outline: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 2px;
  display: block;
  backface-visibility: visible;
  border-radius: 30px;
  box-sizing: border-box;
  transition: transform 0.25s ease-in;
  background-image: none;
  background-color: #fff;
  opacity: 0.3;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
.owl-theme .photo-counter {
  position: absolute;
  bottom: 6px;
  right: 399px;
  padding: 0 12px;
  color: #fff;
  z-index: 1;
  font-size: 12px;
}
.blocker,
.modal {
  box-sizing: border-box;
  width: 100%;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: auto;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiMzMzMiLz48cGF0aCBkPSJNMTMuNjcgMTEuNzVsMi43NCAyLjczYy4xNi4xNy4yNC4zNy4yNC42IDAgLjI0LS4wOC40NS0uMjQuNjNsLS42LjZhLjkxLjkxIDAgMCAxLS42My4yNS44Mi44MiAwIDAgMS0uNi0uMjRsLTIuNzQtMi43NC0yLjczIDIuNzRhLjgyLjgyIDAgMCAxLS42LjI0LjkxLjkxIDAgMCAxLS42My0uMjRsLS42LS42YS45MS45MSAwIDAgMS0uMjUtLjYzYzAtLjI0LjA4LS40NC4yNC0uNmwyLjc0LTIuNzQtMi43NC0yLjczYS44Mi44MiAwIDAgMS0uMjQtLjZjMC0uMjQuMDgtLjQ1LjI0LS42M2wuNi0uNmMuMTktLjE3LjQtLjI1LjYzLS4yNS4yNCAwIC40NC4wOC42LjI0bDIuNzQgMi43NCAyLjczLTIuNzRhLjgyLjgyIDAgMCAxIC42LS4yNGMuMjQgMCAuNDUuMDguNjMuMjRsLjYuNmMuMTcuMTkuMjUuNC4yNS42MyAwIC4yNC0uMDguNDQtLjI0LjZsLTIuNzQgMi43NHoiIGZpbGw9IiNGOEY4RjgiLz48L3N2Zz4=);
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #333;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -ms-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -ms-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.pmslider {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.pmslider-handler {
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  user-select: none;
}
.pmslider-handler:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 3px;
  height: 3px;
  background: rgba(0, 118, 255, 0.3);
}
.pmslider-handler:last-child:before {
  right: 0;
}
.pmslider-handler-selected:before {
  background: #0076ff;
}
.pmslider-img {
  position: absolute;
  width: 100%;
  user-select: none;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.pmslider-img-selected {
  opacity: 1;
}
.selectize-control {
  position: relative;
  line-height: 0;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control.single .selectize-input {
  cursor: pointer;
}
.selectize-control.multi .selectize-input input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
  height: auto;
}
.selectize-control.single .selectize-input.input-active {
  cursor: text;
  background: #fff;
  display: inline-block;
}
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: gray transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px;
  border-color: transparent transparent gray;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: 0 0;
  box-shadow: none;
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
  background: 0 0;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 5px;
  background-color: #1b9dec;
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-repeat: repeat-x;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #fff;
  background: #d2d2d2;
  border: 1px solid #aaa;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaa;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: 0 0;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-control.required .not-full {
  border: 1px solid #ff2851;
}
.selectize-dropdown {
  font-family: inherit;
  line-height: 18px;
  position: absolute;
  z-index: 10;
  background: #fff;
  margin: -1px 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
  padding: 5px 8px;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child,
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  padding: 7px 8px 5px;
  background: #fff;
  cursor: default;
  font-weight: 700;
  font-size: 0.85em;
}
.selectize-dropdown .option {
  padding: 5px 8px;
  cursor: pointer;
  opacity: 0.5;
}
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .active {
  background-color: #e6f1ff;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
  padding: 5px 8px;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #8e8e93;
  background: #f8f8f8;
  border-radius: 5px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000;
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #0061d2;
  border-radius: 0 0 5px 5px;
}
.selectize-input {
  cursor: text;
  border: 1px solid #8e8e93;
  padding: 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
}
.selectize-input,
.selectize-input input {
  font-family: inherit;
  line-height: 18px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  border: 1px solid #0061d2;
}
.selectize-input.dropdown-active {
  border-radius: 5px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 !important;
  background: 0 0 !important;
  line-height: inherit !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: 0 !important;
}
.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.pure-preloader,
.pure-preloader-mobile {
  display: none;
  position: absolute;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.pure-preloader {
  top: 11px;
  right: 11px;
  max-width: 200px;
  max-height: 200px;
  -webkit-animation: preloader-rotate 0.4s linear infinite;
  animation: preloader-rotate 0.4s linear infinite;
}
.pure-preloader .circle {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: preloader-dash 1.5s ease-in-out infinite,
    preloader-color 6s ease-in-out infinite;
  animation: preloader-dash 1.5s ease-in-out infinite,
    preloader-color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.pure-preloader-mobile {
  max-width: 55px;
  max-height: 55px;
  top: 0;
  right: 0;
}
.pure-preloader-mobile .circle {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 57s linear;
  stroke-linecap: round;
  -webkit-animation: dash 57s linear;
}
.pure-preloader-search {
  display: block;
  position: relative;
  margin: 42px auto;
  -webkit-animation: preloader-rotate 1s linear infinite;
  animation: preloader-rotate 1s linear infinite;
}
.pure-preloader-search .circle {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: -10;
  -webkit-animation: preloader-dash 2s ease-in-out infinite,
    preloader-color 6s ease-in-out infinite;
  animation: preloader-dash 2s ease-in-out infinite,
    preloader-color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s,
    -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker--cell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #0076ff;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-current-.-focus-,
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  border: 0;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #0076ff;
}
.datepicker--cell.-selected-.-focus- {
  background: #0161c6;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade-,
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover {
  color: #c5c5c5;
}
.datepicker--cell-day.-other-month-:empty {
  background: 0 0;
  border: 0;
}
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: 0;
}
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cells-months,
.datepicker--cells-years {
  height: 170px;
}
.datepicker--day-name,
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.datepicker--day-name {
  color: #ff9a19;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.datepicker--days-names {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--years {
  height: 170px;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s,
    -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border: 1px solid #8e8e93;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.datepicker--nav-action {
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--buttons,
.datepicker--nav-action,
.datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.datepicker--nav-title {
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}
.datepicker--buttons {
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button,
.datepicker--time {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px
    no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type="range"] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: -6px;
}
.datepicker--time-row input[type="range"]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:focus {
  outline: 0;
}
.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
  border: 0;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-moz-range-track {
  border: 0;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-track {
  border: 0;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-lower {
  background: 0 0;
}
.datepicker--time-row input[type="range"]::-ms-fill-upper {
  background: 0 0;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
}
.-top-center- .datepicker--pointer {
  left: calc(50% - 5px);
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-top-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer {
  right: 10px;
}
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-left-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-left-center- .datepicker--pointer {
  top: calc(50% - 5px);
}
.-left-top- .datepicker--pointer {
  top: 10px;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.tipr_content {
  font-size: 12px;
  color: #555;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 6px 13px 7px;
  border-radius: 3px;
}
.tipr_container_above,
.tipr_container_below {
  display: none;
  position: absolute;
  z-index: 10000;
  box-shadow: 0 0 1px 1px #f9f9f9;
  margin-top: -77px;
}
.tipr_container_below {
  margin-top: 13px;
}
.tipr_point_above,
.tipr_point_below {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.tipr_point_above:after,
.tipr_point_above:before {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0;
  border-top-color: #fff;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
.tipr_point_above:before {
  border-top-color: #ccc;
  border-width: 8px;
  margin-left: -8px;
}
.tipr_point_below:after {
  bottom: 100%;
  margin-left: -7px;
}
.tipr_point_above_alt:after,
.tipr_point_below:after,
.tipr_point_below:before,
.tipr_point_below_alt:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 50%;
}
.tipr_point_below:before {
  bottom: 100%;
  border-bottom-color: #ccc;
  border-width: 8px;
  margin-left: -8px;
}
.tipr_content_alt {
  font-size: 12px;
  color: #777;
  letter-spacing: 1px;
  background-color: #f1f1f1;
  padding: 6px 13px 7px;
  border-radius: 3px;
}
.tipr_container_above_alt,
.tipr_container_below_alt {
  display: none;
  position: absolute;
  z-index: 1000;
}
.tipr_point_above_alt,
.tipr_point_below_alt {
  position: relative;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
}
.tipr_point_above_alt:after,
.tipr_point_below_alt:after {
  border-width: 7px;
  margin-left: -7px;
}
.tipr_point_above_alt:after {
  top: 100%;
  border-top-color: #f1f1f1;
}
.tipr_point_below_alt:after {
  bottom: 100%;
  border-bottom-color: #f1f1f1;
}
.v-autocomplete {
  color: #2a3941;
  font-size: 14px;
  position: relative;
}
.v-autocomplete .v-autocomplete-input-group .v-autocomplete-input {
  margin: 12px 0 42px;
  height: 50px;
  width: 100%;
  padding-left: 18px;
  border: 1px solid #dcdde1;
  box-sizing: border-box;
  border-radius: 3px;
}
.v-autocomplete .v-autocomplete-list {
  position: absolute;
  top: 62;
  background: #fff;
  margin-top: 12px;
  padding: 24px 18px;
  width: 100%;
  text-align: left;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #dcdde1;
  box-sizing: border-box;
  border-radius: 3px;
}
.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item {
  padding-bottom: 18px;
  cursor: pointer;
}
.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item:last-child {
  padding-bottom: 0;
}
.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item:hover {
  color: #007aff;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg,
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pswp__bg {
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.pswp__scroll-wrap {
  overflow: hidden;
}
.pswp__container {
  position: absolute;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  transition: opacity 0ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transition: opacity 0ms cubic-bezier(0.4, 0, 0.22, 1);
  -moz-transition: opacity 0ms cubic-bezier(0.4, 0, 0.22, 1);
  -ms-transition: opacity 0ms cubic-bezier(0.4, 0, 0.22, 1);
  -o-transition: opacity 0ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__img,
.pswp__item {
  position: absolute;
  top: 0;
  left: 0;
}
.pswp__item {
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  width: auto;
  height: auto;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
}
@keyframes donut-rotate {
  0%,
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-430px);
  }
}
@-moz-keyframes slide {
  0% {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(-430px);
  }
}
@-o-keyframes slide {
  0% {
    -o-transform: translateY(0);
  }
  to {
    -o-transform: translateY(-430px);
  }
}
@keyframes slide {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-430px);
    -webkit-transform: translateY(-430px);
    -moz-transform: translateY(-430px);
    -ms-transform: translateY(-430px);
    -o-transform: translateY(-430px);
  }
}
@-webkit-keyframes slideScrollIn {
  0% {
    -webkit-transform: translateX(250px);
  }
  to {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideScrollIn {
  0% {
    -moz-transform: translateX(250px);
  }
  to {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideScrollIn {
  0% {
    -o-transform: translateX(250px);
  }
  to {
    -o-transform: translateX(0);
  }
}
@keyframes slideScrollIn {
  0% {
    transform: translateX(250px);
  }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@-webkit-keyframes slideScrollOut {
  0% {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(250px);
  }
}
@-moz-keyframes slideScrollOut {
  0% {
    -moz-transform: translateX(0);
  }
  to {
    -moz-transform: translateX(250px);
  }
}
@-o-keyframes slideScrollOut {
  0% {
    -o-transform: translateX(0);
  }
  to {
    -o-transform: translateX(250px);
  }
}
@keyframes slideScrollOut {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(120px);
  }
}
@-moz-keyframes down {
  0% {
    -moz-transform: translateY(0);
  }
  to {
    -moz-transform: translateY(120px);
  }
}
@-o-keyframes down {
  0% {
    -o-transform: translateY(0);
  }
  to {
    -o-transform: translateY(120px);
  }
}
@keyframes down {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(120px);
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
  }
}
.pswp__button {
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: 0;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/template/js/photoSwipe/default-skin/default-skin.png) 0 0
    no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/template/js/photoSwipe/default-skin/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a,
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 30px;
  height: 30px;
  margin: 12px;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active,
.pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: 0.75;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}
.pswp__button--close {
  width: 20px;
  height: 20px;
  background: red;
  position: fixed;
  top: 20px;
  right: 20px;
}
img.pswp__img {
  z-index: 100;
  position: relative;
}
@media (min-width: 768px) {
  .pswp__zoom-wrap {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    overflow-x: auto !important;
  }
  img.pswp__img {
    cursor: zoom-out !important;
    width: auto !important;
    max-height: 90% !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
  }
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  display: none;
}
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #8a8f9b;
}
body,
html {
  height: 100%;
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-rendering: optimizeLegibility;
}
body {
  font-size: 16px;
  line-height: 1.4em;
  color: #2a3941;
  font-family: Roboto, Roboto, Verdana, sans-serif;
  overflow-y: scroll;
  display: flex;
  flex-flow: column;
  -webkit-animation: fade-in 0.25s linear;
  -moz-animation: fade-in 0.25s linear;
  -ms-animation: fade-in 0.25s linear;
  -o-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
body.menu-opened #footer,
body.menu-opened #wrapper {
  position: relative;
}
body.menu-opened .menu__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
#wrapper {
  flex-grow: 1;
}
#mainHeader,
body {
  background-color: #fff;
}
#mainHeader {
  height: 45px;
  border-bottom: 1px solid #f8f8f8;
  width: 100%;
}
#mainNav {
  width: 100%;
  height: inherit;
}
#push {
  height: 24px;
  margin-top: 0;
}
#footer {
  width: 100%;
  background-color: #fff;
}
.content {
  width: 1140px;
  margin: 0 auto;
}
.verdana {
  font-family: Verdana, sans-serif;
}
.RobotoThin {
  font-weight: 100;
}
.Roboto,
.RobotoBold,
.RobotoLight,
.RobotoThin {
  font-family: Roboto, Arial, Verdana, serif;
}
.RobotoLight {
  font-weight: 300;
  font-style: normal;
}
.Roboto {
  font-weight: 400;
}
.RobotoBold {
  font-weight: 700;
}
.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 80px;
}
div[class^="btn"],
img.CCAPCHA {
  cursor: pointer;
}
#err {
  font-size: 12px;
  line-height: 16px;
  color: #ff2851;
  width: 100%;
}
a {
  color: #333;
}
a.url {
  color: #0076ff;
}
ul {
  list-style: none;
}
fieldset {
  border: 1px solid #ececec;
  margin: 0;
  padding: 18px 24px 30px;
  border-radius: 6px;
}
fieldset legend {
  font-size: 16px;
  font-weight: 500;
  padding: 0 18px;
  color: #717171;
  margin: 0 -18px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.center {
  text-align: center;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button:focus {
  outline: 0;
}
.animated.fast {
  -webkit-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.animated.fast,
.animated.middle,
.animated.rare {
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
.animated.middle {
  -webkit-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.animated.rare {
  -webkit-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.slide {
  -webkit-animation-name: slide;
  -moz-animation-name: slide;
  -o-animation-name: slide;
  animation-name: slide;
}
.slideScrollIn {
  -webkit-animation-name: slideScrollIn;
  -moz-animation-name: slideScrollIn;
  -o-animation-name: slideScrollIn;
  animation-name: slideScrollIn;
}
.slideScrollOut {
  -webkit-animation-name: slideScrollOut;
  -moz-animation-name: slideScrollOut;
  -o-animation-name: slideScrollOut;
  animation-name: slideScrollOut;
}
.down {
  -webkit-animation-name: down;
  -moz-animation-name: down;
  -o-animation-name: down;
  animation-name: down;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.fa-eye {
  margin-right: 6px;
}
blockquote {
  padding: 30px 69px 30px 100px !important;
  position: relative;
  font-size: 18px !important;
  line-height: 140% !important;
  text-align: justify !important;
  margin: 0 !important;
}
blockquote::before {
  content: "";
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZCkiIGZpbGw9IiNGRjJDNTUiPjxwYXRoIGQ9Ik0xOC42IDEwSDI1bC0zLjYgMTZIMTVsMy42LTE2ek0yOC42IDEwSDM1bC0zLjYgMTZIMjVsMy42LTE2eiIvPjwvZz48ZGVmcz48ZmlsdGVyIGlkPSJmaWx0ZXIwX2QiIHg9IjAiIHk9IjAiIHdpZHRoPSI1MCIgaGVpZ2h0PSI0NiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+PGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+PGZlT2Zmc2V0IGR5PSI1Ii8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNy41Ii8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDEgMCAwIDAgMCAwLjE3MjU0OSAwIDAgMCAwIDAuMzMzMzMzIDAgMCAwIDAuNCAwIi8+PGZlQmxlbmQgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93Ii8+PGZlQmxlbmQgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iZWZmZWN0MV9kcm9wU2hhZG93IiByZXN1bHQ9InNoYXBlIi8+PC9maWx0ZXI+PC9kZWZzPjwvc3ZnPg==)
    no-repeat center center;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 40px;
  top: 30px;
}
.text iframe {
  height: 403px;
  width: 848px;
  position: relative;
  left: -50px;
  border-radius: 16px;
}
.img-zoom {
  cursor: zoom-in;
}
